@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('{"tabs":{"meta":{"mapping":{"selector":{"web":".app-tabs"},"states":{"hover":{"selector":{"web":" > .nav-tabs > .tab-header .tab-heading:hover:before"}},"focus":{"selector":{"web":" > .nav-tabs > .tab-header .tab-heading:focus:before"}},"active":{"selector":{"web":" > .nav-tabs > .tab-header.active, > .nav-tabs > .tab-header .tab-heading:active:before"}}}}},"mapping":{"background":{"value":"{color.surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of tabs components (navigation interfaces that allow users to switch between different content sections). This is the main background color that appears behind the tab navigation and content.<br>CSS variable: --wm-tabs-background"}},"nav":{"border":{"width":{"value":"{border.width.base.value}","type":"space","attributes":{"subtype":"border-width","description":"Controls the thickness of the border around tab navigation (the section containing the tab headers). This creates the outline that separates the tab headers from the content area.<br>CSS variable: --wm-tabs-nav-border-width"}},"style":{"value":"{border.style.base.value}","type":"radius","attributes":{"subtype":"border-style","description":"Controls the style of the border around tab navigation (the section containing the tab headers). \'solid\' creates a continuous line, \'dashed\' creates a broken line, \'dotted\' creates a dotted line, and \'none\' removes the border.<br>CSS variable: --wm-tabs-nav-border-style"}},"color":{"value":"{color.surface.container.highest.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of the border around tab navigation (the section containing the tab headers). This determines the color of the line that separates the tab headers from the content area.<br>CSS variable: --wm-tabs-nav-border-color"}}}},"item":{"heading":{"height":{"value":"48px","type":"space","attributes":{"subtype":"space","description":"Controls how tall tab item headings appear (the clickable tab labels that users click to switch between different content sections). This determines the vertical size of each tab header.<br>CSS variable: --wm-tabs-item-heading-height"}},"padding":{"value":"{space.2.value} {space.6.value}","type":"space","attributes":{"subtype":"space","description":"Controls the internal spacing inside tab item headings (the clickable tab labels that users click to switch between different content sections). This creates breathing room around the tab text and icons.<br>CSS variable: --wm-tabs-item-heading-padding"}},"font-size":{"value":"{h6.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls how large the text appears in tab item headings (the clickable tab labels that users click to switch between different content sections). This affects the size of the tab text that users see.<br>CSS variable: --wm-tabs-item-heading-font-size"}},"font-weight":{"value":"{h6.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold the text appears in tab item headings (the clickable tab labels that users click to switch between different content sections). \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-tabs-item-heading-font-weight"}},"font-family":{"value":"{h6.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for tab item headings (the clickable tab labels that users click to switch between different content sections). This determines whether the tab text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-tabs-item-heading-font-family"}},"line-height":{"value":"{h6.line-height.value}","type":"font","attributes":{"subtype":"line-height","description":"Controls the vertical spacing between lines when tab item headings wrap to multiple lines. This ensures proper spacing for the tab text displayed in the tab headers.<br>CSS variable: --wm-tabs-item-heading-line-height"}},"letter-spacing":{"value":"{h6.letter-spacing.value}","type":"font","attributes":{"subtype":"letter-spacing","description":"Controls the horizontal spacing between individual characters in tab item headings (the clickable tab labels that users click to switch between different content sections). This can help make the tab text more readable and properly spaced.<br>CSS variable: --wm-tabs-item-heading-letter-spacing"}},"color":{"@":{"value":"{color.on-surface.variant.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of tab item headings (the clickable tab labels that users click to switch between different content sections). This determines what color the tab text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-tabs-item-heading-color"}}},"border":{"width":{"value":"0px","type":"space","attributes":{"subtype":"border-width","description":"Controls the border width of tab item headings. Acceptable units: px, em, rem.<br>CSS variable: --wm-tabs-item-heading-border-width"}},"style":{"value":"{border.style.base.value}","type":"radius","attributes":{"subtype":"border-style","description":"Controls the border style of tab item headings. Acceptable values: solid, dashed, dotted, none.<br>CSS variable: --wm-tabs-item-heading-border-style"}},"color":{"value":"{color.border.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the border color of tab item headings.<br>CSS variable: --wm-tabs-item-heading-border-color"}}},"state":{"layer":{"color":{"value":"{color.primary.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of tab item heading state layers.<br>CSS variable: --wm-tabs-item-heading-state-layer-color"}},"opacity":{"value":"0","type":"radius","attributes":{"subtype":"radius","description":"Controls the opacity of tab item heading state layers.<br>CSS variable: --wm-tabs-item-heading-state-layer-opacity"}}}},"indicator":{"height":{"value":"3px","type":"space","attributes":{"subtype":"space","description":"Controls the height of tab item heading indicators. Acceptable units: px, em, rem.<br>CSS variable: --wm-tabs-item-heading-indicator-height"}},"width":{"value":"~\\"calc(100% - {space.12.value})\\"","type":"space","attributes":{"subtype":"space","description":"Controls the width of tab item heading indicators.<br>CSS variable: --wm-tabs-item-heading-indicator-width"}},"radius":{"value":"{radius.md.value} {radius.md.value} {radius.none.value} {radius.none.value}","type":"radius","attributes":{"subtype":"radius","description":"Controls the border radius of tab item heading indicators.<br>CSS variable: --wm-tabs-item-heading-indicator-radius"}},"background":{"value":"{color.transparent.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of tab item heading indicators.<br>CSS variable: --wm-tabs-item-heading-indicator-background"}}}}},"content":{"background":{"value":"inherit","type":"color","attributes":{"subtype":"color","description":"Sets the background color of tab content.<br>CSS variable: --wm-tabs-content-background"}}},"body":{"padding":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls padding of tab body content.<br>CSS variable: --wm-tabs-body-padding"}},"height":{"value":"100px","type":"space","attributes":{"subtype":"space","description":"Controls the height of tab body content. Acceptable units: px, em, rem, vh.<br>CSS variable: --wm-tabs-body-height"}}},"states":{"hover":{"item":{"heading":{"state":{"layer":{"opacity":{"value":"{opacity.hover.value}","type":"radius","attributes":{"subtype":"opacity"}}}}}}},"focus":{"item":{"heading":{"state":{"layer":{"opacity":{"value":"{opacity.focus.value}","type":"radius","attributes":{"subtype":"opacity"}}}}}}},"active":{"item":{"heading":{"indicator":{"background":{"value":"{color.primary.@.value}","type":"color","attributes":{"subtype":"color"}}}}}}}},"appearances":{}}}');
|
|
10
|
+
module.exports = /*#__PURE__*/JSON.parse('{"tabs":{"meta":{"mapping":{"selector":{"web":".app-tabs"},"states":{"hover":{"selector":{"web":" > .nav-tabs > .tab-header .tab-heading:hover:before"}},"focus":{"selector":{"web":" > .nav-tabs > .tab-header .tab-heading:focus:before"}},"active":{"selector":{"web":" > .nav-tabs > .tab-header.active, > .nav-tabs > .tab-header .tab-heading:active:before"}}}}},"mapping":{"background":{"value":"{color.surface.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of tabs components (navigation interfaces that allow users to switch between different content sections). This is the main background color that appears behind the tab navigation and content.<br>CSS variable: --wm-tabs-background"}},"nav":{"border":{"width":{"value":"{border.width.0.value} {border.width.0.value} {border.width.base.value} {border.width.0.value}","type":"space","attributes":{"subtype":"border-width","description":"Controls the thickness of the border around tab navigation (the section containing the tab headers). This creates the outline that separates the tab headers from the content area.<br>CSS variable: --wm-tabs-nav-border-width"}},"style":{"value":"{border.style.base.value}","type":"radius","attributes":{"subtype":"border-style","description":"Controls the style of the border around tab navigation (the section containing the tab headers). \'solid\' creates a continuous line, \'dashed\' creates a broken line, \'dotted\' creates a dotted line, and \'none\' removes the border.<br>CSS variable: --wm-tabs-nav-border-style"}},"color":{"value":"{color.surface.container.highest.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of the border around tab navigation (the section containing the tab headers). This determines the color of the line that separates the tab headers from the content area.<br>CSS variable: --wm-tabs-nav-border-color"}}},"alignment":{"value":"flex-start","type":"string","attributes":{"subtype":"string","description":"Controls the alignment of tab navigation (the section containing the tab headers). \'flex-start\' aligns tabs to the left, \'center\' centers them, and \'flex-end\' aligns them to the right.<br>CSS variable: --wm-tabs-nav-alignment"}},"gap":{"value":"{space.0.value}","type":"space","attributes":{"subtype":"space","description":"Controls the spacing between individual tab headers within the tab navigation (the section containing the tab headers). This creates visual separation between each tab header.<br>CSS variable: --wm-tabs-nav-gap"}}},"item":{"heading":{"height":{"value":"48px","type":"space","attributes":{"subtype":"space","description":"Controls how tall tab item headings appear (the clickable tab labels that users click to switch between different content sections). This determines the vertical size of each tab header.<br>CSS variable: --wm-tabs-item-heading-height"}},"padding":{"value":"{space.2.value} {space.6.value}","type":"space","attributes":{"subtype":"space","description":"Controls the internal spacing inside tab item headings (the clickable tab labels that users click to switch between different content sections). This creates breathing room around the tab text and icons.<br>CSS variable: --wm-tabs-item-heading-padding"}},"font-size":{"value":"{h6.font-size.value}","type":"font","attributes":{"subtype":"font-size","description":"Controls how large the text appears in tab item headings (the clickable tab labels that users click to switch between different content sections). This affects the size of the tab text that users see.<br>CSS variable: --wm-tabs-item-heading-font-size"}},"font-weight":{"value":"{h6.font-weight.value}","type":"font","attributes":{"subtype":"font-weight","description":"Controls how thick or bold the text appears in tab item headings (the clickable tab labels that users click to switch between different content sections). \'normal\' makes it regular weight, \'bold\' makes it thicker, and numbers (100-900) provide fine control over thickness.<br>CSS variable: --wm-tabs-item-heading-font-weight"}},"font-family":{"value":"{h6.font-family.value}","type":"font","attributes":{"subtype":"font-family","description":"Sets the typeface (font style) for tab item headings (the clickable tab labels that users click to switch between different content sections). This determines whether the tab text appears in Arial, Times New Roman, or other font styles.<br>CSS variable: --wm-tabs-item-heading-font-family"}},"line-height":{"value":"{h6.line-height.value}","type":"font","attributes":{"subtype":"line-height","description":"Controls the vertical spacing between lines when tab item headings wrap to multiple lines. This ensures proper spacing for the tab text displayed in the tab headers.<br>CSS variable: --wm-tabs-item-heading-line-height"}},"letter-spacing":{"value":"{h6.letter-spacing.value}","type":"font","attributes":{"subtype":"letter-spacing","description":"Controls the horizontal spacing between individual characters in tab item headings (the clickable tab labels that users click to switch between different content sections). This can help make the tab text more readable and properly spaced.<br>CSS variable: --wm-tabs-item-heading-letter-spacing"}},"color":{"@":{"value":"{color.on-surface.variant.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the text color of tab item headings (the clickable tab labels that users click to switch between different content sections). This determines what color the tab text appears in, which should contrast well with the background for readability.<br>CSS variable: --wm-tabs-item-heading-color"}}},"background":{"value":"{color.transparent.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of tab item headings (the clickable tab labels that users click to switch between different content sections). This is the color that appears behind the tab text and icons.<br>CSS variable: --wm-tabs-item-heading-background"}},"border":{"width":{"value":"0px","type":"space","attributes":{"subtype":"border-width","description":"Controls the border width of tab item headings. Acceptable units: px, em, rem.<br>CSS variable: --wm-tabs-item-heading-border-width"}},"style":{"value":"{border.style.base.value}","type":"radius","attributes":{"subtype":"border-style","description":"Controls the border style of tab item headings. Acceptable values: solid, dashed, dotted, none.<br>CSS variable: --wm-tabs-item-heading-border-style"}},"color":{"value":"{color.border.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the border color of tab item headings.<br>CSS variable: --wm-tabs-item-heading-border-color"}},"radius":{"value":"{radius.none.value}","type":"radius","attributes":{"subtype":"radius","description":"Controls the border radius of tab item headings, determining how rounded the corners appear.<br>CSS variable: --wm-tabs-item-heading-border-radius"}}},"state":{"layer":{"color":{"value":"{color.primary.@.value}","type":"color","attributes":{"subtype":"color","description":"Sets the color of tab item heading state layers.<br>CSS variable: --wm-tabs-item-heading-state-layer-color"}},"opacity":{"value":"0","type":"radius","attributes":{"subtype":"radius","description":"Controls the opacity of tab item heading state layers.<br>CSS variable: --wm-tabs-item-heading-state-layer-opacity"}}}},"indicator":{"height":{"value":"3px","type":"space","attributes":{"subtype":"space","description":"Controls the height of tab item heading indicators. Acceptable units: px, em, rem.<br>CSS variable: --wm-tabs-item-heading-indicator-height"}},"width":{"value":"~\\"calc(100% - {space.12.value})\\"","type":"space","attributes":{"subtype":"space","description":"Controls the width of tab item heading indicators.<br>CSS variable: --wm-tabs-item-heading-indicator-width"}},"radius":{"value":"{radius.md.value} {radius.md.value} {radius.none.value} {radius.none.value}","type":"radius","attributes":{"subtype":"radius","description":"Controls the border radius of tab item heading indicators.<br>CSS variable: --wm-tabs-item-heading-indicator-radius"}},"background":{"value":"{color.transparent.value}","type":"color","attributes":{"subtype":"color","description":"Sets the background color of tab item heading indicators.<br>CSS variable: --wm-tabs-item-heading-indicator-background"}}}}},"content":{"background":{"value":"inherit","type":"color","attributes":{"subtype":"color","description":"Sets the background color of tab content.<br>CSS variable: --wm-tabs-content-background"}}},"body":{"padding":{"value":"{space.4.value}","type":"space","attributes":{"subtype":"space","description":"Controls padding of tab body content.<br>CSS variable: --wm-tabs-body-padding"}},"height":{"value":"100px","type":"space","attributes":{"subtype":"space","description":"Controls the height of tab body content. Acceptable units: px, em, rem, vh.<br>CSS variable: --wm-tabs-body-height"}}},"states":{"hover":{"item":{"heading":{"state":{"layer":{"opacity":{"value":"{opacity.hover.value}","type":"radius","attributes":{"subtype":"opacity"}}}}}}},"focus":{"item":{"heading":{"state":{"layer":{"opacity":{"value":"{opacity.focus.value}","type":"radius","attributes":{"subtype":"opacity"}}}}}}},"active":{"item":{"heading":{"indicator":{"background":{"value":"{color.primary.@.value}","type":"color","attributes":{"subtype":"color"}}}}}}}},"appearances":{}}}');
|
|
11
11
|
|
|
12
12
|
/***/ }
|
|
13
13
|
|