Skip to content

Commit

Permalink
feat(domainstorytelling): add support for descriptions in items
Browse files Browse the repository at this point in the history
  • Loading branch information
package_builder authored and tmorin committed Aug 5, 2022
1 parent b59b74a commit c2f8b87
Show file tree
Hide file tree
Showing 80 changed files with 68 additions and 71 deletions.
Binary file modified distribution/domainstorytelling/Actor/User.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion distribution/domainstorytelling/Actor/User.Local.puml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Actor/User')

' renders the element
User('User', 'User', 'an optional tech label')
User('User', 'User', 'an optional tech label', 'an optional description')
@enduml
2 changes: 1 addition & 1 deletion distribution/domainstorytelling/Actor/User.Remote.puml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Actor/User')

' renders the element
User('User', 'User', 'an optional tech label')
User('User', 'User', 'an optional tech label', 'an optional description')
@enduml
4 changes: 2 additions & 2 deletions distribution/domainstorytelling/Actor/User.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Actor/User')
' renders the element
User('User', 'User', 'an optional tech label')
User('User', 'User', 'an optional tech label', 'an optional description')
@enduml
```

Expand All @@ -57,7 +57,7 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Actor/User')
' renders the element
User('User', 'User', 'an optional tech label')
User('User', 'User', 'an optional tech label', 'an optional description')
@enduml
```

Expand Down
Binary file modified distribution/domainstorytelling/Actor/User.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions distribution/domainstorytelling/Actor/User.puml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
' definition of the Item domainstorytelling/Actor/User

sprite $UserXs [8x10/16z] Os1WOEHd004sVdumWny4a6W648K0N61n9g0e6F3nem8
sprite $UserXs [8x10/16z] Om02VWOGOEFdvmVpG029PW1H2C055cS4Ye817pyg

sprite $UserSm [10x12/16z] PSR50O1000InnPtflreurxmYOs6GWt6bOREcAUy69bNWsU0rYNPwJzeF
sprite $UserSm [10x12/16z] PSR50O1000InnPtflreurxmYOq4UnfM6pPAcl1kOL85dWzScsEazQJy

sprite $UserMd [14x16/16z] ZSp50S0m509Gg7ltdxOIz-JTlW24_PwWpVTF3HI37bSrKOMaNaoJzmav77364odpEH7SZx-blorLeIrtgzcRNW
sprite $UserMd [14x16/16z] ZOt50K0X34FpNO7zfyNTtwsDGVEn4uwBATob3tS-oVNPQz7NRgyazoCw2MfSH4r__mPWOm6T2TnibYkv1

sprite $UserLg [17x20/16z] bSs30S0m50JGYvtRVzhQxYlpYP6hHMAbsIkOIKxcG9u3QWfm5ew1U0ouAU3dWC2-n6EHsB6uPQpQVE2u8UOLcmZtYkT1vM_gEA85
sprite $UserLg [17x20/16z] bOq30WKn34Hhjxd_QJzMmVgLqOoQYQCRXJZuqp412slSreGM3P1beiX4N19fJKYNXBxr7tjrYh6QF2e20MFC0ASd40nuZPKINm

!procedure User($id, $name="", $tech="")
IconElement($id, 'IconElement', 'domainstorytelling/Actor/User', $name, $tech)
!procedure User($id, $name="", $tech="", $desc="")
IconElement($id, 'IconElement', 'domainstorytelling/Actor/User', $name, $tech, $desc)
!endprocedure

!procedure UserCard($id, $funcName="", $content="")
Expand Down
Binary file modified distribution/domainstorytelling/Actor/UserCard.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified distribution/domainstorytelling/Actor/UserGroup.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified distribution/domainstorytelling/Actor/Users.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion distribution/domainstorytelling/Actor/Users.Local.puml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Actor/Users')

' renders the element
Users('Users', 'Users', 'an optional tech label')
Users('Users', 'Users', 'an optional tech label', 'an optional description')
@enduml
2 changes: 1 addition & 1 deletion distribution/domainstorytelling/Actor/Users.Remote.puml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Actor/Users')

' renders the element
Users('Users', 'Users', 'an optional tech label')
Users('Users', 'Users', 'an optional tech label', 'an optional description')
@enduml
4 changes: 2 additions & 2 deletions distribution/domainstorytelling/Actor/Users.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Actor/Users')
' renders the element
Users('Users', 'Users', 'an optional tech label')
Users('Users', 'Users', 'an optional tech label', 'an optional description')
@enduml
```

Expand All @@ -57,7 +57,7 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Actor/Users')
' renders the element
Users('Users', 'Users', 'an optional tech label')
Users('Users', 'Users', 'an optional tech label', 'an optional description')
@enduml
```

Expand Down
Binary file modified distribution/domainstorytelling/Actor/Users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions distribution/domainstorytelling/Actor/Users.puml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
' definition of the Item domainstorytelling/Actor/Users

sprite $UsersXs [12x10/16z] NSg30SG050FG7Ek-_QUj_HdbMLZ-Ntea4jxmRqbbotY5rvPjUruWD08e9G4aLpm2
sprite $UsersXs [12x10/16z] NSg50S8040J1nPtflrgSsEjPoyBdxtL7AOBzbKvgel-orpih41S1ZYf0JV4J

sprite $UsersSm [15x12/16z] RSh50KCn3C1GVGvh_sbBzh4lOEIVIpV23eTgf2ggtiIJfRfjsc36Yd0t64hIUsZRjJJ57qmevz5D-ta2mtJmCzVF0Du
sprite $UsersSm [15x12/16z] ROp50S0m30El7DR-quRzwmMC4dyyagK7N9BL8z7WPJrHHddqD40-O2s_lKgcOYptoX-I2sOnWoMSHxJoE4yWMNaooMMIW0O

sprite $UsersMd [20x16/16z] {
VSnL0iGW34NHXzNRk__T3i7oDwS2KVrplaN61OocxOuIpJMY0imS8tg1k78F41JmlgHeKHNiHtNEQ6lTaqNjX-9p18NtKiGtJxa07rm99_jo3ZSkffnKFJXB
c0EdAImoFm
VOo50S1030AfUzb_sdUtUoK9OCJrRMM9cg3sPt8btavjfa-BKn_JsciJajg2AKtLfGkEtNKIfIzYVay0tus9QR9BN4d-v3qp0cERyIIrQPedADwaDiEofTuE
4W
}

sprite $UsersLg [25x20/16z] {
ZSu5aWGn243H7s-5-zzs2yAEssiDLl23t1klg1ayETLrBggViWP0L8X8Pj6GPYzq-smC3Q0cEWefuW8o4rQx0eUw0dZyQhDuvI9BrDrLxB5c8tTFzWQxHKJc
0BrQEJIS4G_3DxI-rFMEBqofbLtlv5nhmXnwfn2UEY2ak_Z9Hty
ZSy54iGm28NX7rAtT__Rxi2mRlqgyG2SOCtvH67apQxKSzD90xWASEW0B4REf59deKKpCQf0DHPDYoOTS4GBiNS6DYKdZ_1WgNcAnydskcF5A_igE_vhnif8
XkvcDfKDFHfp6EUiwKacZBcpwed5NDhqn2bl9xZHevsVBW
}

!procedure Users($id, $name="", $tech="")
IconElement($id, 'IconElement', 'domainstorytelling/Actor/Users', $name, $tech)
!procedure Users($id, $name="", $tech="", $desc="")
IconElement($id, 'IconElement', 'domainstorytelling/Actor/Users', $name, $tech, $desc)
!endprocedure

!procedure UsersCard($id, $funcName="", $content="")
Expand Down
Binary file modified distribution/domainstorytelling/Actor/UsersCard.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified distribution/domainstorytelling/Actor/UsersGroup.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified distribution/domainstorytelling/Group/DashedFrost10Group.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified distribution/domainstorytelling/Group/DashedGroup.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified distribution/domainstorytelling/Group/DottedFrost10Group.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified distribution/domainstorytelling/Group/DottedGroup.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified distribution/domainstorytelling/Group/SolidAurora11Group.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified distribution/domainstorytelling/Group/SolidAurora12Group.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified distribution/domainstorytelling/Group/SolidAurora13Group.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified distribution/domainstorytelling/Group/SolidAurora14Group.Local.png
Binary file modified distribution/domainstorytelling/Group/SolidAurora15Group.Local.png
Binary file modified distribution/domainstorytelling/Group/SolidFrost10Group.Local.png
Binary file modified distribution/domainstorytelling/Group/SolidGroup.Local.png
Binary file modified distribution/domainstorytelling/Object/Circle.Local.png
2 changes: 1 addition & 1 deletion distribution/domainstorytelling/Object/Circle.Local.puml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Circle')

' renders the element
Circle('Circle', 'Circle', 'an optional tech label')
Circle('Circle', 'Circle', 'an optional tech label', 'an optional description')
@enduml
2 changes: 1 addition & 1 deletion distribution/domainstorytelling/Object/Circle.Remote.puml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Circle')

' renders the element
Circle('Circle', 'Circle', 'an optional tech label')
Circle('Circle', 'Circle', 'an optional tech label', 'an optional description')
@enduml
4 changes: 2 additions & 2 deletions distribution/domainstorytelling/Object/Circle.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Circle')
' renders the element
Circle('Circle', 'Circle', 'an optional tech label')
Circle('Circle', 'Circle', 'an optional tech label', 'an optional description')
@enduml
```

Expand All @@ -57,7 +57,7 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Circle')
' renders the element
Circle('Circle', 'Circle', 'an optional tech label')
Circle('Circle', 'Circle', 'an optional tech label', 'an optional description')
@enduml
```

Expand Down
Binary file modified distribution/domainstorytelling/Object/Circle.png
10 changes: 5 additions & 5 deletions distribution/domainstorytelling/Object/Circle.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

sprite $CircleXs [10x10/16z] Om01PWOmOEK70I233KX1cFmmW60n8yImiM1Ca85G1W

sprite $CircleSm [12x12/16z] PSZ50S0W00F0jBZlFotkt2U2Yg3peP2bXiwLTw08ozx9-xzTple1hbUEZ8ut0G
sprite $CircleSm [12x12/16z] PSZ50S0W00F0jBZlFotkt2U2Yg3peP2bXiwLT_WHbhsJzt-xN1LmlN9a_tWJ

sprite $CircleMd [16x16/16z] XSl70S0m34BHdzx3_jEcsnQdl9i4yAeQ86dqs7bjIhfq9cqg9o0p8LV9DNBytRkTBTWDT7v2woSmfIsS
sprite $CircleMd [16x16/16z] XSx50O0m343HZpliForGz_RTua7f1fp-aMuTNeyncT3eJRC1Js2BugUBuY6AQSLt48uGtMSAG_z3jCqy3ny

sprite $CircleLg [20x20/16z] ZSl50SGm00F13PlLVxN76ECy1RnD2tycfuUqyxRfYoUhNpF0hd_0f9C8JcSpobYKIPDoYtACPO6KPJjxbW7vB0i3TtCMtSM_uyjiqttpIgu
sprite $CircleLg [20x20/16z] ZS-54S0m30D0bJdQVzjUcE6FpOOrBOZTL8IFR_HCw69ebg6TCHbZufFZKnEOkS2Cc9XRcCDOx8N8OXloWOK_TcJ15zASXQGlQZIcIyYQ3SeF

!procedure Circle($id, $name="", $tech="")
IconElement($id, 'IconElement', 'domainstorytelling/Object/Circle', $name, $tech)
!procedure Circle($id, $name="", $tech="", $desc="")
IconElement($id, 'IconElement', 'domainstorytelling/Object/Circle', $name, $tech, $desc)
!endprocedure

!procedure CircleCard($id, $funcName="", $content="")
Expand Down
Binary file modified distribution/domainstorytelling/Object/CircleCard.Local.png
Binary file modified distribution/domainstorytelling/Object/CircleGroup.Local.png
Binary file modified distribution/domainstorytelling/Object/Cube.Local.png
2 changes: 1 addition & 1 deletion distribution/domainstorytelling/Object/Cube.Local.puml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Cube')

' renders the element
Cube('Cube', 'Cube', 'an optional tech label')
Cube('Cube', 'Cube', 'an optional tech label', 'an optional description')
@enduml
2 changes: 1 addition & 1 deletion distribution/domainstorytelling/Object/Cube.Remote.puml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Cube')

' renders the element
Cube('Cube', 'Cube', 'an optional tech label')
Cube('Cube', 'Cube', 'an optional tech label', 'an optional description')
@enduml
4 changes: 2 additions & 2 deletions distribution/domainstorytelling/Object/Cube.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Cube')
' renders the element
Cube('Cube', 'Cube', 'an optional tech label')
Cube('Cube', 'Cube', 'an optional tech label', 'an optional description')
@enduml
```

Expand All @@ -57,7 +57,7 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Cube')
' renders the element
Cube('Cube', 'Cube', 'an optional tech label')
Cube('Cube', 'Cube', 'an optional tech label', 'an optional description')
@enduml
```

Expand Down
Binary file modified distribution/domainstorytelling/Object/Cube.png
12 changes: 6 additions & 6 deletions distribution/domainstorytelling/Object/Cube.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

sprite $CubeXs [10x10/16z] FSU53S104CH0XpdRVxUlmn7Pc1jtoYmSqWfSTWVcaqFjfmRGd_M8nUgnmHiO

sprite $CubeSm [12x12/16z] JOs54S0W4C1IzsR_RJcSmBj1vAPm6ba1zOFLn3QMFu3fjt37kXLWS4T_aU8lKL5dPYBnq0G4
sprite $CubeSm [12x12/16z] JOc55G0X3CLoxfVzj-NX1Df-WSXDuJIo0ke7YoKOwY-gwRSGiyqACCXHJrBq51TBgo9BKG4

sprite $CubeMd [16x16/16z] XOw55GGX44E3EzD_j_S2jsuV7GycAcD74UAduVdlUTm6cc-YNrSPL8q59wHRJA8ii7kJCrtjVU6Oe_1fKnesEx3b8a8IBGrYXIpMub4WFm
sprite $CubeMd [16x16/16z] XSo50GCX50FGu4xsdxQIwlaxWQ-0c8e_ZKyH4lama_u6bWz58vtI3JuyrMNnDoaPmE3QNEJIiiVWEWuaVd7GIbXAKIIEekYNWTm1

sprite $CubeLg [20x20/16z] {
bO-54aCX3C22E_p_rquAjnxlTC63jN3mbHjNrvUi9Y_5VKKOCg-EU6OcoUZPb7N8eBYsPKAH-q9p8k9S5v4ke-YBXBt5DF1m1Vvpy-6-8JFLdTmgk9-Jj2P2
qBFTQkRRJ2w2dk4D
bOzL0iGW30KVxd3_q-wsUFBNmGTBiD0H517RYpt6juFgTqgVHt5cheyQWx2EUrp8DAJ3eRH54btesWWMkOzRRmm45HKFr0LyT9MvDsJKs_NS8g2sI_lpnvwp
MM2XTe0twZhp1m
}

!procedure Cube($id, $name="", $tech="")
IconElement($id, 'IconElement', 'domainstorytelling/Object/Cube', $name, $tech)
!procedure Cube($id, $name="", $tech="", $desc="")
IconElement($id, 'IconElement', 'domainstorytelling/Object/Cube', $name, $tech, $desc)
!endprocedure

!procedure CubeCard($id, $funcName="", $content="")
Expand Down
Binary file modified distribution/domainstorytelling/Object/CubeCard.Local.png
Binary file modified distribution/domainstorytelling/Object/CubeGroup.Local.png
Binary file modified distribution/domainstorytelling/Object/Cubes.Local.png
2 changes: 1 addition & 1 deletion distribution/domainstorytelling/Object/Cubes.Local.puml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Cubes')

' renders the element
Cubes('Cubes', 'Cubes', 'an optional tech label')
Cubes('Cubes', 'Cubes', 'an optional tech label', 'an optional description')
@enduml
2 changes: 1 addition & 1 deletion distribution/domainstorytelling/Object/Cubes.Remote.puml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Cubes')

' renders the element
Cubes('Cubes', 'Cubes', 'an optional tech label')
Cubes('Cubes', 'Cubes', 'an optional tech label', 'an optional description')
@enduml
4 changes: 2 additions & 2 deletions distribution/domainstorytelling/Object/Cubes.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Cubes')
' renders the element
Cubes('Cubes', 'Cubes', 'an optional tech label')
Cubes('Cubes', 'Cubes', 'an optional tech label', 'an optional description')
@enduml
```

Expand All @@ -57,7 +57,7 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Cubes')
' renders the element
Cubes('Cubes', 'Cubes', 'an optional tech label')
Cubes('Cubes', 'Cubes', 'an optional tech label', 'an optional description')
@enduml
```

Expand Down
Binary file modified distribution/domainstorytelling/Object/Cubes.png
15 changes: 6 additions & 9 deletions distribution/domainstorytelling/Object/Cubes.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@

sprite $CubesXs [10x10/16z] Oq01_Fpy40ONY0CJue6pG6BC_10c2v1WPmQnUFc10AgP5QG8eX8e3jB5pW

sprite $CubesSm [12x12/16z] NKo54KCn5EB7dVstBU5orkS2uDyMsvlE0hvJF9DTd_5c4l3yUQu7YA9bFxPgGb3zq7Xjc1BJhQPFP1noCQfOTKCMDFq
sprite $CubesSm [12x12/16z] NOU30G0n00ElThF_jc_6uO-kVAxPmKpF1gdGLSyjmMl72KwPi1t6cXwxRR8sLBQqRakstV1CgSjiKO41O2ei

sprite $CubesMd [16x16/16z] {
RSo50SKW54FH5FUx_xHVweOVu4NlpVNfmDJf4T9cyhoDl1c2CfJ3qAPmiRJQZiK5-azWbXzLIZ1JqrZ20W058a2dpyPBiwKrQqyOq-n6-pim90T4IMtDbYPf
txy
}
sprite $CubesMd [16x16/16z] ROo53GDH5CDyZEzx_sshbCd28FyPwbsLDUdwa6w4jZsq3cowFtGucJyq3zqtGmO5W_QWUi2gaVc-dSs6NIVLiZGCO7HwWUT3m-ZJCtgomQWkG9oERou

sprite $CubesLg [20x20/16z] {
VSY5SKKn3031CposSlrtcz5dtk7bbphpOZ5LxdPT2_tGnfKxfE9-FnsTHPyl3TuEVjuSdhLTzMWq3M0tTUYcHYhX2carBJHD0U5DzDcp1S-0yntm-QRBwUKs
fUpgC1gB-gSBARIGvfpF_W4
VSu52WH15CJGZ5l_pVrlkpJZ-h0YMF6bgBZep4fse_PGJbfipV4wG4qbZPwRkNDhyDcgS5QCgbD1fJ6_KMkerUrIsC-ZD-keD0i8Dr7EMHkS0NERWBqrUvid
g7CRTBwHZ896_Mb75WfPEvSdVm
}

!procedure Cubes($id, $name="", $tech="")
IconElement($id, 'IconElement', 'domainstorytelling/Object/Cubes', $name, $tech)
!procedure Cubes($id, $name="", $tech="", $desc="")
IconElement($id, 'IconElement', 'domainstorytelling/Object/Cubes', $name, $tech, $desc)
!endprocedure

!procedure CubesCard($id, $funcName="", $content="")
Expand Down
Binary file modified distribution/domainstorytelling/Object/CubesCard.Local.png
Binary file modified distribution/domainstorytelling/Object/CubesGroup.Local.png
Binary file modified distribution/domainstorytelling/Object/Shapes.Local.png
2 changes: 1 addition & 1 deletion distribution/domainstorytelling/Object/Shapes.Local.puml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Shapes')

' renders the element
Shapes('Shapes', 'Shapes', 'an optional tech label')
Shapes('Shapes', 'Shapes', 'an optional tech label', 'an optional description')
@enduml
2 changes: 1 addition & 1 deletion distribution/domainstorytelling/Object/Shapes.Remote.puml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Shapes')

' renders the element
Shapes('Shapes', 'Shapes', 'an optional tech label')
Shapes('Shapes', 'Shapes', 'an optional tech label', 'an optional description')
@enduml
4 changes: 2 additions & 2 deletions distribution/domainstorytelling/Object/Shapes.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Shapes')
' renders the element
Shapes('Shapes', 'Shapes', 'an optional tech label')
Shapes('Shapes', 'Shapes', 'an optional tech label', 'an optional description')
@enduml
```

Expand All @@ -57,7 +57,7 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Shapes')
' renders the element
Shapes('Shapes', 'Shapes', 'an optional tech label')
Shapes('Shapes', 'Shapes', 'an optional tech label', 'an optional description')
@enduml
```

Expand Down
Binary file modified distribution/domainstorytelling/Object/Shapes.png
10 changes: 5 additions & 5 deletions distribution/domainstorytelling/Object/Shapes.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

sprite $ShapesXs [10x10/16z] Ou00VWOeOEE7CVbXB7uGG6RnSZ8WPC04Bvp52MSX2

sprite $ShapesSm [12x12/16z] Ou025bO6EE3dHp2109dD26F29HXXR3QG94AQ3wA83Kn2DI2n6I5i1Ca6OGC
sprite $ShapesSm [12x12/16z] Ou025bO6EE3dHp2109dD26M20IgR3II94EA3IB21IQWY93OZX8qWsI1i

sprite $ShapesMd [16x16/16z] NSwr0S100CD0XpdQVzfdLdUkhDgxgUs0gJNmD_m0bcf20paJDrB9R-E7NRKzpTFlUqLCFw5dC8FtmIBq5IkmFB
sprite $ShapesMd [16x16/16z] NSwr0S100CD0XpdQVzfdLdUkhDgxgUs0pi3Vy0EOgmaDv4pSI2M_ZHzsrVOy_xvNnFGJUWOpU1yiGb-n8lC32m

sprite $ShapesLg [20x20/16z] RT350GCW0C10t27xJrildkVXY2Mis6kmauC30RRLYK_dD8WdWUnakvLp6dIhYwbAF2yFXFUMxfFv4RXnYXgxU7xLYt6nU37HDvaiz5Ts-_raVJtSyEi9
sprite $ShapesLg [20x20/16z] POw54KKX4CJskPF-g_sARyPkGe1J0ujw0lHg1PDycHjryiCpE4mruGoHkyeyV1etFXo-FB1_3wSVOrImQYII1pGHUN07xWxSYSXJkPquL4xhlv968cy

!procedure Shapes($id, $name="", $tech="")
IconElement($id, 'IconElement', 'domainstorytelling/Object/Shapes', $name, $tech)
!procedure Shapes($id, $name="", $tech="", $desc="")
IconElement($id, 'IconElement', 'domainstorytelling/Object/Shapes', $name, $tech, $desc)
!endprocedure

!procedure ShapesCard($id, $funcName="", $content="")
Expand Down
Binary file modified distribution/domainstorytelling/Object/ShapesCard.Local.png
Binary file modified distribution/domainstorytelling/Object/ShapesGroup.Local.png
Binary file modified distribution/domainstorytelling/Object/Square.Local.png
2 changes: 1 addition & 1 deletion distribution/domainstorytelling/Object/Square.Local.puml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Square')

' renders the element
Square('Square', 'Square', 'an optional tech label')
Square('Square', 'Square', 'an optional tech label', 'an optional description')
@enduml
2 changes: 1 addition & 1 deletion distribution/domainstorytelling/Object/Square.Remote.puml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Square')

' renders the element
Square('Square', 'Square', 'an optional tech label')
Square('Square', 'Square', 'an optional tech label', 'an optional description')
@enduml
4 changes: 2 additions & 2 deletions distribution/domainstorytelling/Object/Square.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Square')
' renders the element
Square('Square', 'Square', 'an optional tech label')
Square('Square', 'Square', 'an optional tech label', 'an optional description')
@enduml
```

Expand All @@ -57,7 +57,7 @@ include('domainstorytelling/bootstrap')
include('domainstorytelling/Object/Square')
' renders the element
Square('Square', 'Square', 'an optional tech label')
Square('Square', 'Square', 'an optional tech label', 'an optional description')
@enduml
```

Expand Down
Binary file modified distribution/domainstorytelling/Object/Square.png
8 changes: 4 additions & 4 deletions distribution/domainstorytelling/Object/Square.puml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ sprite $SquareXs [8x10/16z] Ou02LdxA00EK1W

sprite $SquareSm [10x12/16z] Oq00Vje31Zueu04

sprite $SquareMd [14x16/16z] Oq05F7m8mCxBFpG0EmgFWH49C
sprite $SquareMd [14x16/16z] Oq05F7m8mCxBFpG0EmeFrKC

sprite $SquareLg [17x20/16z] Oy00B6meW96LVqG3FdG11ZG-BqO80W
sprite $SquareLg [17x20/16z] Oy00JCmeW86LVqG3FdG11ZG-BqO80W

!procedure Square($id, $name="", $tech="")
IconElement($id, 'IconElement', 'domainstorytelling/Object/Square', $name, $tech)
!procedure Square($id, $name="", $tech="", $desc="")
IconElement($id, 'IconElement', 'domainstorytelling/Object/Square', $name, $tech, $desc)
!endprocedure

!procedure SquareCard($id, $funcName="", $content="")
Expand Down
Binary file modified distribution/domainstorytelling/Object/SquareCard.Local.png
Binary file modified distribution/domainstorytelling/Object/SquareGroup.Local.png
Binary file modified distribution/domainstorytelling/groups.png
Binary file modified distribution/domainstorytelling/introduction_1.png
Binary file modified distribution/domainstorytelling/introduction_2.png

0 comments on commit c2f8b87

Please sign in to comment.