@sage/design-tokens 14.0.0 → 14.0.1
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/css/frozenproduct/all.css +137 -148
- package/css/frozenproduct/large/components/button.css +8 -6
- package/css/frozenproduct/large/components/container.css +2 -2
- package/css/frozenproduct/large/components/link.css +2 -2
- package/css/frozenproduct/large/components/progress.css +1 -0
- package/css/frozenproduct/large/dark.css +64 -71
- package/css/frozenproduct/large/light.css +60 -67
- package/css/frozenproduct/small/components/button.css +8 -6
- package/css/frozenproduct/small/components/container.css +2 -2
- package/css/frozenproduct/small/components/link.css +2 -2
- package/css/frozenproduct/small/components/progress.css +1 -0
- package/css/frozenproduct/small/dark.css +64 -71
- package/css/frozenproduct/small/light.css +60 -67
- package/css/marketing/all.css +137 -148
- package/css/marketing/large/components/button.css +8 -6
- package/css/marketing/large/components/container.css +2 -2
- package/css/marketing/large/components/link.css +2 -2
- package/css/marketing/large/components/progress.css +1 -0
- package/css/marketing/large/dark.css +64 -71
- package/css/marketing/large/light.css +60 -67
- package/css/marketing/small/components/button.css +8 -6
- package/css/marketing/small/components/container.css +2 -2
- package/css/marketing/small/components/link.css +2 -2
- package/css/marketing/small/components/progress.css +1 -0
- package/css/marketing/small/dark.css +64 -71
- package/css/marketing/small/light.css +60 -67
- package/css/product/all.css +137 -148
- package/css/product/large/components/button.css +8 -6
- package/css/product/large/components/container.css +2 -2
- package/css/product/large/components/link.css +2 -2
- package/css/product/large/components/progress.css +1 -0
- package/css/product/large/dark.css +64 -71
- package/css/product/large/light.css +60 -67
- package/css/product/small/components/button.css +8 -6
- package/css/product/small/components/container.css +2 -2
- package/css/product/small/components/link.css +2 -2
- package/css/product/small/components/progress.css +1 -0
- package/css/product/small/dark.css +64 -71
- package/css/product/small/light.css +60 -67
- package/ios/frozenproduct/large/dark/components/button.h +34 -32
- package/ios/frozenproduct/large/dark/components/container.h +3 -3
- package/ios/frozenproduct/large/dark/components/form.h +4 -4
- package/ios/frozenproduct/large/dark/components/link.h +4 -4
- package/ios/frozenproduct/large/dark/components/nav.h +5 -5
- package/ios/frozenproduct/large/dark/components/popover.h +2 -2
- package/ios/frozenproduct/large/dark/components/progress.h +1 -0
- package/ios/frozenproduct/large/dark/components/status.h +24 -24
- package/ios/frozenproduct/large/dark/components/tab.h +1 -1
- package/ios/frozenproduct/large/dark/components/table.h +2 -2
- package/ios/frozenproduct/large/dark/mode.h +62 -69
- package/ios/frozenproduct/large/light/components/button.h +34 -32
- package/ios/frozenproduct/large/light/components/container.h +3 -3
- package/ios/frozenproduct/large/light/components/form.h +4 -4
- package/ios/frozenproduct/large/light/components/link.h +4 -4
- package/ios/frozenproduct/large/light/components/nav.h +5 -5
- package/ios/frozenproduct/large/light/components/popover.h +2 -2
- package/ios/frozenproduct/large/light/components/progress.h +1 -0
- package/ios/frozenproduct/large/light/components/status.h +23 -23
- package/ios/frozenproduct/large/light/components/tab.h +1 -1
- package/ios/frozenproduct/large/light/components/table.h +2 -2
- package/ios/frozenproduct/large/light/mode.h +58 -65
- package/ios/frozenproduct/small/dark/components/button.h +34 -32
- package/ios/frozenproduct/small/dark/components/container.h +3 -3
- package/ios/frozenproduct/small/dark/components/form.h +4 -4
- package/ios/frozenproduct/small/dark/components/link.h +4 -4
- package/ios/frozenproduct/small/dark/components/nav.h +5 -5
- package/ios/frozenproduct/small/dark/components/popover.h +2 -2
- package/ios/frozenproduct/small/dark/components/progress.h +1 -0
- package/ios/frozenproduct/small/dark/components/status.h +24 -24
- package/ios/frozenproduct/small/dark/components/tab.h +1 -1
- package/ios/frozenproduct/small/dark/components/table.h +2 -2
- package/ios/frozenproduct/small/dark/mode.h +62 -69
- package/ios/frozenproduct/small/light/components/button.h +34 -32
- package/ios/frozenproduct/small/light/components/container.h +3 -3
- package/ios/frozenproduct/small/light/components/form.h +4 -4
- package/ios/frozenproduct/small/light/components/link.h +4 -4
- package/ios/frozenproduct/small/light/components/nav.h +5 -5
- package/ios/frozenproduct/small/light/components/popover.h +2 -2
- package/ios/frozenproduct/small/light/components/progress.h +1 -0
- package/ios/frozenproduct/small/light/components/status.h +23 -23
- package/ios/frozenproduct/small/light/components/tab.h +1 -1
- package/ios/frozenproduct/small/light/components/table.h +2 -2
- package/ios/frozenproduct/small/light/mode.h +58 -65
- package/ios/marketing/large/dark/components/button.h +34 -32
- package/ios/marketing/large/dark/components/container.h +3 -3
- package/ios/marketing/large/dark/components/form.h +4 -4
- package/ios/marketing/large/dark/components/link.h +4 -4
- package/ios/marketing/large/dark/components/nav.h +5 -5
- package/ios/marketing/large/dark/components/popover.h +2 -2
- package/ios/marketing/large/dark/components/progress.h +1 -0
- package/ios/marketing/large/dark/components/status.h +24 -24
- package/ios/marketing/large/dark/components/tab.h +1 -1
- package/ios/marketing/large/dark/components/table.h +2 -2
- package/ios/marketing/large/dark/mode.h +62 -69
- package/ios/marketing/large/light/components/button.h +34 -32
- package/ios/marketing/large/light/components/container.h +3 -3
- package/ios/marketing/large/light/components/form.h +4 -4
- package/ios/marketing/large/light/components/link.h +4 -4
- package/ios/marketing/large/light/components/nav.h +5 -5
- package/ios/marketing/large/light/components/popover.h +2 -2
- package/ios/marketing/large/light/components/progress.h +1 -0
- package/ios/marketing/large/light/components/status.h +23 -23
- package/ios/marketing/large/light/components/tab.h +1 -1
- package/ios/marketing/large/light/components/table.h +2 -2
- package/ios/marketing/large/light/mode.h +58 -65
- package/ios/marketing/small/dark/components/button.h +34 -32
- package/ios/marketing/small/dark/components/container.h +3 -3
- package/ios/marketing/small/dark/components/form.h +4 -4
- package/ios/marketing/small/dark/components/link.h +4 -4
- package/ios/marketing/small/dark/components/nav.h +5 -5
- package/ios/marketing/small/dark/components/popover.h +2 -2
- package/ios/marketing/small/dark/components/progress.h +1 -0
- package/ios/marketing/small/dark/components/status.h +24 -24
- package/ios/marketing/small/dark/components/tab.h +1 -1
- package/ios/marketing/small/dark/components/table.h +2 -2
- package/ios/marketing/small/dark/mode.h +62 -69
- package/ios/marketing/small/light/components/button.h +34 -32
- package/ios/marketing/small/light/components/container.h +3 -3
- package/ios/marketing/small/light/components/form.h +4 -4
- package/ios/marketing/small/light/components/link.h +4 -4
- package/ios/marketing/small/light/components/nav.h +5 -5
- package/ios/marketing/small/light/components/popover.h +2 -2
- package/ios/marketing/small/light/components/progress.h +1 -0
- package/ios/marketing/small/light/components/status.h +23 -23
- package/ios/marketing/small/light/components/tab.h +1 -1
- package/ios/marketing/small/light/components/table.h +2 -2
- package/ios/marketing/small/light/mode.h +58 -65
- package/ios/product/large/dark/components/button.h +34 -32
- package/ios/product/large/dark/components/container.h +3 -3
- package/ios/product/large/dark/components/form.h +4 -4
- package/ios/product/large/dark/components/link.h +4 -4
- package/ios/product/large/dark/components/nav.h +5 -5
- package/ios/product/large/dark/components/popover.h +2 -2
- package/ios/product/large/dark/components/progress.h +1 -0
- package/ios/product/large/dark/components/status.h +24 -24
- package/ios/product/large/dark/components/tab.h +1 -1
- package/ios/product/large/dark/components/table.h +2 -2
- package/ios/product/large/dark/mode.h +62 -69
- package/ios/product/large/light/components/button.h +34 -32
- package/ios/product/large/light/components/container.h +3 -3
- package/ios/product/large/light/components/form.h +4 -4
- package/ios/product/large/light/components/link.h +4 -4
- package/ios/product/large/light/components/nav.h +5 -5
- package/ios/product/large/light/components/popover.h +2 -2
- package/ios/product/large/light/components/progress.h +1 -0
- package/ios/product/large/light/components/status.h +23 -23
- package/ios/product/large/light/components/tab.h +1 -1
- package/ios/product/large/light/components/table.h +2 -2
- package/ios/product/large/light/mode.h +58 -65
- package/ios/product/small/dark/components/button.h +34 -32
- package/ios/product/small/dark/components/container.h +3 -3
- package/ios/product/small/dark/components/form.h +4 -4
- package/ios/product/small/dark/components/link.h +4 -4
- package/ios/product/small/dark/components/nav.h +5 -5
- package/ios/product/small/dark/components/popover.h +2 -2
- package/ios/product/small/dark/components/progress.h +1 -0
- package/ios/product/small/dark/components/status.h +24 -24
- package/ios/product/small/dark/components/tab.h +1 -1
- package/ios/product/small/dark/components/table.h +2 -2
- package/ios/product/small/dark/mode.h +62 -69
- package/ios/product/small/light/components/button.h +34 -32
- package/ios/product/small/light/components/container.h +3 -3
- package/ios/product/small/light/components/form.h +4 -4
- package/ios/product/small/light/components/link.h +4 -4
- package/ios/product/small/light/components/nav.h +5 -5
- package/ios/product/small/light/components/popover.h +2 -2
- package/ios/product/small/light/components/progress.h +1 -0
- package/ios/product/small/light/components/status.h +23 -23
- package/ios/product/small/light/components/tab.h +1 -1
- package/ios/product/small/light/components/table.h +2 -2
- package/ios/product/small/light/mode.h +58 -65
- package/js/common/frozenproduct/large/dark/components/button.d.ts +2 -0
- package/js/common/frozenproduct/large/dark/components/button.js +67 -34
- package/js/common/frozenproduct/large/dark/components/container.js +5 -26
- package/js/common/frozenproduct/large/dark/components/form.js +4 -4
- package/js/common/frozenproduct/large/dark/components/link.js +6 -6
- package/js/common/frozenproduct/large/dark/components/nav.js +5 -5
- package/js/common/frozenproduct/large/dark/components/popover.js +2 -2
- package/js/common/frozenproduct/large/dark/components/progress.d.ts +1 -0
- package/js/common/frozenproduct/large/dark/components/progress.js +15 -0
- package/js/common/frozenproduct/large/dark/components/status.js +24 -24
- package/js/common/frozenproduct/large/dark/components/tab.js +1 -1
- package/js/common/frozenproduct/large/dark/components/table.js +2 -2
- package/js/common/frozenproduct/large/dark/mode.d.ts +0 -15
- package/js/common/frozenproduct/large/dark/mode.js +206 -316
- package/js/common/frozenproduct/large/light/components/button.d.ts +2 -0
- package/js/common/frozenproduct/large/light/components/button.js +67 -34
- package/js/common/frozenproduct/large/light/components/container.js +5 -26
- package/js/common/frozenproduct/large/light/components/form.js +4 -4
- package/js/common/frozenproduct/large/light/components/link.js +6 -6
- package/js/common/frozenproduct/large/light/components/nav.js +5 -5
- package/js/common/frozenproduct/large/light/components/popover.js +2 -2
- package/js/common/frozenproduct/large/light/components/progress.d.ts +1 -0
- package/js/common/frozenproduct/large/light/components/progress.js +15 -0
- package/js/common/frozenproduct/large/light/components/status.js +23 -23
- package/js/common/frozenproduct/large/light/components/tab.js +1 -1
- package/js/common/frozenproduct/large/light/components/table.js +2 -2
- package/js/common/frozenproduct/large/light/mode.d.ts +0 -15
- package/js/common/frozenproduct/large/light/mode.js +202 -311
- package/js/common/frozenproduct/small/dark/components/button.d.ts +2 -0
- package/js/common/frozenproduct/small/dark/components/button.js +67 -34
- package/js/common/frozenproduct/small/dark/components/container.js +5 -26
- package/js/common/frozenproduct/small/dark/components/form.js +4 -4
- package/js/common/frozenproduct/small/dark/components/link.js +6 -6
- package/js/common/frozenproduct/small/dark/components/nav.js +5 -5
- package/js/common/frozenproduct/small/dark/components/popover.js +2 -2
- package/js/common/frozenproduct/small/dark/components/progress.d.ts +1 -0
- package/js/common/frozenproduct/small/dark/components/progress.js +15 -0
- package/js/common/frozenproduct/small/dark/components/status.js +24 -24
- package/js/common/frozenproduct/small/dark/components/tab.js +1 -1
- package/js/common/frozenproduct/small/dark/components/table.js +2 -2
- package/js/common/frozenproduct/small/dark/mode.d.ts +0 -15
- package/js/common/frozenproduct/small/dark/mode.js +206 -316
- package/js/common/frozenproduct/small/light/components/button.d.ts +2 -0
- package/js/common/frozenproduct/small/light/components/button.js +67 -34
- package/js/common/frozenproduct/small/light/components/container.js +5 -26
- package/js/common/frozenproduct/small/light/components/form.js +4 -4
- package/js/common/frozenproduct/small/light/components/link.js +6 -6
- package/js/common/frozenproduct/small/light/components/nav.js +5 -5
- package/js/common/frozenproduct/small/light/components/popover.js +2 -2
- package/js/common/frozenproduct/small/light/components/progress.d.ts +1 -0
- package/js/common/frozenproduct/small/light/components/progress.js +15 -0
- package/js/common/frozenproduct/small/light/components/status.js +23 -23
- package/js/common/frozenproduct/small/light/components/tab.js +1 -1
- package/js/common/frozenproduct/small/light/components/table.js +2 -2
- package/js/common/frozenproduct/small/light/mode.d.ts +0 -15
- package/js/common/frozenproduct/small/light/mode.js +202 -311
- package/js/common/marketing/large/dark/components/button.d.ts +2 -0
- package/js/common/marketing/large/dark/components/button.js +67 -34
- package/js/common/marketing/large/dark/components/container.js +5 -26
- package/js/common/marketing/large/dark/components/form.js +4 -4
- package/js/common/marketing/large/dark/components/link.js +6 -6
- package/js/common/marketing/large/dark/components/nav.js +5 -5
- package/js/common/marketing/large/dark/components/popover.js +2 -2
- package/js/common/marketing/large/dark/components/progress.d.ts +1 -0
- package/js/common/marketing/large/dark/components/progress.js +15 -0
- package/js/common/marketing/large/dark/components/status.js +24 -24
- package/js/common/marketing/large/dark/components/tab.js +1 -1
- package/js/common/marketing/large/dark/components/table.js +2 -2
- package/js/common/marketing/large/dark/mode.d.ts +0 -15
- package/js/common/marketing/large/dark/mode.js +206 -316
- package/js/common/marketing/large/light/components/button.d.ts +2 -0
- package/js/common/marketing/large/light/components/button.js +67 -34
- package/js/common/marketing/large/light/components/container.js +5 -26
- package/js/common/marketing/large/light/components/form.js +4 -4
- package/js/common/marketing/large/light/components/link.js +6 -6
- package/js/common/marketing/large/light/components/nav.js +5 -5
- package/js/common/marketing/large/light/components/popover.js +2 -2
- package/js/common/marketing/large/light/components/progress.d.ts +1 -0
- package/js/common/marketing/large/light/components/progress.js +15 -0
- package/js/common/marketing/large/light/components/status.js +23 -23
- package/js/common/marketing/large/light/components/tab.js +1 -1
- package/js/common/marketing/large/light/components/table.js +2 -2
- package/js/common/marketing/large/light/mode.d.ts +0 -15
- package/js/common/marketing/large/light/mode.js +202 -311
- package/js/common/marketing/small/dark/components/button.d.ts +2 -0
- package/js/common/marketing/small/dark/components/button.js +67 -34
- package/js/common/marketing/small/dark/components/container.js +5 -26
- package/js/common/marketing/small/dark/components/form.js +4 -4
- package/js/common/marketing/small/dark/components/link.js +6 -6
- package/js/common/marketing/small/dark/components/nav.js +5 -5
- package/js/common/marketing/small/dark/components/popover.js +2 -2
- package/js/common/marketing/small/dark/components/progress.d.ts +1 -0
- package/js/common/marketing/small/dark/components/progress.js +15 -0
- package/js/common/marketing/small/dark/components/status.js +24 -24
- package/js/common/marketing/small/dark/components/tab.js +1 -1
- package/js/common/marketing/small/dark/components/table.js +2 -2
- package/js/common/marketing/small/dark/mode.d.ts +0 -15
- package/js/common/marketing/small/dark/mode.js +206 -316
- package/js/common/marketing/small/light/components/button.d.ts +2 -0
- package/js/common/marketing/small/light/components/button.js +67 -34
- package/js/common/marketing/small/light/components/container.js +5 -26
- package/js/common/marketing/small/light/components/form.js +4 -4
- package/js/common/marketing/small/light/components/link.js +6 -6
- package/js/common/marketing/small/light/components/nav.js +5 -5
- package/js/common/marketing/small/light/components/popover.js +2 -2
- package/js/common/marketing/small/light/components/progress.d.ts +1 -0
- package/js/common/marketing/small/light/components/progress.js +15 -0
- package/js/common/marketing/small/light/components/status.js +23 -23
- package/js/common/marketing/small/light/components/tab.js +1 -1
- package/js/common/marketing/small/light/components/table.js +2 -2
- package/js/common/marketing/small/light/mode.d.ts +0 -15
- package/js/common/marketing/small/light/mode.js +202 -311
- package/js/common/product/large/dark/components/button.d.ts +2 -0
- package/js/common/product/large/dark/components/button.js +67 -34
- package/js/common/product/large/dark/components/container.js +5 -26
- package/js/common/product/large/dark/components/form.js +4 -4
- package/js/common/product/large/dark/components/link.js +6 -6
- package/js/common/product/large/dark/components/nav.js +5 -5
- package/js/common/product/large/dark/components/popover.js +2 -2
- package/js/common/product/large/dark/components/progress.d.ts +1 -0
- package/js/common/product/large/dark/components/progress.js +15 -0
- package/js/common/product/large/dark/components/status.js +24 -24
- package/js/common/product/large/dark/components/tab.js +1 -1
- package/js/common/product/large/dark/components/table.js +2 -2
- package/js/common/product/large/dark/mode.d.ts +0 -15
- package/js/common/product/large/dark/mode.js +206 -316
- package/js/common/product/large/light/components/button.d.ts +2 -0
- package/js/common/product/large/light/components/button.js +67 -34
- package/js/common/product/large/light/components/container.js +5 -26
- package/js/common/product/large/light/components/form.js +4 -4
- package/js/common/product/large/light/components/link.js +6 -6
- package/js/common/product/large/light/components/nav.js +5 -5
- package/js/common/product/large/light/components/popover.js +2 -2
- package/js/common/product/large/light/components/progress.d.ts +1 -0
- package/js/common/product/large/light/components/progress.js +15 -0
- package/js/common/product/large/light/components/status.js +23 -23
- package/js/common/product/large/light/components/tab.js +1 -1
- package/js/common/product/large/light/components/table.js +2 -2
- package/js/common/product/large/light/mode.d.ts +0 -15
- package/js/common/product/large/light/mode.js +202 -311
- package/js/common/product/small/dark/components/button.d.ts +2 -0
- package/js/common/product/small/dark/components/button.js +67 -34
- package/js/common/product/small/dark/components/container.js +5 -26
- package/js/common/product/small/dark/components/form.js +4 -4
- package/js/common/product/small/dark/components/link.js +6 -6
- package/js/common/product/small/dark/components/nav.js +5 -5
- package/js/common/product/small/dark/components/popover.js +2 -2
- package/js/common/product/small/dark/components/progress.d.ts +1 -0
- package/js/common/product/small/dark/components/progress.js +15 -0
- package/js/common/product/small/dark/components/status.js +24 -24
- package/js/common/product/small/dark/components/tab.js +1 -1
- package/js/common/product/small/dark/components/table.js +2 -2
- package/js/common/product/small/dark/mode.d.ts +0 -15
- package/js/common/product/small/dark/mode.js +206 -316
- package/js/common/product/small/light/components/button.d.ts +2 -0
- package/js/common/product/small/light/components/button.js +67 -34
- package/js/common/product/small/light/components/container.js +5 -26
- package/js/common/product/small/light/components/form.js +4 -4
- package/js/common/product/small/light/components/link.js +6 -6
- package/js/common/product/small/light/components/nav.js +5 -5
- package/js/common/product/small/light/components/popover.js +2 -2
- package/js/common/product/small/light/components/progress.d.ts +1 -0
- package/js/common/product/small/light/components/progress.js +15 -0
- package/js/common/product/small/light/components/status.js +23 -23
- package/js/common/product/small/light/components/tab.js +1 -1
- package/js/common/product/small/light/components/table.js +2 -2
- package/js/common/product/small/light/mode.d.ts +0 -15
- package/js/common/product/small/light/mode.js +202 -311
- package/js/es6/frozenproduct/large/dark/components/button.d.ts +2 -0
- package/js/es6/frozenproduct/large/dark/components/button.js +34 -32
- package/js/es6/frozenproduct/large/dark/components/container.js +3 -3
- package/js/es6/frozenproduct/large/dark/components/form.js +4 -4
- package/js/es6/frozenproduct/large/dark/components/link.js +4 -4
- package/js/es6/frozenproduct/large/dark/components/nav.js +5 -5
- package/js/es6/frozenproduct/large/dark/components/popover.js +2 -2
- package/js/es6/frozenproduct/large/dark/components/progress.d.ts +1 -0
- package/js/es6/frozenproduct/large/dark/components/progress.js +1 -0
- package/js/es6/frozenproduct/large/dark/components/status.js +24 -24
- package/js/es6/frozenproduct/large/dark/components/tab.js +1 -1
- package/js/es6/frozenproduct/large/dark/components/table.js +2 -2
- package/js/es6/frozenproduct/large/dark/mode.d.ts +0 -7
- package/js/es6/frozenproduct/large/dark/mode.js +62 -69
- package/js/es6/frozenproduct/large/light/components/button.d.ts +2 -0
- package/js/es6/frozenproduct/large/light/components/button.js +34 -32
- package/js/es6/frozenproduct/large/light/components/container.js +3 -3
- package/js/es6/frozenproduct/large/light/components/form.js +4 -4
- package/js/es6/frozenproduct/large/light/components/link.js +4 -4
- package/js/es6/frozenproduct/large/light/components/nav.js +5 -5
- package/js/es6/frozenproduct/large/light/components/popover.js +2 -2
- package/js/es6/frozenproduct/large/light/components/progress.d.ts +1 -0
- package/js/es6/frozenproduct/large/light/components/progress.js +1 -0
- package/js/es6/frozenproduct/large/light/components/status.js +23 -23
- package/js/es6/frozenproduct/large/light/components/tab.js +1 -1
- package/js/es6/frozenproduct/large/light/components/table.js +2 -2
- package/js/es6/frozenproduct/large/light/mode.d.ts +0 -7
- package/js/es6/frozenproduct/large/light/mode.js +58 -65
- package/js/es6/frozenproduct/small/dark/components/button.d.ts +2 -0
- package/js/es6/frozenproduct/small/dark/components/button.js +34 -32
- package/js/es6/frozenproduct/small/dark/components/container.js +3 -3
- package/js/es6/frozenproduct/small/dark/components/form.js +4 -4
- package/js/es6/frozenproduct/small/dark/components/link.js +4 -4
- package/js/es6/frozenproduct/small/dark/components/nav.js +5 -5
- package/js/es6/frozenproduct/small/dark/components/popover.js +2 -2
- package/js/es6/frozenproduct/small/dark/components/progress.d.ts +1 -0
- package/js/es6/frozenproduct/small/dark/components/progress.js +1 -0
- package/js/es6/frozenproduct/small/dark/components/status.js +24 -24
- package/js/es6/frozenproduct/small/dark/components/tab.js +1 -1
- package/js/es6/frozenproduct/small/dark/components/table.js +2 -2
- package/js/es6/frozenproduct/small/dark/mode.d.ts +0 -7
- package/js/es6/frozenproduct/small/dark/mode.js +62 -69
- package/js/es6/frozenproduct/small/light/components/button.d.ts +2 -0
- package/js/es6/frozenproduct/small/light/components/button.js +34 -32
- package/js/es6/frozenproduct/small/light/components/container.js +3 -3
- package/js/es6/frozenproduct/small/light/components/form.js +4 -4
- package/js/es6/frozenproduct/small/light/components/link.js +4 -4
- package/js/es6/frozenproduct/small/light/components/nav.js +5 -5
- package/js/es6/frozenproduct/small/light/components/popover.js +2 -2
- package/js/es6/frozenproduct/small/light/components/progress.d.ts +1 -0
- package/js/es6/frozenproduct/small/light/components/progress.js +1 -0
- package/js/es6/frozenproduct/small/light/components/status.js +23 -23
- package/js/es6/frozenproduct/small/light/components/tab.js +1 -1
- package/js/es6/frozenproduct/small/light/components/table.js +2 -2
- package/js/es6/frozenproduct/small/light/mode.d.ts +0 -7
- package/js/es6/frozenproduct/small/light/mode.js +58 -65
- package/js/es6/marketing/large/dark/components/button.d.ts +2 -0
- package/js/es6/marketing/large/dark/components/button.js +34 -32
- package/js/es6/marketing/large/dark/components/container.js +3 -3
- package/js/es6/marketing/large/dark/components/form.js +4 -4
- package/js/es6/marketing/large/dark/components/link.js +4 -4
- package/js/es6/marketing/large/dark/components/nav.js +5 -5
- package/js/es6/marketing/large/dark/components/popover.js +2 -2
- package/js/es6/marketing/large/dark/components/progress.d.ts +1 -0
- package/js/es6/marketing/large/dark/components/progress.js +1 -0
- package/js/es6/marketing/large/dark/components/status.js +24 -24
- package/js/es6/marketing/large/dark/components/tab.js +1 -1
- package/js/es6/marketing/large/dark/components/table.js +2 -2
- package/js/es6/marketing/large/dark/mode.d.ts +0 -7
- package/js/es6/marketing/large/dark/mode.js +62 -69
- package/js/es6/marketing/large/light/components/button.d.ts +2 -0
- package/js/es6/marketing/large/light/components/button.js +34 -32
- package/js/es6/marketing/large/light/components/container.js +3 -3
- package/js/es6/marketing/large/light/components/form.js +4 -4
- package/js/es6/marketing/large/light/components/link.js +4 -4
- package/js/es6/marketing/large/light/components/nav.js +5 -5
- package/js/es6/marketing/large/light/components/popover.js +2 -2
- package/js/es6/marketing/large/light/components/progress.d.ts +1 -0
- package/js/es6/marketing/large/light/components/progress.js +1 -0
- package/js/es6/marketing/large/light/components/status.js +23 -23
- package/js/es6/marketing/large/light/components/tab.js +1 -1
- package/js/es6/marketing/large/light/components/table.js +2 -2
- package/js/es6/marketing/large/light/mode.d.ts +0 -7
- package/js/es6/marketing/large/light/mode.js +58 -65
- package/js/es6/marketing/small/dark/components/button.d.ts +2 -0
- package/js/es6/marketing/small/dark/components/button.js +34 -32
- package/js/es6/marketing/small/dark/components/container.js +3 -3
- package/js/es6/marketing/small/dark/components/form.js +4 -4
- package/js/es6/marketing/small/dark/components/link.js +4 -4
- package/js/es6/marketing/small/dark/components/nav.js +5 -5
- package/js/es6/marketing/small/dark/components/popover.js +2 -2
- package/js/es6/marketing/small/dark/components/progress.d.ts +1 -0
- package/js/es6/marketing/small/dark/components/progress.js +1 -0
- package/js/es6/marketing/small/dark/components/status.js +24 -24
- package/js/es6/marketing/small/dark/components/tab.js +1 -1
- package/js/es6/marketing/small/dark/components/table.js +2 -2
- package/js/es6/marketing/small/dark/mode.d.ts +0 -7
- package/js/es6/marketing/small/dark/mode.js +62 -69
- package/js/es6/marketing/small/light/components/button.d.ts +2 -0
- package/js/es6/marketing/small/light/components/button.js +34 -32
- package/js/es6/marketing/small/light/components/container.js +3 -3
- package/js/es6/marketing/small/light/components/form.js +4 -4
- package/js/es6/marketing/small/light/components/link.js +4 -4
- package/js/es6/marketing/small/light/components/nav.js +5 -5
- package/js/es6/marketing/small/light/components/popover.js +2 -2
- package/js/es6/marketing/small/light/components/progress.d.ts +1 -0
- package/js/es6/marketing/small/light/components/progress.js +1 -0
- package/js/es6/marketing/small/light/components/status.js +23 -23
- package/js/es6/marketing/small/light/components/tab.js +1 -1
- package/js/es6/marketing/small/light/components/table.js +2 -2
- package/js/es6/marketing/small/light/mode.d.ts +0 -7
- package/js/es6/marketing/small/light/mode.js +58 -65
- package/js/es6/product/large/dark/components/button.d.ts +2 -0
- package/js/es6/product/large/dark/components/button.js +34 -32
- package/js/es6/product/large/dark/components/container.js +3 -3
- package/js/es6/product/large/dark/components/form.js +4 -4
- package/js/es6/product/large/dark/components/link.js +4 -4
- package/js/es6/product/large/dark/components/nav.js +5 -5
- package/js/es6/product/large/dark/components/popover.js +2 -2
- package/js/es6/product/large/dark/components/progress.d.ts +1 -0
- package/js/es6/product/large/dark/components/progress.js +1 -0
- package/js/es6/product/large/dark/components/status.js +24 -24
- package/js/es6/product/large/dark/components/tab.js +1 -1
- package/js/es6/product/large/dark/components/table.js +2 -2
- package/js/es6/product/large/dark/mode.d.ts +0 -7
- package/js/es6/product/large/dark/mode.js +62 -69
- package/js/es6/product/large/light/components/button.d.ts +2 -0
- package/js/es6/product/large/light/components/button.js +34 -32
- package/js/es6/product/large/light/components/container.js +3 -3
- package/js/es6/product/large/light/components/form.js +4 -4
- package/js/es6/product/large/light/components/link.js +4 -4
- package/js/es6/product/large/light/components/nav.js +5 -5
- package/js/es6/product/large/light/components/popover.js +2 -2
- package/js/es6/product/large/light/components/progress.d.ts +1 -0
- package/js/es6/product/large/light/components/progress.js +1 -0
- package/js/es6/product/large/light/components/status.js +23 -23
- package/js/es6/product/large/light/components/tab.js +1 -1
- package/js/es6/product/large/light/components/table.js +2 -2
- package/js/es6/product/large/light/mode.d.ts +0 -7
- package/js/es6/product/large/light/mode.js +58 -65
- package/js/es6/product/small/dark/components/button.d.ts +2 -0
- package/js/es6/product/small/dark/components/button.js +34 -32
- package/js/es6/product/small/dark/components/container.js +3 -3
- package/js/es6/product/small/dark/components/form.js +4 -4
- package/js/es6/product/small/dark/components/link.js +4 -4
- package/js/es6/product/small/dark/components/nav.js +5 -5
- package/js/es6/product/small/dark/components/popover.js +2 -2
- package/js/es6/product/small/dark/components/progress.d.ts +1 -0
- package/js/es6/product/small/dark/components/progress.js +1 -0
- package/js/es6/product/small/dark/components/status.js +24 -24
- package/js/es6/product/small/dark/components/tab.js +1 -1
- package/js/es6/product/small/dark/components/table.js +2 -2
- package/js/es6/product/small/dark/mode.d.ts +0 -7
- package/js/es6/product/small/dark/mode.js +62 -69
- package/js/es6/product/small/light/components/button.d.ts +2 -0
- package/js/es6/product/small/light/components/button.js +34 -32
- package/js/es6/product/small/light/components/container.js +3 -3
- package/js/es6/product/small/light/components/form.js +4 -4
- package/js/es6/product/small/light/components/link.js +4 -4
- package/js/es6/product/small/light/components/nav.js +5 -5
- package/js/es6/product/small/light/components/popover.js +2 -2
- package/js/es6/product/small/light/components/progress.d.ts +1 -0
- package/js/es6/product/small/light/components/progress.js +1 -0
- package/js/es6/product/small/light/components/status.js +23 -23
- package/js/es6/product/small/light/components/tab.js +1 -1
- package/js/es6/product/small/light/components/table.js +2 -2
- package/js/es6/product/small/light/mode.d.ts +0 -7
- package/js/es6/product/small/light/mode.js +58 -65
- package/js/umd/frozenproduct/large/dark/components/button.js +68 -34
- package/js/umd/frozenproduct/large/dark/components/container.js +5 -26
- package/js/umd/frozenproduct/large/dark/components/form.js +4 -4
- package/js/umd/frozenproduct/large/dark/components/link.js +6 -6
- package/js/umd/frozenproduct/large/dark/components/nav.js +5 -5
- package/js/umd/frozenproduct/large/dark/components/popover.js +2 -2
- package/js/umd/frozenproduct/large/dark/components/progress.js +15 -0
- package/js/umd/frozenproduct/large/dark/components/status.js +24 -24
- package/js/umd/frozenproduct/large/dark/components/tab.js +1 -1
- package/js/umd/frozenproduct/large/dark/components/table.js +2 -2
- package/js/umd/frozenproduct/large/dark/mode.js +207 -316
- package/js/umd/frozenproduct/large/light/components/button.js +68 -34
- package/js/umd/frozenproduct/large/light/components/container.js +5 -26
- package/js/umd/frozenproduct/large/light/components/form.js +4 -4
- package/js/umd/frozenproduct/large/light/components/link.js +6 -6
- package/js/umd/frozenproduct/large/light/components/nav.js +5 -5
- package/js/umd/frozenproduct/large/light/components/popover.js +2 -2
- package/js/umd/frozenproduct/large/light/components/progress.js +15 -0
- package/js/umd/frozenproduct/large/light/components/status.js +23 -23
- package/js/umd/frozenproduct/large/light/components/tab.js +1 -1
- package/js/umd/frozenproduct/large/light/components/table.js +2 -2
- package/js/umd/frozenproduct/large/light/mode.js +202 -312
- package/js/umd/frozenproduct/small/dark/components/button.js +68 -34
- package/js/umd/frozenproduct/small/dark/components/container.js +5 -26
- package/js/umd/frozenproduct/small/dark/components/form.js +4 -4
- package/js/umd/frozenproduct/small/dark/components/link.js +6 -6
- package/js/umd/frozenproduct/small/dark/components/nav.js +5 -5
- package/js/umd/frozenproduct/small/dark/components/popover.js +2 -2
- package/js/umd/frozenproduct/small/dark/components/progress.js +15 -0
- package/js/umd/frozenproduct/small/dark/components/status.js +24 -24
- package/js/umd/frozenproduct/small/dark/components/tab.js +1 -1
- package/js/umd/frozenproduct/small/dark/components/table.js +2 -2
- package/js/umd/frozenproduct/small/dark/mode.js +207 -316
- package/js/umd/frozenproduct/small/light/components/button.js +68 -34
- package/js/umd/frozenproduct/small/light/components/container.js +5 -26
- package/js/umd/frozenproduct/small/light/components/form.js +4 -4
- package/js/umd/frozenproduct/small/light/components/link.js +6 -6
- package/js/umd/frozenproduct/small/light/components/nav.js +5 -5
- package/js/umd/frozenproduct/small/light/components/popover.js +2 -2
- package/js/umd/frozenproduct/small/light/components/progress.js +15 -0
- package/js/umd/frozenproduct/small/light/components/status.js +23 -23
- package/js/umd/frozenproduct/small/light/components/tab.js +1 -1
- package/js/umd/frozenproduct/small/light/components/table.js +2 -2
- package/js/umd/frozenproduct/small/light/mode.js +202 -312
- package/js/umd/marketing/large/dark/components/button.js +68 -34
- package/js/umd/marketing/large/dark/components/container.js +5 -26
- package/js/umd/marketing/large/dark/components/form.js +4 -4
- package/js/umd/marketing/large/dark/components/link.js +6 -6
- package/js/umd/marketing/large/dark/components/nav.js +5 -5
- package/js/umd/marketing/large/dark/components/popover.js +2 -2
- package/js/umd/marketing/large/dark/components/progress.js +15 -0
- package/js/umd/marketing/large/dark/components/status.js +24 -24
- package/js/umd/marketing/large/dark/components/tab.js +1 -1
- package/js/umd/marketing/large/dark/components/table.js +2 -2
- package/js/umd/marketing/large/dark/mode.js +207 -316
- package/js/umd/marketing/large/light/components/button.js +68 -34
- package/js/umd/marketing/large/light/components/container.js +5 -26
- package/js/umd/marketing/large/light/components/form.js +4 -4
- package/js/umd/marketing/large/light/components/link.js +6 -6
- package/js/umd/marketing/large/light/components/nav.js +5 -5
- package/js/umd/marketing/large/light/components/popover.js +2 -2
- package/js/umd/marketing/large/light/components/progress.js +15 -0
- package/js/umd/marketing/large/light/components/status.js +23 -23
- package/js/umd/marketing/large/light/components/tab.js +1 -1
- package/js/umd/marketing/large/light/components/table.js +2 -2
- package/js/umd/marketing/large/light/mode.js +202 -312
- package/js/umd/marketing/small/dark/components/button.js +68 -34
- package/js/umd/marketing/small/dark/components/container.js +5 -26
- package/js/umd/marketing/small/dark/components/form.js +4 -4
- package/js/umd/marketing/small/dark/components/link.js +6 -6
- package/js/umd/marketing/small/dark/components/nav.js +5 -5
- package/js/umd/marketing/small/dark/components/popover.js +2 -2
- package/js/umd/marketing/small/dark/components/progress.js +15 -0
- package/js/umd/marketing/small/dark/components/status.js +24 -24
- package/js/umd/marketing/small/dark/components/tab.js +1 -1
- package/js/umd/marketing/small/dark/components/table.js +2 -2
- package/js/umd/marketing/small/dark/mode.js +207 -316
- package/js/umd/marketing/small/light/components/button.js +68 -34
- package/js/umd/marketing/small/light/components/container.js +5 -26
- package/js/umd/marketing/small/light/components/form.js +4 -4
- package/js/umd/marketing/small/light/components/link.js +6 -6
- package/js/umd/marketing/small/light/components/nav.js +5 -5
- package/js/umd/marketing/small/light/components/popover.js +2 -2
- package/js/umd/marketing/small/light/components/progress.js +15 -0
- package/js/umd/marketing/small/light/components/status.js +23 -23
- package/js/umd/marketing/small/light/components/tab.js +1 -1
- package/js/umd/marketing/small/light/components/table.js +2 -2
- package/js/umd/marketing/small/light/mode.js +202 -312
- package/js/umd/product/large/dark/components/button.js +68 -34
- package/js/umd/product/large/dark/components/container.js +5 -26
- package/js/umd/product/large/dark/components/form.js +4 -4
- package/js/umd/product/large/dark/components/link.js +6 -6
- package/js/umd/product/large/dark/components/nav.js +5 -5
- package/js/umd/product/large/dark/components/popover.js +2 -2
- package/js/umd/product/large/dark/components/progress.js +15 -0
- package/js/umd/product/large/dark/components/status.js +24 -24
- package/js/umd/product/large/dark/components/tab.js +1 -1
- package/js/umd/product/large/dark/components/table.js +2 -2
- package/js/umd/product/large/dark/mode.js +207 -316
- package/js/umd/product/large/light/components/button.js +68 -34
- package/js/umd/product/large/light/components/container.js +5 -26
- package/js/umd/product/large/light/components/form.js +4 -4
- package/js/umd/product/large/light/components/link.js +6 -6
- package/js/umd/product/large/light/components/nav.js +5 -5
- package/js/umd/product/large/light/components/popover.js +2 -2
- package/js/umd/product/large/light/components/progress.js +15 -0
- package/js/umd/product/large/light/components/status.js +23 -23
- package/js/umd/product/large/light/components/tab.js +1 -1
- package/js/umd/product/large/light/components/table.js +2 -2
- package/js/umd/product/large/light/mode.js +202 -312
- package/js/umd/product/small/dark/components/button.js +68 -34
- package/js/umd/product/small/dark/components/container.js +5 -26
- package/js/umd/product/small/dark/components/form.js +4 -4
- package/js/umd/product/small/dark/components/link.js +6 -6
- package/js/umd/product/small/dark/components/nav.js +5 -5
- package/js/umd/product/small/dark/components/popover.js +2 -2
- package/js/umd/product/small/dark/components/progress.js +15 -0
- package/js/umd/product/small/dark/components/status.js +24 -24
- package/js/umd/product/small/dark/components/tab.js +1 -1
- package/js/umd/product/small/dark/components/table.js +2 -2
- package/js/umd/product/small/dark/mode.js +207 -316
- package/js/umd/product/small/light/components/button.js +68 -34
- package/js/umd/product/small/light/components/container.js +5 -26
- package/js/umd/product/small/light/components/form.js +4 -4
- package/js/umd/product/small/light/components/link.js +6 -6
- package/js/umd/product/small/light/components/nav.js +5 -5
- package/js/umd/product/small/light/components/popover.js +2 -2
- package/js/umd/product/small/light/components/progress.js +15 -0
- package/js/umd/product/small/light/components/status.js +23 -23
- package/js/umd/product/small/light/components/tab.js +1 -1
- package/js/umd/product/small/light/components/table.js +2 -2
- package/js/umd/product/small/light/mode.js +202 -312
- package/json/flat/frozenproduct/large/dark/components/button.json +34 -32
- package/json/flat/frozenproduct/large/dark/components/container.json +3 -3
- package/json/flat/frozenproduct/large/dark/components/form.json +4 -4
- package/json/flat/frozenproduct/large/dark/components/link.json +4 -4
- package/json/flat/frozenproduct/large/dark/components/nav.json +5 -5
- package/json/flat/frozenproduct/large/dark/components/popover.json +2 -2
- package/json/flat/frozenproduct/large/dark/components/progress.json +1 -0
- package/json/flat/frozenproduct/large/dark/components/status.json +24 -24
- package/json/flat/frozenproduct/large/dark/components/tab.json +1 -1
- package/json/flat/frozenproduct/large/dark/components/table.json +2 -2
- package/json/flat/frozenproduct/large/dark/mode.json +63 -70
- package/json/flat/frozenproduct/large/light/components/button.json +34 -32
- package/json/flat/frozenproduct/large/light/components/container.json +3 -3
- package/json/flat/frozenproduct/large/light/components/form.json +4 -4
- package/json/flat/frozenproduct/large/light/components/link.json +4 -4
- package/json/flat/frozenproduct/large/light/components/nav.json +5 -5
- package/json/flat/frozenproduct/large/light/components/popover.json +2 -2
- package/json/flat/frozenproduct/large/light/components/progress.json +1 -0
- package/json/flat/frozenproduct/large/light/components/status.json +23 -23
- package/json/flat/frozenproduct/large/light/components/tab.json +1 -1
- package/json/flat/frozenproduct/large/light/components/table.json +2 -2
- package/json/flat/frozenproduct/large/light/mode.json +59 -66
- package/json/flat/frozenproduct/small/dark/components/button.json +34 -32
- package/json/flat/frozenproduct/small/dark/components/container.json +3 -3
- package/json/flat/frozenproduct/small/dark/components/form.json +4 -4
- package/json/flat/frozenproduct/small/dark/components/link.json +4 -4
- package/json/flat/frozenproduct/small/dark/components/nav.json +5 -5
- package/json/flat/frozenproduct/small/dark/components/popover.json +2 -2
- package/json/flat/frozenproduct/small/dark/components/progress.json +1 -0
- package/json/flat/frozenproduct/small/dark/components/status.json +24 -24
- package/json/flat/frozenproduct/small/dark/components/tab.json +1 -1
- package/json/flat/frozenproduct/small/dark/components/table.json +2 -2
- package/json/flat/frozenproduct/small/dark/mode.json +63 -70
- package/json/flat/frozenproduct/small/light/components/button.json +34 -32
- package/json/flat/frozenproduct/small/light/components/container.json +3 -3
- package/json/flat/frozenproduct/small/light/components/form.json +4 -4
- package/json/flat/frozenproduct/small/light/components/link.json +4 -4
- package/json/flat/frozenproduct/small/light/components/nav.json +5 -5
- package/json/flat/frozenproduct/small/light/components/popover.json +2 -2
- package/json/flat/frozenproduct/small/light/components/progress.json +1 -0
- package/json/flat/frozenproduct/small/light/components/status.json +23 -23
- package/json/flat/frozenproduct/small/light/components/tab.json +1 -1
- package/json/flat/frozenproduct/small/light/components/table.json +2 -2
- package/json/flat/frozenproduct/small/light/mode.json +59 -66
- package/json/flat/marketing/large/dark/components/button.json +34 -32
- package/json/flat/marketing/large/dark/components/container.json +3 -3
- package/json/flat/marketing/large/dark/components/form.json +4 -4
- package/json/flat/marketing/large/dark/components/link.json +4 -4
- package/json/flat/marketing/large/dark/components/nav.json +5 -5
- package/json/flat/marketing/large/dark/components/popover.json +2 -2
- package/json/flat/marketing/large/dark/components/progress.json +1 -0
- package/json/flat/marketing/large/dark/components/status.json +24 -24
- package/json/flat/marketing/large/dark/components/tab.json +1 -1
- package/json/flat/marketing/large/dark/components/table.json +2 -2
- package/json/flat/marketing/large/dark/mode.json +63 -70
- package/json/flat/marketing/large/light/components/button.json +34 -32
- package/json/flat/marketing/large/light/components/container.json +3 -3
- package/json/flat/marketing/large/light/components/form.json +4 -4
- package/json/flat/marketing/large/light/components/link.json +4 -4
- package/json/flat/marketing/large/light/components/nav.json +5 -5
- package/json/flat/marketing/large/light/components/popover.json +2 -2
- package/json/flat/marketing/large/light/components/progress.json +1 -0
- package/json/flat/marketing/large/light/components/status.json +23 -23
- package/json/flat/marketing/large/light/components/tab.json +1 -1
- package/json/flat/marketing/large/light/components/table.json +2 -2
- package/json/flat/marketing/large/light/mode.json +59 -66
- package/json/flat/marketing/small/dark/components/button.json +34 -32
- package/json/flat/marketing/small/dark/components/container.json +3 -3
- package/json/flat/marketing/small/dark/components/form.json +4 -4
- package/json/flat/marketing/small/dark/components/link.json +4 -4
- package/json/flat/marketing/small/dark/components/nav.json +5 -5
- package/json/flat/marketing/small/dark/components/popover.json +2 -2
- package/json/flat/marketing/small/dark/components/progress.json +1 -0
- package/json/flat/marketing/small/dark/components/status.json +24 -24
- package/json/flat/marketing/small/dark/components/tab.json +1 -1
- package/json/flat/marketing/small/dark/components/table.json +2 -2
- package/json/flat/marketing/small/dark/mode.json +63 -70
- package/json/flat/marketing/small/light/components/button.json +34 -32
- package/json/flat/marketing/small/light/components/container.json +3 -3
- package/json/flat/marketing/small/light/components/form.json +4 -4
- package/json/flat/marketing/small/light/components/link.json +4 -4
- package/json/flat/marketing/small/light/components/nav.json +5 -5
- package/json/flat/marketing/small/light/components/popover.json +2 -2
- package/json/flat/marketing/small/light/components/progress.json +1 -0
- package/json/flat/marketing/small/light/components/status.json +23 -23
- package/json/flat/marketing/small/light/components/tab.json +1 -1
- package/json/flat/marketing/small/light/components/table.json +2 -2
- package/json/flat/marketing/small/light/mode.json +59 -66
- package/json/flat/product/large/dark/components/button.json +34 -32
- package/json/flat/product/large/dark/components/container.json +3 -3
- package/json/flat/product/large/dark/components/form.json +4 -4
- package/json/flat/product/large/dark/components/link.json +4 -4
- package/json/flat/product/large/dark/components/nav.json +5 -5
- package/json/flat/product/large/dark/components/popover.json +2 -2
- package/json/flat/product/large/dark/components/progress.json +1 -0
- package/json/flat/product/large/dark/components/status.json +24 -24
- package/json/flat/product/large/dark/components/tab.json +1 -1
- package/json/flat/product/large/dark/components/table.json +2 -2
- package/json/flat/product/large/dark/mode.json +63 -70
- package/json/flat/product/large/light/components/button.json +34 -32
- package/json/flat/product/large/light/components/container.json +3 -3
- package/json/flat/product/large/light/components/form.json +4 -4
- package/json/flat/product/large/light/components/link.json +4 -4
- package/json/flat/product/large/light/components/nav.json +5 -5
- package/json/flat/product/large/light/components/popover.json +2 -2
- package/json/flat/product/large/light/components/progress.json +1 -0
- package/json/flat/product/large/light/components/status.json +23 -23
- package/json/flat/product/large/light/components/tab.json +1 -1
- package/json/flat/product/large/light/components/table.json +2 -2
- package/json/flat/product/large/light/mode.json +59 -66
- package/json/flat/product/small/dark/components/button.json +34 -32
- package/json/flat/product/small/dark/components/container.json +3 -3
- package/json/flat/product/small/dark/components/form.json +4 -4
- package/json/flat/product/small/dark/components/link.json +4 -4
- package/json/flat/product/small/dark/components/nav.json +5 -5
- package/json/flat/product/small/dark/components/popover.json +2 -2
- package/json/flat/product/small/dark/components/progress.json +1 -0
- package/json/flat/product/small/dark/components/status.json +24 -24
- package/json/flat/product/small/dark/components/tab.json +1 -1
- package/json/flat/product/small/dark/components/table.json +2 -2
- package/json/flat/product/small/dark/mode.json +63 -70
- package/json/flat/product/small/light/components/button.json +34 -32
- package/json/flat/product/small/light/components/container.json +3 -3
- package/json/flat/product/small/light/components/form.json +4 -4
- package/json/flat/product/small/light/components/link.json +4 -4
- package/json/flat/product/small/light/components/nav.json +5 -5
- package/json/flat/product/small/light/components/popover.json +2 -2
- package/json/flat/product/small/light/components/progress.json +1 -0
- package/json/flat/product/small/light/components/status.json +23 -23
- package/json/flat/product/small/light/components/tab.json +1 -1
- package/json/flat/product/small/light/components/table.json +2 -2
- package/json/flat/product/small/light/mode.json +59 -66
- package/json/nested/frozenproduct/large/dark/components/button.json +34 -32
- package/json/nested/frozenproduct/large/dark/components/container.json +3 -3
- package/json/nested/frozenproduct/large/dark/components/form.json +4 -4
- package/json/nested/frozenproduct/large/dark/components/link.json +4 -4
- package/json/nested/frozenproduct/large/dark/components/nav.json +5 -5
- package/json/nested/frozenproduct/large/dark/components/popover.json +2 -2
- package/json/nested/frozenproduct/large/dark/components/progress.json +1 -0
- package/json/nested/frozenproduct/large/dark/components/status.json +24 -24
- package/json/nested/frozenproduct/large/dark/components/tab.json +1 -1
- package/json/nested/frozenproduct/large/dark/components/table.json +2 -2
- package/json/nested/frozenproduct/large/dark/mode.json +62 -77
- package/json/nested/frozenproduct/large/light/components/button.json +34 -32
- package/json/nested/frozenproduct/large/light/components/container.json +3 -3
- package/json/nested/frozenproduct/large/light/components/form.json +4 -4
- package/json/nested/frozenproduct/large/light/components/link.json +4 -4
- package/json/nested/frozenproduct/large/light/components/nav.json +5 -5
- package/json/nested/frozenproduct/large/light/components/popover.json +2 -2
- package/json/nested/frozenproduct/large/light/components/progress.json +1 -0
- package/json/nested/frozenproduct/large/light/components/status.json +23 -23
- package/json/nested/frozenproduct/large/light/components/tab.json +1 -1
- package/json/nested/frozenproduct/large/light/components/table.json +2 -2
- package/json/nested/frozenproduct/large/light/mode.json +58 -73
- package/json/nested/frozenproduct/small/dark/components/button.json +34 -32
- package/json/nested/frozenproduct/small/dark/components/container.json +3 -3
- package/json/nested/frozenproduct/small/dark/components/form.json +4 -4
- package/json/nested/frozenproduct/small/dark/components/link.json +4 -4
- package/json/nested/frozenproduct/small/dark/components/nav.json +5 -5
- package/json/nested/frozenproduct/small/dark/components/popover.json +2 -2
- package/json/nested/frozenproduct/small/dark/components/progress.json +1 -0
- package/json/nested/frozenproduct/small/dark/components/status.json +24 -24
- package/json/nested/frozenproduct/small/dark/components/tab.json +1 -1
- package/json/nested/frozenproduct/small/dark/components/table.json +2 -2
- package/json/nested/frozenproduct/small/dark/mode.json +62 -77
- package/json/nested/frozenproduct/small/light/components/button.json +34 -32
- package/json/nested/frozenproduct/small/light/components/container.json +3 -3
- package/json/nested/frozenproduct/small/light/components/form.json +4 -4
- package/json/nested/frozenproduct/small/light/components/link.json +4 -4
- package/json/nested/frozenproduct/small/light/components/nav.json +5 -5
- package/json/nested/frozenproduct/small/light/components/popover.json +2 -2
- package/json/nested/frozenproduct/small/light/components/progress.json +1 -0
- package/json/nested/frozenproduct/small/light/components/status.json +23 -23
- package/json/nested/frozenproduct/small/light/components/tab.json +1 -1
- package/json/nested/frozenproduct/small/light/components/table.json +2 -2
- package/json/nested/frozenproduct/small/light/mode.json +58 -73
- package/json/nested/marketing/large/dark/components/button.json +34 -32
- package/json/nested/marketing/large/dark/components/container.json +3 -3
- package/json/nested/marketing/large/dark/components/form.json +4 -4
- package/json/nested/marketing/large/dark/components/link.json +4 -4
- package/json/nested/marketing/large/dark/components/nav.json +5 -5
- package/json/nested/marketing/large/dark/components/popover.json +2 -2
- package/json/nested/marketing/large/dark/components/progress.json +1 -0
- package/json/nested/marketing/large/dark/components/status.json +24 -24
- package/json/nested/marketing/large/dark/components/tab.json +1 -1
- package/json/nested/marketing/large/dark/components/table.json +2 -2
- package/json/nested/marketing/large/dark/mode.json +62 -77
- package/json/nested/marketing/large/light/components/button.json +34 -32
- package/json/nested/marketing/large/light/components/container.json +3 -3
- package/json/nested/marketing/large/light/components/form.json +4 -4
- package/json/nested/marketing/large/light/components/link.json +4 -4
- package/json/nested/marketing/large/light/components/nav.json +5 -5
- package/json/nested/marketing/large/light/components/popover.json +2 -2
- package/json/nested/marketing/large/light/components/progress.json +1 -0
- package/json/nested/marketing/large/light/components/status.json +23 -23
- package/json/nested/marketing/large/light/components/tab.json +1 -1
- package/json/nested/marketing/large/light/components/table.json +2 -2
- package/json/nested/marketing/large/light/mode.json +58 -73
- package/json/nested/marketing/small/dark/components/button.json +34 -32
- package/json/nested/marketing/small/dark/components/container.json +3 -3
- package/json/nested/marketing/small/dark/components/form.json +4 -4
- package/json/nested/marketing/small/dark/components/link.json +4 -4
- package/json/nested/marketing/small/dark/components/nav.json +5 -5
- package/json/nested/marketing/small/dark/components/popover.json +2 -2
- package/json/nested/marketing/small/dark/components/progress.json +1 -0
- package/json/nested/marketing/small/dark/components/status.json +24 -24
- package/json/nested/marketing/small/dark/components/tab.json +1 -1
- package/json/nested/marketing/small/dark/components/table.json +2 -2
- package/json/nested/marketing/small/dark/mode.json +62 -77
- package/json/nested/marketing/small/light/components/button.json +34 -32
- package/json/nested/marketing/small/light/components/container.json +3 -3
- package/json/nested/marketing/small/light/components/form.json +4 -4
- package/json/nested/marketing/small/light/components/link.json +4 -4
- package/json/nested/marketing/small/light/components/nav.json +5 -5
- package/json/nested/marketing/small/light/components/popover.json +2 -2
- package/json/nested/marketing/small/light/components/progress.json +1 -0
- package/json/nested/marketing/small/light/components/status.json +23 -23
- package/json/nested/marketing/small/light/components/tab.json +1 -1
- package/json/nested/marketing/small/light/components/table.json +2 -2
- package/json/nested/marketing/small/light/mode.json +58 -73
- package/json/nested/product/large/dark/components/button.json +34 -32
- package/json/nested/product/large/dark/components/container.json +3 -3
- package/json/nested/product/large/dark/components/form.json +4 -4
- package/json/nested/product/large/dark/components/link.json +4 -4
- package/json/nested/product/large/dark/components/nav.json +5 -5
- package/json/nested/product/large/dark/components/popover.json +2 -2
- package/json/nested/product/large/dark/components/progress.json +1 -0
- package/json/nested/product/large/dark/components/status.json +24 -24
- package/json/nested/product/large/dark/components/tab.json +1 -1
- package/json/nested/product/large/dark/components/table.json +2 -2
- package/json/nested/product/large/dark/mode.json +62 -77
- package/json/nested/product/large/light/components/button.json +34 -32
- package/json/nested/product/large/light/components/container.json +3 -3
- package/json/nested/product/large/light/components/form.json +4 -4
- package/json/nested/product/large/light/components/link.json +4 -4
- package/json/nested/product/large/light/components/nav.json +5 -5
- package/json/nested/product/large/light/components/popover.json +2 -2
- package/json/nested/product/large/light/components/progress.json +1 -0
- package/json/nested/product/large/light/components/status.json +23 -23
- package/json/nested/product/large/light/components/tab.json +1 -1
- package/json/nested/product/large/light/components/table.json +2 -2
- package/json/nested/product/large/light/mode.json +58 -73
- package/json/nested/product/small/dark/components/button.json +34 -32
- package/json/nested/product/small/dark/components/container.json +3 -3
- package/json/nested/product/small/dark/components/form.json +4 -4
- package/json/nested/product/small/dark/components/link.json +4 -4
- package/json/nested/product/small/dark/components/nav.json +5 -5
- package/json/nested/product/small/dark/components/popover.json +2 -2
- package/json/nested/product/small/dark/components/progress.json +1 -0
- package/json/nested/product/small/dark/components/status.json +24 -24
- package/json/nested/product/small/dark/components/tab.json +1 -1
- package/json/nested/product/small/dark/components/table.json +2 -2
- package/json/nested/product/small/dark/mode.json +62 -77
- package/json/nested/product/small/light/components/button.json +34 -32
- package/json/nested/product/small/light/components/container.json +3 -3
- package/json/nested/product/small/light/components/form.json +4 -4
- package/json/nested/product/small/light/components/link.json +4 -4
- package/json/nested/product/small/light/components/nav.json +5 -5
- package/json/nested/product/small/light/components/popover.json +2 -2
- package/json/nested/product/small/light/components/progress.json +1 -0
- package/json/nested/product/small/light/components/status.json +23 -23
- package/json/nested/product/small/light/components/tab.json +1 -1
- package/json/nested/product/small/light/components/table.json +2 -2
- package/json/nested/product/small/light/mode.json +58 -73
- package/package.json +1 -1
- package/sage-design-tokens-14.0.1.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +6 -4
- package/scss/frozenproduct/large/components/container.scss +2 -2
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +1 -0
- package/scss/frozenproduct/large/dark.scss +64 -71
- package/scss/frozenproduct/large/light.scss +60 -67
- package/scss/frozenproduct/small/components/button.scss +8 -6
- package/scss/frozenproduct/small/components/container.scss +2 -2
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +1 -0
- package/scss/frozenproduct/small/dark.scss +64 -71
- package/scss/frozenproduct/small/light.scss +60 -67
- package/scss/marketing/large/components/button.scss +6 -4
- package/scss/marketing/large/components/container.scss +2 -2
- package/scss/marketing/large/components/link.scss +2 -2
- package/scss/marketing/large/components/progress.scss +1 -0
- package/scss/marketing/large/dark.scss +64 -71
- package/scss/marketing/large/light.scss +60 -67
- package/scss/marketing/small/components/button.scss +19 -17
- package/scss/marketing/small/components/container.scss +11 -11
- package/scss/marketing/small/components/form.scss +7 -7
- package/scss/marketing/small/components/link.scss +4 -4
- package/scss/marketing/small/components/nav.scss +5 -5
- package/scss/marketing/small/components/page.scss +1 -1
- package/scss/marketing/small/components/popover.scss +2 -2
- package/scss/marketing/small/components/progress.scss +7 -6
- package/scss/marketing/small/components/status.scss +3 -3
- package/scss/marketing/small/components/tab.scss +7 -7
- package/scss/marketing/small/components/table.scss +10 -10
- package/scss/marketing/small/dark.scss +64 -71
- package/scss/marketing/small/light.scss +60 -67
- package/scss/product/large/components/button.scss +17 -15
- package/scss/product/large/components/container.scss +11 -11
- package/scss/product/large/components/form.scss +7 -7
- package/scss/product/large/components/link.scss +4 -4
- package/scss/product/large/components/nav.scss +5 -5
- package/scss/product/large/components/page.scss +1 -1
- package/scss/product/large/components/popover.scss +2 -2
- package/scss/product/large/components/progress.scss +7 -6
- package/scss/product/large/components/status.scss +3 -3
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +10 -10
- package/scss/product/large/dark.scss +64 -71
- package/scss/product/large/light.scss +60 -67
- package/scss/product/small/components/button.scss +6 -4
- package/scss/product/small/components/container.scss +2 -2
- package/scss/product/small/components/link.scss +2 -2
- package/scss/product/small/components/progress.scss +1 -0
- package/scss/product/small/dark.scss +64 -71
- package/scss/product/small/light.scss +60 -67
- package/sage-design-tokens-14.0.0.tgz +0 -0
@@ -144,85 +144,87 @@ export const buttonColorAiLabelEnabled = "#ffffffe6";
|
|
144
144
|
export const buttonColorAiLabelHover = "#FFFFFF";
|
145
145
|
export const buttonColorDestructivePrimaryBgDisabled = "#4b4b4b";
|
146
146
|
export const buttonColorDestructivePrimaryBgEnabled = "#E13E53";
|
147
|
-
export const buttonColorDestructivePrimaryBgHover = "#
|
147
|
+
export const buttonColorDestructivePrimaryBgHover = "#ea626a";
|
148
148
|
export const buttonColorDestructivePrimaryLabelDisabled = "#000000";
|
149
149
|
export const buttonColorDestructivePrimaryLabelEnabled = "#000000";
|
150
150
|
export const buttonColorDestructivePrimaryLabelHover = "#000000";
|
151
|
-
export const buttonColorDestructiveSecondaryBgHover = "#
|
151
|
+
export const buttonColorDestructiveSecondaryBgHover = "#e13e531a";
|
152
152
|
export const buttonColorDestructiveSecondaryBorderDisabled = "#4b4b4b";
|
153
153
|
export const buttonColorDestructiveSecondaryBorderEnabled = "#E13E53";
|
154
|
-
export const buttonColorDestructiveSecondaryBorderHover = "#
|
154
|
+
export const buttonColorDestructiveSecondaryBorderHover = "#ea626a";
|
155
155
|
export const buttonColorDestructiveSecondaryLabelDisabled = "#ffffff4d";
|
156
156
|
export const buttonColorDestructiveSecondaryLabelEnabled = "#E13E53";
|
157
|
-
export const buttonColorDestructiveSecondaryLabelHover = "#
|
158
|
-
export const buttonColorTypicalPrimaryBgActive = "#
|
157
|
+
export const buttonColorDestructiveSecondaryLabelHover = "#ea626a";
|
158
|
+
export const buttonColorTypicalPrimaryBgActive = "#7ce47a";
|
159
159
|
export const buttonColorTypicalPrimaryBgDefault = "#000000";
|
160
160
|
export const buttonColorTypicalPrimaryBgDisabled = "#4b4b4b";
|
161
161
|
export const buttonColorTypicalPrimaryBgEnabled = "#00D639";
|
162
|
-
export const buttonColorTypicalPrimaryBgHover = "#
|
162
|
+
export const buttonColorTypicalPrimaryBgHover = "#55dd5b";
|
163
163
|
export const buttonColorTypicalPrimaryLabelActive = "#000000";
|
164
164
|
export const buttonColorTypicalPrimaryLabelDisabled = "#000000";
|
165
165
|
export const buttonColorTypicalPrimaryLabelEnabled = "#000000";
|
166
166
|
export const buttonColorTypicalPrimaryLabelHover = "#000000";
|
167
|
-
export const buttonColorTypicalPrimaryInverseBgActive = "#
|
167
|
+
export const buttonColorTypicalPrimaryInverseBgActive = "#13591a";
|
168
168
|
export const buttonColorTypicalPrimaryInverseBgDefault = "#FFFFFF";
|
169
169
|
export const buttonColorTypicalPrimaryInverseBgDisabled = "#a6a6a6";
|
170
170
|
export const buttonColorTypicalPrimaryInverseBgEnabled = "#00811F";
|
171
|
-
export const buttonColorTypicalPrimaryInverseBgHover = "#
|
171
|
+
export const buttonColorTypicalPrimaryInverseBgHover = "#0e6d1d";
|
172
172
|
export const buttonColorTypicalPrimaryInverseLabelActive = "#FFFFFF";
|
173
173
|
export const buttonColorTypicalPrimaryInverseLabelDisabled = "#FFFFFF";
|
174
174
|
export const buttonColorTypicalPrimaryInverseLabelEnabled = "#FFFFFF";
|
175
175
|
export const buttonColorTypicalPrimaryInverseLabelHover = "#FFFFFF";
|
176
|
-
export const buttonColorTypicalSecondaryBgActive = "#
|
177
|
-
export const
|
178
|
-
export const
|
176
|
+
export const buttonColorTypicalSecondaryBgActive = "#00d6394d";
|
177
|
+
export const buttonColorTypicalSecondaryBgEnabled = "#00d63908";
|
178
|
+
export const buttonColorTypicalSecondaryBgHover = "#00d6391a";
|
179
|
+
export const buttonColorTypicalSecondaryBorderActive = "#7ce47a";
|
179
180
|
export const buttonColorTypicalSecondaryBorderDisabled = "#4b4b4b";
|
180
181
|
export const buttonColorTypicalSecondaryBorderEnabled = "#00d639cc";
|
181
|
-
export const buttonColorTypicalSecondaryBorderHover = "#
|
182
|
+
export const buttonColorTypicalSecondaryBorderHover = "#55dd5b";
|
182
183
|
export const buttonColorTypicalSecondaryLabelActive = "#FFFFFF";
|
183
184
|
export const buttonColorTypicalSecondaryLabelDisabled = "#ffffff4d";
|
184
185
|
export const buttonColorTypicalSecondaryLabelEnabled = "#ffffffe6";
|
185
186
|
export const buttonColorTypicalSecondaryLabelHover = "#FFFFFF";
|
186
|
-
export const buttonColorTypicalSecondaryInverseBgActive = "#
|
187
|
-
export const
|
188
|
-
export const
|
187
|
+
export const buttonColorTypicalSecondaryInverseBgActive = "#00811f4d";
|
188
|
+
export const buttonColorTypicalSecondaryInverseBgEnabled = "#00811f08";
|
189
|
+
export const buttonColorTypicalSecondaryInverseBgHover = "#0c711d1a";
|
190
|
+
export const buttonColorTypicalSecondaryInverseBorderActive = "#13591a";
|
189
191
|
export const buttonColorTypicalSecondaryInverseBorderDisabled = "#a6a6a6";
|
190
192
|
export const buttonColorTypicalSecondaryInverseBorderEnabled = "#00811fcc";
|
191
|
-
export const buttonColorTypicalSecondaryInverseBorderHover = "#
|
193
|
+
export const buttonColorTypicalSecondaryInverseBorderHover = "#0e6d1d";
|
192
194
|
export const buttonColorTypicalSecondaryInverseLabelActive = "#000000";
|
193
195
|
export const buttonColorTypicalSecondaryInverseLabelDisabled = "#0000006b";
|
194
196
|
export const buttonColorTypicalSecondaryInverseLabelEnabled = "#000000e6";
|
195
197
|
export const buttonColorTypicalSecondaryInverseLabelHover = "#000000";
|
196
|
-
export const buttonColorTypicalTertiaryBgActive = "#
|
198
|
+
export const buttonColorTypicalTertiaryBgActive = "#00d6394d";
|
197
199
|
export const buttonColorTypicalTertiaryBgEnabled = "#fff0";
|
198
|
-
export const buttonColorTypicalTertiaryBgHover = "#
|
199
|
-
export const buttonColorTypicalTertiaryBorderActive = "#
|
200
|
+
export const buttonColorTypicalTertiaryBgHover = "#00d6391a";
|
201
|
+
export const buttonColorTypicalTertiaryBorderActive = "#7ce47a";
|
200
202
|
export const buttonColorTypicalTertiaryBorderDisabled = "#4b4b4b";
|
201
|
-
export const buttonColorTypicalTertiaryBorderEnabled = "#
|
202
|
-
export const buttonColorTypicalTertiaryBorderHover = "#
|
203
|
+
export const buttonColorTypicalTertiaryBorderEnabled = "#00d639cc";
|
204
|
+
export const buttonColorTypicalTertiaryBorderHover = "#55dd5b";
|
203
205
|
export const buttonColorTypicalTertiaryLabelActive = "#FFFFFF";
|
204
206
|
export const buttonColorTypicalTertiaryLabelDisabled = "#ffffff4d";
|
205
207
|
export const buttonColorTypicalTertiaryLabelEnabled = "#ffffffe6";
|
206
208
|
export const buttonColorTypicalTertiaryLabelHover = "#FFFFFF";
|
207
|
-
export const buttonColorTypicalTertiaryInverseBgActive = "#
|
209
|
+
export const buttonColorTypicalTertiaryInverseBgActive = "#00811f4d";
|
208
210
|
export const buttonColorTypicalTertiaryInverseBgEnabled = "#fff0";
|
209
|
-
export const buttonColorTypicalTertiaryInverseBgHover = "#
|
210
|
-
export const buttonColorTypicalTertiaryInverseBorderActive = "#
|
211
|
+
export const buttonColorTypicalTertiaryInverseBgHover = "#0c711d1a";
|
212
|
+
export const buttonColorTypicalTertiaryInverseBorderActive = "#13591a";
|
211
213
|
export const buttonColorTypicalTertiaryInverseBorderDisabled = "#a6a6a6";
|
212
|
-
export const buttonColorTypicalTertiaryInverseBorderEnabled = "#
|
213
|
-
export const buttonColorTypicalTertiaryInverseBorderHover = "#
|
214
|
+
export const buttonColorTypicalTertiaryInverseBorderEnabled = "#00811fcc";
|
215
|
+
export const buttonColorTypicalTertiaryInverseBorderHover = "#0e6d1d";
|
214
216
|
export const buttonColorTypicalTertiaryInverseLabelActive = "#000000";
|
215
217
|
export const buttonColorTypicalTertiaryInverseLabelDisabled = "#0000006b";
|
216
218
|
export const buttonColorTypicalTertiaryInverseLabelEnabled = "#000000e6";
|
217
219
|
export const buttonColorTypicalTertiaryInverseLabelHover = "#000000";
|
218
|
-
export const buttonColorTypicalSubtleBgActive = "#
|
219
|
-
export const buttonColorTypicalSubtleBgHover = "#
|
220
|
+
export const buttonColorTypicalSubtleBgActive = "#ffffff26";
|
221
|
+
export const buttonColorTypicalSubtleBgHover = "#ffffff1a";
|
220
222
|
export const buttonColorTypicalSubtleLabelActive = "#FFFFFF";
|
221
223
|
export const buttonColorTypicalSubtleLabelDisabled = "#ffffff4d";
|
222
224
|
export const buttonColorTypicalSubtleLabelEnabled = "#ffffffe6";
|
223
225
|
export const buttonColorTypicalSubtleLabelHover = "#FFFFFF";
|
224
|
-
export const buttonColorTypicalSubtleInverseBgActive = "#
|
225
|
-
export const buttonColorTypicalSubtleInverseBgHover = "#
|
226
|
+
export const buttonColorTypicalSubtleInverseBgActive = "#00000026";
|
227
|
+
export const buttonColorTypicalSubtleInverseBgHover = "#0000001a";
|
226
228
|
export const buttonColorTypicalSubtleInverseLabelActive = "#000000";
|
227
229
|
export const buttonColorTypicalSubtleInverseLabelDisabled = "#0000006b";
|
228
230
|
export const buttonColorTypicalSubtleInverseLabelEnabled = "#000000e6";
|
@@ -230,14 +232,14 @@ export const buttonColorTypicalSubtleInverseLabelHover = "#000000";
|
|
230
232
|
export const buttonColorTypicalToggleBgActiveDisabled = "#4b4b4b";
|
231
233
|
export const buttonColorTypicalToggleLabelActiveDisabled = "#000000";
|
232
234
|
export const buttonColorTypicalToggleBgActive = "#FFFFFF";
|
233
|
-
export const buttonColorTypicalToggleBgHover = "#
|
235
|
+
export const buttonColorTypicalToggleBgHover = "#ffffff1a";
|
234
236
|
export const buttonColorTypicalToggleBorderEnabled = "#ffffffe6";
|
235
237
|
export const buttonColorTypicalToggleBorderDisabled = "#4b4b4b";
|
236
238
|
export const buttonColorTypicalToggleLabelActive = "#000000";
|
237
239
|
export const buttonColorTypicalToggleLabelDisabled = "#ffffff4d";
|
238
240
|
export const buttonColorTypicalToggleLabelEnabled = "#ffffffab";
|
239
241
|
export const buttonColorTypicalToggleLabelHover = "#FFFFFF";
|
240
|
-
export const buttonColorVideoBgBlur = "#
|
242
|
+
export const buttonColorVideoBgBlur = "#ffffff1a";
|
241
243
|
export const buttonColorVideoPrimaryBgEnabled = "#000000";
|
242
244
|
export const buttonColorVideoPrimaryBgHover = "#000000";
|
243
245
|
export const buttonColorVideoPrimaryLabelEnabled = "#ffffffe6";
|
@@ -21,10 +21,10 @@ export const containerColorInteractiveBorderActivated = "#009023";
|
|
21
21
|
export const containerColorInteractiveBgFooterDefault = "#000000";
|
22
22
|
export const containerColorInteractiveBgEnabled = "#000000";
|
23
23
|
export const containerColorInteractiveBgDisabled = "#0e0e0e";
|
24
|
-
export const containerColorInteractiveBgHover = "#
|
24
|
+
export const containerColorInteractiveBgHover = "#ffffff1a";
|
25
25
|
export const containerColorInteractiveBorderActive = "#FFFFFF";
|
26
26
|
export const containerColorInteractiveBorderAlt = "#282828";
|
27
|
-
export const containerColorInteractiveBorderaltHover = "#
|
27
|
+
export const containerColorInteractiveBorderaltHover = "#ffffffe6";
|
28
28
|
export const containerColorInteractiveBorderInactive = "#4b4b4b";
|
29
29
|
export const containerColorInteractiveBorderEnabled = "#777";
|
30
30
|
export const containerColorInteractiveIconActive = "#FFFFFF";
|
@@ -454,7 +454,7 @@ export const containerBorderwidthTileselectInactive = 1;
|
|
454
454
|
export const containerBorderwidthTileselectSelected = 2;
|
455
455
|
export const containerBorderwidthTileselectUnavailable = 1;
|
456
456
|
export const containerBorderwidthTileselectEnabled = 1;
|
457
|
-
export const containerOpacityCarouselHidden = "0.
|
457
|
+
export const containerOpacityCarouselHidden = "0.3";
|
458
458
|
export const containerOpacityDialogDimmer = "0.4";
|
459
459
|
export const containerOpacityDragGhost = "0.5";
|
460
460
|
export const containerTypographyAdaptiveHeadingM = {
|
@@ -190,8 +190,8 @@ export const formSizeRatingM = 20;
|
|
190
190
|
export const formSizeRatingL = 32;
|
191
191
|
export const formColorCalendarBgActive = "#FFFFFF";
|
192
192
|
export const formColorCalendarBgDisabled = "#0e0e0e";
|
193
|
-
export const formColorCalendarBgDuration = "#
|
194
|
-
export const formColorCalendarBgHover = "#
|
193
|
+
export const formColorCalendarBgDuration = "#1b1b1b";
|
194
|
+
export const formColorCalendarBgHover = "#ffffff1a";
|
195
195
|
export const formColorCalendarBorderDuration = "#FFFFFF";
|
196
196
|
export const formColorCalendarTextActive = "#000000";
|
197
197
|
export const formColorCalendarTextAlt = "#ffffff8c";
|
@@ -200,7 +200,7 @@ export const formColorCalendarTextDuration = "#fffffff2";
|
|
200
200
|
export const formColorCalendarTextEnabled = "#fffffff2";
|
201
201
|
export const formColorCalendarTextHover = "#FFFFFF";
|
202
202
|
export const formColorCalendarTextAltEnabled = "#ffffff8c";
|
203
|
-
export const formColorDropdownBgHover = "#
|
203
|
+
export const formColorDropdownBgHover = "#ffffff1a";
|
204
204
|
export const formColorDropdownLabelActive = "#000000";
|
205
205
|
export const formColorDropdownLabelAlt = "#ffffffe6";
|
206
206
|
export const formColorDropdownLabelDisabled = "#ffffff4d";
|
@@ -215,7 +215,7 @@ export const formColorTypicalBgAlt = "#0e0e0e";
|
|
215
215
|
export const formColorTypicalBgDisabled = "#0e0e0e";
|
216
216
|
export const formColorTypicalBgDefault = "#000000";
|
217
217
|
export const formColorTypicalBgEnabled = "#000000";
|
218
|
-
export const formColorTypicalBgHover = "#
|
218
|
+
export const formColorTypicalBgHover = "#1b1b1b";
|
219
219
|
export const formColorTypicalBgReadOnly = "#0e0e0e";
|
220
220
|
export const formColorTypicalBorderAlt = "#4b4b4b";
|
221
221
|
export const formColorTypicalBorderEnabled = "#777";
|
@@ -7,13 +7,13 @@
|
|
7
7
|
*/
|
8
8
|
|
9
9
|
export const linkColorDestructiveLabelDefault = "#e85b66";
|
10
|
-
export const linkColorDestructiveLabelHover = "#
|
10
|
+
export const linkColorDestructiveLabelHover = "#ed6e74";
|
11
11
|
export const linkColorDestructiveInverseLabelDefault = "#b23342";
|
12
|
-
export const linkColorDestructiveInverseLabelHover = "#
|
12
|
+
export const linkColorDestructiveInverseLabelHover = "#9f303c";
|
13
13
|
export const linkColorTypicalLabelDefault = "#4cdc55";
|
14
|
-
export const linkColorTypicalLabelHover = "#
|
14
|
+
export const linkColorTypicalLabelHover = "#71e270";
|
15
15
|
export const linkColorTypicalInverseLabelDefault = "#0c711d";
|
16
|
-
export const linkColorTypicalInverseLabelHover = "#
|
16
|
+
export const linkColorTypicalInverseLabelHover = "#11651c";
|
17
17
|
export const linkColorSubtleLabelDefault = "#ffffffe6";
|
18
18
|
export const linkColorSubtleLabelHover = "#FFFFFF";
|
19
19
|
export const linkColorSubtleInverseLabelDefault = "#000000e6";
|
@@ -8,9 +8,9 @@
|
|
8
8
|
|
9
9
|
export const navColorBgDefault = "#000000";
|
10
10
|
export const navColorItemBgActive = "#FFFFFF";
|
11
|
-
export const navColorItemBgActivealt = "#
|
11
|
+
export const navColorItemBgActivealt = "#ffffff1a";
|
12
12
|
export const navColorItemBgEnabled = "#fff0";
|
13
|
-
export const navColorItemBgHover = "#
|
13
|
+
export const navColorItemBgHover = "#ffffff1a";
|
14
14
|
export const navColorItemLabelActive = "#000000";
|
15
15
|
export const navColorItemLabelActivealt = "#FFFFFF";
|
16
16
|
export const navColorItemLabelEnabled = "#ffffffe6";
|
@@ -25,7 +25,7 @@ export const navColorLeftnavContainerBgDefaultAlt = "#181818";
|
|
25
25
|
export const navColorLeftnavContainerBorderDefault = "#4b4b4b";
|
26
26
|
export const navColorLeftnavItemBgActive = "#ffffff59";
|
27
27
|
export const navColorLeftnavItemBgEnabled = "#fff0";
|
28
|
-
export const navColorLeftnavItemBgHover = "#
|
28
|
+
export const navColorLeftnavItemBgHover = "#ffffff26";
|
29
29
|
export const navColorLeftnavItemLabelActive = "#FFFFFF";
|
30
30
|
export const navColorLeftnavItemLabelEnabled = "#fffffff2";
|
31
31
|
export const navColorLeftnavItemLabelHover = "#FFFFFF";
|
@@ -34,7 +34,7 @@ export const navColorModalContainerBgDefaultAlt = "#181818";
|
|
34
34
|
export const navColorModalContainerBorderDefault = "#4b4b4b";
|
35
35
|
export const navColorModalItemBgActive = "#ffffff59";
|
36
36
|
export const navColorModalItemBgEnabled = "#fff0";
|
37
|
-
export const navColorModalItemBgHover = "#
|
37
|
+
export const navColorModalItemBgHover = "#ffffff26";
|
38
38
|
export const navColorModalItemLabelActive = "#FFFFFF";
|
39
39
|
export const navColorModalItemLabelEnabled = "#fffffff2";
|
40
40
|
export const navColorModalItemLabelHover = "#FFFFFF";
|
@@ -43,7 +43,7 @@ export const navColorTopnavContainerBgDefault = "#000000";
|
|
43
43
|
export const navColorTopnavContainerBorderDefault = "#4b4b4b";
|
44
44
|
export const navColorTopnavItemBgActive = "#ffffff59";
|
45
45
|
export const navColorTopnavItemBgEnabled = "#fff0";
|
46
|
-
export const navColorTopnavItemBgHover = "#
|
46
|
+
export const navColorTopnavItemBgHover = "#ffffff26";
|
47
47
|
export const navColorTopnavItemLabelActive = "#FFFFFF";
|
48
48
|
export const navColorTopnavItemLabelEnabled = "#fffffff2";
|
49
49
|
export const navColorTopnavItemLabelHover = "#FFFFFF";
|
@@ -59,9 +59,9 @@ export const popoverSpaceSubmenuXS = 16;
|
|
59
59
|
export const popoverSpaceSubmenuXM = 16;
|
60
60
|
export const popoverSpaceSubmenuXL = 16;
|
61
61
|
export const popoverColorBgActive = "#FFFFFF";
|
62
|
-
export const popoverColorBgActivealt = "#
|
62
|
+
export const popoverColorBgActivealt = "#ffffff1a";
|
63
63
|
export const popoverColorBgDefault = "#000000";
|
64
|
-
export const popoverColorBgHover = "#
|
64
|
+
export const popoverColorBgHover = "#ffffff1a";
|
65
65
|
export const popoverColorLabelActive = "#000000";
|
66
66
|
export const popoverColorLabelActivealt = "#FFFFFF";
|
67
67
|
export const popoverColorLabelDisabled = "#ffffff4d";
|
@@ -13,6 +13,7 @@ export const progressSizeCarouselselectorDotM: number;
|
|
13
13
|
export const progressSizeCarouselselectorActivedotM: number;
|
14
14
|
export const progressSizeCarouselselectorHitareaM: number;
|
15
15
|
export const progressSizeCarouselslideXM: number;
|
16
|
+
export const progressSizeSpinnerXxs: number;
|
16
17
|
export const progressSizeSpinnerXs: number;
|
17
18
|
export const progressSizeSpinnerS: number;
|
18
19
|
export const progressSizeSpinnerM: number;
|
@@ -13,6 +13,7 @@ export const progressSizeCarouselselectorDotM = 10;
|
|
13
13
|
export const progressSizeCarouselselectorActivedotM = 16;
|
14
14
|
export const progressSizeCarouselselectorHitareaM = 24;
|
15
15
|
export const progressSizeCarouselslideXM = 56;
|
16
|
+
export const progressSizeSpinnerXxs = 16;
|
16
17
|
export const progressSizeSpinnerXs = 20;
|
17
18
|
export const progressSizeSpinnerS = 32;
|
18
19
|
export const progressSizeSpinnerM = 64;
|
@@ -10,13 +10,13 @@ export const statusColorNone = "#fff0";
|
|
10
10
|
export const statusColorMessageGlobalLabelDefault = "#fffffff2";
|
11
11
|
export const statusColorMessageGlobalLabelHover = "#FFFFFF";
|
12
12
|
export const statusColorMessageGlobalCalloutBgDefault = "#122211";
|
13
|
-
export const statusColorMessageGlobalCalloutBgHover = "#
|
13
|
+
export const statusColorMessageGlobalCalloutBgHover = "#263525";
|
14
14
|
export const statusColorMessageGlobalCalloutIcon = "#fffffff2";
|
15
15
|
export const statusColorMessageGlobalInfoBgDefault = "#111722";
|
16
|
-
export const statusColorMessageGlobalInfoBgHover = "#
|
16
|
+
export const statusColorMessageGlobalInfoBgHover = "#17253a";
|
17
17
|
export const statusColorMessageGlobalInfoIcon = "#007ED9";
|
18
18
|
export const statusColorMessageGlobalWarningBgDefault = "#251206";
|
19
|
-
export const statusColorMessageGlobalWarningBgHover = "#
|
19
|
+
export const statusColorMessageGlobalWarningBgHover = "#3e1a0b";
|
20
20
|
export const statusColorMessageGlobalWarningIcon = "#E04500";
|
21
21
|
export const statusColorMessageContextualBg = "#000000";
|
22
22
|
export const statusColorMessageContextualIcon = "#000000";
|
@@ -53,53 +53,53 @@ export const statusColorPillGenericInverseLabelAltDefault = "#000000f2";
|
|
53
53
|
export const statusColorPillGenericInverseLabelAltHover = "#000000f2";
|
54
54
|
export const statusColorPillErrorBgDefault = "#E13E53";
|
55
55
|
export const statusColorPillErrorBgAltDefault = "#241212";
|
56
|
-
export const statusColorPillErrorBgAltHover = "#
|
57
|
-
export const statusColorPillErrorBgHover = "#
|
56
|
+
export const statusColorPillErrorBgAltHover = "#3d1a1c";
|
57
|
+
export const statusColorPillErrorBgHover = "#ea626a";
|
58
58
|
export const statusColorPillErrorBorderDefault = "#E13E53";
|
59
59
|
export const statusColorPillErrorInverseBgDefault = "#CD384B";
|
60
60
|
export const statusColorPillErrorInverseBgAltDefault = "#fdeceb";
|
61
|
-
export const statusColorPillErrorInverseBgAltHover = "#
|
62
|
-
export const statusColorPillErrorInverseBgHover = "#
|
61
|
+
export const statusColorPillErrorInverseBgAltHover = "#f9d3d1";
|
62
|
+
export const statusColorPillErrorInverseBgHover = "#ac3240";
|
63
63
|
export const statusColorPillErrorInverseBorderDefault = "#CD384B";
|
64
64
|
export const statusColorPillInfoBgDefault = "#007ED9";
|
65
65
|
export const statusColorPillInfoBgAltDefault = "#111722";
|
66
|
-
export const statusColorPillInfoBgAltHover = "#
|
67
|
-
export const statusColorPillInfoBgHover = "#
|
66
|
+
export const statusColorPillInfoBgAltHover = "#17253a";
|
67
|
+
export const statusColorPillInfoBgHover = "#4f90df";
|
68
68
|
export const statusColorPillInfoBorderDefault = "#007ED9";
|
69
69
|
export const statusColorPillInfoInverseBgDefault = "#0060A7";
|
70
70
|
export const statusColorPillInfoInverseBgAltDefault = "#eaeef6";
|
71
|
-
export const statusColorPillInfoInverseBgAltHover = "#
|
72
|
-
export const statusColorPillInfoInverseBgHover = "#
|
71
|
+
export const statusColorPillInfoInverseBgAltHover = "#cdd7ea";
|
72
|
+
export const statusColorPillInfoInverseBgHover = "#10518c";
|
73
73
|
export const statusColorPillInfoInverseBorderDefault = "#0060A7";
|
74
74
|
export const statusColorPillNeutralBgDefault = "#7C7C7C";
|
75
75
|
export const statusColorPillNeutralBgAltDefault = "#171717";
|
76
|
-
export const statusColorPillNeutralBgAltHover = "#
|
77
|
-
export const statusColorPillNeutralBgHover = "#
|
76
|
+
export const statusColorPillNeutralBgAltHover = "#242424";
|
77
|
+
export const statusColorPillNeutralBgHover = "#8e8e8e";
|
78
78
|
export const statusColorPillNeutralBorderDefault = "#7C7C7C";
|
79
79
|
export const statusColorPillNeutralInverseBgDefault = "#656565";
|
80
80
|
export const statusColorPillNeutralInverseBgAltDefault = "#efefef";
|
81
|
-
export const statusColorPillNeutralInverseBgAltHover = "#
|
82
|
-
export const statusColorPillNeutralInverseBgHover = "#
|
81
|
+
export const statusColorPillNeutralInverseBgAltHover = "#d9d9d9";
|
82
|
+
export const statusColorPillNeutralInverseBgHover = "#696969";
|
83
83
|
export const statusColorPillNeutralInverseBorderDefault = "#656565";
|
84
84
|
export const statusColorPillSuccessBgDefault = "#009023";
|
85
85
|
export const statusColorPillSuccessBgAltDefault = "#0e1a0b";
|
86
|
-
export const statusColorPillSuccessBgAltHover = "#
|
87
|
-
export const statusColorPillSuccessBgHover = "#
|
86
|
+
export const statusColorPillSuccessBgAltHover = "#132912";
|
87
|
+
export const statusColorPillSuccessBgHover = "#359b3b";
|
88
88
|
export const statusColorPillSuccessBorderDefault = "#009023";
|
89
89
|
export const statusColorPillSuccessInverseBgDefault = "#00811F";
|
90
90
|
export const statusColorPillSuccessInverseBgAltDefault = "#e9f2e8";
|
91
|
-
export const statusColorPillSuccessInverseBgAltHover = "#
|
92
|
-
export const statusColorPillSuccessInverseBgHover = "#
|
91
|
+
export const statusColorPillSuccessInverseBgAltHover = "#cbe1c9";
|
92
|
+
export const statusColorPillSuccessInverseBgHover = "#0e6d1d";
|
93
93
|
export const statusColorPillSuccessInverseBorderDefault = "#00811F";
|
94
94
|
export const statusColorPillWarningBgDefault = "#E04500";
|
95
95
|
export const statusColorPillWarningBgAltDefault = "#251206";
|
96
|
-
export const statusColorPillWarningBgAltHover = "#
|
97
|
-
export const statusColorPillWarningBgHover = "#
|
96
|
+
export const statusColorPillWarningBgAltHover = "#3e1a0b";
|
97
|
+
export const statusColorPillWarningBgHover = "#eb6530";
|
98
98
|
export const statusColorPillWarningBorderDefault = "#E04500";
|
99
99
|
export const statusColorPillWarningInverseBgDefault = "#D64309";
|
100
100
|
export const statusColorPillWarningInverseBgAltDefault = "#ffede5";
|
101
|
-
export const statusColorPillWarningInverseBgAltHover = "#
|
102
|
-
export const statusColorPillWarningInverseBgHover = "#
|
101
|
+
export const statusColorPillWarningInverseBgAltHover = "#fed5c3";
|
102
|
+
export const statusColorPillWarningInverseBgHover = "#b33b0d";
|
103
103
|
export const statusColorPillWarningInverseBorderDefault = "#D64309";
|
104
104
|
export const statusColorPillReadonlyBgDefault = "#4b4b4b";
|
105
105
|
export const statusColorPillReadonlyBorderDefault = "#4b4b4b";
|
@@ -107,7 +107,7 @@ export const statusColorPillReadonlyLabel = "#ffffffab";
|
|
107
107
|
export const statusColorRatingBgDefault = "#00D639";
|
108
108
|
export const statusColorRatingBgDefaultAlt =
|
109
109
|
"linear-gradient(90deg, #00D639 0%, #00D639 50%, #282828 50%, #282828 100%)";
|
110
|
-
export const statusColorRatingBgHover = "#
|
110
|
+
export const statusColorRatingBgHover = "#17b333";
|
111
111
|
export const statusColorRatingBorderDefault = "#00D639";
|
112
112
|
export const statusSizePillS = 20;
|
113
113
|
export const statusSizePillM = 24;
|
@@ -23,7 +23,7 @@ export const tabSpaceYM = 8;
|
|
23
23
|
export const tabSpaceYL = 12;
|
24
24
|
export const tabColorBgActive = "#000000";
|
25
25
|
export const tabColorBgEnabled = "#fff0";
|
26
|
-
export const tabColorBgHover = "#
|
26
|
+
export const tabColorBgHover = "#ffffff1a";
|
27
27
|
export const tabColorBorderActivealt = "#282828";
|
28
28
|
export const tabColorBorderActive = "#FFFFFF";
|
29
29
|
export const tabColorBorderEnabled = "#282828";
|
@@ -8,13 +8,13 @@
|
|
8
8
|
|
9
9
|
export const tableColorHeaderSubtleBgAlt = "#ffffff14";
|
10
10
|
export const tableColorHeaderSubtleBgDefault = "#fff0";
|
11
|
-
export const tableColorHeaderSubtleBgHover = "#
|
11
|
+
export const tableColorHeaderSubtleBgHover = "#ffffff26";
|
12
12
|
export const tableColorHeaderSubtleBorderDefault = "#282828";
|
13
13
|
export const tableColorHeaderSubtleLabelDefault = "#ffffffe6";
|
14
14
|
export const tableColorHeaderSubtleLabelHover = "#ffffffe6";
|
15
15
|
export const tableColorHeaderHarshBgAlt = "#ffffffe6";
|
16
16
|
export const tableColorHeaderHarshBgDefault = "#ffffffab";
|
17
|
-
export const tableColorHeaderHarshBgHover = "#
|
17
|
+
export const tableColorHeaderHarshBgHover = "#ffffff26";
|
18
18
|
export const tableColorHeaderHarshBorderDefault = "#4b4b4b";
|
19
19
|
export const tableColorHeaderHarshLabelDefault = "#000000";
|
20
20
|
export const tableColorHeaderHarshLabelHover = "#ffffffe6";
|
@@ -269,10 +269,3 @@ export const modesColorStatusReviewsFrozenDefaultAlt: string;
|
|
269
269
|
export const modesColorStatusReviewsFrozenHover: string;
|
270
270
|
export const modesColorModifierContrastLess: string;
|
271
271
|
export const modesColorModifierContrastMore: string;
|
272
|
-
export const modesColorModifiersButtonActive: string;
|
273
|
-
export const modesColorModifiersButtonActiveAlt: string;
|
274
|
-
export const modesColorModifiersButtonHover: string;
|
275
|
-
export const modesColorModifiersButtonHoverAlt: string;
|
276
|
-
export const modesColorModifiersInputDisabledBg: string;
|
277
|
-
export const modesColorModifiersInputDisabledFg: string;
|
278
|
-
export const modesColorModifiersShadowStandard: string;
|