@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
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
\*******************************************************/
|
|
8
8
|
(module) {
|
|
9
9
|
|
|
10
|
-
module.exports = /*#__PURE__*/JSON.parse('{"label":{"meta":{"mapping":{"selector":{"mobile":".app-label"}},"appearances":{"default":{"mapping":{"selector":{"mobile":".app-label"}},"variantGroups":{"size":{"h1":{"selector":{"mobile":".h1"}},"h2":{"selector":{"mobile":".h2"}},"h3":{"selector":{"mobile":".h3"}},"h4":{"selector":{"mobile":".h4"}},"h5":{"selector":{"mobile":".h5"}},"h6":{"selector":{"mobile":".h6"}},"p":{"selector":{"mobile":".p"}},"media-heading":{"selector":{"mobile":".media-heading"}}}}},"text":{"mapping":{"selector":{"mobile":".text"}},"variantGroups":{"status":{"primary":{"selector":{"mobile":".text-primary"}},"secondary":{"selector":{"mobile":".text-secondary"}},"success":{"selector":{"mobile":".text-success"}},"warning":{"selector":{"mobile":".text-warning"}},"danger":{"selector":{"mobile":".text-danger"}},"info":{"selector":{"mobile":".text-info"}},"muted":{"selector":{"mobile":".text-muted"}}}}},"label":{"mapping":{"selector":{"mobile":".label"}},"variantGroups":{"status":{"primary":{"selector":{"mobile":".label-primary"}},"secondary":{"selector":{"mobile":".label-secondary"}},"success":{"selector":{"mobile":".label-success"}},"warning":{"selector":{"mobile":".label-warning"}},"danger":{"selector":{"mobile":".label-danger"}},"info":{"selector":{"mobile":".label-info"}},"muted":{"selector":{"mobile":".label-muted"}}}}}}},"mapping":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of labels (text elements that describe or identify other content). This determines what color the label text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-label-color"}},"margin":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the outer spacing around labels (the space between the label and surrounding elements). This creates breathing room around label text.<br>CSS variable: --wm-label-margin"}},"asterisk":{"color":{"value":"{color.error.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of the asterisk symbol (*) that appears in required field labels. This determines what color the asterisk appears in, typically red to indicate required fields.<br>CSS variable: --wm-label-asterisk-color"}}},"padding":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the internal spacing inside labels (the space between the label text and its border). This creates breathing room around the label content.<br>CSS variable: --wm-label-padding"}},"font-size":{"value":"{body.large.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls how large label text appears (text that describes or identifies other content). Larger values make labels more prominent, smaller values make them more subtle.<br>CSS variable: --wm-label-font-size"}},"font-weight":{"value":"{body.medium.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold label text appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-label-font-weight"}},"font-family":{"value":"{body.medium.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for label text. This determines whether the label text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-label-font-family"}}},"appearances":{"default":{"variantGroups":{"size":{"h1":{"font-size":{"value":"{h1.font-size.value}","type":"font"},"font-weight":{"value":"{h1.font-weight.value}","type":"font"},"font-family":{"value":"{h1.font-family.value}","type":"font"}},"h2":{"font-size":{"value":"{h2.font-size.value}","type":"font"},"font-weight":{"value":"{h2.font-weight.value}","type":"font"},"font-family":{"value":"{h2.font-family.value}","type":"font"}},"h3":{"font-size":{"value":"{h3.font-size.value}","type":"font"},"font-weight":{"value":"{h3.font-weight.value}","type":"font"},"font-family":{"value":"{h3.font-family.value}","type":"font"}},"h4":{"font-size":{"value":"{h4.font-size.value}","type":"font"},"font-weight":{"value":"{h4.font-weight.value}","type":"font"},"font-family":{"value":"{h4.font-family.value}","type":"font"}},"h5":{"font-size":{"value":"{h5.font-size.value}","type":"font"},"font-weight":{"value":"{h5.font-weight.value}","type":"font"},"font-family":{"value":"{h5.font-family.value}","type":"font"}},"h6":{"font-size":{"value":"{h6.font-size.value}","type":"font"},"font-weight":{"value":"{h6.font-weight.value}","type":"font"},"font-family":{"value":"{h6.font-family.value}","type":"font"}},"p":{"font-size":{"value":"{body.small.font-size.value}","type":"font"}},"media-heading":{"font-size":{"value":"{body.large.font-size.value}","type":"font"}}}}},"text":{"variantGroups":{"status":{"primary":{"color":{"value":"{color.primary.@.value}","type":"color"}},"secondary":{"color":{"value":"{color.secondary.@.value}","type":"color"}},"success":{"color":{"value":"{color.success.@.value}","type":"color"}},"warning":{"color":{"value":"{color.warning.@.value}","type":"color"}},"danger":{"color":{"value":"{color.error.@.value}","type":"color"}},"info":{"color":{"value":"{color.info.@.value}","type":"color"}},"muted":{"color":{"value":"{color.on-surface.variant.@.value}","type":"color"}}}}},"label":{"mapping":{"padding":{"left":{"value":"{space.8.value}","type":"space","attributes":{"subtype":"space","description":"Controls the left padding (horizontal spacing) inside label badges (colored label containers). This creates breathing room on the left side of the label content. Acceptable units: px.<br>CSS variable: --wm-label-padding-left"}},"right":{"value":"{space.8.value}","type":"space","attributes":{"subtype":"space","description":"Controls the right padding (horizontal spacing) inside label badges (colored label containers). This creates breathing room on the right side of the label content. Acceptable units: px.<br>CSS variable: --wm-label-padding-right"}},"top":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls the top padding (vertical spacing) inside label badges (colored label containers). This creates breathing room above the label content. Acceptable units: px.<br>CSS variable: --wm-label-padding-top"}},"bottom":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls the bottom padding (vertical spacing) inside label badges (colored label containers). This creates breathing room below the label content. Acceptable units: px.<br>CSS variable: --wm-label-padding-bottom"}}},"font-weight":{"value":"{font.weight.700.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold label badge text appears. When set to 700, the label text appears bold to emphasize the label badge.<br>CSS variable: --wm-label-font-weight"}},"border-radius":{"value":"6px","type":"radius","attributes":{"subtype":"radius","description":"Controls the corner rounding of label badges (colored label containers). This makes the label badges appear with rounded corners for a softer appearance.<br>CSS variable: --wm-label-border-radius"}}},"variantGroups":{"status":{"primary":{"background-color":{"value":"{color.primary.@.value}","type":"color"},"color":{"value":"{color.on-primary.@.value}","type":"color"}},"secondary":{"background-color":{"value":"{color.secondary.@.value}","type":"color"},"color":{"value":"{color.on-secondary.@.value}","type":"color"}},"success":{"background-color":{"value":"{color.success.@.value}","type":"color"},"color":{"value":"{color.on-success.@.value}","type":"color"}},"warning":{"background-color":{"value":"{color.warning.@.value}","type":"color"},"color":{"value":"{color.on-warning.@.value}","type":"color"}},"danger":{"background-color":{"value":"{color.error.@.value}","type":"color"},"color":{"value":"{color.on-error.@.value}","type":"color"}},"info":{"background-color":{"value":"{color.info.@.value}","type":"color"},"color":{"value":"{color.on-info.@.value}","type":"color"}},"muted":{"background-color":{"value":"{color.on-surface.variant.@.value}","type":"color"},"color":{"value":"{color.surface.variant.@.value}","type":"color"}}}}}}}}');
|
|
10
|
+
module.exports = /*#__PURE__*/JSON.parse('{"label":{"meta":{"mapping":{"selector":{"mobile":".app-label"}},"appearances":{"default":{"mapping":{"selector":{"mobile":".app-label"}},"variantGroups":{"size":{"h1":{"selector":{"mobile":".h1"}},"h2":{"selector":{"mobile":".h2"}},"h3":{"selector":{"mobile":".h3"}},"h4":{"selector":{"mobile":".h4"}},"h5":{"selector":{"mobile":".h5"}},"h6":{"selector":{"mobile":".h6"}},"p":{"selector":{"mobile":".p"}},"media-heading":{"selector":{"mobile":".media-heading"}}}}},"text":{"mapping":{"selector":{"mobile":".text"}},"variantGroups":{"status":{"primary":{"selector":{"mobile":".text-primary"}},"secondary":{"selector":{"mobile":".text-secondary"}},"success":{"selector":{"mobile":".text-success"}},"warning":{"selector":{"mobile":".text-warning"}},"danger":{"selector":{"mobile":".text-danger"}},"info":{"selector":{"mobile":".text-info"}},"muted":{"selector":{"mobile":".text-muted"}}}}},"label":{"mapping":{"selector":{"mobile":".label"}},"variantGroups":{"status":{"primary":{"selector":{"mobile":".label-primary"}},"secondary":{"selector":{"mobile":".label-secondary"}},"success":{"selector":{"mobile":".label-success"}},"warning":{"selector":{"mobile":".label-warning"}},"danger":{"selector":{"mobile":".label-danger"}},"info":{"selector":{"mobile":".label-info"}},"muted":{"selector":{"mobile":".label-muted"}}}}}}},"mapping":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of labels (text elements that describe or identify other content). This determines what color the label text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-label-color"}},"line-height":{"value":"{body.medium.line-height.value}","type":"font","attributes":{"subtype":"line-height","description":"Controls the vertical spacing between lines when label text wraps to multiple lines. Higher values create more space between lines for better readability.<br>CSS variable: --wm-label-line-height"}},"letter-spacing":{"value":"{body.medium.letter-spacing.value}","type":"font","attributes":{"subtype":"letter-spacing","description":"Controls the horizontal spacing between individual letters in label text. Positive values spread letters apart, negative values bring them closer together.<br>CSS variable: --wm-label-letter-spacing"}},"margin":{"left":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the left margin (horizontal spacing) inside label badges (colored label containers). This creates breathing room on the left side of the label content. Acceptable units: px.<br>CSS variable: --wm-label-margin-left"}},"right":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the right margin (horizontal spacing) inside label badges (colored label containers). This creates breathing room on the right side of the label content. Acceptable units: px.<br>CSS variable: --wm-label-margin-right"}},"top":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the top margin (vertical spacing) inside label badges (colored label containers). This creates breathing room above the label content. Acceptable units: px.<br>CSS variable: --wm-label-margin-top"}},"bottom":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the bottom margin (vertical spacing) inside label badges (colored label containers). This creates breathing room below the label content. Acceptable units: px.<br>CSS variable: --wm-label-margin-bottom"}}},"asterisk":{"color":{"value":"{color.error.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of the asterisk symbol (*) that appears in required field labels. This determines what color the asterisk appears in, typically red to indicate required fields.<br>CSS variable: --wm-label-asterisk-color"}}},"padding":{"left":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the left padding (horizontal spacing) inside label badges (colored label containers). This creates breathing room on the left side of the label content. Acceptable units: px.<br>CSS variable: --wm-label-padding-left"}},"right":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the right padding (horizontal spacing) inside label badges (colored label containers). This creates breathing room on the right side of the label content. Acceptable units: px.<br>CSS variable: --wm-label-padding-right"}},"top":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the top padding (vertical spacing) inside label badges (colored label containers). This creates breathing room above the label content. Acceptable units: px.<br>CSS variable: --wm-label-padding-top"}},"bottom":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the bottom padding (vertical spacing) inside label badges (colored label containers). This creates breathing room below the label content. Acceptable units: px.<br>CSS variable: --wm-label-padding-bottom"}}},"font-size":{"value":"{body.large.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls how large label text appears (text that describes or identifies other content). Larger values make labels more prominent, smaller values make them more subtle.<br>CSS variable: --wm-label-font-size"}},"font-weight":{"value":"{body.medium.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold label text appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-label-font-weight"}},"font-family":{"value":"{body.medium.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for label text. This determines whether the label text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-label-font-family"}},"background-color":{"value":"none","type":"color","attributes":{"subtype":"color","description":"Sets the background color of labels (text elements that describe or identify other content). This determines what background color the label appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-label-background-color"}},"border":{"radius":{"value":"{border.width.0.value}","type":"radius","attributes":{"subtype":"radius","description":"Controls the corner rounding of label (alert boxes that display notifications, warnings, or information). This makes the label appear with rounded corners for a softer appearance.<br>CSS variable: --wm-label-border-radius"}},"width":{"value":"{border.width.0.value}","type":"space","attributes":{"subtype":"border-width","description":"Controls the thickness of the border around label. This determines how thick the outline appears around the label. Acceptable units: px.<br>CSS variable: --wm-label-border-width"}},"style":{"value":"{border.style.base.value}","type":"radius","attributes":{"subtype":"border-style","description":"Controls the style of the border around label. \'solid\' creates a continuous line, \'dashed\' creates a dotted line, \'dotted\' creates small dots.<br>CSS variable: --wm-label-border-style"}},"color":{"value":"{color.primary.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of the border around label. This determines the color of the outline that defines the label.<br>CSS variable: --wm-label-border-color"}}}},"appearances":{"default":{"variantGroups":{"size":{"p":{"font-size":{"value":"{p.font-size.value}","type":"font"},"font-weight":{"value":"{p.font-weight.value}","type":"font"},"font-family":{"value":"{p.font-family.value}","type":"font"},"line-height":{"value":"{p.line-height.value}","type":"font"},"letter-spacing":{"value":"{p.letter-spacing.value}","type":"font"}},"h1":{"font-size":{"value":"{h1.font-size.value}","type":"font"},"font-weight":{"value":"{h1.font-weight.value}","type":"font"},"font-family":{"value":"{h1.font-family.value}","type":"font"},"line-height":{"value":"{h1.line-height.value}","type":"font"},"letter-spacing":{"value":"{h1.letter-spacing.value}","type":"font"}},"h2":{"font-size":{"value":"{h2.font-size.value}","type":"font"},"font-weight":{"value":"{h2.font-weight.value}","type":"font"},"font-family":{"value":"{h2.font-family.value}","type":"font"},"line-height":{"value":"{h2.line-height.value}","type":"font"},"letter-spacing":{"value":"{h2.letter-spacing.value}","type":"font"}},"h3":{"font-size":{"value":"{h3.font-size.value}","type":"font"},"font-weight":{"value":"{h3.font-weight.value}","type":"font"},"font-family":{"value":"{h3.font-family.value}","type":"font"},"line-height":{"value":"{h3.line-height.value}","type":"font"},"letter-spacing":{"value":"{h3.letter-spacing.value}","type":"font"}},"h4":{"font-size":{"value":"{h4.font-size.value}","type":"font"},"font-weight":{"value":"{h4.font-weight.value}","type":"font"},"font-family":{"value":"{h4.font-family.value}","type":"font"},"line-height":{"value":"{h4.line-height.value}","type":"font"},"letter-spacing":{"value":"{h4.letter-spacing.value}","type":"font"}},"h5":{"font-size":{"value":"{h5.font-size.value}","type":"font"},"font-weight":{"value":"{h5.font-weight.value}","type":"font"},"font-family":{"value":"{h5.font-family.value}","type":"font"},"line-height":{"value":"{h5.line-height.value}","type":"font"},"letter-spacing":{"value":"{h5.letter-spacing.value}","type":"font"}},"h6":{"font-size":{"value":"{h6.font-size.value}","type":"font"},"font-weight":{"value":"{h6.font-weight.value}","type":"font"},"font-family":{"value":"{h6.font-family.value}","type":"font"},"line-height":{"value":"{h6.line-height.value}","type":"font"},"letter-spacing":{"value":"{h6.letter-spacing.value}","type":"font"}},"media-heading":{"font-size":{"value":"{body.large.font-size.value}","type":"font"}}}}},"text":{"variantGroups":{"status":{"primary":{"color":{"value":"{color.primary.@.value}","type":"color"}},"secondary":{"color":{"value":"{color.secondary.@.value}","type":"color"}},"tertiary":{"color":{"value":"{color.tertiary.@.value}","type":"color","attributes":{"subtype":"color"}}},"success":{"color":{"value":"{color.success.@.value}","type":"color"}},"warning":{"color":{"value":"{color.warning.@.value}","type":"color"}},"danger":{"color":{"value":"{color.error.@.value}","type":"color"}},"info":{"color":{"value":"{color.info.@.value}","type":"color"}},"muted":{"color":{"value":"{color.on-surface.variant.@.value}","type":"color"}}}}},"label":{"mapping":{"padding":{"left":{"value":"{space.8.value}","type":"space","attributes":{"subtype":"space","description":"Controls the left padding (horizontal spacing) inside label badges (colored label containers). This creates breathing room on the left side of the label content. Acceptable units: px.<br>CSS variable: --wm-label-padding-left"}},"right":{"value":"{space.8.value}","type":"space","attributes":{"subtype":"space","description":"Controls the right padding (horizontal spacing) inside label badges (colored label containers). This creates breathing room on the right side of the label content. Acceptable units: px.<br>CSS variable: --wm-label-padding-right"}},"top":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls the top padding (vertical spacing) inside label badges (colored label containers). This creates breathing room above the label content. Acceptable units: px.<br>CSS variable: --wm-label-padding-top"}},"bottom":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls the bottom padding (vertical spacing) inside label badges (colored label containers). This creates breathing room below the label content. Acceptable units: px.<br>CSS variable: --wm-label-padding-bottom"}}},"font-weight":{"value":"{font.weight.700.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold label badge text appears. When set to 700, the label text appears bold to emphasize the label badge.<br>CSS variable: --wm-label-font-weight"}},"border":{"radius":{"value":"6px","type":"radius","attributes":{"subtype":"radius","description":"Controls the corner rounding of label badges (colored label containers). This makes the label badges appear with rounded corners for a softer appearance.<br>CSS variable: --wm-label-border-radius"}}}},"variantGroups":{"status":{"primary":{"background-color":{"value":"{color.primary.@.value}","type":"color"},"color":{"value":"{color.on-primary.@.value}","type":"color"}},"secondary":{"background-color":{"value":"{color.secondary.@.value}","type":"color"},"color":{"value":"{color.on-secondary.@.value}","type":"color"}},"tertiary":{"background-color":{"value":"{color.tertiary.@.value}","type":"color","attributes":{"subtype":"color"}},"color":{"value":"{color.on-tertiary.@.value}","type":"color"}},"success":{"background-color":{"value":"{color.success.@.value}","type":"color"},"color":{"value":"{color.on-success.@.value}","type":"color"}},"warning":{"background-color":{"value":"{color.warning.@.value}","type":"color"},"color":{"value":"{color.on-warning.@.value}","type":"color"}},"danger":{"background-color":{"value":"{color.error.@.value}","type":"color"},"color":{"value":"{color.on-error.@.value}","type":"color"}},"info":{"background-color":{"value":"{color.info.@.value}","type":"color"},"color":{"value":"{color.on-info.@.value}","type":"color"}},"muted":{"background-color":{"value":"{color.on-surface.variant.@.value}","type":"color"},"color":{"value":"{color.surface.variant.@.value}","type":"color"}}}}}}}}');
|
|
11
11
|
|
|
12
12
|
/***/ }
|
|
13
13
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
\*****************************************************/
|
|
8
8
|
(module) {
|
|
9
9
|
|
|
10
|
-
module.exports = /*#__PURE__*/JSON.parse('{"list":{"meta":{"mapping":{"selector":{"mobile":".app-list"}}},"mapping":{"
|
|
10
|
+
module.exports = /*#__PURE__*/JSON.parse('{"list":{"meta":{"mapping":{"selector":{"mobile":".app-list"}}},"mapping":{"background":{"color":{"value":"transparent","type":"color","attributes":{"subtype":"color","description":"Sets the background color of list (boxes that hold content). This is the main background color that appears behind all list content.<br>CSS variable: --wm-list-background-color"}}},"padding":{"top":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the top padding (vertical spacing) inside list. This creates breathing room above the list container. Acceptable units: px.<br>CSS variable: --wm-list-padding-top"}},"bottom":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the bottom padding (vertical spacing) inside list. This creates breathing room below the list container. Acceptable units: px.<br>CSS variable: --wm-list-padding-bottom"}},"left":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the left padding (horizontal spacing) inside list. This creates breathing room on the left side of the list container. Acceptable units: px.<br>CSS variable: --wm-list-padding-left"}},"right":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the right padding (horizontal spacing) inside list. This creates breathing room on the right side of the list container. Acceptable units: px.<br>CSS variable: --wm-list-padding-right"}}},"border":{"style":{"value":"{border.style.base.value}","type":"radius","attributes":{"subtype":"border-style","description":"Controls the style of the outline around list container \'solid\' creates a continuous line, \'dashed\' creates a dotted line, \'dotted\' creates small dots.<br>CSS variable: --wm-list-border-style"}},"width":{"value":"{border.width.0.value}","type":"space","attributes":{"subtype":"border-width","description":"Controls the thickness of the border around list. When set to 0, there\'s no visible border. Higher values create thicker borders around the container.<br>CSS variable: --wm-list-border-width"}},"color":{"value":"transparent","type":"color","attributes":{"subtype":"color","description":"Sets the color of the border around list. This creates a colored border around the list to define its boundaries.<br>CSS variable: --wm-list-border-color"}},"radius":{"value":"{radius.none.value}","type":"radius","attributes":{"subtype":"radius","description":"Controls the corner rounding of the list. When set to \'none\', containers have sharp corners. Higher values create more rounded corners for a softer appearance.<br>CSS variable: --wm-list-border-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('{"lottie":{"mapping":{"
|
|
10
|
+
module.exports = /*#__PURE__*/JSON.parse('{"lottie":{"meta":{"mapping":{"selector":{"mobile":".app-lottie"}}},"mapping":{"background":{"color":{"value":"{color.white.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the lottie. When transparent, only the lottie is visible. When filled with a color, the lottie appears with a colored background.<br>CSS variable: --wm-lottie-background-color"}}},"padding":{"top":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the top padding (vertical spacing) inside lottie. This creates breathing room above the lottie. Acceptable units: px.<br>CSS variable: --wm-lottie-padding-top"}},"bottom":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the bottom padding (vertical spacing) inside lottie. This creates breathing room below the lottie. Acceptable units: px.<br>CSS variable: --wm-lottie-padding-bottom"}},"left":{"value":"{space.2.value}","type":"space","attributes":{"subtype":"space","description":"Controls the left padding (horizontal spacing) inside lottie. This creates breathing room on the left side of the lottie. Acceptable units: px.<br>CSS variable: --wm-lottie-padding-left"}},"right":{"value":"{space.2.value}","type":"space","attributes":{"subtype":"space","description":"Controls the right padding (horizontal spacing) inside lottie. This creates breathing room on the right side of the lottie. Acceptable units: px.<br>CSS variable: --wm-lottie-padding-right"}}}},"appearances":{}}}');
|
|
11
11
|
|
|
12
12
|
/***/ }
|
|
13
13
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
\*********************************************************************/
|
|
8
8
|
(module) {
|
|
9
9
|
|
|
10
|
-
module.exports = /*#__PURE__*/JSON.parse('{"modal":{"meta":{"mapping":{"selector":{"mobile":".app-dialog.root"}}},"mapping":{"margin":{"value":"{space.6.value}","type":"space","attributes":{"subtype":"space","description":"Controls the outer margin (spacing) around modal dialogs (overlay windows that appear on top of the main content). This creates breathing room around the dialog container. Acceptable units: px.<br>CSS variable: --wm-modal-margin"}},"z-index":{"value":"1000","type":"radius","attributes":{"subtype":"opacity","description":"Controls the stacking order of modal dialogs (determines which elements appear on top when multiple elements overlap). Higher values make the dialog appear above other elements. This ensures modals are always visible above page content.<br>CSS variable: --wm-modal-z-index"}},"min-width":{"value":"320px","type":"space","attributes":{"subtype":"space","description":"Controls the minimum width of modal dialogs. This ensures the dialog is always wide enough to be visible and properly displayed. Acceptable units: px.<br>CSS variable: --wm-modal-min-width"}},"
|
|
10
|
+
module.exports = /*#__PURE__*/JSON.parse('{"modal":{"meta":{"mapping":{"selector":{"mobile":".app-dialog.root"}}},"mapping":{"margin":{"value":"{space.6.value}","type":"space","attributes":{"subtype":"space","description":"Controls the outer margin (spacing) around modal dialogs (overlay windows that appear on top of the main content). This creates breathing room around the dialog container. Acceptable units: px.<br>CSS variable: --wm-modal-margin"}},"z-index":{"value":"1000","type":"radius","attributes":{"subtype":"opacity","description":"Controls the stacking order of modal dialogs (determines which elements appear on top when multiple elements overlap). Higher values make the dialog appear above other elements. This ensures modals are always visible above page content.<br>CSS variable: --wm-modal-z-index"}},"min-width":{"value":"320px","type":"space","attributes":{"subtype":"space","description":"Controls the minimum width of modal dialogs. This ensures the dialog is always wide enough to be visible and properly displayed. Acceptable units: px.<br>CSS variable: --wm-modal-min-width"}},"background":{"value":"{color.surface.container.high.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of modal dialogs (overlay windows that appear on top of the main content). This is the main background color that appears behind the dialog content.<br>CSS variable: --wm-modal-background"}},"radius":{"value":"{radius.lg.value}","type":"radius","attributes":{"subtype":"radius","description":"Controls the corner rounding of modal dialogs. This makes the dialogs appear with rounded corners for a softer appearance.<br>CSS variable: --wm-modal-radius"}},"header":{"padding":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls the internal spacing inside modal dialog headers (the top section that contains the title and close button). This creates breathing room around the header content. Acceptable units: px.<br>CSS variable: --wm-modal-header-padding"}},"border":{"width":{"value":"{border.width.0.value}","type":"space","attributes":{"subtype":"border-width","description":"Controls the thickness of the border at the bottom of modal dialog headers. This determines how thick the separator line appears between the header and body. Acceptable units: px.<br>CSS variable: --wm-modal-header-border-width"}},"style":{"value":"{border.style.base.value}","type":"radius","attributes":{"subtype":"border-style","description":"Controls the style of the border at the bottom of modal dialog headers. \'solid\' creates a continuous line, \'dashed\' creates a dotted line, \'dotted\' creates small dots.<br>CSS variable: --wm-modal-header-border-style"}},"color":{"value":"#cccccc","type":"color","attributes":{"subtype":"color","description":"Sets the color of the border at the bottom of modal dialog headers. This determines the color of the separator line between the header and body.<br>CSS variable: --wm-modal-header-border-color"}}},"close-btn":{"border-width":{"value":"0","type":"space","attributes":{"subtype":"border-width","description":"Controls the thickness of the border around the modal dialog close button. When set to 0, no border is visible. Acceptable units: px.<br>CSS variable: --wm-modal-header-close-btn-border-width"}},"border-style":{"value":"{border.style.base.value}","type":"radius","attributes":{"subtype":"border-style","description":" "}},"border-color":{"value":"#cccccc","type":"color","attributes":{"subtype":"color","description":" "}},"font-size":{"value":"14px","type":"font","attributes":{"subtype":"icon-size","description":"Controls the size of the close button icon (the X or close symbol that appears in the modal dialog header). This affects how large the close icon appears. Acceptable units: px.<br>CSS variable: --wm-modal-header-close-btn-font-size"}},"color":{"value":"#aaaaaa","type":"color","attributes":{"subtype":"color","description":"Sets the color of the close button icon in modal dialog headers. This determines what color the close icon appears in.<br>CSS variable: --wm-modal-header-close-btn-color"}},"background":{"value":"{color.transparent.@.value}","type":"color","attributes":{"subtype":"color","description":" "}}},"background":{"value":"{color.surface.container.high.@.value}","type":"color","attributes":{"subtype":"color","description":" "}}},"title":{"font-size":{"value":"{h4.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of modal dialog title text (the heading text that appears at the top of modal dialogs). This affects how large the title text appears.<br>CSS variable: --wm-modal-title-font-size"}},"font-family":{"value":"{h3.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for modal dialog title text. This determines whether the title text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-modal-title-font-family"}},"font-weight":{"value":"{h3.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold modal dialog title text appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-modal-title-font-weight"}},"line-height":{"value":"{h3.line-height.value}","type":"font","attributes":{"subtype":"line-height","description":"Controls the vertical spacing between lines when modal dialog title text wraps to multiple lines. This ensures proper spacing for the title text.<br>CSS variable: --wm-modal-title-line-height"}},"letter-spacing":{"value":"{h3.letter-spacing.value}","type":"font","attributes":{"subtype":"letter-spacing","description":"Controls the horizontal spacing between individual letters in modal dialog title text. Positive values spread letters apart, negative values bring them closer together.<br>CSS variable: --wm-modal-title-letter-spacing"}},"color":{"value":"#000000","type":"color","attributes":{"subtype":"color","description":" "}}},"body":{"padding":{"value":"{space.6.value}","type":"space","attributes":{"subtype":"space","description":"Controls the internal spacing inside modal dialog body sections (the main content area of the dialog). This creates breathing room around the body content. Acceptable units: px.<br>CSS variable: --wm-modal-body-padding"}}},"footer":{"padding":{"value":"{space.6.value}","type":"space","attributes":{"subtype":"space","description":"Controls the internal spacing inside modal dialog footers (the bottom section that contains action buttons). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-modal-footer-padding"}}},"icon":{"font-size":{"value":"{h4.font-size.value}","type":"font","attributes":{"subtype":"icon-size","description":"Controls the size of modal dialog icons (icons that appear in the dialog to indicate the dialog type or provide visual context). This affects how large the icons appear.<br>CSS variable: --wm-modal-icon-font-size"}},"color":{"value":"#000000","type":"color","attributes":{"subtype":"color","description":" "}}},"description":{"font-size":{"value":"{body.medium.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":" "}},"font-family":{"value":"{h5.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":" "}},"font-weight":{"value":"{body.small.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold modal dialog title text appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-modal-title-font-weight"}},"color":{"value":"#000000","type":"color","attributes":{"subtype":"color","description":" "}}},"btn":{"ok":{"background":{"value":"{color.secondary.@.value}","type":"color","attributes":{"subtype":"color","description":" "}},"color":{"value":"{color.on-secondary.@.value}","type":"color","attributes":{"subtype":"color","description":" "}}},"cancel":{"background":{"value":"{color.on-secondary.@.value}","type":"color","attributes":{"subtype":"color","description":" "}},"color":{"value":"{color.on-secondary.container.@.value}","type":"color","attributes":{"subtype":"color","description":" "}}}}}}}');
|
|
11
11
|
|
|
12
12
|
/***/ }
|
|
13
13
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
\***************************************************/
|
|
8
8
|
(module) {
|
|
9
9
|
|
|
10
|
-
module.exports = /*#__PURE__*/JSON.parse('{"nav":{"
|
|
10
|
+
module.exports = /*#__PURE__*/JSON.parse('{"nav":{"meta":{"mapping":{"selector":{"mobile":".app-navbar"}}},"mapping":{"background":{"value":"{color.surface.container.lowest.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of navigation (the main panel that contains navigation items). This is the main background color that appears behind the navigation items.<br>CSS variable: --wm-nav-background"}},"left-panel":{"background":{"value":"{color.surface.container.lowest.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the left panel in navigation. This is the background color for the navigation panel area.<br>CSS variable: --wm-nav-left-panel-background"}}},"partial":{"background":{"value":"{color.transparent.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the partial area in navigation. This is the background color for the partial area.<br>CSS variable: --wm-nav-partial-background"}}},"partial-container":{"background":{"value":"transparent","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the partial container in navigation. This is the background color for the partial container.<br>CSS variable: --wm-nav-partial-container-background"}}},"navbar":{"background":{"value":"{color.surface.container.lowest.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the navbar in navigation. This is the background color for the navbar.<br>CSS variable: --wm-nav-navbar-background"}}}}}}');
|
|
11
11
|
|
|
12
12
|
/***/ }
|
|
13
13
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
\*********************************************************/
|
|
8
8
|
(module) {
|
|
9
9
|
|
|
10
|
-
module.exports = /*#__PURE__*/JSON.parse('{"navbar":{"meta":{"mapping":{"selector":{"mobile":".app-appnavbar"}}},"mapping":{"height":{"value":"80px","type":"space","attributes":{"subtype":"space","description":"Controls the height of navigation bars (top bars that contain navigation elements, icons, and content). This determines how tall the navbar appears. Acceptable units: px.<br>CSS variable: --wm-navbar-height"}},"background-color":{"value":"{color.surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of navigation bars (top bars that contain navigation elements, icons, and content). This is the main background color that appears behind the navbar content.<br>CSS variable: --wm-navbar-background-color"}},"padding":{"left":{"value":"{space.3.value}","type":"space","attributes":{"subtype":"space","description":"Controls the left padding (horizontal spacing) inside navigation bars. This creates breathing room on the left side of the navbar content. Acceptable units: px.<br>CSS variable: --wm-navbar-padding-left"}},"right":{"value":"{space.3.value}","type":"space","attributes":{"subtype":"space","description":"Controls the right padding (horizontal spacing) inside navigation bars. This creates breathing room on the right side of the navbar content. Acceptable units: px.<br>CSS variable: --wm-navbar-padding-right"}},"top":{"value":"{space.3.value}","type":"space","attributes":{"subtype":"space","description":"Controls the top padding (vertical spacing) inside navigation bars. This creates breathing room above the navbar content. Acceptable units: px.<br>CSS variable: --wm-navbar-padding-top"}},"bottom":{"value":"{space.3.value}","type":"space","attributes":{"subtype":"space","description":"Controls the bottom padding (vertical spacing) inside navigation bars. This creates breathing room below the navbar content. Acceptable units: px.<br>CSS variable: --wm-navbar-padding-bottom"}}},"left-icon":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of left icons in navigation bars (icons that appear on the left side of the navbar). This determines what color the left icons appear in.<br>CSS variable: --wm-navbar-left-icon-color"}},"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of left icons in navigation bars. This affects how large the left icons appear. Acceptable units: px.<br>CSS variable: --wm-navbar-left-icon-size"}}},"back-icon":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of back icons in navigation bars (icons that navigate back to the previous screen). This determines what color the back icons appear in.<br>CSS variable: --wm-navbar-back-icon-color"}},"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of back icons in navigation bars. This affects how large the back icons appear. Acceptable units: px.<br>CSS variable: --wm-navbar-back-icon-size"}}},"menu-icon":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of menu icons in navigation bars (icons that open navigation menus). This determines what color the menu icons appear in.<br>CSS variable: --wm-navbar-menu-icon-color"}},"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of menu icons in navigation bars. This affects how large the menu icons appear. Acceptable units: px.<br>CSS variable: --wm-navbar-menu-icon-size"}}},"popover-icon":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of popover icons in navigation bars (icons that open popover menus). This determines what color the popover icons appear in.<br>CSS variable: --wm-navbar-popover-icon-color"}},"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of popover icons in navigation bars. This affects how large the popover icons appear. Acceptable units: px.<br>CSS variable: --wm-navbar-popover-icon-size"}}},"image":{"width":{"value":"32px","type":"space","attributes":{"subtype":"space","description":"Controls the width of images in navigation bars (logos or images that appear in the navbar). This determines how wide the navbar images appear. Acceptable units: px.<br>CSS variable: --wm-navbar-image-width"}},"height":{"value":"32px","type":"space","attributes":{"subtype":"space","description":"Controls the height of images in navigation bars (logos or images that appear in the navbar). This determines how tall the navbar images appear. Acceptable units: px.<br>CSS variable: --wm-navbar-image-height"}}},"content":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of navigation bar content (the main text that appears in the navbar). This determines what color the navbar content text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-navbar-content-color"}},"font":{"size":{"value":"{body.large.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of navigation bar content text. This affects how large the navbar content text appears.<br>CSS variable: --wm-navbar-content-font-size"}},"family":{"value":"{body.large.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for navigation bar content text. This determines whether the navbar content text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-navbar-content-font-family"}},"weight":{"value":"{body.large.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold navigation bar content text appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-navbar-content-font-weight"}}}},"badge":{"background-color":{"value":"transparent","type":"color","attributes":{"subtype":"color","description":"Sets the background color of badges in navigation bars (small indicators that appear on navbar elements). When transparent, only the badge text is visible. When filled with a color, the badge appears with a colored background.<br>CSS variable: --wm-navbar-badge-background-color"}},"color":{"value":"{color.primary.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of badges in navigation bars. This determines what color the badge text appears in, typically matching the primary theme color.<br>CSS variable: --wm-navbar-badge-color"}},"margin-left":{"value":"4px","type":"space","attributes":{"subtype":"space","description":"Controls the left margin (horizontal spacing) of badges in navigation bars. This creates spacing to the left of badges, separating them from adjacent content. Acceptable units: px.<br>CSS variable: --wm-navbar-badge-margin-left"}}},"anchor":{"padding":{"right":{"value":"0px","type":"space","attributes":{"subtype":"space","description":"Controls the right padding (horizontal spacing) inside navigation bar anchor elements (clickable links in the navbar). This creates breathing room on the right side of the anchor content. Acceptable units: px.<br>CSS variable: --wm-navbar-anchor-padding-right"}},"left":{"value":"0px","type":"space","attributes":{"subtype":"space","description":"Controls the left padding (horizontal spacing) inside navigation bar anchor elements. This creates breathing room on the left side of the anchor content. Acceptable units: px.<br>CSS variable: --wm-navbar-anchor-padding-left"}},"top":{"value":"0px","type":"space","attributes":{"subtype":"space","description":"Controls the top padding (vertical spacing) inside navigation bar anchor elements. This creates breathing room above the anchor content. Acceptable units: px.<br>CSS variable: --wm-navbar-anchor-padding-top"}},"bottom":{"value":"0px","type":"space","attributes":{"subtype":"space","description":"Controls the bottom padding (vertical spacing) inside navigation bar anchor elements. This creates breathing room below the anchor content. Acceptable units: px.<br>CSS variable: --wm-navbar-anchor-padding-bottom"}}},"text":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of navigation bar anchor text (clickable link text in the navbar). This determines what color the anchor text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-navbar-anchor-text-color"}},"font":{"size":{"value":"{body.large.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of navigation bar anchor text. This affects how large the anchor text appears.<br>CSS variable: --wm-navbar-anchor-text-font-size"}},"family":{"value":"{body.large.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for navigation bar anchor text. This determines whether the anchor text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-navbar-anchor-text-font-family"}},"weight":{"value":"{body.large.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold navigation bar anchor text appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-navbar-anchor-text-font-weight"}}}},"icon":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of icons in navigation bar anchor elements. This determines what color the anchor icons appear in.<br>CSS variable: --wm-navbar-anchor-icon-color"}},"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of icons in navigation bar anchor elements. This affects how large the anchor icons appear. Acceptable units: px.<br>CSS variable: --wm-navbar-anchor-icon-size"}}}},"button":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of buttons in navigation bars. This determines what color the button text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-navbar-button-color"}},"font":{"size":{"value":"{body.large.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of button text in navigation bars. This affects how large the button text appears.<br>CSS variable: --wm-navbar-button-font-size"}},"family":{"value":"{body.large.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for button text in navigation bars. This determines whether the button text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-navbar-button-font-family"}},"weight":{"value":"{body.large.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold button text in navigation bars appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-navbar-button-font-weight"}}}}}}}');
|
|
10
|
+
module.exports = /*#__PURE__*/JSON.parse('{"navbar":{"meta":{"mapping":{"selector":{"mobile":".app-appnavbar"}}},"mapping":{"height":{"value":"80px","type":"space","attributes":{"subtype":"space","description":"Controls the height of navigation bars (top bars that contain navigation elements, icons, and content). This determines how tall the navbar appears. Acceptable units: px.<br>CSS variable: --wm-navbar-height"}},"background-color":{"value":"{color.surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of navigation bars (top bars that contain navigation elements, icons, and content). This is the main background color that appears behind the navbar content.<br>CSS variable: --wm-navbar-background-color"}},"padding":{"left":{"value":"{space.3.value}","type":"space","attributes":{"subtype":"space","description":"Controls the left padding (horizontal spacing) inside navigation bars. This creates breathing room on the left side of the navbar content. Acceptable units: px.<br>CSS variable: --wm-navbar-padding-left"}},"right":{"value":"{space.3.value}","type":"space","attributes":{"subtype":"space","description":"Controls the right padding (horizontal spacing) inside navigation bars. This creates breathing room on the right side of the navbar content. Acceptable units: px.<br>CSS variable: --wm-navbar-padding-right"}},"top":{"value":"{space.3.value}","type":"space","attributes":{"subtype":"space","description":"Controls the top padding (vertical spacing) inside navigation bars. This creates breathing room above the navbar content. Acceptable units: px.<br>CSS variable: --wm-navbar-padding-top"}},"bottom":{"value":"{space.3.value}","type":"space","attributes":{"subtype":"space","description":"Controls the bottom padding (vertical spacing) inside navigation bars. This creates breathing room below the navbar content. Acceptable units: px.<br>CSS variable: --wm-navbar-padding-bottom"}}},"left-icon":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of left icons in navigation bars (icons that appear on the left side of the navbar). This determines what color the left icons appear in.<br>CSS variable: --wm-navbar-left-icon-color"}},"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of left icons in navigation bars. This affects how large the left icons appear. Acceptable units: px.<br>CSS variable: --wm-navbar-left-icon-size"}}},"back-icon":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of back icons in navigation bars (icons that navigate back to the previous screen). This determines what color the back icons appear in.<br>CSS variable: --wm-navbar-back-icon-color"}},"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of back icons in navigation bars. This affects how large the back icons appear. Acceptable units: px.<br>CSS variable: --wm-navbar-back-icon-size"}}},"menu-icon":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of menu icons in navigation bars (icons that open navigation menus). This determines what color the menu icons appear in.<br>CSS variable: --wm-navbar-menu-icon-color"}},"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of menu icons in navigation bars. This affects how large the menu icons appear. Acceptable units: px.<br>CSS variable: --wm-navbar-menu-icon-size"}}},"popover-icon":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of popover icons in navigation bars (icons that open popover menus). This determines what color the popover icons appear in.<br>CSS variable: --wm-navbar-popover-icon-color"}},"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of popover icons in navigation bars. This affects how large the popover icons appear. Acceptable units: px.<br>CSS variable: --wm-navbar-popover-icon-size"}}},"image":{"width":{"value":"32px","type":"space","attributes":{"subtype":"space","description":"Controls the width of images in navigation bars (logos or images that appear in the navbar). This determines how wide the navbar images appear. Acceptable units: px.<br>CSS variable: --wm-navbar-image-width"}},"height":{"value":"32px","type":"space","attributes":{"subtype":"space","description":"Controls the height of images in navigation bars (logos or images that appear in the navbar). This determines how tall the navbar images appear. Acceptable units: px.<br>CSS variable: --wm-navbar-image-height"}}},"content":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of navigation bar content (the main text that appears in the navbar). This determines what color the navbar content text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-navbar-content-color"}},"font":{"size":{"value":"{body.large.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of navigation bar content text. This affects how large the navbar content text appears.<br>CSS variable: --wm-navbar-content-font-size"}},"family":{"value":"{body.large.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for navigation bar content text. This determines whether the navbar content text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-navbar-content-font-family"}},"weight":{"value":"{body.large.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold navigation bar content text appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-navbar-content-font-weight"}}}},"badge":{"background-color":{"value":"transparent","type":"color","attributes":{"subtype":"color","description":"Sets the background color of badges in navigation bars (small indicators that appear on navbar elements). When transparent, only the badge text is visible. When filled with a color, the badge appears with a colored background.<br>CSS variable: --wm-navbar-badge-background-color"}},"color":{"value":"{color.primary.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of badges in navigation bars. This determines what color the badge text appears in, typically matching the primary theme color.<br>CSS variable: --wm-navbar-badge-color"}},"margin-left":{"value":"4px","type":"space","attributes":{"subtype":"space","description":"Controls the left margin (horizontal spacing) of badges in navigation bars. This creates spacing to the left of badges, separating them from adjacent content. Acceptable units: px.<br>CSS variable: --wm-navbar-badge-margin-left"}}},"anchor":{"padding":{"right":{"value":"0px","type":"space","attributes":{"subtype":"space","description":"Controls the right padding (horizontal spacing) inside navigation bar anchor elements (clickable links in the navbar). This creates breathing room on the right side of the anchor content. Acceptable units: px.<br>CSS variable: --wm-navbar-anchor-padding-right"}},"left":{"value":"0px","type":"space","attributes":{"subtype":"space","description":"Controls the left padding (horizontal spacing) inside navigation bar anchor elements. This creates breathing room on the left side of the anchor content. Acceptable units: px.<br>CSS variable: --wm-navbar-anchor-padding-left"}},"top":{"value":"0px","type":"space","attributes":{"subtype":"space","description":"Controls the top padding (vertical spacing) inside navigation bar anchor elements. This creates breathing room above the anchor content. Acceptable units: px.<br>CSS variable: --wm-navbar-anchor-padding-top"}},"bottom":{"value":"0px","type":"space","attributes":{"subtype":"space","description":"Controls the bottom padding (vertical spacing) inside navigation bar anchor elements. This creates breathing room below the anchor content. Acceptable units: px.<br>CSS variable: --wm-navbar-anchor-padding-bottom"}}},"text":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of navigation bar anchor text (clickable link text in the navbar). This determines what color the anchor text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-navbar-anchor-text-color"}},"font":{"size":{"value":"{body.large.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of navigation bar anchor text. This affects how large the anchor text appears.<br>CSS variable: --wm-navbar-anchor-text-font-size"}},"family":{"value":"{body.large.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for navigation bar anchor text. This determines whether the anchor text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-navbar-anchor-text-font-family"}},"weight":{"value":"{body.large.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold navigation bar anchor text appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-navbar-anchor-text-font-weight"}}}},"icon":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of icons in navigation bar anchor elements. This determines what color the anchor icons appear in.<br>CSS variable: --wm-navbar-anchor-icon-color"}},"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of icons in navigation bar anchor elements. This affects how large the anchor icons appear. Acceptable units: px.<br>CSS variable: --wm-navbar-anchor-icon-size"}}}},"button":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of buttons in navigation bars. This determines what color the button text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-navbar-button-color"}},"font":{"size":{"value":"{body.large.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of button text in navigation bars. This affects how large the button text appears.<br>CSS variable: --wm-navbar-button-font-size"}},"family":{"value":"{body.large.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for button text in navigation bars. This determines whether the button text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-navbar-button-font-family"}},"weight":{"value":"{body.large.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold button text in navigation bars appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-navbar-button-font-weight"}}}},"border":{"color":{"value":"{color.surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the border color of navigation bars. This determines what color the border appears in.<br>CSS variable: --wm-navbar-border-color"}},"style":{"value":"{border.style.base.value}","type":"border","attributes":{"subtype":"border-style","description":"Controls the style of the border of navigation bars. This determines whether the border appears as solid, dashed, or dotted.<br>CSS variable: --wm-navbar-border-style"}},"radius":{"value":"0px","type":"border","attributes":{"subtype":"border-radius","description":"Controls the radius of the border of navigation bars. This determines how rounded the border appears. Acceptable units: px.<br>CSS variable: --wm-navbar-border-radius"}},"width":{"top":{"value":"{border.width.0.value}","type":"border","attributes":{"subtype":"border-width","description":"Controls the top border width of navigation bars. This determines how thick the top border appears. Acceptable units: px.<br>CSS variable: --wm-navbar-border-width-top"}},"bottom":{"value":"{border.width.0.value}","type":"border","attributes":{"subtype":"border-width","description":"Controls the bottom border width of navigation bars. This determines how thick the bottom border appears. Acceptable units: px.<br>CSS variable: --wm-navbar-border-width-bottom"}},"left":{"value":"{border.width.0.value}","type":"border","attributes":{"subtype":"border-width","description":"Controls the left border width of navigation bars. This determines how thick the left border appears. Acceptable units: px.<br>CSS variable: --wm-navbar-border-width-left"}},"right":{"value":"{border.width.0.value}","type":"border","attributes":{"subtype":"border-width","description":"Controls the right border width of navigation bars. This determines how thick the right border appears. Acceptable units: px.<br>CSS variable: --wm-navbar-border-width-right"}}}}}}}');
|
|
11
11
|
|
|
12
12
|
/***/ }
|
|
13
13
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
(this["webpackChunk_wavemaker_foundation_css"] = this["webpackChunk_wavemaker_foundation_css"] || []).push([["src_tokens_mobile_components_navitem_navitem_json"],{
|
|
3
|
+
|
|
4
|
+
/***/ "./src/tokens/mobile/components/navitem/navitem.json"
|
|
5
|
+
/*!***********************************************************!*\
|
|
6
|
+
!*** ./src/tokens/mobile/components/navitem/navitem.json ***!
|
|
7
|
+
\***********************************************************/
|
|
8
|
+
(module) {
|
|
9
|
+
|
|
10
|
+
module.exports = /*#__PURE__*/JSON.parse('{"navitem":{"meta":{"mapping":{"selector":{"mobile":".app-navitem"},"states":{"active":{"selector":{"mobile":"-active,.app-navitem-active.app-navitem-anchor"}}}}},"mapping":{"background":{"value":"{color.surface.container.lowest.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of navigation items (individual menu items in navigation menus). This is the main background color that appears behind each navigation item.<br>CSS variable: --wm-nav-item-background"}},"font-size":{"value":"{label.large.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of navigation item text (the text that appears in each navigation menu item). This affects how large the navigation text appears.<br>CSS variable: --wm-nav-item-font-size"}},"font-family":{"value":"{label.large.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for navigation item text. This determines whether the navigation text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-nav-item-font-family"}},"font-weight":{"value":"{font.weight.600.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold navigation item text appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-nav-item-font-weight"}},"line-height":{"value":"{label.large.line-height.value}","type":"font","attributes":{"subtype":"line-height","description":"Controls the vertical spacing between lines when navigation item text wraps to multiple lines. This ensures proper spacing for the navigation text.<br>CSS variable: --wm-nav-item-line-height"}},"letter-spacing":{"value":"{label.large.letter-spacing.value}","type":"font","attributes":{"subtype":"letter-spacing","description":"Controls the horizontal spacing between individual letters in navigation item text. Positive values spread letters apart, negative values bring them closer together.<br>CSS variable: --wm-nav-item-letter-spacing"}},"color":{"value":"{color.on-secondary.fixed.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of navigation items (individual menu items in navigation menus). This determines what color the navigation text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-nav-item-color"}},"icon":{"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of icons within navigation items. This ensures icons are appropriately sized relative to the navigation text for visual balance.<br>CSS variable: --wm-nav-item-icon-size"}},"color":{"value":"{color.on-secondary.container.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the icon color of navigation items (individual menu items in navigation menus). This determines what color the navigation icon appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-nav-item-icon-color"}},"padding":{"left":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the left padding of the icon in navigation items. This creates breathing room on the left side of the icon. Acceptable units: px.<br>CSS variable: --wm-nav-item-icon-padding-left"}},"right":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the right padding of the icon in navigation items. This creates breathing room on the right side of the icon. Acceptable units: px.<br>CSS variable: --wm-nav-item-icon-padding-right"}},"top":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the top padding of the icon in navigation items. This creates breathing room on the top side of the icon. Acceptable units: px.<br>CSS variable: --wm-nav-item-icon-padding-top"}},"bottom":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the bottom padding of the icon in navigation items. This creates breathing room on the bottom side of the icon. Acceptable units: px.<br>CSS variable: --wm-nav-item-icon-padding-bottom"}}}},"padding":{"left":{"type":"space","value":"{space.4.value}","attributes":{"subtype":"space","description":"Controls the left padding (horizontal spacing) inside navigation items. This creates breathing room on the left side of the navigation item content. Acceptable units: px.<br>CSS variable: --wm-nav-item-padding-left"}},"right":{"type":"space","value":"{space.4.value}","attributes":{"subtype":"space","description":"Controls the right padding (horizontal spacing) inside navigation items. This creates breathing room on the right side of the navigation item content. Acceptable units: px.<br>CSS variable: --wm-nav-item-padding-right"}},"top":{"type":"space","value":"{space.4.value}","attributes":{"subtype":"space","description":"Controls the top padding (vertical spacing) inside navigation items. This creates breathing room above the navigation item content. Acceptable units: px.<br>CSS variable: --wm-nav-item-padding-top"}},"bottom":{"type":"space","value":"{space.4.value}","attributes":{"subtype":"space","description":"Controls the bottom padding (vertical spacing) inside navigation items. This creates breathing room below the navigation item content. Acceptable units: px.<br>CSS variable: --wm-nav-item-padding-bottom"}}},"margin":{"left":{"type":"space","value":"{space.3.value}","attributes":{"subtype":"space","description":"Controls the left margin (horizontal spacing) around navigation items. This creates spacing between the navigation item and the panel edges. Acceptable units: px.<br>CSS variable: --wm-nav-item-margin-left"}},"right":{"type":"space","value":"{space.3.value}","attributes":{"subtype":"space","description":"Controls the right margin (horizontal spacing) around navigation items. This creates spacing between the navigation item and the panel edges. Acceptable units: px.<br>CSS variable: --wm-nav-item-margin-right"}},"top":{"type":"space","value":"{space.0.value}","attributes":{"subtype":"space","description":"Controls the top margin (vertical spacing) around navigation items. This creates spacing above the navigation item. Acceptable units: px.<br>CSS variable: --wm-nav-item-margin-top"}},"bottom":{"type":"space","value":"{space.0.value}","attributes":{"subtype":"space","description":"Controls the bottom margin (vertical spacing) around navigation items. This creates spacing below the navigation item. Acceptable units: px.<br>CSS variable: --wm-nav-item-margin-bottom"}}},"border":{"radius":{"value":"{radius.pill.value}","type":"radius","attributes":{"subtype":"border","description":"Controls the border radius of navigation items. This creates rounded corners for the navigation item container. Acceptable units: px.<br>CSS variable: --wm-nav-item-border-radius"}}},"badge":{"margin":{"left":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the left margin of the badge within navigation items. This creates spacing between the badge and the navigation text. Acceptable units: px.<br>CSS variable: --wm-nav-item-badge-margin-left"}},"right":{"value":"{space.1.value}","type":"space","attributes":{"subtype":"space","description":"Controls the right margin of the badge within navigation items. This creates spacing between the badge and the navigation text. Acceptable units: px.<br>CSS variable: --wm-nav-item-badge-margin-right"}},"top":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the top margin of the badge within navigation items. This creates spacing above the badge. Acceptable units: px.<br>CSS variable: --wm-nav-item-badge-margin-top"}},"bottom":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the bottom margin of the badge within navigation items. This creates spacing below the badge. Acceptable units: px.<br>CSS variable: --wm-nav-item-badge-margin-bottom"}}},"background":{"value":"{color.secondary.fixed.dim.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the badge within navigation items. This is the background color for the badge element.<br>CSS variable: --wm-nav-item-badge-background"}},"text-align":{"value":"center","type":"font","attributes":{"description":"Sets the horizontal alignment of text within navigation items. This controls how the text is positioned horizontally within the navigation item.<br>CSS variable: --wm-nav-item-badge-text-align"}},"align-self":{"value":"unset","type":"other","attributes":{"subtype":"other","description":"Sets the alignment of the navigation item along the cross axis. This controls how the item is aligned vertically within its container.<br>CSS variable: --wm-nav-item-badge-align-self"}},"font":{"size":{"value":"{label.large.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of navigation item badge text (the text that appears in each navigation menu item). This affects how large the navigation text appears.<br>CSS variable: --wm-nav-item-badge-font-size"}},"family":{"value":"{label.large.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for navigation item text. This determines whether the navigation text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-nav-item-font-family"}},"weight":{"value":"{font.weight.600.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls the weight of navigation item badge text (the text that appears in each navigation menu item). This affects how bold the navigation text appears.<br>CSS variable: --wm-nav-item-badge-font-weight"}}},"border":{"radius":{"value":"{radius.circle.value}","type":"radius","attributes":{"subtype":"border","description":"Controls the border radius of navigation items. This creates rounded corners for the navigation item container. Acceptable units: px.<br>CSS variable: --wm-nav-item-badge-border-radius"}}},"min":{"width":{"value":"{space.6.value}","type":"space","attributes":{"subtype":"space","description":"Controls the minimum width of navigation items. This creates a minimum width for the navigation item container. Acceptable units: px.<br>CSS variable: --wm-nav-item-min-width"}},"height":{"value":"{space.6.value}","type":"space","attributes":{"subtype":"space","description":"Controls the minimum height of navigation items. This creates a minimum height for the navigation item container. Acceptable units: px.<br>CSS variable: --wm-nav-item-min-height"}}},"line-height":{"value":"{space.6.value}","type":"space","attributes":{"subtype":"space","description":"Controls the line height of navigation items. This creates a line height for the navigation item container. Acceptable units: px.<br>CSS variable: --wm-nav-item-line-height"}},"color":{"value":"{color.on-secondary.fixed.@.value}","type":"color","attributes":{"subtype":"color","description":"Controls the color of navigation items. This creates a color for the navigation item container. Acceptable units: px.<br>CSS variable: --wm-nav-item-color"}}},"text":{"decoration":{"value":"none","type":"font","attributes":{"subtype":"font","description":"Controls the decoration of navigation items. This creates a decoration for the navigation item container. Acceptable units: px.<br>CSS variable: --wm-nav-item-text-decoration"}},"padding":{"left":{"value":"{space.2.value}","type":"space","attributes":{"subtype":"space","description":"Controls the left padding of navigation items. This creates a left padding for the navigation item container. Acceptable units: px.<br>CSS variable: --wm-nav-item-padding-left"}},"right":{"value":"{space.2.value}","type":"space","attributes":{"subtype":"space","description":"Controls the right padding of navigation items. This creates a right padding for the navigation item container. Acceptable units: px.<br>CSS variable: --wm-nav-item-padding-right"}},"top":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the top padding of navigation items. This creates a top padding for the navigation item container. Acceptable units: px.<br>CSS variable: --wm-nav-item-padding-top"}},"bottom":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the bottom padding of navigation items. This creates a bottom padding for the navigation item container. Acceptable units: px.<br>CSS variable: --wm-nav-item-padding-bottom"}}},"flex":{"value":"1","type":"space","attributes":{"subtype":"space","description":"Controls the flex of navigation items. This creates a flex for the navigation item container. Acceptable units: px.<br>CSS variable: --wm-nav-item-text-flex"}}},"child":{"background":{"color":{"value":"{color.surface.container.lowest.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the child navigation in navigation. This is the background color for the child navigation area.<br>CSS variable: --wm-nav-child-background"}}},"color":{"value":"{color.on-secondary.fixed.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of the child navigation in navigation. This is the color for the child navigation area.<br>CSS variable: --wm-nav-child-color"}}},"caret":{"color":{"value":"{color.on-secondary.fixed.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of the caret in navigation. This is the color for the caret area.<br>CSS variable: --wm-nav-item-caret-color"}}},"states":{"active":{"color":{"value":"{color.on-secondary.fixed.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of navigation items (individual menu items in navigation menus). This determines what color the navigation text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-nav-item-color"}},"icon":{"size":{"value":"{icon.size.@.value}","type":"space","attributes":{"subtype":"icon-size","description":"Controls the size of icons within navigation items. This ensures icons are appropriately sized relative to the navigation text for visual balance.<br>CSS variable: --wm-nav-item-icon-size"}},"color":{"value":"{color.on-secondary.container.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the icon color of navigation items (individual menu items in navigation menus). This determines what color the navigation icon appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-nav-item-icon-color"}}},"border":{"radius":{"value":"{radius.pill.value}","type":"radius","attributes":{"subtype":"border","description":"Controls the border radius of navigation items. This creates rounded corners for the navigation item container. Acceptable units: px.<br>CSS variable: --wm-nav-item-border-radius"}}},"background":{"value":"{color.secondary.fixed.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of navigation items (individual menu items in navigation menus). This determines what color the navigation background appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-nav-item-background"}},"badge":{"font":{"size":{"value":"{label.large.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of navigation item badge text (the text that appears in each navigation menu item). This affects how large the navigation text appears.<br>CSS variable: --wm-nav-item-badge-font-size"}},"family":{"value":"{label.large.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for navigation item text. This determines whether the navigation text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-nav-item-font-family"}},"weight":{"value":"{font.weight.600.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls the weight of navigation item badge text (the text that appears in each navigation menu item). This affects how bold the navigation text appears.<br>CSS variable: --wm-nav-item-badge-font-weight"}}},"border":{"radius":{"value":"{radius.circle.value}","type":"radius","attributes":{"subtype":"border","description":"Controls the border radius of navigation items. This creates rounded corners for the navigation item container. Acceptable units: px.<br>CSS variable: --wm-nav-item-badge-border-radius"}}},"background":{"value":"{color.secondary.fixed.dim.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of the badge within navigation items. This is the background color for the badge element.<br>CSS variable: --wm-nav-item-badge-background"}}},"caret":{"color":{"value":"{color.on-secondary.fixed.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of the caret in navigation. This is the color for the caret area.<br>CSS variable: --wm-nav-item-caret-color"}}}}}}}}');
|
|
11
|
+
|
|
12
|
+
/***/ }
|
|
13
|
+
|
|
14
|
+
}]);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
(this["webpackChunk_wavemaker_foundation_css"] = this["webpackChunk_wavemaker_foundation_css"] || []).push([["src_tokens_mobile_components_panel-footer_panel-footer_json"],{
|
|
3
|
+
|
|
4
|
+
/***/ "./src/tokens/mobile/components/panel-footer/panel-footer.json"
|
|
5
|
+
/*!*********************************************************************!*\
|
|
6
|
+
!*** ./src/tokens/mobile/components/panel-footer/panel-footer.json ***!
|
|
7
|
+
\*********************************************************************/
|
|
8
|
+
(module) {
|
|
9
|
+
|
|
10
|
+
module.exports = /*#__PURE__*/JSON.parse('{"panel-footer":{"meta":{"mapping":{"selector":{"mobile_comment":".app-panel-footer"}}},"mapping":{"background":{"value":"{color.surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Controls the background color of the panel footer.<br>CSS variable: --wm-panel-footer-background"}},"margin":{"top":{"value":"{space.2.value}","type":"space","attributes":{"subtype":"space","description":"Controls the external spacing around panel footers (the bottom section that contains action buttons or additional content). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-margin-top"}},"bottom":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the external spacing around panel footers (the bottom section that contains action buttons or additional content). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-margin-bottom"}},"left":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the external spacing around panel footers (the bottom section that contains action buttons or additional content). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-margin-left"}},"right":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the external spacing around panel footers (the bottom section that contains action buttons or additional content). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-margin-right"}}},"padding":{"inline":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls the internal spacing inside panel footers (the bottom section that contains action buttons or additional content). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-padding-inline"}},"block":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls the internal spacing inside panel footers (the bottom section that contains action buttons or additional content). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-padding-block"}}},"border":{"color":{"value":"{color.outline.variant.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of the border at the top of panel footers. This determines the color of the separator line between the footer and the panel content.<br>CSS variable: --wm-panel-footer-border-color"}},"width":{"value":"{border.width.base.value}","type":"space","attributes":{"subtype":"border-width","description":"Controls the thickness of the border at the top of panel footers. This determines how thick the separator line appears between the footer and the panel content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-border-width"}},"style":{"value":"{border.style.base.value}","type":"radius","attributes":{"subtype":"border-style","description":"Controls the style of the border at the top of panel footers. \'solid\' creates a continuous line, \'dashed\' creates a dotted line, \'dotted\' creates small dots.<br>CSS variable: --wm-panel-footer-border-style"}},"radius":{"value":"6px","type":"radius","attributes":{"subtype":"border-radius","description":"Controls the radius of the border at the top of panel footers. This determines the roundness of the separator line between the footer and the panel content.<br>CSS variable: --wm-panel-footer-border-radius"}}},"min-height":{"value":"64px","type":"space","attributes":{"subtype":"space","description":"Controls the minimum height of panel footers (the bottom section that contains action buttons or additional content). This determines the height of the footer. Acceptable units: px.<br>CSS variable: --wm-panel-footer-min-height"}}},"appearances":{}}}');
|
|
11
|
+
|
|
12
|
+
/***/ }
|
|
13
|
+
|
|
14
|
+
}]);
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
\*******************************************************/
|
|
8
8
|
(module) {
|
|
9
9
|
|
|
10
|
-
module.exports = /*#__PURE__*/JSON.parse('{"panel":{"meta":{"mapping":{"selector":{"mobile":".app-panel"}},"appearances":{"default":{"mapping":{"selector":{"mobile":".app-panel.panel-default"}},"variantGroups":{"status":{"default":{"selector":{"mobile":".panel-default"}},"primary":{"selector":{"mobile":".panel-primary"}},"secondary":{"selector":{"mobile":".panel-secondary.root"}},"tertiary":{"selector":{"mobile":".panel-tertiary"}},"success":{"selector":{"mobile":".panel-success"}},"info":{"selector":{"mobile":".panel-info"}},"warning":{"selector":{"mobile":".panel-warning"}},"danger":{"selector":{"mobile":".panel-danger"}}}}}}},"mapping":{"background":{"value":"{color.surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of panels (containers that group related content with headers and footers). This is the main background color that appears behind the panel content.<br>CSS variable: --wm-panel-background"}},"radius":{"value":"{radius.xs.value}","type":"radius","attributes":{"subtype":"radius","description":"Controls the corner rounding of panels. This makes the panels appear with rounded corners for a softer appearance.<br>CSS variable: --wm-panel-radius"}},"shadow":{"value":"{elevation.shadow.1.value}","type":"radius","attributes":{"subtype":"elevation","description":"Controls the drop shadow effect around panels. This creates a subtle shadow that makes the panel appear to float above the background, giving it depth and elevation.<br>CSS variable: --wm-panel-shadow"}},"border":{"color":{"value":"{color.transparent.@.value}","type":"color","attributes":{"subtype":"color","description":"Controls the border color of the panel.<br>CSS variable: --wm-panel-border-color"}},"width":{"value":"{border.width.base.value}","type":"border","attributes":{"subtype":"border","description":"Controls the border width of the panel.<br>CSS variable: --wm-panel-border-width"}}},"heading":{"gap":{"value":"{space.2.value}","type":"space","attributes":{"subtype":"space","description":"Controls the spacing between panel heading elements (the gap between the heading text and adjacent elements like icons). This creates breathing room around the heading. Acceptable units: px.<br>CSS variable: --wm-panel-heading-gap"}},"padding":{"block":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls the vertical padding (top and bottom spacing) inside panel headings. This creates breathing room above and below the heading content. Acceptable units: px.<br>CSS variable: --wm-panel-heading-padding-block"}},"inline":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls the horizontal padding (left and right spacing) inside panel headings. This creates breathing room on the left and right sides of the heading content. Acceptable units: px.<br>CSS variable: --wm-panel-heading-padding-inline"}}},"font-family":{"value":"{h4.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for panel heading text. This determines whether the heading text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-panel-heading-font-family"}},"font-size":{"value":"{h4.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of panel heading text (the title text that appears at the top of panels). This affects how large the heading text appears.<br>CSS variable: --wm-panel-heading-font-size"}},"font-weight":{"value":"{h4.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold panel heading text appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-panel-heading-font-weight"}},"line-height":{"value":"{h4.line-height.value}","type":"font","attributes":{"subtype":"line-height","description":"Controls the vertical spacing between lines when panel heading text wraps to multiple lines. This ensures proper spacing for the heading text.<br>CSS variable: --wm-panel-heading-line-height"}},"letter-spacing":{"value":"{h4.letter-spacing.value}","type":"font","attributes":{"subtype":"letter-spacing","description":"Controls the horizontal spacing between individual letters in panel heading text. Positive values spread letters apart, negative values bring them closer together.<br>CSS variable: --wm-panel-heading-letter-spacing"}},"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of panel headings (the title text that appears at the top of panels). This determines what color the heading text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-panel-heading-color"}},"background":{"value":"{color.surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of panel headings (the header section at the top of panels). This is the main background color that appears behind the heading content.<br>CSS variable: --wm-panel-heading-background"}}},"description":{"font-family":{"value":"{body.medium.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for panel description text (secondary text that appears below the heading). This determines whether the description text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-panel-description-font-family"}},"font-size":{"value":"{body.medium.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of panel description text (secondary text that appears below the heading). This affects how large the description text appears.<br>CSS variable: --wm-panel-description-font-size"}},"font-weight":{"value":"{body.medium.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold panel description text appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-panel-description-font-weight"}},"line-height":{"value":"{body.medium.line-height.value}","type":"font","attributes":{"subtype":"line-height","description":"Controls the vertical spacing between lines when panel description text wraps to multiple lines. This ensures proper spacing for the description text.<br>CSS variable: --wm-panel-description-line-height"}},"letter-spacing":{"value":"{body.medium.letter-spacing.value}","type":"font","attributes":{"subtype":"letter-spacing","description":"Controls the horizontal spacing between individual letters in panel description text. Positive values spread letters apart, negative values bring them closer together.<br>CSS variable: --wm-panel-description-letter-spacing"}},"color":{"value":"{color.on-surface.variant.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of panel descriptions (secondary text that appears below the heading). This determines what color the description text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-panel-description-color"}}},"actions":{"gap":{"value":"{space.2.value}","type":"space","attributes":{"subtype":"space","description":"Controls the spacing between action buttons in panels (the gap between action buttons in the panel). This creates breathing room between buttons. Acceptable units: px.<br>CSS variable: --wm-panel-actions-gap"}}},"content":{"padding":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls the internal spacing inside panel content sections (the main content area of the panel). This creates breathing room around the panel content. Acceptable units: px.<br>CSS variable: --wm-panel-content-padding"}}},"footer":{"background":{"value":"{color.surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Controls the background color of the panel footer.<br>CSS variable: --wm-panel-footer-background"}},"padding":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls the internal spacing inside panel footers (the bottom section that contains action buttons or additional content). This creates breathing room around the footer content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-padding"}},"border":{"color":{"value":"{color.outline.variant.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of the border at the top of panel footers. This determines the color of the separator line between the footer and the panel content.<br>CSS variable: --wm-panel-footer-border-color"}},"width":{"value":"{border.width.base.value}","type":"space","attributes":{"subtype":"border-width","description":"Controls the thickness of the border at the top of panel footers. This determines how thick the separator line appears between the footer and the panel content. Acceptable units: px.<br>CSS variable: --wm-panel-footer-border-width"}},"style":{"value":"{border.style.base.value}","type":"radius","attributes":{"subtype":"border-style","description":"Controls the style of the border at the top of panel footers. \'solid\' creates a continuous line, \'dashed\' creates a dotted line, \'dotted\' creates small dots.<br>CSS variable: --wm-panel-footer-border-style"}}}}},"appearances":{"default":{"variantGroups":{"status":{"default":{"heading":{"background":{"value":"{color.surface.container.@.value}","type":"color"},"color":{"value":"{color.on-surface.@.value}","type":"color"}},"description":{"color":{"value":"{color.on-surface.@.value}","type":"color"}}},"primary":{"heading":{"background":{"value":"{color.primary.container.@.value}","type":"color"},"color":{"value":"{color.primary.@.value}","type":"color"}},"description":{"color":{"value":"{color.primary.@.value}","type":"color"}}},"secondary":{"heading":{"background":{"value":"{color.secondary.container.@.value}","type":"color"},"color":{"value":"{color.secondary.@.value}","type":"color"}},"description":{"color":{"value":"{color.secondary.@.value}","type":"color"}}},"tertiary":{"heading":{"background":{"value":"{color.tertiary.container.@.value}","type":"color"},"color":{"value":"{color.tertiary.@.value}","type":"color"}},"description":{"color":{"value":"{color.tertiary.@.value}","type":"color"}}},"success":{"heading":{"background":{"value":"{color.success.container.@.value}","type":"color"},"color":{"value":"{color.success.@.value}","type":"color"}},"description":{"color":{"value":"{color.success.@.value}","type":"color"}}},"info":{"heading":{"background":{"value":"{color.info.container.@.value}","type":"color"},"color":{"value":"{color.info.@.value}","type":"color"}},"description":{"color":{"value":"{color.info.@.value}","type":"color"}}},"warning":{"heading":{"background":{"value":"{color.warning.container.@.value}","type":"color"},"color":{"value":"{color.warning.@.value}","type":"color"}},"description":{"color":{"value":"{color.warning.@.value}","type":"color"}}},"danger":{"heading":{"background":{"value":"{color.error.container.@.value}","type":"color"},"color":{"value":"{color.error.@.value}","type":"color"}},"description":{"color":{"value":"{color.error.@.value}","type":"color"}}}}}}}}}');
|
|
10
|
+
module.exports = /*#__PURE__*/JSON.parse('{"panel":{"meta":{"mapping":{"selector":{"mobile":".app-panel"}},"appearances":{"default":{"mapping":{"selector":{"mobile":".app-panel.panel-default"}},"variantGroups":{"status":{"default":{"selector":{"mobile":".panel-default"}},"primary":{"selector":{"mobile":".panel-primary"}},"secondary":{"selector":{"mobile":".panel-secondary.root"}},"tertiary":{"selector":{"mobile":".panel-tertiary"}},"success":{"selector":{"mobile":".panel-success"}},"info":{"selector":{"mobile":".panel-info"}},"warning":{"selector":{"mobile":".panel-warning"}},"danger":{"selector":{"mobile":".panel-danger"}}}}}}},"mapping":{"background":{"value":"{color.surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of panels (containers that group related content with headers and footers). This is the main background color that appears behind the panel content.<br>CSS variable: --wm-panel-background"}},"radius":{"value":"{radius.xs.value}","type":"radius","attributes":{"subtype":"radius","description":"Controls the corner rounding of panels. This makes the panels appear with rounded corners for a softer appearance.<br>CSS variable: --wm-panel-radius"}},"shadow":{"value":"{elevation.shadow.1.value}","type":"radius","attributes":{"subtype":"elevation","description":"Controls the drop shadow effect around panels. This creates a subtle shadow that makes the panel appear to float above the background, giving it depth and elevation.<br>CSS variable: --wm-panel-shadow"}},"border":{"color":{"value":"{color.transparent.@.value}","type":"color","attributes":{"subtype":"color","description":"Controls the border color of the panel.<br>CSS variable: --wm-panel-border-color"}},"width":{"value":"{border.width.base.value}","type":"border","attributes":{"subtype":"border","description":"Controls the border width of the panel.<br>CSS variable: --wm-panel-border-width"}}},"heading":{"gap":{"value":"{space.2.value}","type":"space","attributes":{"subtype":"space","description":"Controls the spacing between panel heading elements (the gap between the heading text and adjacent elements like icons). This creates breathing room around the heading. Acceptable units: px.<br>CSS variable: --wm-panel-heading-gap"}},"padding":{"block":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls the vertical padding (top and bottom spacing) inside panel headings. This creates breathing room above and below the heading content. Acceptable units: px.<br>CSS variable: --wm-panel-heading-padding-block"}},"inline":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls the horizontal padding (left and right spacing) inside panel headings. This creates breathing room on the left and right sides of the heading content. Acceptable units: px.<br>CSS variable: --wm-panel-heading-padding-inline"}}},"font-family":{"value":"{h4.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for panel heading text. This determines whether the heading text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-panel-heading-font-family"}},"font-size":{"value":"{h4.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of panel heading text (the title text that appears at the top of panels). This affects how large the heading text appears.<br>CSS variable: --wm-panel-heading-font-size"}},"font-weight":{"value":"{h4.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold panel heading text appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-panel-heading-font-weight"}},"line-height":{"value":"{h4.line-height.value}","type":"font","attributes":{"subtype":"line-height","description":"Controls the vertical spacing between lines when panel heading text wraps to multiple lines. This ensures proper spacing for the heading text.<br>CSS variable: --wm-panel-heading-line-height"}},"letter-spacing":{"value":"{h4.letter-spacing.value}","type":"font","attributes":{"subtype":"letter-spacing","description":"Controls the horizontal spacing between individual letters in panel heading text. Positive values spread letters apart, negative values bring them closer together.<br>CSS variable: --wm-panel-heading-letter-spacing"}},"icon":{"size":{"value":"{icon.size.md.value}","type":"icon","attributes":{"subtype":"size","description":"Controls the size of icons that appear in panel headings (the icon that appears next to the heading text). This determines what size the heading icon appears in.<br>CSS variable: --wm-panel-heading-icon-size"}},"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of icons that appear in panel headings (the icon that appears next to the heading text). This determines what color the heading icon appears in.<br>CSS variable: --wm-panel-heading-icon-color"}}},"text":{"color":{"value":"{color.on-surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of panel headings (the title text that appears at the top of panels). This determines what color the heading text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-panel-heading-text-color"}}},"background":{"value":"{color.surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of panel headings (the header section at the top of panels). This is the main background color that appears behind the heading content.<br>CSS variable: --wm-panel-heading-background"}}},"description":{"font-family":{"value":"{body.medium.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for panel description text (secondary text that appears below the heading). This determines whether the description text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-panel-description-font-family"}},"font-size":{"value":"{body.medium.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls the size of panel description text (secondary text that appears below the heading). This affects how large the description text appears.<br>CSS variable: --wm-panel-description-font-size"}},"font-weight":{"value":"{body.medium.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold panel description text appears. \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-panel-description-font-weight"}},"line-height":{"value":"{body.medium.line-height.value}","type":"font","attributes":{"subtype":"line-height","description":"Controls the vertical spacing between lines when panel description text wraps to multiple lines. This ensures proper spacing for the description text.<br>CSS variable: --wm-panel-description-line-height"}},"letter-spacing":{"value":"{body.medium.letter-spacing.value}","type":"font","attributes":{"subtype":"letter-spacing","description":"Controls the horizontal spacing between individual letters in panel description text. Positive values spread letters apart, negative values bring them closer together.<br>CSS variable: --wm-panel-description-letter-spacing"}},"color":{"value":"{color.on-surface.variant.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of panel descriptions (secondary text that appears below the heading). This determines what color the description text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-panel-description-color"}}},"content":{"padding":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls the internal spacing inside panel content sections (the main content area of the panel). This creates breathing room around the panel content. Acceptable units: px.<br>CSS variable: --wm-panel-content-padding"}}}},"appearances":{"default":{"variantGroups":{"status":{"default":{"heading":{"background":{"value":"{color.surface.container.@.value}","type":"color"},"icon":{"color":{"value":"{color.on-surface.@.value}","type":"color"}},"text":{"color":{"value":"{color.on-surface.@.value}","type":"color"}}},"description":{"color":{"value":"{color.on-surface.@.value}","type":"color"}}},"primary":{"heading":{"background":{"value":"{color.primary.container.@.value}","type":"color"},"icon":{"color":{"value":"{color.primary.@.value}","type":"color"}},"text":{"color":{"value":"{color.primary.@.value}","type":"color"}}},"description":{"color":{"value":"{color.primary.@.value}","type":"color"}}},"secondary":{"heading":{"background":{"value":"{color.secondary.container.@.value}","type":"color"},"icon":{"color":{"value":"{color.secondary.@.value}","type":"color"}},"text":{"color":{"value":"{color.secondary.@.value}","type":"color"}}},"description":{"color":{"value":"{color.secondary.@.value}","type":"color"}}},"tertiary":{"heading":{"background":{"value":"{color.tertiary.container.@.value}","type":"color"},"icon":{"color":{"value":"{color.tertiary.@.value}","type":"color"}},"text":{"color":{"value":"{color.tertiary.@.value}","type":"color"}}},"description":{"color":{"value":"{color.tertiary.@.value}","type":"color"}}},"success":{"heading":{"background":{"value":"{color.success.container.@.value}","type":"color"},"icon":{"color":{"value":"{color.success.@.value}","type":"color"}},"text":{"color":{"value":"{color.success.@.value}","type":"color"}}},"description":{"color":{"value":"{color.success.@.value}","type":"color"}}},"info":{"heading":{"background":{"value":"{color.info.container.@.value}","type":"color"},"icon":{"color":{"value":"{color.info.@.value}","type":"color"}},"text":{"color":{"value":"{color.info.@.value}","type":"color"}}},"description":{"color":{"value":"{color.info.@.value}","type":"color"}}},"warning":{"heading":{"background":{"value":"{color.warning.container.@.value}","type":"color"},"icon":{"color":{"value":"{color.warning.@.value}","type":"color"}},"text":{"color":{"value":"{color.warning.@.value}","type":"color"}}},"description":{"color":{"value":"{color.warning.@.value}","type":"color"}}},"danger":{"heading":{"background":{"value":"{color.error.container.@.value}","type":"color"},"icon":{"color":{"value":"{color.error.@.value}","type":"color"}},"text":{"color":{"value":"{color.error.@.value}","type":"color"}}},"description":{"color":{"value":"{color.error.@.value}","type":"color"}}}}}}}}}');
|
|
11
11
|
|
|
12
12
|
/***/ }
|
|
13
13
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
\***********************************************************/
|
|
8
8
|
(module) {
|
|
9
9
|
|
|
10
|
-
module.exports = /*#__PURE__*/JSON.parse('{"picture":{"meta":{"appearances":{"default":{"mapping":{"selector":{"
|
|
10
|
+
module.exports = /*#__PURE__*/JSON.parse('{"picture":{"meta":{"appearances":{"default":{"mapping":{"selector":{"mobile":".app-picture"}},"variantGroups":{"shape":{"rounded":{"selector":{"mobile":".rounded-image.app-picture"}},"circle":{"selector":{"mobile":".circle-image.app-picture"}}}}},"thumbnail":{"mapping":{"selector":{"mobile":".thumbnail-image.app-picture"}}}}},"mapping":{"radius":{"value":"{radius.none.value}","type":"radius","attributes":{"subtype":"radius","description":"Controls the corner rounding of pictures (image elements). This makes the pictures appear with rounded corners for a softer appearance.<br>CSS variable: --wm-picture-radius"}},"padding":{"top":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the top padding (vertical spacing) inside pictures. This creates breathing room above the image content. Acceptable units: px.<br>CSS variable: --wm-picture-padding-top"}},"bottom":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the bottom padding (vertical spacing) inside pictures. This creates breathing room below the image content. Acceptable units: px.<br>CSS variable: --wm-picture-padding-bottom"}},"left":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the left padding (horizontal spacing) inside pictures. This creates breathing room on the left side of the image content. Acceptable units: px.<br>CSS variable: --wm-picture-padding-left"}},"right":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the right padding (horizontal spacing) inside pictures. This creates breathing room on the right side of the image content. Acceptable units: px.<br>CSS variable: --wm-picture-padding-right"}}},"border":{"color":{"value":"{color.border.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of the border around pictures. This determines the color of the outline that defines the picture container.<br>CSS variable: --wm-picture-border-color"}},"style":{"value":"{border.style.base.value}","type":"radius","attributes":{"subtype":"border-style","description":"Controls the style of the border around pictures. \'solid\' creates a continuous line, \'dashed\' creates a dotted line, \'dotted\' creates small dots.<br>CSS variable: --wm-picture-border-style"}},"width":{"value":"{border.width.0.value}","type":"space","attributes":{"subtype":"border-width","description":"Controls the thickness of the border around pictures. When set to 0, no border is visible. Acceptable units: px.<br>CSS variable: --wm-picture-border-width"}}},"background":{"value":"{color.transparent.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of pictures (image elements). When transparent, only the image is visible. When filled with a color, the picture appears with a colored background.<br>CSS variable: --wm-picture-background"}}},"appearances":{"default":{"mapping":{"radius":{"value":"{radius.none.value}","type":"radius"},"padding":{"top":{"value":"{space.0.value}","type":"space"},"bottom":{"value":"{space.0.value}","type":"space"},"left":{"value":"{space.0.value}","type":"space"},"right":{"value":"{space.0.value}","type":"space"}},"border":{"color":{"value":"{color.border.@.value}","type":"color"},"style":{"value":"{border.style.base.value}","type":"radius"},"width":{"value":"{border.width.0.value}","type":"space"}},"background":{"value":"{color.transparent.@.value}","type":"color"}},"variantGroups":{"shape":{"rounded":{"radius":{"value":"{radius.xs.value}","type":"radius"}},"circle":{"radius":{"value":"{radius.circle.value}","type":"radius"}}}}},"thumbnail":{"mapping":{"radius":{"value":"{radius.xs.value}","type":"radius"},"padding":{"top":{"value":"{space.1.value}","type":"space"},"bottom":{"value":"{space.1.value}","type":"space"},"left":{"value":"{space.1.value}","type":"space"},"right":{"value":"{space.1.value}","type":"space"}},"border":{"color":{"value":"{color.border.@.value}","type":"color"},"style":{"value":"{border.style.base.value}","type":"radius"},"width":{"value":"{border.width.base.value}","type":"space"}},"background":{"value":"{color.surface.container.low.@.value}","type":"color"}}}}}}');
|
|
11
11
|
|
|
12
12
|
/***/ }
|
|
13
13
|
|