@wavemaker/foundation-css 11.14.3-rc.6401 → 11.15.0-2.247
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/cjs/foundation-css.cjs +92 -33
- package/cjs/src_tokens_mobile_components_accordion_accordion_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_anchor_anchor_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_bottomsheet_bottomsheet_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_button-group_button-group_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_button_button_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_calendar_calendar_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_camera_camera_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_cards_cards_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_carousel_carousel_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_container_container_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_fileupload_fileupload_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_form-controls_form-controls_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_label_label_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_list_list_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_lottie_lottie_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_modal-dialog_modal-dialog_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_nav_nav_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_navbar_navbar_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_navitem_navitem_json.foundation-css.cjs +14 -0
- package/cjs/src_tokens_mobile_components_panel-footer_panel-footer_json.foundation-css.cjs +14 -0
- package/cjs/src_tokens_mobile_components_panel_panel_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_picture_picture_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_popover_popover_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_search_search_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_switch_switch_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_tabbar_tabbar_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_tabs_tabs_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_tile_tile_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_toggle_toggle_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_webview_webview_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_button_button_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_calendar_calendar_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_cards_cards_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_checkbox_checkbox_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_data-table_data-table_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_dropdown-menu_dropdown-menu_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_form-controls_form-controls_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_iconbutton-toggleable_iconbutton-toggleable_json.foundation-css.cjs +14 -0
- package/cjs/src_tokens_web_components_page-content_page-content_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_page-left-nav_page-left-nav_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_page-right-nav_page-right-nav_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_popover_popover_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_progress-circle_progress-circle_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_rating_rating_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_slider_slider_json.foundation-css.cjs +14 -0
- package/cjs/src_tokens_web_components_switch_switch_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_tabs_tabs_json.foundation-css.cjs +1 -1
- package/foundation/foundation.css +669 -179
- package/foundation/foundation.min.css +1 -1
- package/native_mobile.index.d.ts +20 -0
- package/native_mobile.index.js +29 -3
- package/native_mobile.index.js.map +1 -1
- package/npm-shrinkwrap.json +44 -50
- package/package-lock.json +44 -50
- package/package.json +8 -7
- package/src/styles/mobile/components/advanced/carousel.less +10 -0
- package/src/styles/mobile/components/advanced/webview.less +6 -2
- package/src/styles/mobile/components/basic/anchor.less +2 -2
- package/src/styles/mobile/components/basic/bottomsheet.less +6 -0
- package/src/styles/mobile/components/basic/button.less +17 -5
- package/src/styles/mobile/components/basic/buttongroup.less +22 -6
- package/src/styles/mobile/components/basic/label.less +150 -15
- package/src/styles/mobile/components/basic/lottie.less +6 -3
- package/src/styles/mobile/components/basic/picture.less +9 -0
- package/src/styles/mobile/components/basic/search.less +21 -2
- package/src/styles/mobile/components/container/panel/panel-footer.less +13 -1
- package/src/styles/mobile/components/container/panel.less +31 -34
- package/src/styles/mobile/components/container/tabs/tab-header.less +11 -5
- package/src/styles/mobile/components/container/tabs.less +2 -0
- package/src/styles/mobile/components/container.less +16 -4
- package/src/styles/mobile/components/data/card.less +4 -1
- package/src/styles/mobile/components/data/form.less +75 -30
- package/src/styles/mobile/components/data/list.less +10 -45
- package/src/styles/mobile/components/device/camera.less +4 -3
- package/src/styles/mobile/components/dialogs/dialog.less +56 -12
- package/src/styles/mobile/components/input/calendar.less +0 -1
- package/src/styles/mobile/components/input/fileupload.less +1 -0
- package/src/styles/mobile/components/input/switch.less +8 -0
- package/src/styles/mobile/components/input/toggle.less +2 -0
- package/src/styles/mobile/components/navigation/appnavbar.less +12 -4
- package/src/styles/mobile/components/navigation/navitem.less +78 -17
- package/src/styles/mobile/components/navigation/popover.less +19 -4
- package/src/styles/mobile/components/page/tabbar.less +13 -2
- package/src/styles/mobile/components/tokens.light.css +206 -383
- package/src/styles/mobile/components/variables/carousel.variant.less +8 -0
- package/src/styles/mobile/components/variables/container.variant.less +26 -3
- package/src/styles/mobile/components/variables/form-controls.variant.less +8 -2
- package/src/styles/mobile/components/variables/label.variant.less +35 -4
- package/src/styles/mobile/components/variables/navitem.variant.less +14 -0
- package/src/styles/mobile/components/variables/panel.variant.less +16 -8
- package/src/styles/mobile/components/variables/picture.variant.less +2 -2
- package/src/styles/mobile/components/variables/switch.variant.less +6 -1
- package/src/styles/mobile/components/variables/tabs.variant.less +6 -2
- package/src/styles/mobile/components/variables/toggle.variant.less +8 -0
- package/src/styles/mobile/studio/advanced/styles.less +1 -0
- package/src/styles/mobile/studio/advanced/webview.less +7 -0
- package/src/styles/mobile/studio/basic/button-group.less +3 -1
- package/src/styles/mobile/studio/basic/label.less +22 -7
- package/src/styles/mobile/studio/basic/message.less +6 -0
- package/src/styles/mobile/studio/basic/picture.less +6 -0
- package/src/styles/mobile/studio/basic/search.less +8 -0
- package/src/styles/mobile/studio/container/container.less +10 -3
- package/src/styles/mobile/studio/container/linearlayout.less +8 -0
- package/src/styles/mobile/studio/container/panel.less +3 -7
- package/src/styles/mobile/studio/container/styles.less +2 -1
- package/src/styles/mobile/studio/container/tabs.less +8 -7
- package/src/styles/mobile/studio/data/list.less +22 -0
- package/src/styles/mobile/studio/dialogs/base-dialog.less +152 -3
- package/src/styles/mobile/studio/input/form.less +61 -26
- package/src/styles/mobile/studio/input/switch.less +2 -1
- package/src/styles/mobile/studio/layouts/appnavbar.less +12 -5
- package/src/styles/mobile/studio/layouts/page-content.less +1 -1
- package/src/styles/mobile/studio/layouts/tabbar.less +10 -2
- package/src/styles/mobile/studio/navigation/nav.less +19 -1
- package/src/styles/mobile/studio/navigation/popover.less +32 -1
- package/src/tokens/mobile/components/accordion/accordion.json +1 -29
- package/src/tokens/mobile/components/anchor/anchor.json +18 -0
- package/src/tokens/mobile/components/bottomsheet/bottomsheet.json +39 -5
- package/src/tokens/mobile/components/button/button.json +1 -3
- package/src/tokens/mobile/components/button-group/button-group.json +25 -41
- package/src/tokens/mobile/components/calendar/calendar.json +0 -8
- package/src/tokens/mobile/components/camera/camera.json +34 -8
- package/src/tokens/mobile/components/cards/cards.json +34 -8
- package/src/tokens/mobile/components/carousel/carousel.json +74 -2
- package/src/tokens/mobile/components/container/container.json +144 -14
- package/src/tokens/mobile/components/fileupload/fileupload.json +1 -1
- package/src/tokens/mobile/components/form-controls/form-controls.json +200 -56
- package/src/tokens/mobile/components/label/label.json +219 -21
- package/src/tokens/mobile/components/list/list.json +45 -135
- package/src/tokens/mobile/components/lottie/lottie.json +40 -7
- package/src/tokens/mobile/components/modal-dialog/modal-dialog.json +116 -54
- package/src/tokens/mobile/components/nav/nav.json +38 -83
- package/src/tokens/mobile/components/navbar/navbar.json +61 -0
- package/src/tokens/mobile/components/navitem/navitem.json +521 -0
- package/src/tokens/mobile/components/panel/panel.json +114 -84
- package/src/tokens/mobile/components/panel-footer/panel-footer.json +116 -0
- package/src/tokens/mobile/components/picture/picture.json +2 -6
- package/src/tokens/mobile/components/popover/popover.json +102 -18
- package/src/tokens/mobile/components/search/search.json +133 -9
- package/src/tokens/mobile/components/switch/switch.json +47 -2
- package/src/tokens/mobile/components/tabbar/tabbar.json +29 -11
- package/src/tokens/mobile/components/tabs/tabs.json +72 -32
- package/src/tokens/mobile/components/tile/tile.json +18 -2
- package/src/tokens/mobile/components/toggle/toggle.json +68 -0
- package/src/tokens/mobile/components/webview/webview.json +45 -4
- package/src/tokens/mobile/global/box-shadow/box-shadow.json +6 -0
- package/src/tokens/mobile/global/font/font.json +33 -0
- package/src/tokens/mobile/global/opacity/opacity.json +2 -3
- package/src/tokens/web/components/button/button.json +1 -1
- package/src/tokens/web/components/calendar/Token.Readme.md +55 -22
- package/src/tokens/web/components/calendar/calendar.json +422 -152
- package/src/tokens/web/components/cards/cards.json +5 -5
- package/src/tokens/web/components/checkbox/Token.Readme.md +1 -0
- package/src/tokens/web/components/checkbox/checkbox.json +8 -0
- package/src/tokens/web/components/data-table/data-table.json +27 -2
- package/src/tokens/web/components/dropdown-menu/dropdown-menu.json +2 -2
- package/src/tokens/web/components/form-controls/Token.Readme.md +1 -0
- package/src/tokens/web/components/form-controls/form-controls.json +19 -2
- package/src/tokens/web/components/iconbutton-toggleable/Readme.md +17 -0
- package/src/tokens/web/components/iconbutton-toggleable/Token.Readme.md +19 -0
- package/src/tokens/web/components/iconbutton-toggleable/iconbutton-toggleable.json +557 -0
- package/src/tokens/web/components/page-content/page-content.json +1 -1
- package/src/tokens/web/components/page-left-nav/page-left-nav.json +1 -1
- package/src/tokens/web/components/page-right-nav/Readme.md +4 -4
- package/src/tokens/web/components/page-right-nav/page-right-nav.json +4 -4
- package/src/tokens/web/components/popover/Token.Readme.md +3 -2
- package/src/tokens/web/components/popover/popover.json +26 -16
- package/src/tokens/web/components/progress-circle/Token.Readme.md +6 -1
- package/src/tokens/web/components/progress-circle/progress-circle.json +40 -0
- package/src/tokens/web/components/rating/rating.json +2 -2
- package/src/tokens/web/components/slider/Token.Readme.md +24 -0
- package/src/tokens/web/components/slider/slider.json +153 -0
- package/src/tokens/web/components/switch/switch.json +1 -1
- package/src/tokens/web/components/tabs/Token.Readme.md +4 -0
- package/src/tokens/web/components/tabs/tabs.json +33 -1
- package/src/tokens/web/global/elevation/elevation.json +5 -5
- package/src/utils/style-dictionary-utils.js +25 -40
- package/src/utils/style-dictionary-utils.js.map +1 -1
- package/web.index.js +21 -2
- package/web.index.js.map +1 -1
- package/cjs/src_tokens_mobile_components_page-layout_page-layout_json.foundation-css.cjs +0 -14
- package/cjs/src_tokens_mobile_components_pagination_pagination_json.foundation-css.cjs +0 -14
- package/cjs/src_tokens_mobile_components_richtext-editor_richtext-editor_json.foundation-css.cjs +0 -14
- package/src/styles/mobile/components/variables/button-group.variant.less +0 -7
- package/src/tokens/mobile/components/page-layout/page-layout.json +0 -738
- package/src/tokens/mobile/components/pagination/pagination.json +0 -250
- package/src/tokens/mobile/components/richtext-editor/richtext-editor.json +0 -546
package/cjs/foundation-css.cjs
CHANGED
|
@@ -90,7 +90,7 @@ const componentsList = {
|
|
|
90
90
|
},
|
|
91
91
|
bottomsheet: {
|
|
92
92
|
key: "bottomsheet",
|
|
93
|
-
|
|
93
|
+
widgetTag: "wm-bottomsheet",
|
|
94
94
|
// columnWidth: 10,
|
|
95
95
|
},
|
|
96
96
|
button: {
|
|
@@ -103,6 +103,11 @@ const componentsList = {
|
|
|
103
103
|
widgetTag: "wm-buttongroup",
|
|
104
104
|
columnWidth: 8,
|
|
105
105
|
},
|
|
106
|
+
camera: {
|
|
107
|
+
widgetTag: "wm-camera",
|
|
108
|
+
key: "camera",
|
|
109
|
+
columnWidth: 6,
|
|
110
|
+
},
|
|
106
111
|
calendar: {
|
|
107
112
|
widgetTag: "wm-calendar",
|
|
108
113
|
key: "calendar",
|
|
@@ -131,7 +136,7 @@ const componentsList = {
|
|
|
131
136
|
chips: {
|
|
132
137
|
widgetTag: "wm-chips",
|
|
133
138
|
key: "chips",
|
|
134
|
-
columnWidth:
|
|
139
|
+
columnWidth: 6,
|
|
135
140
|
},
|
|
136
141
|
container: {
|
|
137
142
|
widgetTag: "wm-container",
|
|
@@ -198,7 +203,22 @@ const componentsList = {
|
|
|
198
203
|
key: "message",
|
|
199
204
|
columnWidth: 4,
|
|
200
205
|
},
|
|
201
|
-
"modal-dialog": {
|
|
206
|
+
"modal-dialog": {
|
|
207
|
+
key: "modal-dialog",
|
|
208
|
+
widgetTag: "wm-dialog",
|
|
209
|
+
columnWidth: 6,
|
|
210
|
+
},
|
|
211
|
+
// nav:{
|
|
212
|
+
// widgetTag: "wm-nav",
|
|
213
|
+
// key: "nav",
|
|
214
|
+
// columnWidth: 6,
|
|
215
|
+
// },
|
|
216
|
+
navitem: {
|
|
217
|
+
widgetTag: "wm-nav-item",
|
|
218
|
+
key: "navitem",
|
|
219
|
+
displayName: "Nav: Item",
|
|
220
|
+
columnWidth: 6,
|
|
221
|
+
},
|
|
202
222
|
navbar: {
|
|
203
223
|
widgetTag: "wm-mobile-navbar",
|
|
204
224
|
key: "navbar",
|
|
@@ -214,6 +234,12 @@ const componentsList = {
|
|
|
214
234
|
key: "panel",
|
|
215
235
|
columnWidth: 4,
|
|
216
236
|
},
|
|
237
|
+
"panel-footer": {
|
|
238
|
+
widgetTag: "wm-panel-footer",
|
|
239
|
+
key: "panel-footer",
|
|
240
|
+
columnWidth: 4,
|
|
241
|
+
displayName: "Panel: Footer",
|
|
242
|
+
},
|
|
217
243
|
picture: {
|
|
218
244
|
widgetTag: "wm-picture",
|
|
219
245
|
key: "picture",
|
|
@@ -389,7 +415,7 @@ const componentsList = {
|
|
|
389
415
|
breadcrumb: {
|
|
390
416
|
widgetTag: "wm-breadcrumb",
|
|
391
417
|
key: "breadcrumb",
|
|
392
|
-
columnWidth:
|
|
418
|
+
columnWidth: 6,
|
|
393
419
|
},
|
|
394
420
|
button: {
|
|
395
421
|
widgetTag: "wm-button",
|
|
@@ -429,7 +455,7 @@ const componentsList = {
|
|
|
429
455
|
chips: {
|
|
430
456
|
widgetTag: "wm-chips",
|
|
431
457
|
key: "chips",
|
|
432
|
-
columnWidth:
|
|
458
|
+
columnWidth: 6,
|
|
433
459
|
},
|
|
434
460
|
container: {
|
|
435
461
|
widgetTag: "wm-container",
|
|
@@ -443,6 +469,7 @@ const componentsList = {
|
|
|
443
469
|
},
|
|
444
470
|
"data-table": {
|
|
445
471
|
key: "data-table",
|
|
472
|
+
widgetTag: "wm-table"
|
|
446
473
|
},
|
|
447
474
|
date: {
|
|
448
475
|
widgetTag: "wm-date",
|
|
@@ -461,6 +488,7 @@ const componentsList = {
|
|
|
461
488
|
},
|
|
462
489
|
"form-controls": {
|
|
463
490
|
key: "form-controls",
|
|
491
|
+
widgetTag: "wm-form-controls",
|
|
464
492
|
},
|
|
465
493
|
"grid-layout": {
|
|
466
494
|
key: "grid-layout",
|
|
@@ -470,6 +498,11 @@ const componentsList = {
|
|
|
470
498
|
key: "icon",
|
|
471
499
|
columnWidth: 2,
|
|
472
500
|
},
|
|
501
|
+
"iconbutton-toggleable": {
|
|
502
|
+
widgetTag: "wm-iconbutton-toggle",
|
|
503
|
+
key: "iconbutton-toggleable",
|
|
504
|
+
columnWidth: 8,
|
|
505
|
+
},
|
|
473
506
|
label: {
|
|
474
507
|
widgetTag: "wm-label",
|
|
475
508
|
key: "label",
|
|
@@ -477,6 +510,7 @@ const componentsList = {
|
|
|
477
510
|
},
|
|
478
511
|
list: {
|
|
479
512
|
key: "list",
|
|
513
|
+
widgetTag: "wm-list"
|
|
480
514
|
},
|
|
481
515
|
message: {
|
|
482
516
|
widgetTag: "wm-message",
|
|
@@ -500,10 +534,12 @@ const componentsList = {
|
|
|
500
534
|
columnWidth: 4,
|
|
501
535
|
},
|
|
502
536
|
"page-header": {
|
|
537
|
+
widgetTag: "wm-header",
|
|
503
538
|
key: "page: header",
|
|
504
539
|
displayName: "page: header",
|
|
505
540
|
},
|
|
506
541
|
"page-top-nav": {
|
|
542
|
+
widgetTag: "wm-top-nav",
|
|
507
543
|
key: "page: top-nav",
|
|
508
544
|
displayName: "page: top-nav",
|
|
509
545
|
},
|
|
@@ -514,14 +550,17 @@ const componentsList = {
|
|
|
514
550
|
"page-left-nav": {
|
|
515
551
|
key: "left-nav",
|
|
516
552
|
displayName: "page: left-nav",
|
|
553
|
+
widgetTag: "wm-left-panel"
|
|
517
554
|
},
|
|
518
555
|
"page-right-nav": {
|
|
519
556
|
key: "right-nav",
|
|
520
557
|
displayName: "page: right-nav",
|
|
558
|
+
widgetTag: "wm-right-panel"
|
|
521
559
|
},
|
|
522
560
|
"page-footer": {
|
|
523
561
|
key: "page: footer",
|
|
524
562
|
displayName: "page: footer",
|
|
563
|
+
widgetTag: "wm-footer"
|
|
525
564
|
},
|
|
526
565
|
picture: {
|
|
527
566
|
widgetTag: "wm-picture",
|
|
@@ -566,6 +605,11 @@ const componentsList = {
|
|
|
566
605
|
key: "search",
|
|
567
606
|
columnWidth: 4,
|
|
568
607
|
},
|
|
608
|
+
slider: {
|
|
609
|
+
widgetTag: "wm-slider",
|
|
610
|
+
key: "slider",
|
|
611
|
+
columnWidth: 8,
|
|
612
|
+
},
|
|
569
613
|
spinner: {
|
|
570
614
|
widgetTag: "wm-spinner",
|
|
571
615
|
key: "spinner",
|
|
@@ -600,6 +644,7 @@ const componentsList = {
|
|
|
600
644
|
columnWidth: 2,
|
|
601
645
|
},
|
|
602
646
|
wizard: {
|
|
647
|
+
widgetTag: "wm-wizard",
|
|
603
648
|
key: "wizard",
|
|
604
649
|
},
|
|
605
650
|
};
|
|
@@ -818,22 +863,22 @@ var map = {
|
|
|
818
863
|
"src_tokens_mobile_components_navbar_navbar_json"
|
|
819
864
|
]
|
|
820
865
|
],
|
|
821
|
-
"./
|
|
822
|
-
"./src/tokens/mobile/components/
|
|
866
|
+
"./navitem/navitem.json": [
|
|
867
|
+
"./src/tokens/mobile/components/navitem/navitem.json",
|
|
823
868
|
[
|
|
824
|
-
"
|
|
869
|
+
"src_tokens_mobile_components_navitem_navitem_json"
|
|
825
870
|
]
|
|
826
871
|
],
|
|
827
|
-
"./page-
|
|
828
|
-
"./src/tokens/mobile/components/page-
|
|
872
|
+
"./page-content/page-content.json": [
|
|
873
|
+
"./src/tokens/mobile/components/page-content/page-content.json",
|
|
829
874
|
[
|
|
830
|
-
"src_tokens_mobile_components_page-
|
|
875
|
+
"src_tokens_mobile_components_page-content_page-content_json"
|
|
831
876
|
]
|
|
832
877
|
],
|
|
833
|
-
"./
|
|
834
|
-
"./src/tokens/mobile/components/
|
|
878
|
+
"./panel-footer/panel-footer.json": [
|
|
879
|
+
"./src/tokens/mobile/components/panel-footer/panel-footer.json",
|
|
835
880
|
[
|
|
836
|
-
"
|
|
881
|
+
"src_tokens_mobile_components_panel-footer_panel-footer_json"
|
|
837
882
|
]
|
|
838
883
|
],
|
|
839
884
|
"./panel/panel.json": [
|
|
@@ -878,12 +923,6 @@ var map = {
|
|
|
878
923
|
"src_tokens_mobile_components_rating_rating_json"
|
|
879
924
|
]
|
|
880
925
|
],
|
|
881
|
-
"./richtext-editor/richtext-editor.json": [
|
|
882
|
-
"./src/tokens/mobile/components/richtext-editor/richtext-editor.json",
|
|
883
|
-
[
|
|
884
|
-
"src_tokens_mobile_components_richtext-editor_richtext-editor_json"
|
|
885
|
-
]
|
|
886
|
-
],
|
|
887
926
|
"./scrollbar/scrollbar.json": [
|
|
888
927
|
"./src/tokens/mobile/components/scrollbar/scrollbar.json",
|
|
889
928
|
[
|
|
@@ -976,12 +1015,16 @@ var map = {
|
|
|
976
1015
|
]
|
|
977
1016
|
};
|
|
978
1017
|
function webpackAsyncContext(req) {
|
|
979
|
-
|
|
980
|
-
|
|
1018
|
+
try {
|
|
1019
|
+
if(!__webpack_require__.o(map, req)) {
|
|
1020
|
+
return Promise.resolve().then(() => {
|
|
981
1021
|
var e = new Error("Cannot find module '" + req + "'");
|
|
982
1022
|
e.code = 'MODULE_NOT_FOUND';
|
|
983
1023
|
throw e;
|
|
984
1024
|
});
|
|
1025
|
+
}
|
|
1026
|
+
} catch(err) {
|
|
1027
|
+
return Promise.reject(err);
|
|
985
1028
|
}
|
|
986
1029
|
|
|
987
1030
|
var ids = map[req], id = ids[0];
|
|
@@ -1138,6 +1181,12 @@ var map = {
|
|
|
1138
1181
|
"src_tokens_web_components_icon_icon_json"
|
|
1139
1182
|
]
|
|
1140
1183
|
],
|
|
1184
|
+
"./iconbutton-toggleable/iconbutton-toggleable.json": [
|
|
1185
|
+
"./src/tokens/web/components/iconbutton-toggleable/iconbutton-toggleable.json",
|
|
1186
|
+
[
|
|
1187
|
+
"src_tokens_web_components_iconbutton-toggleable_iconbutton-toggleable_json"
|
|
1188
|
+
]
|
|
1189
|
+
],
|
|
1141
1190
|
"./iframe/iframe.json": [
|
|
1142
1191
|
"./src/tokens/web/components/iframe/iframe.json",
|
|
1143
1192
|
[
|
|
@@ -1276,6 +1325,12 @@ var map = {
|
|
|
1276
1325
|
"src_tokens_web_components_search_search_json"
|
|
1277
1326
|
]
|
|
1278
1327
|
],
|
|
1328
|
+
"./slider/slider.json": [
|
|
1329
|
+
"./src/tokens/web/components/slider/slider.json",
|
|
1330
|
+
[
|
|
1331
|
+
"src_tokens_web_components_slider_slider_json"
|
|
1332
|
+
]
|
|
1333
|
+
],
|
|
1279
1334
|
"./spinner/spinner.json": [
|
|
1280
1335
|
"./src/tokens/web/components/spinner/spinner.json",
|
|
1281
1336
|
[
|
|
@@ -1332,12 +1387,16 @@ var map = {
|
|
|
1332
1387
|
]
|
|
1333
1388
|
};
|
|
1334
1389
|
function webpackAsyncContext(req) {
|
|
1335
|
-
|
|
1336
|
-
|
|
1390
|
+
try {
|
|
1391
|
+
if(!__webpack_require__.o(map, req)) {
|
|
1392
|
+
return Promise.resolve().then(() => {
|
|
1337
1393
|
var e = new Error("Cannot find module '" + req + "'");
|
|
1338
1394
|
e.code = 'MODULE_NOT_FOUND';
|
|
1339
1395
|
throw e;
|
|
1340
1396
|
});
|
|
1397
|
+
}
|
|
1398
|
+
} catch(err) {
|
|
1399
|
+
return Promise.reject(err);
|
|
1341
1400
|
}
|
|
1342
1401
|
|
|
1343
1402
|
var ids = map[req], id = ids[0];
|
|
@@ -7641,7 +7700,7 @@ module.exports = /*#__PURE__*/JSON.parse('{"elevation":{"shadow":{"1":{"value":"
|
|
|
7641
7700
|
(module) {
|
|
7642
7701
|
|
|
7643
7702
|
"use strict";
|
|
7644
|
-
module.exports = /*#__PURE__*/JSON.parse('{"font":{"weight":{"100":{"value":100,"attributes":{"subtype":"font-weight"}},"200":{"value":200,"attributes":{"subtype":"font-weight"}},"300":{"value":300,"attributes":{"subtype":"font-weight"}},"400":{"value":400,"attributes":{"subtype":"font-weight"}},"500":{"value":500,"attributes":{"subtype":"font-weight"}},"600":{"value":600,"attributes":{"subtype":"font-weight"}},"700":{"value":700,"attributes":{"subtype":"font-weight"}},"800":{"value":800,"attributes":{"subtype":"font-weight"}},"900":{"value":900,"attributes":{"subtype":"font-weight"}}},"family":{"brand":{"value":"Roboto","attributes":{"subtype":"font-family"}},"plain":{"value":"Roboto","attributes":{"subtype":"font-family"}},"backup":{"value":"Arial","attributes":{"subtype":"font-family"}}}},"body":{"large":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"16px","attributes":{"subtype":"font-size"}},"line-height":{"value":"24px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.5px","attributes":{"subtype":"letter-spacing"}}},"medium":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"14px","attributes":{"subtype":"font-size"}},"line-height":{"value":"20px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.25px","attributes":{"subtype":"letter-spacing"}}},"small":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"12px","attributes":{"subtype":"font-size"}},"line-height":{"value":"16px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.4px","attributes":{"subtype":"letter-spacing"}}}},"h1":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"32px","attributes":{"subtype":"font-size"}},"line-height":{"value":"40px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0px","attributes":{"subtype":"letter-spacing"}}},"h2":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"28px","attributes":{"subtype":"font-size"}},"line-height":{"value":"36px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0px","attributes":{"subtype":"letter-spacing"}}},"h3":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"24px","attributes":{"subtype":"font-size"}},"line-height":{"value":"32px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0px","attributes":{"subtype":"letter-spacing"}}},"h4":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"22px","attributes":{"subtype":"font-size"}},"line-height":{"value":"28px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0px","attributes":{"subtype":"letter-spacing"}}},"h5":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.500.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"16px","attributes":{"subtype":"font-size"}},"line-height":{"value":"24px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.15px","attributes":{"subtype":"letter-spacing"}}},"h6":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.500.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"14px","attributes":{"subtype":"font-size"}},"line-height":{"value":"20px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.1px","attributes":{"subtype":"letter-spacing"}}},"label":{"large":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.500.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"14px","attributes":{"subtype":"font-size"}},"line-height":{"value":"20px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.1px","attributes":{"subtype":"letter-spacing"}}},"medium":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.500.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"12px","attributes":{"subtype":"font-size"}},"line-height":{"value":"16px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.5px","attributes":{"subtype":"letter-spacing"}}},"small":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.500.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"11px","attributes":{"subtype":"font-size"}},"line-height":{"value":"16px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.5px","attributes":{"subtype":"letter-spacing"}}}},"display":{"large":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"57px","attributes":{"subtype":"font-size"}},"line-height":{"value":"64px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"-0.25px","attributes":{"subtype":"letter-spacing"}}},"medium":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"45px","attributes":{"subtype":"font-size"}},"line-height":{"value":"52px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0px","attributes":{"subtype":"letter-spacing"}}},"small":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"36px","attributes":{"subtype":"font-size"}},"line-height":{"value":"44px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0px","attributes":{"subtype":"letter-spacing"}}}}}');
|
|
7703
|
+
module.exports = /*#__PURE__*/JSON.parse('{"font":{"weight":{"100":{"value":100,"attributes":{"subtype":"font-weight"}},"200":{"value":200,"attributes":{"subtype":"font-weight"}},"300":{"value":300,"attributes":{"subtype":"font-weight"}},"400":{"value":400,"attributes":{"subtype":"font-weight"}},"500":{"value":500,"attributes":{"subtype":"font-weight"}},"600":{"value":600,"attributes":{"subtype":"font-weight"}},"700":{"value":700,"attributes":{"subtype":"font-weight"}},"800":{"value":800,"attributes":{"subtype":"font-weight"}},"900":{"value":900,"attributes":{"subtype":"font-weight"}}},"family":{"brand":{"value":"Roboto","attributes":{"subtype":"font-family"}},"plain":{"value":"Roboto","attributes":{"subtype":"font-family"}},"backup":{"value":"Arial","attributes":{"subtype":"font-family"}}}},"body":{"large":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"16px","attributes":{"subtype":"font-size"}},"line-height":{"value":"24px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.5px","attributes":{"subtype":"letter-spacing"}}},"medium":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"14px","attributes":{"subtype":"font-size"}},"line-height":{"value":"20px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.25px","attributes":{"subtype":"letter-spacing"}}},"small":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"12px","attributes":{"subtype":"font-size"}},"line-height":{"value":"16px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.4px","attributes":{"subtype":"letter-spacing"}}}},"h1":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"32px","attributes":{"subtype":"font-size"}},"line-height":{"value":"40px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0px","attributes":{"subtype":"letter-spacing"}}},"h2":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"28px","attributes":{"subtype":"font-size"}},"line-height":{"value":"36px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0px","attributes":{"subtype":"letter-spacing"}}},"h3":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"24px","attributes":{"subtype":"font-size"}},"line-height":{"value":"32px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0px","attributes":{"subtype":"letter-spacing"}}},"h4":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"22px","attributes":{"subtype":"font-size"}},"line-height":{"value":"28px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0px","attributes":{"subtype":"letter-spacing"}}},"h5":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.500.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"16px","attributes":{"subtype":"font-size"}},"line-height":{"value":"24px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.15px","attributes":{"subtype":"letter-spacing"}}},"h6":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.500.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"14px","attributes":{"subtype":"font-size"}},"line-height":{"value":"20px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.1px","attributes":{"subtype":"letter-spacing"}}},"p":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.500.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"12px","attributes":{"subtype":"font-size"}},"line-height":{"value":"18px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.1px","attributes":{"subtype":"letter-spacing"}}},"label":{"large":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.500.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"14px","attributes":{"subtype":"font-size"}},"line-height":{"value":"20px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.1px","attributes":{"subtype":"letter-spacing"}}},"medium":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.500.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"12px","attributes":{"subtype":"font-size"}},"line-height":{"value":"16px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.5px","attributes":{"subtype":"letter-spacing"}}},"small":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.500.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"11px","attributes":{"subtype":"font-size"}},"line-height":{"value":"16px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0.5px","attributes":{"subtype":"letter-spacing"}}}},"display":{"large":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"57px","attributes":{"subtype":"font-size"}},"line-height":{"value":"64px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"-0.25px","attributes":{"subtype":"letter-spacing"}}},"medium":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"45px","attributes":{"subtype":"font-size"}},"line-height":{"value":"52px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0px","attributes":{"subtype":"letter-spacing"}}},"small":{"font-family":{"value":"{font.family.brand.value}","attributes":{"subtype":"font-family"}},"font-weight":{"value":"{font.weight.400.value}","attributes":{"subtype":"font-weight"}},"font-size":{"value":"36px","attributes":{"subtype":"font-size"}},"line-height":{"value":"44px","attributes":{"subtype":"line-height"}},"letter-spacing":{"value":"0px","attributes":{"subtype":"letter-spacing"}}}}}');
|
|
7645
7704
|
|
|
7646
7705
|
/***/ },
|
|
7647
7706
|
|
|
@@ -7663,7 +7722,7 @@ module.exports = /*#__PURE__*/JSON.parse('{"icon":{"size":{"@":{"value":"24px","
|
|
|
7663
7722
|
(module) {
|
|
7664
7723
|
|
|
7665
7724
|
"use strict";
|
|
7666
|
-
module.exports = /*#__PURE__*/JSON.parse('{"opacity":{"
|
|
7725
|
+
module.exports = /*#__PURE__*/JSON.parse('{"opacity":{"focus":{"value":"12%","attributes":{"subtype":"opacity"}},"active":{"value":"100%","attributes":{"subtype":"opacity"}}}}');
|
|
7667
7726
|
|
|
7668
7727
|
/***/ },
|
|
7669
7728
|
|
|
@@ -7751,7 +7810,7 @@ module.exports = {};
|
|
|
7751
7810
|
(module) {
|
|
7752
7811
|
|
|
7753
7812
|
"use strict";
|
|
7754
|
-
module.exports = /*#__PURE__*/JSON.parse('{"elevation":{"shadow":{"1":{"value":"0px 4px 11px 0px
|
|
7813
|
+
module.exports = /*#__PURE__*/JSON.parse('{"elevation":{"shadow":{"1":{"value":"0px 4px 11px 0px color-mix(in srgb, {color.shadow.@.value}, transparent 20%)","type":"radius","attributes":{"subtype":"elevation"}},"2":{"value":"0px 1px 2px 0px color-mix(in srgb, {color.shadow.@.value}, transparent 70%),0px 2px 6px 2px color-mix(in srgb, {color.shadow.@.value}, transparent 85%)","type":"radius","attributes":{"subtype":"elevation"}},"3":{"value":"0px 4px 8px 3px color-mix(in srgb, {color.shadow.@.value}, transparent 85%),0px 1px 3px 0px color-mix(in srgb, {color.shadow.@.value}, transparent 70%)","type":"radius","attributes":{"subtype":"elevation"}},"4":{"value":"0px 6px 10px 4px color-mix(in srgb, {color.shadow.@.value}, transparent 85%),0px 2px 3px 0px color-mix(in srgb, {color.shadow.@.value}, transparent 70%)","type":"radius","attributes":{"subtype":"elevation"}},"5":{"value":"0px 8px 12px 6px color-mix(in srgb, {color.shadow.@.value}, transparent 85%),0px 4px 4px 0px color-mix(in srgb, {color.shadow.@.value}, transparent 70%)","type":"radius","attributes":{"subtype":"elevation"}},"none":{"value":"none","type":"radius","attributes":{"subtype":"elevation"}}}}}');
|
|
7755
7814
|
|
|
7756
7815
|
/***/ },
|
|
7757
7816
|
|
|
@@ -7822,12 +7881,6 @@ module.exports = /*#__PURE__*/JSON.parse('{"space":{"0":{"value":"{space.rule.va
|
|
|
7822
7881
|
/******/ if (cachedModule !== undefined) {
|
|
7823
7882
|
/******/ return cachedModule.exports;
|
|
7824
7883
|
/******/ }
|
|
7825
|
-
/******/ // Check if module exists (development only)
|
|
7826
|
-
/******/ if (__webpack_modules__[moduleId] === undefined) {
|
|
7827
|
-
/******/ var e = new Error("Cannot find module '" + moduleId + "'");
|
|
7828
|
-
/******/ e.code = 'MODULE_NOT_FOUND';
|
|
7829
|
-
/******/ throw e;
|
|
7830
|
-
/******/ }
|
|
7831
7884
|
/******/ // Create a new module (and put it into the cache)
|
|
7832
7885
|
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
7833
7886
|
/******/ // no module.id needed
|
|
@@ -7836,6 +7889,12 @@ module.exports = /*#__PURE__*/JSON.parse('{"space":{"0":{"value":"{space.rule.va
|
|
|
7836
7889
|
/******/ };
|
|
7837
7890
|
/******/
|
|
7838
7891
|
/******/ // Execute the module function
|
|
7892
|
+
/******/ if (!(moduleId in __webpack_modules__)) {
|
|
7893
|
+
/******/ delete __webpack_module_cache__[moduleId];
|
|
7894
|
+
/******/ var e = new Error("Cannot find module '" + moduleId + "'");
|
|
7895
|
+
/******/ e.code = 'MODULE_NOT_FOUND';
|
|
7896
|
+
/******/ throw e;
|
|
7897
|
+
/******/ }
|
|
7839
7898
|
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
7840
7899
|
/******/
|
|
7841
7900
|
/******/ // Return the exports of the module
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
\***************************************************************/
|
|
8
8
|
(module) {
|
|
9
9
|
|
|
10
|
-
module.exports = /*#__PURE__*/JSON.parse('{"accordion":{"meta":{"mapping":{"selector":{"mobile":".app-accordion"},"states":{"active":{"selector":{"mobile":"-active-header, .app-accordion-active-header-title, .app-accordion-header-collapse-icon, .app-accordion-active-header-badge, .app-accordion-active-title-icon"}}}}},"mapping":{"width":{"value":"100%","type":"space","attributes":{"subtype":"space","description":"Controls the width of the accordion component. This determines how wide the accordion panel appears on the screen.<br>CSS variable: --wm-accordion-width"}},"border":{"width":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"border-width","description":"Controls the border thickness of the accordion component. This determines how thick the border around the accordion panel appears.<br>CSS variable: --wm-accordion-border-width"}},"style":{"value":"{border.style.solid}","type":"radius","attributes":{"subtype":"border-style","description":"Sets the border style of the accordion component. Acceptable values: solid, dashed, dotted.<br>CSS variable: --wm-accordion-border-style"}},"color":{"value":"#eeeeee","type":"color","attributes":{"subtype":"color","description":"Sets the border color of the accordion component. This determines what color the border around the accordion panel appears in.<br>CSS variable: --wm-accordion-border-color"}},"radius":{"value":"6px","type":"radius","attributes":{"subtype":"radius","description":"Controls the border radius for rounded corners of the accordion component. This makes the accordion appear with rounded corners instead of sharp edges.<br>CSS variable: --wm-accordion-border-radius"}}},"background-color":{"value":"transparent","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the accordion component. This is the main background color that appears behind all accordion content.<br>CSS variable: --wm-accordion-background-color"}},"text":{"color":{"value":"#333333","type":"color","attributes":{"subtype":"color","description":"Sets the text color of the accordion content. This determines what color the text within the accordion appears in.<br>CSS variable: --wm-accordion-text-color"}},"font-size":{"value":"18px","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of the text in the accordion. This affects how large the accordion text appears.<br>CSS variable: --wm-accordion-text-font-size"}}},"header":{"border":{"bottom-width":{"value":"{border.width.1.value}","type":"space","attributes":{"subtype":"border-width","description":"Controls the bottom border thickness of the accordion header. This determines how thick the border at the bottom of the header appears.<br>CSS variable: --wm-accordion-header-border-bottom-width"}},"color":{"value":"#333333","type":"color","attributes":{"subtype":"color","description":"Sets the border color of the accordion header. This determines what color the border around the header appears in.<br>CSS variable: --wm-accordion-header-border-color"}}},"background-color":{"value":"{color.white.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the accordion header. This is the background color that appears behind the header content.<br>CSS variable: --wm-accordion-header-background-color"}},"padding":{"value":"{space.2.value}","type":"space","attributes":{"subtype":"space","description":"Sets the internal spacing inside the accordion header. This creates breathing room around the header content.<br>CSS variable: --wm-accordion-header-padding"}},"subtitle":{"font-size":{"value":"14px","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of the subtitle text in the accordion header. This text is typically smaller than the main heading to create a visual hierarchy.<br>CSS variable: --wm-accordion-header-subtitle-font-size"}},"margin-top":{"value":"8px","type":"space","attributes":{"subtype":"space","description":"Controls the top margin of the accordion header subtitle. This creates spacing above the subtitle text.<br>CSS variable: --wm-accordion-header-subtitle-margin-top"}}}},"icon":{"root":{"width":{"value":"{space.6.value}","type":"space","attributes":{"subtype":"space","description":"Controls the width of the accordion icon root container. This determines how wide the icon container appears.<br>CSS variable: --wm-accordion-icon-root-width"}},"height":{"value":"{space.6.value}","type":"space","attributes":{"subtype":"space","description":"Controls the height of the accordion icon root container. This determines how tall the icon container appears.<br>CSS variable: --wm-accordion-icon-root-height"}},"border":{"radius":{"value":"{space.6.value}","type":"space","attributes":{"subtype":"radius","description":"Controls the border radius of the accordion icon root container. This makes the icon container appear with rounded corners.<br>CSS variable: --wm-accordion-icon-root-border-radius"}}}},"color":{"value":"{color.on-background.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of the accordion icon. This determines what color the icon appears in.<br>CSS variable: --wm-accordion-icon-color"}},"font":{"size":{"value":"{spacer.@.value}","type":"font","attributes":{"subtype":"icon-size","description":"Controls the size of the accordion icon. This affects how large the icon appears.<br>CSS variable: --wm-accordion-icon-font-size"}},"weight":{"value":"{font.weight.700.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls the thickness/boldness of the accordion icon. Acceptable values: normal, bold, 100-900.<br>CSS variable: --wm-accordion-icon-font-weight"}}}},"badge":{"font-size":{"value":"{body.small.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of the text in the accordion badge. This affects how large the badge text appears.<br>CSS variable: --wm-accordion-badge-font-size"}},"margin-right":{"value":"{space.1.value}","type":"space","attributes":{"subtype":"space","description":"Controls the right margin of the accordion badge. This creates spacing to the right of the badge.<br>CSS variable: --wm-accordion-badge-margin-right"}},"width":{"value":"{space.6.value}","type":"space","attributes":{"subtype":"space","description":"Controls the width of the accordion badge. This determines how wide the badge appears.<br>CSS variable: --wm-accordion-badge-width"}},"height":{"value":"{space.6.value}","type":"space","attributes":{"subtype":"space","description":"Controls the height of the accordion badge. This determines how tall the badge appears.<br>CSS variable: --wm-accordion-badge-height"}},"border":{"radius":{"value":"{space.3.value}","type":"space","attributes":{"subtype":"radius","description":"Controls the border radius of the accordion badge. This makes the badge appear with rounded corners.<br>CSS variable: --wm-accordion-badge-border-radius"}},"width":{"value":"2px","type":"radius","attributes":{"subtype":"border-width","description":"Controls the border thickness of the accordion badge. This determines how thick the border around the badge appears.<br>CSS variable: --wm-accordion-badge-border-width"}},"color":{"value":"#cccccc","type":"color","attributes":{"subtype":"color","description":"Sets the border color of the accordion badge. This determines what color the border around the badge appears in.<br>CSS variable: --wm-accordion-badge-border-color"}}},"background-color":{"value":"transparent","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the accordion badge of default type. This is the background color that appears behind the badge content.<br>CSS variable: --wm-accordion-badge-background-color"}},"color":{"value":"{color.on-background.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of the accordion badge. This determines what color the badge text appears in.<br>CSS variable: --wm-accordion-badge-color"}}},"title":{"icon":{"color":{"value":"#333333","type":"color","attributes":{"subtype":"color","description":"Sets the icon color of the accordion title. This determines what color the icon within the accordion title appears in.<br>CSS variable: --wm-accordion-title-icon-color"}},"size":{"value":"18px","type":"font","attributes":{"subtype":"icon-size","description":"Controls the size of the icon in the accordion title. This affects how large the accordion title icon appears.<br>CSS variable: --wm-accordion-title-icon-size"}}}},"states":{"active":{"header":{"border":{"color":{"value":"{color.primary.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the border color of the active accordion header. This determines what color the border appears in when the accordion is expanded.<br>CSS variable: --wm-accordion-active-header-border-color"}}},"background-color":{"value":"{color.primary.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the active accordion header. This is the background color that appears when the accordion is expanded.<br>CSS variable: --wm-accordion-active-header-background-color"}}},"text":{"color":{"value":"{color.white.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of the active accordion content. This determines what color the text appears in when the accordion is expanded.<br>CSS variable: --wm-accordion-active-text-color"}}},"title":{"icon":{"color":{"value":"{color.white.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the icon color of the active accordion title. This determines what color the icon appears in when the accordion is expanded.<br>CSS variable: --wm-accordion-active-title-icon-color"}}}},"icon":{"color":{"value":"{color.white.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of the active accordion icon. This determines what color the icon appears in when the accordion is expanded.<br>CSS variable: --wm-accordion-active-icon-color"}}},"badge":{"border":{"color":{"value":"{color.white.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the border color of the active accordion badge. This determines what color the border appears in when the accordion is expanded.<br>CSS variable: --wm-accordion-active-badge-border-color"}}},"background-color":{"value":"transparent","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the active accordion badge of default type. This is the background color that appears behind the badge content.<br>CSS variable: --wm-accordion-badge-background-color"}},"color":{"value":"{color.white.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of the active accordion badge. This determines what color the badge text appears in when the accordion is expanded.<br>CSS variable: --wm-accordion-active-badge-color"}}}}}}}}');
|
|
10
|
+
module.exports = /*#__PURE__*/JSON.parse('{"accordion":{"meta":{"mapping":{"selector":{"mobile":".app-accordion"},"states":{"active":{"selector":{"mobile":"-active-header, .app-accordion-active-header-title, .app-accordion-header-collapse-icon, .app-accordion-active-header-badge, .app-accordion-active-title-icon"}}}}},"mapping":{"width":{"value":"100%","type":"space","attributes":{"subtype":"space","description":"Controls the width of the accordion component. This determines how wide the accordion panel appears on the screen.<br>CSS variable: --wm-accordion-width"}},"border":{"width":{"value":"{border.width.0.value}","type":"space","attributes":{"subtype":"border-width","description":"Controls the border thickness of the accordion component. This determines how thick the border around the accordion panel appears.<br>CSS variable: --wm-accordion-border-width"}},"style":{"value":"{border.style.solid}","type":"radius","attributes":{"subtype":"border-style","description":"Sets the border style of the accordion component. Acceptable values: solid, dashed, dotted.<br>CSS variable: --wm-accordion-border-style"}},"color":{"value":"#eeeeee","type":"color","attributes":{"subtype":"color","description":"Sets the border color of the accordion component. This determines what color the border around the accordion panel appears in.<br>CSS variable: --wm-accordion-border-color"}},"radius":{"value":"6px","type":"radius","attributes":{"subtype":"radius","description":"Controls the border radius for rounded corners of the accordion component. This makes the accordion appear with rounded corners instead of sharp edges.<br>CSS variable: --wm-accordion-border-radius"}}},"background-color":{"value":"transparent","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the accordion component. This is the main background color that appears behind all accordion content.<br>CSS variable: --wm-accordion-background-color"}},"text":{"color":{"value":"#333333","type":"color","attributes":{"subtype":"color","description":"Sets the text color of the accordion content. This determines what color the text within the accordion appears in.<br>CSS variable: --wm-accordion-text-color"}},"font-size":{"value":"18px","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of the text in the accordion. This affects how large the accordion text appears.<br>CSS variable: --wm-accordion-text-font-size"}}},"header":{"border":{"bottom-width":{"value":"{border.width.1.value}","type":"space","attributes":{"subtype":"border-width","description":"Controls the bottom border thickness of the accordion header. This determines how thick the border at the bottom of the header appears.<br>CSS variable: --wm-accordion-header-border-bottom-width"}},"color":{"value":"#333333","type":"color","attributes":{"subtype":"color","description":"Sets the border color of the accordion header. This determines what color the border around the header appears in.<br>CSS variable: --wm-accordion-header-border-color"}}},"background-color":{"value":"{color.white.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the accordion header. This is the background color that appears behind the header content.<br>CSS variable: --wm-accordion-header-background-color"}},"padding":{"value":"{space.2.value}","type":"space","attributes":{"subtype":"space","description":"Sets the internal spacing inside the accordion header. This creates breathing room around the header content.<br>CSS variable: --wm-accordion-header-padding"}},"subtitle":{"font-size":{"value":"14px","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of the subtitle text in the accordion header. This text is typically smaller than the main heading to create a visual hierarchy.<br>CSS variable: --wm-accordion-header-subtitle-font-size"}},"margin-top":{"value":"8px","type":"space","attributes":{"subtype":"space","description":"Controls the top margin of the accordion header subtitle. This creates spacing above the subtitle text.<br>CSS variable: --wm-accordion-header-subtitle-margin-top"}}}},"icon":{"color":{"value":"{color.on-background.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of the accordion icon. This determines what color the icon appears in.<br>CSS variable: --wm-accordion-icon-color"}},"font":{"size":{"value":"{spacer.@.value}","type":"font","attributes":{"subtype":"icon-size","description":"Controls the size of the accordion icon. This affects how large the icon appears.<br>CSS variable: --wm-accordion-icon-font-size"}},"weight":{"value":"{font.weight.700.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls the thickness/boldness of the accordion icon. Acceptable values: normal, bold, 100-900.<br>CSS variable: --wm-accordion-icon-font-weight"}}}},"badge":{"font-size":{"value":"{body.small.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of the text in the accordion badge. This affects how large the badge text appears.<br>CSS variable: --wm-accordion-badge-font-size"}},"margin-right":{"value":"{space.1.value}","type":"space","attributes":{"subtype":"space","description":"Controls the right margin of the accordion badge. This creates spacing to the right of the badge.<br>CSS variable: --wm-accordion-badge-margin-right"}},"width":{"value":"{space.6.value}","type":"space","attributes":{"subtype":"space","description":"Controls the width of the accordion badge. This determines how wide the badge appears.<br>CSS variable: --wm-accordion-badge-width"}},"height":{"value":"{space.6.value}","type":"space","attributes":{"subtype":"space","description":"Controls the height of the accordion badge. This determines how tall the badge appears.<br>CSS variable: --wm-accordion-badge-height"}},"border":{"radius":{"value":"{space.3.value}","type":"space","attributes":{"subtype":"radius","description":"Controls the border radius of the accordion badge. This makes the badge appear with rounded corners.<br>CSS variable: --wm-accordion-badge-border-radius"}},"width":{"value":"2px","type":"radius","attributes":{"subtype":"border-width","description":"Controls the border thickness of the accordion badge. This determines how thick the border around the badge appears.<br>CSS variable: --wm-accordion-badge-border-width"}},"color":{"value":"#cccccc","type":"color","attributes":{"subtype":"color","description":"Sets the border color of the accordion badge. This determines what color the border around the badge appears in.<br>CSS variable: --wm-accordion-badge-border-color"}}},"background-color":{"value":"transparent","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the accordion badge of default type. This is the background color that appears behind the badge content.<br>CSS variable: --wm-accordion-badge-background-color"}},"color":{"value":"{color.on-background.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of the accordion badge. This determines what color the badge text appears in.<br>CSS variable: --wm-accordion-badge-color"}}},"title":{"icon":{"color":{"value":"#333333","type":"color","attributes":{"subtype":"color","description":"Sets the icon color of the accordion title. This determines what color the icon within the accordion title appears in.<br>CSS variable: --wm-accordion-title-icon-color"}},"size":{"value":"18px","type":"font","attributes":{"subtype":"icon-size","description":"Controls the size of the icon in the accordion title. This affects how large the accordion title icon appears.<br>CSS variable: --wm-accordion-title-icon-size"}}}},"states":{"active":{"header":{"border":{"color":{"value":"{color.primary.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the border color of the active accordion header. This determines what color the border appears in when the accordion is expanded.<br>CSS variable: --wm-accordion-active-header-border-color"}}},"background-color":{"value":"{color.primary.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the active accordion header. This is the background color that appears when the accordion is expanded.<br>CSS variable: --wm-accordion-active-header-background-color"}}},"text":{"color":{"value":"{color.white.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of the active accordion content. This determines what color the text appears in when the accordion is expanded.<br>CSS variable: --wm-accordion-active-text-color"}}},"title":{"icon":{"color":{"value":"{color.white.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the icon color of the active accordion title. This determines what color the icon appears in when the accordion is expanded.<br>CSS variable: --wm-accordion-active-title-icon-color"}}}},"icon":{"color":{"value":"{color.white.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of the active accordion icon. This determines what color the icon appears in when the accordion is expanded.<br>CSS variable: --wm-accordion-active-icon-color"}}},"badge":{"border":{"color":{"value":"{color.white.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the border color of the active accordion badge. This determines what color the border appears in when the accordion is expanded.<br>CSS variable: --wm-accordion-active-badge-border-color"}}},"background-color":{"value":"transparent","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the active accordion badge of default type. This is the background color that appears behind the badge content.<br>CSS variable: --wm-accordion-badge-background-color"}},"color":{"value":"{color.white.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of the active accordion badge. This determines what color the badge text appears in when the accordion is expanded.<br>CSS variable: --wm-accordion-active-badge-color"}}}}}}}}');
|
|
11
11
|
|
|
12
12
|
/***/ }
|
|
13
13
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
\*********************************************************/
|
|
8
8
|
(module) {
|
|
9
9
|
|
|
10
|
-
module.exports = /*#__PURE__*/JSON.parse('{"anchor":{"meta":{"mapping":{"selector":{"web":".app-anchor","mobile":".app-anchor"}}},"mapping":{"color":{"@":{"value":"{color.primary.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of anchor links (clickable text elements that navigate to other pages or sections). This determines what color the anchor text appears in.<br>CSS variable: --wm-anchor-color"}}},"font-size":{"value":"{body.medium.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of the text in anchor links. This affects how large the anchor text appears.<br>CSS variable: --wm-anchor-font-size"}},"font-family":{"value":"{body.medium.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for anchor link text. This determines whether the anchor text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-anchor-font-family"}},"font-weight":{"value":"{body.medium.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold the anchor link text appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-anchor-font-weight"}},"line-height":{"value":"{body.medium.line-height.value}","type":"font","attributes":{"subtype":"line-height","description":"Controls the vertical spacing between lines when anchor link text wraps to multiple lines. This ensures proper spacing for the anchor text.<br>CSS variable: --wm-anchor-line-height"}},"letter-spacing":{"value":"{body.medium.letter-spacing.value}","type":"font","attributes":{"subtype":"letter-spacing","description":"Controls the horizontal spacing between individual characters in anchor link text. This can help make the anchor text more readable and properly spaced.<br>CSS variable: --wm-anchor-letter-spacing"}},"text-transform":{"value":"none","type":"radius","attributes":{"subtype":"text-transform","description":"Controls text transformation for anchor link text. \'none\' keeps the original case, \'uppercase\' makes all text uppercase, \'lowercase\' makes all text lowercase, and \'capitalize\' capitalizes the first letter of each word.<br>CSS variable: --wm-anchor-text-transform"}},"text":{"decoration":{"@":{"value":"none","type":"radius","attributes":{"subtype":"text-decoration","description":"Controls the text decoration (underline, overline, line-through) for anchor links. \'none\' removes all decorations, \'underline\' adds an underline, \'overline\' adds a line above, and \'line-through\' adds a line through the text.<br>CSS variable: --wm-anchor-text-decoration"}}}},"gap":{"value":"{space.1.value}","type":"space","attributes":{"subtype":"space","description":"Sets spacing between icon and text content in anchor links. This creates visual separation between the icon and the anchor text.<br>CSS variable: --wm-anchor-gap"}},"icon":{"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of icons in anchor links. This affects how large the icon appears next to the anchor text.<br>CSS variable: --wm-anchor-icon-size"}}},"image":{"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of images in anchor links. This affects how large the image appears next to the anchor text.<br>CSS variable: --wm-anchor-image-size"}},"radius":{"value":"{radius.circle.value}","type":"radius","attributes":{"subtype":"radius","description":"Controls the border radius of images in anchor links. This makes the image appear with rounded corners.<br>CSS variable: --wm-anchor-image-radius"}}}},"appearances":{}}}');
|
|
10
|
+
module.exports = /*#__PURE__*/JSON.parse('{"anchor":{"meta":{"mapping":{"selector":{"web":".app-anchor","mobile":".app-anchor"}}},"mapping":{"color":{"@":{"value":"{color.primary.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of anchor links (clickable text elements that navigate to other pages or sections). This determines what color the anchor text appears in.<br>CSS variable: --wm-anchor-color"}}},"font-size":{"value":"{body.medium.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of the text in anchor links. This affects how large the anchor text appears.<br>CSS variable: --wm-anchor-font-size"}},"font-family":{"value":"{body.medium.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for anchor link text. This determines whether the anchor text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-anchor-font-family"}},"font-weight":{"value":"{body.medium.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold the anchor link text appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-anchor-font-weight"}},"line-height":{"value":"{body.medium.line-height.value}","type":"font","attributes":{"subtype":"line-height","description":"Controls the vertical spacing between lines when anchor link text wraps to multiple lines. This ensures proper spacing for the anchor text.<br>CSS variable: --wm-anchor-line-height"}},"letter-spacing":{"value":"{body.medium.letter-spacing.value}","type":"font","attributes":{"subtype":"letter-spacing","description":"Controls the horizontal spacing between individual characters in anchor link text. This can help make the anchor text more readable and properly spaced.<br>CSS variable: --wm-anchor-letter-spacing"}},"text-transform":{"value":"none","type":"radius","attributes":{"subtype":"text-transform","description":"Controls text transformation for anchor link text. \'none\' keeps the original case, \'uppercase\' makes all text uppercase, \'lowercase\' makes all text lowercase, and \'capitalize\' capitalizes the first letter of each word.<br>CSS variable: --wm-anchor-text-transform"}},"text":{"decoration":{"@":{"value":"none","type":"radius","attributes":{"subtype":"text-decoration","description":"Controls the text decoration (underline, overline, line-through) for anchor links. \'none\' removes all decorations, \'underline\' adds an underline, \'overline\' adds a line above, and \'line-through\' adds a line through the text.<br>CSS variable: --wm-anchor-text-decoration"}}},"padding":{"left":{"value":"{space.2.value}","type":"space","attributes":{"subtype":"padding-left","description":"Controls the left padding (spacing) inside anchor link text. This creates space between the left edge of the text and its container, making the anchor text more comfortable to read and click.<br>CSS variable: --wm-anchor-text-padding-left"}},"right":{"value":"{space.2.value}","type":"space","attributes":{"subtype":"padding-right","description":"Controls the right padding (spacing) inside anchor link text. This creates space between the right edge of the text and its container, making the anchor text more comfortable to read and click.<br>CSS variable: --wm-anchor-text-padding-right"}}}},"gap":{"value":"{space.1.value}","type":"space","attributes":{"subtype":"space","description":"Sets spacing between icon and text content in anchor links. This creates visual separation between the icon and the anchor text.<br>CSS variable: --wm-anchor-gap"}},"icon":{"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of icons in anchor links. This affects how large the icon appears next to the anchor text.<br>CSS variable: --wm-anchor-icon-size"}}},"image":{"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of images in anchor links. This affects how large the image appears next to the anchor text.<br>CSS variable: --wm-anchor-image-size"}},"radius":{"value":"{radius.circle.value}","type":"radius","attributes":{"subtype":"radius","description":"Controls the border radius of images in anchor links. This makes the image appear with rounded corners.<br>CSS variable: --wm-anchor-image-radius"}}}},"appearances":{}}}');
|
|
11
11
|
|
|
12
12
|
/***/ }
|
|
13
13
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
\*******************************************************************/
|
|
8
8
|
(module) {
|
|
9
9
|
|
|
10
|
-
module.exports = /*#__PURE__*/JSON.parse('{"bottomsheet":{"meta":{"mapping":{"selector":{"mobile":".app-bottomsheet"}}},"mapping":{"backdrop":{"background":{"value":"rgba(0,0,0,0.1)","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the bottom sheet backdrop. This is the semi-transparent overlay that appears behind the bottom sheet when it is open.<br>CSS variable: --wm-bottomsheet-backdrop-background"}}},"background":{"value":"{color.surface.bright.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the bottom sheet component. This is the main background color that appears behind all bottom sheet content.<br>CSS variable: --wm-bottomsheet-background"}},"border":{"radius":{"value":"{radius.lg.value}","type":"radius","attributes":{"subtype":"radius","description":"Controls the border radius for rounded corners of the bottom sheet component. This makes the bottom sheet appear with rounded corners at the top.<br>CSS variable: --wm-bottomsheet-border-radius"}},"width":{"value":"
|
|
10
|
+
module.exports = /*#__PURE__*/JSON.parse('{"bottomsheet":{"meta":{"mapping":{"selector":{"mobile":".app-bottomsheet"}}},"mapping":{"backdrop":{"background":{"value":"rgba(0,0,0,0.1)","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the bottom sheet backdrop. This is the semi-transparent overlay that appears behind the bottom sheet when it is open.<br>CSS variable: --wm-bottomsheet-backdrop-background"}}},"background":{"value":"{color.surface.bright.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the bottom sheet component. This is the main background color that appears behind all bottom sheet content.<br>CSS variable: --wm-bottomsheet-background"}},"border":{"radius":{"value":"{radius.lg.value}","type":"radius","attributes":{"subtype":"radius","description":"Controls the border radius for rounded corners of the bottom sheet component. This makes the bottom sheet appear with rounded corners at the top.<br>CSS variable: --wm-bottomsheet-border-radius"}},"width":{"top":{"value":"{border.width.0.value}","type":"border","attributes":{"subtype":"border-width","description":"Controls the border thickness of the bottom sheet component. This determines how thick the border around the bottom sheet appears.<br>CSS variable: --wm-bottomsheet-border-width-top"}},"bottom":{"value":"{border.width.0.value}","type":"border","attributes":{"subtype":"border-width","description":"Controls the border thickness of the bottom sheet component. This determines how thick the border around the bottom sheet appears.<br>CSS variable: --wm-bottomsheet-border-width-bottom"}},"left":{"value":"{border.width.0.value}","type":"border","attributes":{"subtype":"border-width","description":"Controls the border thickness of the bottom sheet component. This determines how thick the border around the bottom sheet appears.<br>CSS variable: --wm-bottomsheet-border-width-left"}},"right":{"value":"{border.width.0.value}","type":"border","attributes":{"subtype":"border-width","description":"Controls the border thickness of the bottom sheet component. This determines how thick the border around the bottom sheet appears.<br>CSS variable: --wm-bottomsheet-border-width-right"}}},"color":{"value":"transparent","type":"color","attributes":{"subtype":"color","description":"Sets the border color of the bottom sheet component. This determines what color the border around the bottom sheet appears in.<br>CSS variable: --wm-bottomsheet-border-color"}},"style":{"value":"{border.style.base.value}","type":"border","attributes":{"subtype":"border-style","description":"Sets the border style of the bottom sheet component. This determines what style the border around the bottom sheet appears in.<br>CSS variable: --wm-bottomsheet-border-style"}}},"margin":{"left":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the left margin of the bottom sheet component. This creates spacing on the left side of the bottom sheet.<br>CSS variable: --wm-bottomsheet-margin-left"}},"right":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the right margin of the bottom sheet component. This creates spacing on the right side of the bottom sheet.<br>CSS variable: --wm-bottomsheet-margin-right"}}},"handle":{"background":{"value":"{color.surface.bright.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the bottom sheet drag handle. This is the background color that appears behind the drag handle area.<br>CSS variable: --wm-bottomsheet-handle-background"}},"icon":{"width":{"value":"{space.9.value}","type":"space","attributes":{"subtype":"space","description":"Controls the width of the drag handle icon in the bottom sheet. This determines how wide the drag handle icon appears.<br>CSS variable: --wm-bottomsheet-handle-icon-width"}},"height":{"value":"{space.1.value}","type":"space","attributes":{"subtype":"space","description":"Controls the height of the drag handle icon in the bottom sheet. This determines how tall the drag handle icon appears.<br>CSS variable: --wm-bottomsheet-handle-icon-height"}},"background":{"value":"{color.outline.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the drag handle icon in the bottom sheet. This determines what color the drag handle icon appears in.<br>CSS variable: --wm-bottomsheet-handle-icon-background"}}},"padding":{"top":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Sets the top padding of the bottom sheet drag handle. This creates spacing at the top of the drag handle area.<br>CSS variable: --wm-bottomsheet-handle-padding-top"}},"bottom":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Sets the bottom padding of the bottom sheet drag handle. This creates spacing at the bottom of the drag handle area.<br>CSS variable: --wm-bottomsheet-handle-padding-bottom"}}},"border":{"width":{"value":"1","type":"radius","attributes":{"subtype":"border-width","description":"Controls the border thickness of the bottom sheet drag handle. This determines how thick the border around the drag handle appears.<br>CSS variable: --wm-bottomsheet-handle-border-width"}},"color":{"value":"transparent","type":"color","attributes":{"subtype":"color","description":"Sets the border color of the bottom sheet drag handle. This determines what color the border around the drag handle appears in.<br>CSS variable: --wm-bottomsheet-handle-border-color"}}}},"content":{"padding":{"top":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Sets the top padding of the bottom sheet content area. This creates spacing at the top of the content.<br>CSS variable: --wm-bottomsheet-content-padding-top"}},"bottom":{"value":"{space.5.value}","type":"space","attributes":{"subtype":"space","description":"Sets the bottom padding of the bottom sheet content area. This creates spacing at the bottom of the content.<br>CSS variable: --wm-bottomsheet-content-padding-bottom"}},"left":{"value":"{space.5.value}","type":"space","attributes":{"subtype":"space","description":"Sets the left padding of the bottom sheet content area. This creates spacing on the left side of the content.<br>CSS variable: --wm-bottomsheet-content-padding-left"}},"right":{"value":"{space.5.value}","type":"space","attributes":{"subtype":"space","description":"Sets the right padding of the bottom sheet content area. This creates spacing on the right side of the content.<br>CSS variable: --wm-bottomsheet-content-padding-right"}}}}}}}');
|
|
11
11
|
|
|
12
12
|
/***/ }
|
|
13
13
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
\*********************************************************************/
|
|
8
8
|
(module) {
|
|
9
9
|
|
|
10
|
-
module.exports = /*#__PURE__*/JSON.parse('{"button-group":{"meta":{"appearances":{"outlined":{"mapping":{"selector":{"mobile":".app-buttongroup"}},"
|
|
10
|
+
module.exports = /*#__PURE__*/JSON.parse('{"button-group":{"meta":{"appearances":{"outlined":{"mapping":{"selector":{"mobile":".app-buttongroup"}}}}},"mapping":{"radius":{"value":"{radius.sm.value}","type":"radius","attributes":{"subtype":"radius","description":"Controls the corner rounding of button groups (connected buttons that appear as a single unit). This makes the outer corners of the button group rounded while keeping the inner buttons connected.<br>CSS variable: --wm-button-group-radius"}},"border":{"width":{"value":"{border.width.base.value}","type":"radius","attributes":{"subtype":"border-width","description":"Controls the thickness of borders around button groups (connected buttons that appear as a single unit). This determines how thick the border lines appear around the button group container.<br>CSS variable: --wm-button-group-border-width"}},"style":{"value":"{border.style.base.value}","type":"radius","attributes":{"subtype":"border-style","description":"Sets the visual style of borders around button groups (connected buttons that appear as a single unit). \'solid\' creates a continuous line, \'dashed\' creates a broken line, \'dotted\' creates a dotted line.<br>CSS variable: --wm-button-group-border-style"}},"color":{"value":"{color.surface.container.highest.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of borders around button groups (connected buttons that appear as a single unit). This determines what color the border lines appear in that outline the button group container.<br>CSS variable: --wm-button-group-border-color"}}}}}}');
|
|
11
11
|
|
|
12
12
|
/***/ }
|
|
13
13
|
|