@conduction/theme 1.1.48 → 1.1.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/conduction-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/beek-design-tokens/LICENSE.md +17 -0
- package/municipalities/beek-design-tokens/README.md +3 -0
- package/municipalities/beek-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/beek-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/beek-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/beek-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/beek-design-tokens/package.json +41 -0
- package/municipalities/beek-design-tokens/src/brand/beek/color.tokens.json +151 -0
- package/municipalities/beek-design-tokens/src/brand/beek/font-size.tokens.json +50 -0
- package/municipalities/beek-design-tokens/src/brand/beek/size.tokens.json +17 -0
- package/municipalities/beek-design-tokens/src/brand/beek/typography.tokens.json +40 -0
- package/municipalities/beek-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/beek-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/beek-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -0
- package/municipalities/beek-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -0
- package/municipalities/beek-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
- package/municipalities/beek-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
- package/municipalities/beek-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/beek-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/beek-design-tokens/src/component/conduction/logo.tokens.json +35 -0
- package/municipalities/beek-design-tokens/src/component/conduction/navigation.tokens.json +93 -0
- package/municipalities/beek-design-tokens/src/component/conduction/pagination.tokens.json +96 -0
- package/municipalities/beek-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/beek-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/beek-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
- package/municipalities/beek-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/beek-design-tokens/src/component/den-haag/process-step.tokens.json +190 -0
- package/municipalities/beek-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -0
- package/municipalities/beek-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/beek-design-tokens/src/component/tilburg/footer.tokens.json +15 -0
- package/municipalities/beek-design-tokens/src/component/tilburg/header.tokens.json +12 -0
- package/municipalities/beek-design-tokens/src/component/tilburg/search-card.tokens.json +36 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/accordion.tokens.json +68 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/page.tokens copy.json +11 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/select.tokens.json +47 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
- package/municipalities/beek-design-tokens/src/config.json +73 -0
- package/municipalities/beek-design-tokens/src/font.scss +43 -0
- package/municipalities/beek-design-tokens/src/index.scss +8 -0
- package/municipalities/beek-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/helmond-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -0
- package/municipalities/helmond-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -0
- package/municipalities/helmond-design-tokens/src/component/conduction/card-header.tokens.json +4 -4
- package/municipalities/helmond-design-tokens/src/component/conduction/card-wrapper.tokens.json +12 -12
- package/municipalities/helmond-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/helmond-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/helmond-design-tokens/src/component/conduction/logo.tokens.json +2 -2
- package/municipalities/helmond-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
- package/municipalities/helmond-design-tokens/src/component/conduction/pagination.tokens.json +5 -5
- package/municipalities/helmond-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
- package/municipalities/helmond-design-tokens/src/component/den-haag/process-step.tokens.json +190 -0
- package/municipalities/helmond-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -0
- package/municipalities/helmond-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/helmond-design-tokens/src/component/tilburg/footer.tokens.json +15 -0
- package/municipalities/helmond-design-tokens/src/component/tilburg/header.tokens.json +12 -0
- package/municipalities/helmond-design-tokens/src/component/tilburg/search-card.tokens.json +36 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/select.tokens.json +47 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
{
|
|
2
|
-
"conduction": {
|
|
3
|
-
"logo": {
|
|
4
|
-
"header": {
|
|
5
|
-
"inline-size": { "value": "220px" },
|
|
6
|
-
"block-size": { "value": "40px" },
|
|
7
|
-
"background-image": {
|
|
8
|
-
"value": "url(\"data:image/svg+xml,%3Csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 234 38.32'%3E%3Cpath d='M20.59,4.69,4,14.27V33.43L20.59,43l16.6-9.58V14.27ZM33,31,20.59,38.13,8.23,31V16.71L20.59,9.57,33,16.71Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpolygon points='16.55 14.34 20.44 16.58 24.96 13.97 16.55 9.11 7.85 14.14 7.85 24.18 16.55 29.21 24.96 24.35 20.44 21.74 16.55 23.99 12.38 21.57 12.38 16.75 16.55 14.34' style='fill:%23ffffff'/%3E%3Cpath d='M42.6,16.64a2.79,2.79,0,0,1,.83-2,3.11,3.11,0,0,1,.9-.61,2.78,2.78,0,0,1,1.1-.23H56.19a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2v2.55H56.19V16.64H45.43V30.79H56.19V28.25H59v2.54a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H45.43a2.77,2.77,0,0,1-1.1-.22,2.9,2.9,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M80.54,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H66.39a2.7,2.7,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.23-1.1V16.64a2.71,2.71,0,0,1,.23-1.1,2.68,2.68,0,0,1,.6-.9,3,3,0,0,1,.91-.61,2.71,2.71,0,0,1,1.1-.23H77.71a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM66.39,16.64V30.79H77.71V16.64Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M88.46,33.62H85.63V13.8h2.83l11.92,15.37V13.8h2.83V33.62h-2.83L88.46,18.25Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M108.3,33.62V13.8h10.07a8.11,8.11,0,0,1,2.87.49,6.24,6.24,0,0,1,2.18,1.4,6.06,6.06,0,0,1,1.4,2.19,7.91,7.91,0,0,1,.49,2.86v6a7.91,7.91,0,0,1-.49,2.86,6.23,6.23,0,0,1-1.4,2.19,6.08,6.08,0,0,1-2.18,1.39,7.89,7.89,0,0,1-2.87.49Zm10.07-2.83a3.71,3.71,0,0,0,4.11-4.1v-6A5.08,5.08,0,0,0,122.2,19a3.41,3.41,0,0,0-.81-1.3,3.55,3.55,0,0,0-1.29-.81,5.15,5.15,0,0,0-1.73-.27h-7.24V30.79Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M129.84,13.8h2.84v17H144v-17h2.83v17a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H132.68a2.7,2.7,0,0,1-1.1-.22,2.83,2.83,0,0,1-.91-.6,3,3,0,0,1-.61-.91,2.92,2.92,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M151.92,16.64a2.79,2.79,0,0,1,.83-2,3,3,0,0,1,.9-.61,2.74,2.74,0,0,1,1.1-.23H165.5a2.71,2.71,0,0,1,1.1.23,3,3,0,0,1,.91.61,2.7,2.7,0,0,1,.61.9,2.88,2.88,0,0,1,.22,1.1v2.55H165.5V16.64H154.75V30.79H165.5V28.25h2.84v2.54a2.92,2.92,0,0,1-.22,1.1,2.77,2.77,0,0,1-1.52,1.51,2.7,2.7,0,0,1-1.1.22H154.75a2.74,2.74,0,0,1-1.1-.22,2.78,2.78,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M171.17,13.8H187v2.84h-6.51v17h-2.83v-17h-6.51Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M193.26,13.8V33.62h-2.83V13.8Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M215.33,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.74,2.74,0,0,1-1.1.22H201.18a2.74,2.74,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.22-1.1V16.64a2.84,2.84,0,0,1,.82-2,3,3,0,0,1,.91-.61,2.74,2.74,0,0,1,1.1-.23H212.5a2.74,2.74,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM201.18,16.64V30.79H212.5V16.64Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M223.25,33.62h-2.83V13.8h2.83l11.92,15.37V13.8H238V33.62h-2.83L223.25,18.25Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3C/svg%3E\")"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"footer": {
|
|
12
|
-
"inline-size": { "value": "220px" },
|
|
13
|
-
"block-size": { "value": "40px" },
|
|
14
|
-
"background-image": {
|
|
15
|
-
"value": "url(\"data:image/svg+xml,%3Csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 234 38.32'%3E%3Cpath d='M20.59,4.69,4,14.27V33.43L20.59,43l16.6-9.58V14.27ZM33,31,20.59,38.13,8.23,31V16.71L20.59,9.57,33,16.71Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpolygon points='16.55 14.34 20.44 16.58 24.96 13.97 16.55 9.11 7.85 14.14 7.85 24.18 16.55 29.21 24.96 24.35 20.44 21.74 16.55 23.99 12.38 21.57 12.38 16.75 16.55 14.34' style='fill:%234376fc'/%3E%3Cpath d='M42.6,16.64a2.79,2.79,0,0,1,.83-2,3.11,3.11,0,0,1,.9-.61,2.78,2.78,0,0,1,1.1-.23H56.19a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2v2.55H56.19V16.64H45.43V30.79H56.19V28.25H59v2.54a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H45.43a2.77,2.77,0,0,1-1.1-.22,2.9,2.9,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M80.54,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H66.39a2.7,2.7,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.23-1.1V16.64a2.71,2.71,0,0,1,.23-1.1,2.68,2.68,0,0,1,.6-.9,3,3,0,0,1,.91-.61,2.71,2.71,0,0,1,1.1-.23H77.71a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM66.39,16.64V30.79H77.71V16.64Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M88.46,33.62H85.63V13.8h2.83l11.92,15.37V13.8h2.83V33.62h-2.83L88.46,18.25Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M108.3,33.62V13.8h10.07a8.11,8.11,0,0,1,2.87.49,6.24,6.24,0,0,1,2.18,1.4,6.06,6.06,0,0,1,1.4,2.19,7.91,7.91,0,0,1,.49,2.86v6a7.91,7.91,0,0,1-.49,2.86,6.23,6.23,0,0,1-1.4,2.19,6.08,6.08,0,0,1-2.18,1.39,7.89,7.89,0,0,1-2.87.49Zm10.07-2.83a3.71,3.71,0,0,0,4.11-4.1v-6A5.08,5.08,0,0,0,122.2,19a3.41,3.41,0,0,0-.81-1.3,3.55,3.55,0,0,0-1.29-.81,5.15,5.15,0,0,0-1.73-.27h-7.24V30.79Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M129.84,13.8h2.84v17H144v-17h2.83v17a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H132.68a2.7,2.7,0,0,1-1.1-.22,2.83,2.83,0,0,1-.91-.6,3,3,0,0,1-.61-.91,2.92,2.92,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M151.92,16.64a2.79,2.79,0,0,1,.83-2,3,3,0,0,1,.9-.61,2.74,2.74,0,0,1,1.1-.23H165.5a2.71,2.71,0,0,1,1.1.23,3,3,0,0,1,.91.61,2.7,2.7,0,0,1,.61.9,2.88,2.88,0,0,1,.22,1.1v2.55H165.5V16.64H154.75V30.79H165.5V28.25h2.84v2.54a2.92,2.92,0,0,1-.22,1.1,2.77,2.77,0,0,1-1.52,1.51,2.7,2.7,0,0,1-1.1.22H154.75a2.74,2.74,0,0,1-1.1-.22,2.78,2.78,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M171.17,13.8H187v2.84h-6.51v17h-2.83v-17h-6.51Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M193.26,13.8V33.62h-2.83V13.8Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M215.33,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.74,2.74,0,0,1-1.1.22H201.18a2.74,2.74,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.22-1.1V16.64a2.84,2.84,0,0,1,.82-2,3,3,0,0,1,.91-.61,2.74,2.74,0,0,1,1.1-.23H212.5a2.74,2.74,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM201.18,16.64V30.79H212.5V16.64Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M223.25,33.62h-2.83V13.8h2.83l11.92,15.37V13.8H238V33.62h-2.83L223.25,18.25Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3C/svg%3E\")"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
"navbar": {
|
|
19
|
-
"inline-size": { "value": "150px" },
|
|
20
|
-
"block-size": { "value": "40px" },
|
|
21
|
-
"background-image": {
|
|
22
|
-
"value": "url(\"data:image/svg+xml,%3Csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 234 38.32'%3E%3Cpath d='M20.59,4.69,4,14.27V33.43L20.59,43l16.6-9.58V14.27ZM33,31,20.59,38.13,8.23,31V16.71L20.59,9.57,33,16.71Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpolygon points='16.55 14.34 20.44 16.58 24.96 13.97 16.55 9.11 7.85 14.14 7.85 24.18 16.55 29.21 24.96 24.35 20.44 21.74 16.55 23.99 12.38 21.57 12.38 16.75 16.55 14.34' style='fill:%234376fc'/%3E%3Cpath d='M42.6,16.64a2.79,2.79,0,0,1,.83-2,3.11,3.11,0,0,1,.9-.61,2.78,2.78,0,0,1,1.1-.23H56.19a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2v2.55H56.19V16.64H45.43V30.79H56.19V28.25H59v2.54a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H45.43a2.77,2.77,0,0,1-1.1-.22,2.9,2.9,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M80.54,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H66.39a2.7,2.7,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.23-1.1V16.64a2.71,2.71,0,0,1,.23-1.1,2.68,2.68,0,0,1,.6-.9,3,3,0,0,1,.91-.61,2.71,2.71,0,0,1,1.1-.23H77.71a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM66.39,16.64V30.79H77.71V16.64Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M88.46,33.62H85.63V13.8h2.83l11.92,15.37V13.8h2.83V33.62h-2.83L88.46,18.25Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M108.3,33.62V13.8h10.07a8.11,8.11,0,0,1,2.87.49,6.24,6.24,0,0,1,2.18,1.4,6.06,6.06,0,0,1,1.4,2.19,7.91,7.91,0,0,1,.49,2.86v6a7.91,7.91,0,0,1-.49,2.86,6.23,6.23,0,0,1-1.4,2.19,6.08,6.08,0,0,1-2.18,1.39,7.89,7.89,0,0,1-2.87.49Zm10.07-2.83a3.71,3.71,0,0,0,4.11-4.1v-6A5.08,5.08,0,0,0,122.2,19a3.41,3.41,0,0,0-.81-1.3,3.55,3.55,0,0,0-1.29-.81,5.15,5.15,0,0,0-1.73-.27h-7.24V30.79Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M129.84,13.8h2.84v17H144v-17h2.83v17a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H132.68a2.7,2.7,0,0,1-1.1-.22,2.83,2.83,0,0,1-.91-.6,3,3,0,0,1-.61-.91,2.92,2.92,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M151.92,16.64a2.79,2.79,0,0,1,.83-2,3,3,0,0,1,.9-.61,2.74,2.74,0,0,1,1.1-.23H165.5a2.71,2.71,0,0,1,1.1.23,3,3,0,0,1,.91.61,2.7,2.7,0,0,1,.61.9,2.88,2.88,0,0,1,.22,1.1v2.55H165.5V16.64H154.75V30.79H165.5V28.25h2.84v2.54a2.92,2.92,0,0,1-.22,1.1,2.77,2.77,0,0,1-1.52,1.51,2.7,2.7,0,0,1-1.1.22H154.75a2.74,2.74,0,0,1-1.1-.22,2.78,2.78,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M171.17,13.8H187v2.84h-6.51v17h-2.83v-17h-6.51Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M193.26,13.8V33.62h-2.83V13.8Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M215.33,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.74,2.74,0,0,1-1.1.22H201.18a2.74,2.74,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.22-1.1V16.64a2.84,2.84,0,0,1,.82-2,3,3,0,0,1,.91-.61,2.74,2.74,0,0,1,1.1-.23H212.5a2.74,2.74,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM201.18,16.64V30.79H212.5V16.64Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M223.25,33.62h-2.83V13.8h2.83l11.92,15.37V13.8H238V33.62h-2.83L223.25,18.25Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3C/svg%3E\")"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"logo": {
|
|
4
|
+
"header": {
|
|
5
|
+
"inline-size": { "value": "220px" },
|
|
6
|
+
"block-size": { "value": "40px" },
|
|
7
|
+
"background-image": {
|
|
8
|
+
"value": "url(\"data:image/svg+xml,%3Csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 234 38.32'%3E%3Cpath d='M20.59,4.69,4,14.27V33.43L20.59,43l16.6-9.58V14.27ZM33,31,20.59,38.13,8.23,31V16.71L20.59,9.57,33,16.71Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpolygon points='16.55 14.34 20.44 16.58 24.96 13.97 16.55 9.11 7.85 14.14 7.85 24.18 16.55 29.21 24.96 24.35 20.44 21.74 16.55 23.99 12.38 21.57 12.38 16.75 16.55 14.34' style='fill:%23ffffff'/%3E%3Cpath d='M42.6,16.64a2.79,2.79,0,0,1,.83-2,3.11,3.11,0,0,1,.9-.61,2.78,2.78,0,0,1,1.1-.23H56.19a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2v2.55H56.19V16.64H45.43V30.79H56.19V28.25H59v2.54a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H45.43a2.77,2.77,0,0,1-1.1-.22,2.9,2.9,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M80.54,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H66.39a2.7,2.7,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.23-1.1V16.64a2.71,2.71,0,0,1,.23-1.1,2.68,2.68,0,0,1,.6-.9,3,3,0,0,1,.91-.61,2.71,2.71,0,0,1,1.1-.23H77.71a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM66.39,16.64V30.79H77.71V16.64Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M88.46,33.62H85.63V13.8h2.83l11.92,15.37V13.8h2.83V33.62h-2.83L88.46,18.25Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M108.3,33.62V13.8h10.07a8.11,8.11,0,0,1,2.87.49,6.24,6.24,0,0,1,2.18,1.4,6.06,6.06,0,0,1,1.4,2.19,7.91,7.91,0,0,1,.49,2.86v6a7.91,7.91,0,0,1-.49,2.86,6.23,6.23,0,0,1-1.4,2.19,6.08,6.08,0,0,1-2.18,1.39,7.89,7.89,0,0,1-2.87.49Zm10.07-2.83a3.71,3.71,0,0,0,4.11-4.1v-6A5.08,5.08,0,0,0,122.2,19a3.41,3.41,0,0,0-.81-1.3,3.55,3.55,0,0,0-1.29-.81,5.15,5.15,0,0,0-1.73-.27h-7.24V30.79Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M129.84,13.8h2.84v17H144v-17h2.83v17a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H132.68a2.7,2.7,0,0,1-1.1-.22,2.83,2.83,0,0,1-.91-.6,3,3,0,0,1-.61-.91,2.92,2.92,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M151.92,16.64a2.79,2.79,0,0,1,.83-2,3,3,0,0,1,.9-.61,2.74,2.74,0,0,1,1.1-.23H165.5a2.71,2.71,0,0,1,1.1.23,3,3,0,0,1,.91.61,2.7,2.7,0,0,1,.61.9,2.88,2.88,0,0,1,.22,1.1v2.55H165.5V16.64H154.75V30.79H165.5V28.25h2.84v2.54a2.92,2.92,0,0,1-.22,1.1,2.77,2.77,0,0,1-1.52,1.51,2.7,2.7,0,0,1-1.1.22H154.75a2.74,2.74,0,0,1-1.1-.22,2.78,2.78,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M171.17,13.8H187v2.84h-6.51v17h-2.83v-17h-6.51Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M193.26,13.8V33.62h-2.83V13.8Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M215.33,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.74,2.74,0,0,1-1.1.22H201.18a2.74,2.74,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.22-1.1V16.64a2.84,2.84,0,0,1,.82-2,3,3,0,0,1,.91-.61,2.74,2.74,0,0,1,1.1-.23H212.5a2.74,2.74,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM201.18,16.64V30.79H212.5V16.64Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M223.25,33.62h-2.83V13.8h2.83l11.92,15.37V13.8H238V33.62h-2.83L223.25,18.25Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3C/svg%3E\")"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"footer": {
|
|
12
|
+
"inline-size": { "value": "220px" },
|
|
13
|
+
"block-size": { "value": "40px" },
|
|
14
|
+
"background-image": {
|
|
15
|
+
"value": "url(\"data:image/svg+xml,%3Csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 234 38.32'%3E%3Cpath d='M20.59,4.69,4,14.27V33.43L20.59,43l16.6-9.58V14.27ZM33,31,20.59,38.13,8.23,31V16.71L20.59,9.57,33,16.71Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpolygon points='16.55 14.34 20.44 16.58 24.96 13.97 16.55 9.11 7.85 14.14 7.85 24.18 16.55 29.21 24.96 24.35 20.44 21.74 16.55 23.99 12.38 21.57 12.38 16.75 16.55 14.34' style='fill:%234376fc'/%3E%3Cpath d='M42.6,16.64a2.79,2.79,0,0,1,.83-2,3.11,3.11,0,0,1,.9-.61,2.78,2.78,0,0,1,1.1-.23H56.19a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2v2.55H56.19V16.64H45.43V30.79H56.19V28.25H59v2.54a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H45.43a2.77,2.77,0,0,1-1.1-.22,2.9,2.9,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M80.54,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H66.39a2.7,2.7,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.23-1.1V16.64a2.71,2.71,0,0,1,.23-1.1,2.68,2.68,0,0,1,.6-.9,3,3,0,0,1,.91-.61,2.71,2.71,0,0,1,1.1-.23H77.71a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM66.39,16.64V30.79H77.71V16.64Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M88.46,33.62H85.63V13.8h2.83l11.92,15.37V13.8h2.83V33.62h-2.83L88.46,18.25Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M108.3,33.62V13.8h10.07a8.11,8.11,0,0,1,2.87.49,6.24,6.24,0,0,1,2.18,1.4,6.06,6.06,0,0,1,1.4,2.19,7.91,7.91,0,0,1,.49,2.86v6a7.91,7.91,0,0,1-.49,2.86,6.23,6.23,0,0,1-1.4,2.19,6.08,6.08,0,0,1-2.18,1.39,7.89,7.89,0,0,1-2.87.49Zm10.07-2.83a3.71,3.71,0,0,0,4.11-4.1v-6A5.08,5.08,0,0,0,122.2,19a3.41,3.41,0,0,0-.81-1.3,3.55,3.55,0,0,0-1.29-.81,5.15,5.15,0,0,0-1.73-.27h-7.24V30.79Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M129.84,13.8h2.84v17H144v-17h2.83v17a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H132.68a2.7,2.7,0,0,1-1.1-.22,2.83,2.83,0,0,1-.91-.6,3,3,0,0,1-.61-.91,2.92,2.92,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M151.92,16.64a2.79,2.79,0,0,1,.83-2,3,3,0,0,1,.9-.61,2.74,2.74,0,0,1,1.1-.23H165.5a2.71,2.71,0,0,1,1.1.23,3,3,0,0,1,.91.61,2.7,2.7,0,0,1,.61.9,2.88,2.88,0,0,1,.22,1.1v2.55H165.5V16.64H154.75V30.79H165.5V28.25h2.84v2.54a2.92,2.92,0,0,1-.22,1.1,2.77,2.77,0,0,1-1.52,1.51,2.7,2.7,0,0,1-1.1.22H154.75a2.74,2.74,0,0,1-1.1-.22,2.78,2.78,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M171.17,13.8H187v2.84h-6.51v17h-2.83v-17h-6.51Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M193.26,13.8V33.62h-2.83V13.8Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M215.33,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.74,2.74,0,0,1-1.1.22H201.18a2.74,2.74,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.22-1.1V16.64a2.84,2.84,0,0,1,.82-2,3,3,0,0,1,.91-.61,2.74,2.74,0,0,1,1.1-.23H212.5a2.74,2.74,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM201.18,16.64V30.79H212.5V16.64Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M223.25,33.62h-2.83V13.8h2.83l11.92,15.37V13.8H238V33.62h-2.83L223.25,18.25Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3C/svg%3E\")"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"navbar": {
|
|
19
|
+
"inline-size": { "value": "150px" },
|
|
20
|
+
"block-size": { "value": "40px" },
|
|
21
|
+
"background-image": {
|
|
22
|
+
"value": "url(\"data:image/svg+xml,%3Csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 234 38.32'%3E%3Cpath d='M20.59,4.69,4,14.27V33.43L20.59,43l16.6-9.58V14.27ZM33,31,20.59,38.13,8.23,31V16.71L20.59,9.57,33,16.71Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpolygon points='16.55 14.34 20.44 16.58 24.96 13.97 16.55 9.11 7.85 14.14 7.85 24.18 16.55 29.21 24.96 24.35 20.44 21.74 16.55 23.99 12.38 21.57 12.38 16.75 16.55 14.34' style='fill:%234376fc'/%3E%3Cpath d='M42.6,16.64a2.79,2.79,0,0,1,.83-2,3.11,3.11,0,0,1,.9-.61,2.78,2.78,0,0,1,1.1-.23H56.19a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2v2.55H56.19V16.64H45.43V30.79H56.19V28.25H59v2.54a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H45.43a2.77,2.77,0,0,1-1.1-.22,2.9,2.9,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M80.54,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H66.39a2.7,2.7,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.23-1.1V16.64a2.71,2.71,0,0,1,.23-1.1,2.68,2.68,0,0,1,.6-.9,3,3,0,0,1,.91-.61,2.71,2.71,0,0,1,1.1-.23H77.71a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM66.39,16.64V30.79H77.71V16.64Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M88.46,33.62H85.63V13.8h2.83l11.92,15.37V13.8h2.83V33.62h-2.83L88.46,18.25Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M108.3,33.62V13.8h10.07a8.11,8.11,0,0,1,2.87.49,6.24,6.24,0,0,1,2.18,1.4,6.06,6.06,0,0,1,1.4,2.19,7.91,7.91,0,0,1,.49,2.86v6a7.91,7.91,0,0,1-.49,2.86,6.23,6.23,0,0,1-1.4,2.19,6.08,6.08,0,0,1-2.18,1.39,7.89,7.89,0,0,1-2.87.49Zm10.07-2.83a3.71,3.71,0,0,0,4.11-4.1v-6A5.08,5.08,0,0,0,122.2,19a3.41,3.41,0,0,0-.81-1.3,3.55,3.55,0,0,0-1.29-.81,5.15,5.15,0,0,0-1.73-.27h-7.24V30.79Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M129.84,13.8h2.84v17H144v-17h2.83v17a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H132.68a2.7,2.7,0,0,1-1.1-.22,2.83,2.83,0,0,1-.91-.6,3,3,0,0,1-.61-.91,2.92,2.92,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M151.92,16.64a2.79,2.79,0,0,1,.83-2,3,3,0,0,1,.9-.61,2.74,2.74,0,0,1,1.1-.23H165.5a2.71,2.71,0,0,1,1.1.23,3,3,0,0,1,.91.61,2.7,2.7,0,0,1,.61.9,2.88,2.88,0,0,1,.22,1.1v2.55H165.5V16.64H154.75V30.79H165.5V28.25h2.84v2.54a2.92,2.92,0,0,1-.22,1.1,2.77,2.77,0,0,1-1.52,1.51,2.7,2.7,0,0,1-1.1.22H154.75a2.74,2.74,0,0,1-1.1-.22,2.78,2.78,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M171.17,13.8H187v2.84h-6.51v17h-2.83v-17h-6.51Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M193.26,13.8V33.62h-2.83V13.8Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M215.33,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.74,2.74,0,0,1-1.1.22H201.18a2.74,2.74,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.22-1.1V16.64a2.84,2.84,0,0,1,.82-2,3,3,0,0,1,.91-.61,2.74,2.74,0,0,1,1.1-.23H212.5a2.74,2.74,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM201.18,16.64V30.79H212.5V16.64Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M223.25,33.62h-2.83V13.8h2.83l11.92,15.37V13.8H238V33.62h-2.83L223.25,18.25Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3C/svg%3E\")"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Auteursrecht Gemeente
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 Gemeente Beek
|
|
4
|
+
|
|
5
|
+
## Logo en huisstijl
|
|
6
|
+
|
|
7
|
+
Op het huisstijl en logo zijn auteursrechten van toepassing. Het gebruik van logo en huisstijl is alleen toegestaan voor gebruik door Gemeente Beek.
|
|
8
|
+
|
|
9
|
+
Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Gemeente Beek gebruiken en je ontwerpt een eigen huisstijl.
|
|
10
|
+
|
|
11
|
+
## Lettertype
|
|
12
|
+
|
|
13
|
+
Lettertypes die worden gebruikt voor de huisstijl zijn niet allemaal gratis en open source. Let op dat bij gebruik van die bijgeleverde lettertypes je een (betaalde) licentie regelt. Pas anders de configuratie aan om minder of andere lettertypes te gebruiken.
|
|
14
|
+
|
|
15
|
+
## Toestemming
|
|
16
|
+
|
|
17
|
+
Wanneer je het logo of de huisstijl wilt gebruiken kun je voor toestemming contact opnemen met Gemeente Beek.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
|
|
2
|
+
import tokens from "../dist/tokens.json";
|
|
3
|
+
import { ColorSearch } from "@nl-design-system-unstable/theme-toolkit/src/ColorSearch";
|
|
4
|
+
import { ColorTable } from "@nl-design-system-unstable/theme-toolkit/src/ColorTable";
|
|
5
|
+
import config from "../src/config.json";
|
|
6
|
+
|
|
7
|
+
<Meta title={`${config.name}/Color`} />
|
|
8
|
+
|
|
9
|
+
# Color
|
|
10
|
+
|
|
11
|
+
## Find a color
|
|
12
|
+
|
|
13
|
+
<ColorSearch tokens={tokens[config.prefix]["color"]}></ColorSearch>
|
|
14
|
+
|
|
15
|
+
## Color palette
|
|
16
|
+
|
|
17
|
+
<ColorTable tokens={tokens[config.prefix]["color"]}></ColorTable>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Meta, Story } from "@storybook/addon-docs";
|
|
2
|
+
import { ComponentStories } from "@nl-design-system-unstable/theme-toolkit/src/ComponentStories";
|
|
3
|
+
import config from "../src/config.json";
|
|
4
|
+
|
|
5
|
+
<Meta title={`${config.name}`} />
|
|
6
|
+
|
|
7
|
+
# Components
|
|
8
|
+
|
|
9
|
+
<Story name="Components">
|
|
10
|
+
<ComponentStories config={config} />
|
|
11
|
+
</Story>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
|
|
2
|
+
import { DesignTokensTable } from "@nl-design-system-unstable/theme-toolkit/src/DesignTokensTable";
|
|
3
|
+
import tokens from "../dist/index.json";
|
|
4
|
+
import config from "../src/config.json";
|
|
5
|
+
|
|
6
|
+
<Meta title={`${config.name}/Design Tokens`} />
|
|
7
|
+
|
|
8
|
+
# Design Tokens
|
|
9
|
+
|
|
10
|
+
<DesignTokensTable tokens={tokens.filter((token) => token.path[0] !== config.prefix)}></DesignTokensTable>
|
|
11
|
+
|
|
12
|
+
## Proprietary Design Tokens
|
|
13
|
+
|
|
14
|
+
<DesignTokensTable tokens={tokens.filter((token) => token.path[0] === config.prefix)}></DesignTokensTable>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0-alpha.12",
|
|
3
|
+
"author": "Community for NL Design System",
|
|
4
|
+
"description": "NL Design System design tokens for Gemeente Beek",
|
|
5
|
+
"website": "https://www.gemeentebeek.nl/",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"nl-design-system",
|
|
8
|
+
"conduction"
|
|
9
|
+
],
|
|
10
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
11
|
+
"name": "@nl-design-system-unstable/beek-design-tokens",
|
|
12
|
+
"private": false,
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"access": "public"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git+ssh",
|
|
18
|
+
"url": "git@github.com:nl-design-system/themes.git"
|
|
19
|
+
},
|
|
20
|
+
"scripts": {
|
|
21
|
+
"clean": "rimraf -rf dist/",
|
|
22
|
+
"prebuild": "npm run clean",
|
|
23
|
+
"watch": "npm-run-all watch:**",
|
|
24
|
+
"watch:style-dictionary": "chokidar --follow-symlinks --command 'npm run --ignore-scripts build' 'src/**/*.tokens.json'",
|
|
25
|
+
"build": "npm-run-all build:**",
|
|
26
|
+
"build:scss": "sass --no-source-map src/:dist/",
|
|
27
|
+
"build:style-dictionary": "style-dictionary build --config ./style-dictionary.config.js"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@fontsource/source-sans-pro": "5.0.8",
|
|
31
|
+
"@nl-design-system-unstable/theme-toolkit": "workspace:*",
|
|
32
|
+
"chokidar-cli": "3.0.0",
|
|
33
|
+
"npm-run-all": "4.1.5",
|
|
34
|
+
"rimraf": "3.0.2",
|
|
35
|
+
"style-dictionary": "3.8.0"
|
|
36
|
+
},
|
|
37
|
+
"bugs": {
|
|
38
|
+
"url": "https://github.com/ConductionNL/conduction-theme/issues"
|
|
39
|
+
},
|
|
40
|
+
"homepage": "https://github.com/ConductionNL/conduction-theme#readme"
|
|
41
|
+
}
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
{
|
|
2
|
+
"beek": {
|
|
3
|
+
"color": {
|
|
4
|
+
"primary": {
|
|
5
|
+
"value": "{beek.color.purple.24}"
|
|
6
|
+
},
|
|
7
|
+
"primary-hover": {
|
|
8
|
+
"value": "{beek.color.purple.24}"
|
|
9
|
+
},
|
|
10
|
+
"error": {
|
|
11
|
+
"value": "#dc3545"
|
|
12
|
+
},
|
|
13
|
+
"alert-error": {
|
|
14
|
+
"value": "#721c24"
|
|
15
|
+
},
|
|
16
|
+
"alert-error-background": {
|
|
17
|
+
"value": "#f8d7da"
|
|
18
|
+
},
|
|
19
|
+
"warning": {
|
|
20
|
+
"value": "#ffc107"
|
|
21
|
+
},
|
|
22
|
+
"alert-warning": {
|
|
23
|
+
"value": "#856404"
|
|
24
|
+
},
|
|
25
|
+
"alert-warning-background": {
|
|
26
|
+
"value": "#fff3cd"
|
|
27
|
+
},
|
|
28
|
+
"succes": {
|
|
29
|
+
"value": "#28a745"
|
|
30
|
+
},
|
|
31
|
+
"alert-succes": {
|
|
32
|
+
"value": "#155724"
|
|
33
|
+
},
|
|
34
|
+
"alert-succes-background": {
|
|
35
|
+
"value": "#d4edda"
|
|
36
|
+
},
|
|
37
|
+
"info": {
|
|
38
|
+
"value": "{beek.color.primary}"
|
|
39
|
+
},
|
|
40
|
+
"alert-info": {
|
|
41
|
+
"value": "#004085"
|
|
42
|
+
},
|
|
43
|
+
"alert-info-background": {
|
|
44
|
+
"value": "#cce5ff"
|
|
45
|
+
},
|
|
46
|
+
"purple": {
|
|
47
|
+
"24": {
|
|
48
|
+
"value": "#641566",
|
|
49
|
+
"comment": "Base/Purple"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"orange": {
|
|
53
|
+
"49": {
|
|
54
|
+
"value": "#d67c24",
|
|
55
|
+
"comment": "Base/Orange"
|
|
56
|
+
},
|
|
57
|
+
"53": {
|
|
58
|
+
"value": "#d78839"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"grey": {
|
|
62
|
+
"27": {
|
|
63
|
+
"value": "#444444"
|
|
64
|
+
},
|
|
65
|
+
"29": {
|
|
66
|
+
"value": "#4a4a4a"
|
|
67
|
+
},
|
|
68
|
+
"31": {
|
|
69
|
+
"value": "#4f4f4f"
|
|
70
|
+
},
|
|
71
|
+
"40": {
|
|
72
|
+
"value": "#666666"
|
|
73
|
+
},
|
|
74
|
+
"46": {
|
|
75
|
+
"value": "#767676"
|
|
76
|
+
},
|
|
77
|
+
"48": {
|
|
78
|
+
"value": "#7a7a7a"
|
|
79
|
+
},
|
|
80
|
+
"50": {
|
|
81
|
+
"value": "#808080",
|
|
82
|
+
"comment": "Base/Grey"
|
|
83
|
+
},
|
|
84
|
+
"70": {
|
|
85
|
+
"value": "#b3b3b3"
|
|
86
|
+
},
|
|
87
|
+
"82": {
|
|
88
|
+
"value": "#d1d1d1"
|
|
89
|
+
},
|
|
90
|
+
"87": {
|
|
91
|
+
"value": "#dddddd"
|
|
92
|
+
},
|
|
93
|
+
"90": {
|
|
94
|
+
"value": "#e6e6e6"
|
|
95
|
+
},
|
|
96
|
+
"95": {
|
|
97
|
+
"value": "#f2f2f2"
|
|
98
|
+
},
|
|
99
|
+
"97": {
|
|
100
|
+
"value": "#f7f7f7"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"blue": {
|
|
104
|
+
"80": {
|
|
105
|
+
"value": "#afc5ea"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"lightgrey": {
|
|
109
|
+
"76": {
|
|
110
|
+
"value": "#b8c2cc"
|
|
111
|
+
},
|
|
112
|
+
"95": {
|
|
113
|
+
"value": "#edf2f7"
|
|
114
|
+
},
|
|
115
|
+
"96": {
|
|
116
|
+
"value": "#f5f5f5",
|
|
117
|
+
"comment": "Base/LightGrey"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"white": {
|
|
121
|
+
"94": {
|
|
122
|
+
"value": "#efefef"
|
|
123
|
+
},
|
|
124
|
+
"98": {
|
|
125
|
+
"value": "#fafafa"
|
|
126
|
+
},
|
|
127
|
+
"100": {
|
|
128
|
+
"value": "#ffffff",
|
|
129
|
+
"comment": "Base/White"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"black": {
|
|
133
|
+
"0": {
|
|
134
|
+
"value": "#000000",
|
|
135
|
+
"comment": "Base/Black"
|
|
136
|
+
},
|
|
137
|
+
"0-10t": {
|
|
138
|
+
"value": "#0000001a",
|
|
139
|
+
"comment": "Black with 10% transparency"
|
|
140
|
+
},
|
|
141
|
+
"0-60t": {
|
|
142
|
+
"value": "#00000099",
|
|
143
|
+
"comment": "Black with 60% transparency"
|
|
144
|
+
},
|
|
145
|
+
"30": {
|
|
146
|
+
"value": "#4d4d4d"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"beek": {
|
|
3
|
+
"font-size": {
|
|
4
|
+
"4xs": {
|
|
5
|
+
"value": "0.313rem",
|
|
6
|
+
"comment": "5px"
|
|
7
|
+
},
|
|
8
|
+
"3xs": {
|
|
9
|
+
"value": "0.5rem",
|
|
10
|
+
"comment": "8px"
|
|
11
|
+
},
|
|
12
|
+
"2xs": {
|
|
13
|
+
"value": "0.68rem",
|
|
14
|
+
"comment": "10.88px"
|
|
15
|
+
},
|
|
16
|
+
"xs": {
|
|
17
|
+
"value": "0.75rem",
|
|
18
|
+
"comment": "12px"
|
|
19
|
+
},
|
|
20
|
+
"sm": {
|
|
21
|
+
"value": "0.875rem",
|
|
22
|
+
"comment": "14px"
|
|
23
|
+
},
|
|
24
|
+
"md": {
|
|
25
|
+
"value": "1rem",
|
|
26
|
+
"comment": "16px"
|
|
27
|
+
},
|
|
28
|
+
"lg": {
|
|
29
|
+
"value": "1.1rem",
|
|
30
|
+
"comment": "17.6px"
|
|
31
|
+
},
|
|
32
|
+
"xl": {
|
|
33
|
+
"value": "1.5rem",
|
|
34
|
+
"comment": "24px"
|
|
35
|
+
},
|
|
36
|
+
"2xl": {
|
|
37
|
+
"value": "1.6rem",
|
|
38
|
+
"comment": "25.6px"
|
|
39
|
+
},
|
|
40
|
+
"3xl": {
|
|
41
|
+
"value": "2.25rem",
|
|
42
|
+
"comment": "36px"
|
|
43
|
+
},
|
|
44
|
+
"4xl": {
|
|
45
|
+
"value": "3rem",
|
|
46
|
+
"comment": "48px"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"beek": {
|
|
3
|
+
"size": {
|
|
4
|
+
"4xs": { "value": "1px" },
|
|
5
|
+
"3xs": { "value": "2px" },
|
|
6
|
+
"2xs": { "value": "4px" },
|
|
7
|
+
"xs": { "value": "8px" },
|
|
8
|
+
"sm": { "value": "14px" },
|
|
9
|
+
"md": { "value": "18px" },
|
|
10
|
+
"lg": { "value": "24px" },
|
|
11
|
+
"xl": { "value": "32px" },
|
|
12
|
+
"2xl": { "value": "48px" },
|
|
13
|
+
"3xl": { "value": "72px" },
|
|
14
|
+
"4xl": { "value": "96px" }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"beek": {
|
|
3
|
+
"typography": {
|
|
4
|
+
"lato": {
|
|
5
|
+
"font-family": {
|
|
6
|
+
"value": "\"Lato\", Arial, sans-serif"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"monospace": {
|
|
10
|
+
"font-family": {
|
|
11
|
+
"value": "Monospace, \"Lucida Console\""
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"font-weight": {
|
|
15
|
+
"bold": {
|
|
16
|
+
"value": "700"
|
|
17
|
+
},
|
|
18
|
+
"normal": {
|
|
19
|
+
"value": "400"
|
|
20
|
+
},
|
|
21
|
+
"light": {
|
|
22
|
+
"value": "100"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"scale": {
|
|
26
|
+
"4xs": { "value": "{beek.font-size.4xs}" },
|
|
27
|
+
"3xs": { "value": "{beek.font-size.3xs}" },
|
|
28
|
+
"2xs": { "value": "{beek.font-size.2xs}" },
|
|
29
|
+
"xs": { "value": "{beek.font-size.xs}" },
|
|
30
|
+
"sm": { "value": "{beek.font-size.sm}" },
|
|
31
|
+
"md": { "value": "{beek.font-size.md}" },
|
|
32
|
+
"lg": { "value": "{beek.font-size.lg}" },
|
|
33
|
+
"xl": { "value": "{beek.font-size.xl}" },
|
|
34
|
+
"2xl": { "value": "{beek.font-size.2xl}" },
|
|
35
|
+
"3xl": { "value": "{beek.font-size.3xl}" },
|
|
36
|
+
"4xl": { "value": "{beek.font-size.4xl}" }
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"space": {
|
|
4
|
+
"block": {
|
|
5
|
+
"3xs": { "value": "{beek.size.3xs}" },
|
|
6
|
+
"2xs": { "value": "{beek.size.2xs}" },
|
|
7
|
+
"xs": { "value": "{beek.size.xs}" },
|
|
8
|
+
"sm": { "value": "{beek.size.sm}" },
|
|
9
|
+
"md": { "value": "{beek.size.md}" },
|
|
10
|
+
"lg": { "value": "{beek.size.lg}" },
|
|
11
|
+
"xl": { "value": "{beek.size.xl}" },
|
|
12
|
+
"2xl": { "value": "{beek.size.2xl}" },
|
|
13
|
+
"3xl": { "value": "{beek.size.3xl}" }
|
|
14
|
+
},
|
|
15
|
+
"inline": {
|
|
16
|
+
"3xs": { "value": "{beek.size.3xs}" },
|
|
17
|
+
"2xs": { "value": "{beek.size.2xs}" },
|
|
18
|
+
"xs": { "value": "{beek.size.xs}" },
|
|
19
|
+
"sm": { "value": "{beek.size.sm}" },
|
|
20
|
+
"md": { "value": "{beek.size.md}" },
|
|
21
|
+
"lg": { "value": "{beek.size.lg}" },
|
|
22
|
+
"xl": { "value": "{beek.size.xl}" },
|
|
23
|
+
"2xl": { "value": "{beek.size.2xl}" },
|
|
24
|
+
"3xl": { "value": "{beek.size.3xl}" }
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ams": {
|
|
3
|
+
"date-input": {
|
|
4
|
+
"background-color": { "value": "{utrecht.textbox.background-color}" },
|
|
5
|
+
"box-shadow": { "value": "" },
|
|
6
|
+
"color": { "value": "{utrecht.textbox.color}" },
|
|
7
|
+
"font-family": { "value": "{utrecht.textbox.font-family}" },
|
|
8
|
+
"font-size": { "value": "{utrecht.textbox.font-size}" },
|
|
9
|
+
"font-weight": { "value": "{utrecht.textbox.font-weight}" },
|
|
10
|
+
"line-height": { "value": "{utrecht.textbox.line-height}" },
|
|
11
|
+
"min-block-size": {},
|
|
12
|
+
"min-inline-size": {},
|
|
13
|
+
"outline-offset": {},
|
|
14
|
+
"padding-block": { "value": "{beek.size.xs}" },
|
|
15
|
+
"padding-inline": { "value": "{beek.size.xs}" },
|
|
16
|
+
"calender-picker-indicator-background-image": {
|
|
17
|
+
"value": "url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=')"
|
|
18
|
+
},
|
|
19
|
+
"hover-calender-picker-indicator-background-image": {
|
|
20
|
+
"value": "url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=')"
|
|
21
|
+
},
|
|
22
|
+
"border-color": { "value": "{utrecht.textbox.border-color}" },
|
|
23
|
+
"border-style": { "value": "solid" },
|
|
24
|
+
"border-width": { "value": "{utrecht.textbox.border-width}" },
|
|
25
|
+
"border-radius": { "value": "{utrecht.textbox.border-radius}" },
|
|
26
|
+
"margin-block": {}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|