@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
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"tableColorHeaderSubtleBgAlt": "#0000000a",
|
3
3
|
"tableColorHeaderSubtleBgDefault": "#fff0",
|
4
|
-
"tableColorHeaderSubtleBgHover": "#
|
4
|
+
"tableColorHeaderSubtleBgHover": "#00000026",
|
5
5
|
"tableColorHeaderSubtleBorderDefault": "#d1d1d1",
|
6
6
|
"tableColorHeaderSubtleLabelDefault": "#000000e6",
|
7
7
|
"tableColorHeaderSubtleLabelHover": "#000000e6",
|
8
8
|
"tableColorHeaderHarshBgAlt": "#000000e6",
|
9
9
|
"tableColorHeaderHarshBgDefault": "#000000ab",
|
10
|
-
"tableColorHeaderHarshBgHover": "#
|
10
|
+
"tableColorHeaderHarshBgHover": "#00000026",
|
11
11
|
"tableColorHeaderHarshBorderDefault": "#a6a6a6",
|
12
12
|
"tableColorHeaderHarshLabelDefault": "#FFFFFF",
|
13
13
|
"tableColorHeaderHarshLabelHover": "#000000e6",
|
@@ -59,27 +59,27 @@
|
|
59
59
|
"modesColorInteractiveAiActive": "linear-gradient(90deg, #13A03826 0%, #14919726 40%, #a87cfb26 90%)",
|
60
60
|
"modesColorInteractiveAiHover": "linear-gradient(90deg, #13A03814 0%, #14919714 40%, #a87cfb14 90%)",
|
61
61
|
"modesColorInteractiveAiDefault": "linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%)",
|
62
|
-
"modesColorInteractiveDangerActive": "#
|
62
|
+
"modesColorInteractiveDangerActive": "#8c2c35",
|
63
63
|
"modesColorInteractiveDangerDefault": "#CD384B",
|
64
64
|
"modesColorInteractiveDangerDefaultAlt": "#b23342",
|
65
|
-
"modesColorInteractiveDangerHover": "#
|
66
|
-
"modesColorInteractiveDangerHoverAlt": "#
|
67
|
-
"modesColorInteractiveDangerHoverAlt2": "#
|
65
|
+
"modesColorInteractiveDangerHover": "#ac3240",
|
66
|
+
"modesColorInteractiveDangerHoverAlt": "#cd384b1a",
|
67
|
+
"modesColorInteractiveDangerHoverAlt2": "#9f303c",
|
68
68
|
"modesColorInteractiveDangerWithActive": "#FFFFFF",
|
69
69
|
"modesColorInteractiveDangerWithDefault": "#FFFFFF",
|
70
|
-
"modesColorInteractiveDangerInverseActive": "#
|
70
|
+
"modesColorInteractiveDangerInverseActive": "#f28083",
|
71
71
|
"modesColorInteractiveDangerInverseDefault": "#E13E53",
|
72
72
|
"modesColorInteractiveDangerInverseDefaultAlt": "#e85b66",
|
73
|
-
"modesColorInteractiveDangerInverseHover": "#
|
74
|
-
"modesColorInteractiveDangerInverseHoverAlt": "#
|
75
|
-
"modesColorInteractiveDangerInverseHoverAlt2": "#
|
73
|
+
"modesColorInteractiveDangerInverseHover": "#ea626a",
|
74
|
+
"modesColorInteractiveDangerInverseHoverAlt": "#e13e531a",
|
75
|
+
"modesColorInteractiveDangerInverseHoverAlt2": "#ed6e74",
|
76
76
|
"modesColorInteractiveDangerInverseWithActive": "#000000",
|
77
77
|
"modesColorInteractiveDangerInverseWithDefault": "#000000",
|
78
78
|
"modesColorInteractiveDataEntryDefault": "#FFFFFF",
|
79
79
|
"modesColorInteractiveDataEntryWithActive": "#000000",
|
80
80
|
"modesColorInteractiveDataEntryWithActiveAlt": "#FFFFFF",
|
81
81
|
"modesColorInteractiveDataEntryWithHover": "#000000",
|
82
|
-
"modesColorInteractiveDataEntryHoverAlt": "#
|
82
|
+
"modesColorInteractiveDataEntryHoverAlt": "#e2e2e2",
|
83
83
|
"modesColorInteractiveDataEntryWithDefault": "#777",
|
84
84
|
"modesColorInteractiveDataEntryDefaultAlt": "#f3f3f3",
|
85
85
|
"modesColorInteractiveDataEntryContent": "#000000f2",
|
@@ -105,31 +105,31 @@
|
|
105
105
|
"modesColorInteractiveInactiveInverseContent": "#ffffff6b",
|
106
106
|
"modesColorInteractiveInactiveInverseContentAlt": "#000000",
|
107
107
|
"modesColorInteractiveMonochromeActive": "#000000",
|
108
|
-
"modesColorInteractiveMonochromeActiveAlt": "#
|
108
|
+
"modesColorInteractiveMonochromeActiveAlt": "#00000026",
|
109
109
|
"modesColorInteractiveMonochromeDefault": "#000000e6",
|
110
110
|
"modesColorInteractiveMonochromeDefaultAlt": "#000000ab",
|
111
111
|
"modesColorInteractiveMonochromeDefaultAlt2": "#0000006b",
|
112
|
-
"modesColorInteractiveMonochromeHoverAlt": "#
|
113
|
-
"modesColorInteractiveMonochromeHover": "#
|
112
|
+
"modesColorInteractiveMonochromeHoverAlt": "#0000001a",
|
113
|
+
"modesColorInteractiveMonochromeHover": "#00000026",
|
114
114
|
"modesColorInteractiveMonochromeWithActive": "#FFFFFF",
|
115
115
|
"modesColorInteractiveMonochromeWithActiveAlt": "#000000",
|
116
116
|
"modesColorInteractiveMonochromeWithDefault": "#FFFFFF",
|
117
117
|
"modesColorInteractiveMonochromeWithHover": "#000000",
|
118
118
|
"modesColorInteractiveMonochromeFrozenActive": "#223743",
|
119
|
-
"modesColorInteractiveMonochromeFrozenActiveAlt": "#
|
119
|
+
"modesColorInteractiveMonochromeFrozenActiveAlt": "#22374326",
|
120
120
|
"modesColorInteractiveMonochromeFrozenDefault": "#335B70",
|
121
121
|
"modesColorInteractiveMonochromeFrozenDefaultAlt": "#476a7d",
|
122
|
-
"modesColorInteractiveMonochromeFrozenHoverAlt": "#
|
122
|
+
"modesColorInteractiveMonochromeFrozenHoverAlt": "#2237431a",
|
123
123
|
"modesColorInteractiveMonochromeFrozenWithActive": "#FFFFFF",
|
124
124
|
"modesColorInteractiveMonochromeFrozenWithHover": "#223743",
|
125
125
|
"modesColorInteractiveMonochromeFrozenWithHoverAlt": "#FFFFFF",
|
126
126
|
"modesColorInteractiveMonochromeInverseActive": "#FFFFFF",
|
127
|
-
"modesColorInteractiveMonochromeInverseActiveAlt": "#
|
127
|
+
"modesColorInteractiveMonochromeInverseActiveAlt": "#ffffff26",
|
128
128
|
"modesColorInteractiveMonochromeInverseDefault": "#ffffffe6",
|
129
129
|
"modesColorInteractiveMonochromeInverseDefaultAlt": "#ffffffab",
|
130
130
|
"modesColorInteractiveMonochromeInverseDefaultAlt2": "#ffffff6b",
|
131
|
-
"modesColorInteractiveMonochromeInverseHoverAlt": "#
|
132
|
-
"modesColorInteractiveMonochromeInverseHover": "#
|
131
|
+
"modesColorInteractiveMonochromeInverseHoverAlt": "#ffffff1a",
|
132
|
+
"modesColorInteractiveMonochromeInverseHover": "#ffffff26",
|
133
133
|
"modesColorInteractiveMonochromeInverseWithActive": "#000000",
|
134
134
|
"modesColorInteractiveMonochromeInverseWithActiveAlt": "#FFFFFF",
|
135
135
|
"modesColorInteractiveMonochromeInverseWithDefault": "#000000",
|
@@ -141,39 +141,39 @@
|
|
141
141
|
"modesColorInteractiveNavActive": "#00000029",
|
142
142
|
"modesColorInteractiveNavDefault": "#FFFFFF",
|
143
143
|
"modesColorInteractiveNavDefaultAlt": "#f3f3f3",
|
144
|
-
"modesColorInteractiveNavHover": "#
|
144
|
+
"modesColorInteractiveNavHover": "#0000001a",
|
145
145
|
"modesColorInteractiveNavWithActive": "#000000",
|
146
146
|
"modesColorInteractiveNavWithDefault": "#000000f2",
|
147
147
|
"modesColorInteractiveNavWithHover": "#000000",
|
148
|
-
"modesColorInteractivePrimaryActive": "#
|
149
|
-
"modesColorInteractivePrimaryActiveAlt": "#
|
148
|
+
"modesColorInteractivePrimaryActive": "#13591a",
|
149
|
+
"modesColorInteractivePrimaryActiveAlt": "#00811f4d",
|
150
150
|
"modesColorInteractivePrimaryDefault": "#00811F",
|
151
151
|
"modesColorInteractivePrimaryDefaultAlt": "#00811fcc",
|
152
|
-
"modesColorInteractivePrimaryDefaultAlt2": "#
|
153
|
-
"modesColorInteractivePrimaryDefaultAlt3": "#
|
154
|
-
"modesColorInteractivePrimaryHover": "#
|
155
|
-
"modesColorInteractivePrimaryHoverAlt": "#
|
156
|
-
"modesColorInteractivePrimaryHoverAlt2": "#
|
152
|
+
"modesColorInteractivePrimaryDefaultAlt2": "#0c711d",
|
153
|
+
"modesColorInteractivePrimaryDefaultAlt3": "#00811f08",
|
154
|
+
"modesColorInteractivePrimaryHover": "#0e6d1d",
|
155
|
+
"modesColorInteractivePrimaryHoverAlt": "#00811f1a",
|
156
|
+
"modesColorInteractivePrimaryHoverAlt2": "#12601b",
|
157
157
|
"modesColorInteractivePrimaryWithActive": "#FFFFFF",
|
158
158
|
"modesColorInteractivePrimaryWithDefault": "#FFFFFF",
|
159
159
|
"modesColorInteractivePrimaryWithHover": "#FFFFFF",
|
160
|
-
"modesColorInteractivePrimaryFrozenActive": "#
|
160
|
+
"modesColorInteractivePrimaryFrozenActive": "#135932",
|
161
161
|
"modesColorInteractivePrimaryFrozenDefault": "#008046",
|
162
162
|
"modesColorInteractivePrimaryFrozenDefaultAlt": "#0b703e",
|
163
|
-
"modesColorInteractivePrimaryFrozenHover": "#
|
163
|
+
"modesColorInteractivePrimaryFrozenHover": "#0d6c3c",
|
164
164
|
"modesColorInteractivePrimaryFrozenHoverAlt": "#106237",
|
165
165
|
"modesColorInteractivePrimaryFrozenNavHover": "#008046",
|
166
166
|
"modesColorInteractivePrimaryFrozenNavLabelHover": "#FFFFFF",
|
167
167
|
"modesColorInteractivePrimaryFrozenTableDefault": "#9badb8",
|
168
|
-
"modesColorInteractivePrimaryInverseActive": "#
|
169
|
-
"modesColorInteractivePrimaryInverseActiveAlt": "#
|
168
|
+
"modesColorInteractivePrimaryInverseActive": "#7ce47a",
|
169
|
+
"modesColorInteractivePrimaryInverseActiveAlt": "#00d6394d",
|
170
170
|
"modesColorInteractivePrimaryInverseDefault": "#00D639",
|
171
171
|
"modesColorInteractivePrimaryInverseDefaultAlt": "#00d639cc",
|
172
|
-
"modesColorInteractivePrimaryInverseDefaultAlt2": "#
|
173
|
-
"modesColorInteractivePrimaryInverseDefaultAlt3": "#
|
174
|
-
"modesColorInteractivePrimaryInverseHover": "#
|
175
|
-
"modesColorInteractivePrimaryInverseHoverAlt": "#
|
176
|
-
"modesColorInteractivePrimaryInverseHoverAlt2": "#
|
172
|
+
"modesColorInteractivePrimaryInverseDefaultAlt2": "#4cdc55",
|
173
|
+
"modesColorInteractivePrimaryInverseDefaultAlt3": "#00d63908",
|
174
|
+
"modesColorInteractivePrimaryInverseHover": "#55dd5b",
|
175
|
+
"modesColorInteractivePrimaryInverseHoverAlt": "#00d6391a",
|
176
|
+
"modesColorInteractivePrimaryInverseHoverAlt2": "#71e270",
|
177
177
|
"modesColorInteractivePrimaryInverseWithActive": "#000000",
|
178
178
|
"modesColorInteractivePrimaryInverseWithDefault": "#000000",
|
179
179
|
"modesColorInteractivePrimaryInverseWithHover": "#000000",
|
@@ -188,15 +188,15 @@
|
|
188
188
|
"modesColorStatusGenericDefault": "#007c7b",
|
189
189
|
"modesColorStatusCautionDefault": "#D64309",
|
190
190
|
"modesColorStatusCautionDefaultAlt": "#ffede5",
|
191
|
-
"modesColorStatusCautionHover": "#
|
192
|
-
"modesColorStatusCautionHoverAlt": "#
|
191
|
+
"modesColorStatusCautionHover": "#b33b0d",
|
192
|
+
"modesColorStatusCautionHoverAlt": "#fed5c3",
|
193
193
|
"modesColorStatusCautionText": "#bf3e0c",
|
194
194
|
"modesColorStatusCautionFrozenglobalDefault": "#ff8629",
|
195
|
-
"modesColorStatusCautionFrozenglobalHover": "#
|
195
|
+
"modesColorStatusCautionFrozenglobalHover": "#ff994c",
|
196
196
|
"modesColorStatusCautionInverseDefault": "#E04500",
|
197
197
|
"modesColorStatusCautionInverseDefaultAlt": "#251206",
|
198
|
-
"modesColorStatusCautionInverseHover": "#
|
199
|
-
"modesColorStatusCautionInverseHoverAlt": "#
|
198
|
+
"modesColorStatusCautionInverseHover": "#eb6530",
|
199
|
+
"modesColorStatusCautionInverseHoverAlt": "#3e1a0b",
|
200
200
|
"modesColorStatusCautionInverseText": "#e75b23",
|
201
201
|
"modesColorStatusContentWithDefault": "#FFFFFF",
|
202
202
|
"modesColorStatusContentWithDefaultAlt": "#000000f2",
|
@@ -214,59 +214,52 @@
|
|
214
214
|
"modesColorStatusImportantDefault": "#8F4CD7",
|
215
215
|
"modesColorStatusInfoDefault": "#0060A7",
|
216
216
|
"modesColorStatusInfoDefaultAlt": "#eaeef6",
|
217
|
-
"modesColorStatusInfoHover": "#
|
218
|
-
"modesColorStatusInfoHoverAlt": "#
|
217
|
+
"modesColorStatusInfoHover": "#10518c",
|
218
|
+
"modesColorStatusInfoHoverAlt": "#cdd7ea",
|
219
219
|
"modesColorStatusInfoFrozenglobalDefault": "#65a9ff",
|
220
|
-
"modesColorStatusInfoFrozenglobalHover": "#
|
220
|
+
"modesColorStatusInfoFrozenglobalHover": "#82b5ff",
|
221
221
|
"modesColorStatusInfoInverseDefault": "#007ED9",
|
222
222
|
"modesColorStatusInfoInverseDefaultAlt": "#111722",
|
223
|
-
"modesColorStatusInfoInverseHover": "#
|
224
|
-
"modesColorStatusInfoInverseHoverAlt": "#
|
223
|
+
"modesColorStatusInfoInverseHover": "#4f90df",
|
224
|
+
"modesColorStatusInfoInverseHoverAlt": "#17253a",
|
225
225
|
"modesColorStatusNegativeDefault": "#CD384B",
|
226
226
|
"modesColorStatusNegativeDefaultAlt": "#fdeceb",
|
227
|
-
"modesColorStatusNegativeHover": "#
|
228
|
-
"modesColorStatusNegativeHoverAlt": "#
|
227
|
+
"modesColorStatusNegativeHover": "#ac3240",
|
228
|
+
"modesColorStatusNegativeHoverAlt": "#f9d3d1",
|
229
229
|
"modesColorStatusNegativeText": "#CD384B",
|
230
230
|
"modesColorStatusNegativeInverseDefault": "#E13E53",
|
231
231
|
"modesColorStatusNegativeInverseDefaultAlt": "#241212",
|
232
|
-
"modesColorStatusNegativeInverseHover": "#
|
233
|
-
"modesColorStatusNegativeInverseHoverAlt": "#
|
232
|
+
"modesColorStatusNegativeInverseHover": "#ea626a",
|
233
|
+
"modesColorStatusNegativeInverseHoverAlt": "#3d1a1c",
|
234
234
|
"modesColorStatusNegativeInverseText": "#E13E53",
|
235
235
|
"modesColorStatusNeutralDefault": "#656565",
|
236
236
|
"modesColorStatusNeutralDefaultAlt": "#efefef",
|
237
|
-
"modesColorStatusNeutralHover": "#
|
238
|
-
"modesColorStatusNeutralHoverAlt": "#
|
237
|
+
"modesColorStatusNeutralHover": "#565656",
|
238
|
+
"modesColorStatusNeutralHoverAlt": "#d9d9d9",
|
239
239
|
"modesColorStatusNeutralFrozenDefault": "#335B70",
|
240
240
|
"modesColorStatusNeutralFrozenDefaultAlt": "#eaedf0",
|
241
241
|
"modesColorStatusNeutralFrozenHover": "#20313b",
|
242
242
|
"modesColorStatusNeutralFrozenHoverAlt": "#dde0e2",
|
243
243
|
"modesColorStatusNeutralInverseDefault": "#7C7C7C",
|
244
244
|
"modesColorStatusNeutralInverseDefaultAlt": "#171717",
|
245
|
-
"modesColorStatusNeutralInverseHover": "#
|
246
|
-
"modesColorStatusNeutralInverseHoverAlt": "#
|
245
|
+
"modesColorStatusNeutralInverseHover": "#8e8e8e",
|
246
|
+
"modesColorStatusNeutralInverseHoverAlt": "#242424",
|
247
247
|
"modesColorStatusPositiveDefault": "#00811F",
|
248
248
|
"modesColorStatusPositiveDefaultAlt": "#e9f2e8",
|
249
|
-
"modesColorStatusPositiveHover": "#
|
250
|
-
"modesColorStatusPositiveHoverAlt": "#
|
249
|
+
"modesColorStatusPositiveHover": "#0e6d1d",
|
250
|
+
"modesColorStatusPositiveHoverAlt": "#cbe1c9",
|
251
251
|
"modesColorStatusPositiveInverseDefault": "#009023",
|
252
252
|
"modesColorStatusPositiveInverseDefaultAlt": "#0e1a0b",
|
253
|
-
"modesColorStatusPositiveInverseHover": "#
|
254
|
-
"modesColorStatusPositiveInverseHoverAlt": "#
|
253
|
+
"modesColorStatusPositiveInverseHover": "#328e37",
|
254
|
+
"modesColorStatusPositiveInverseHoverAlt": "#132912",
|
255
255
|
"modesColorStatusCalloutDefaultAlt": "#e5fae2",
|
256
256
|
"modesColorStatusCalloutHoverAlt": "#d8ecd5",
|
257
257
|
"modesColorStatusReviewsDefault": "#00811F",
|
258
258
|
"modesColorStatusReviewsDefaultAlt": "linear-gradient(90deg, #00811F 0%, #00811F 50%, #d1d1d1 50%, #d1d1d1 100%)",
|
259
|
-
"modesColorStatusReviewsHover": "#
|
259
|
+
"modesColorStatusReviewsHover": "#0e6d1d",
|
260
260
|
"modesColorStatusReviewsFrozenDefault": "#008046",
|
261
261
|
"modesColorStatusReviewsFrozenDefaultAlt": "linear-gradient(90deg, #008046 0%, #008046 50%, #d1d1d1 50%, #d1d1d1 100%)",
|
262
|
-
"modesColorStatusReviewsFrozenHover": "#
|
262
|
+
"modesColorStatusReviewsFrozenHover": "#0d6c3c",
|
263
263
|
"modesColorModifierContrastLess": "#FFFFFF",
|
264
|
-
"modesColorModifierContrastMore": "#000000"
|
265
|
-
"modesColorModifiersButtonActive": "0.32",
|
266
|
-
"modesColorModifiersButtonActiveAlt": "0.16",
|
267
|
-
"modesColorModifiersButtonHover": "0.16",
|
268
|
-
"modesColorModifiersButtonHoverAlt": "0.08",
|
269
|
-
"modesColorModifiersInputDisabledBg": "0.04",
|
270
|
-
"modesColorModifiersInputDisabledFg": "0.30",
|
271
|
-
"modesColorModifiersShadowStandard": "0.5"
|
264
|
+
"modesColorModifierContrastMore": "#000000"
|
272
265
|
}
|
@@ -254,38 +254,38 @@
|
|
254
254
|
"primary": {
|
255
255
|
"bg-disabled": "#4b4b4b",
|
256
256
|
"bg-enabled": "#E13E53",
|
257
|
-
"bg-hover": "#
|
257
|
+
"bg-hover": "#ea626a",
|
258
258
|
"label-disabled": "#000000",
|
259
259
|
"label-enabled": "#000000",
|
260
260
|
"label-hover": "#000000"
|
261
261
|
},
|
262
262
|
"secondary": {
|
263
|
-
"bg-hover": "#
|
263
|
+
"bg-hover": "#e13e531a",
|
264
264
|
"border-disabled": "#4b4b4b",
|
265
265
|
"border-enabled": "#E13E53",
|
266
|
-
"border-hover": "#
|
266
|
+
"border-hover": "#ea626a",
|
267
267
|
"label-disabled": "#ffffff4d",
|
268
268
|
"label-enabled": "#E13E53",
|
269
|
-
"label-hover": "#
|
269
|
+
"label-hover": "#ea626a"
|
270
270
|
}
|
271
271
|
},
|
272
272
|
"typical": {
|
273
273
|
"primary": {
|
274
|
-
"bg-active": "#
|
274
|
+
"bg-active": "#7ce47a",
|
275
275
|
"bg-default": "#000000",
|
276
276
|
"bg-disabled": "#4b4b4b",
|
277
277
|
"bg-enabled": "#00D639",
|
278
|
-
"bg-hover": "#
|
278
|
+
"bg-hover": "#55dd5b",
|
279
279
|
"label-active": "#000000",
|
280
280
|
"label-disabled": "#000000",
|
281
281
|
"label-enabled": "#000000",
|
282
282
|
"label-hover": "#000000",
|
283
283
|
"inverse": {
|
284
|
-
"bg-active": "#
|
284
|
+
"bg-active": "#13591a",
|
285
285
|
"bg-default": "#FFFFFF",
|
286
286
|
"bg-disabled": "#a6a6a6",
|
287
287
|
"bg-enabled": "#00811F",
|
288
|
-
"bg-hover": "#
|
288
|
+
"bg-hover": "#0e6d1d",
|
289
289
|
"label-active": "#FFFFFF",
|
290
290
|
"label-disabled": "#FFFFFF",
|
291
291
|
"label-enabled": "#FFFFFF",
|
@@ -293,23 +293,25 @@
|
|
293
293
|
}
|
294
294
|
},
|
295
295
|
"secondary": {
|
296
|
-
"bg-active": "#
|
297
|
-
"bg-
|
298
|
-
"
|
296
|
+
"bg-active": "#00d6394d",
|
297
|
+
"bg-enabled": "#00d63908",
|
298
|
+
"bg-hover": "#00d6391a",
|
299
|
+
"border-active": "#7ce47a",
|
299
300
|
"border-disabled": "#4b4b4b",
|
300
301
|
"border-enabled": "#00d639cc",
|
301
|
-
"border-hover": "#
|
302
|
+
"border-hover": "#55dd5b",
|
302
303
|
"label-active": "#FFFFFF",
|
303
304
|
"label-disabled": "#ffffff4d",
|
304
305
|
"label-enabled": "#ffffffe6",
|
305
306
|
"label-hover": "#FFFFFF",
|
306
307
|
"inverse": {
|
307
|
-
"bg-active": "#
|
308
|
-
"bg-
|
309
|
-
"
|
308
|
+
"bg-active": "#00811f4d",
|
309
|
+
"bg-enabled": "#00811f08",
|
310
|
+
"bg-hover": "#0c711d1a",
|
311
|
+
"border-active": "#13591a",
|
310
312
|
"border-disabled": "#a6a6a6",
|
311
313
|
"border-enabled": "#00811fcc",
|
312
|
-
"border-hover": "#
|
314
|
+
"border-hover": "#0e6d1d",
|
313
315
|
"label-active": "#000000",
|
314
316
|
"label-disabled": "#0000006b",
|
315
317
|
"label-enabled": "#000000e6",
|
@@ -317,25 +319,25 @@
|
|
317
319
|
}
|
318
320
|
},
|
319
321
|
"tertiary": {
|
320
|
-
"bg-active": "#
|
322
|
+
"bg-active": "#00d6394d",
|
321
323
|
"bg-enabled": "#fff0",
|
322
|
-
"bg-hover": "#
|
323
|
-
"border-active": "#
|
324
|
+
"bg-hover": "#00d6391a",
|
325
|
+
"border-active": "#7ce47a",
|
324
326
|
"border-disabled": "#4b4b4b",
|
325
|
-
"border-enabled": "#
|
326
|
-
"border-hover": "#
|
327
|
+
"border-enabled": "#00d639cc",
|
328
|
+
"border-hover": "#55dd5b",
|
327
329
|
"label-active": "#FFFFFF",
|
328
330
|
"label-disabled": "#ffffff4d",
|
329
331
|
"label-enabled": "#ffffffe6",
|
330
332
|
"label-hover": "#FFFFFF",
|
331
333
|
"inverse": {
|
332
|
-
"bg-active": "#
|
334
|
+
"bg-active": "#00811f4d",
|
333
335
|
"bg-enabled": "#fff0",
|
334
|
-
"bg-hover": "#
|
335
|
-
"border-active": "#
|
336
|
+
"bg-hover": "#0c711d1a",
|
337
|
+
"border-active": "#13591a",
|
336
338
|
"border-disabled": "#a6a6a6",
|
337
|
-
"border-enabled": "#
|
338
|
-
"border-hover": "#
|
339
|
+
"border-enabled": "#00811fcc",
|
340
|
+
"border-hover": "#0e6d1d",
|
339
341
|
"label-active": "#000000",
|
340
342
|
"label-disabled": "#0000006b",
|
341
343
|
"label-enabled": "#000000e6",
|
@@ -343,15 +345,15 @@
|
|
343
345
|
}
|
344
346
|
},
|
345
347
|
"subtle": {
|
346
|
-
"bg-active": "#
|
347
|
-
"bg-hover": "#
|
348
|
+
"bg-active": "#ffffff26",
|
349
|
+
"bg-hover": "#ffffff1a",
|
348
350
|
"label-active": "#FFFFFF",
|
349
351
|
"label-disabled": "#ffffff4d",
|
350
352
|
"label-enabled": "#ffffffe6",
|
351
353
|
"label-hover": "#FFFFFF",
|
352
354
|
"inverse": {
|
353
|
-
"bg-active": "#
|
354
|
-
"bg-hover": "#
|
355
|
+
"bg-active": "#00000026",
|
356
|
+
"bg-hover": "#0000001a",
|
355
357
|
"label-active": "#000000",
|
356
358
|
"label-disabled": "#0000006b",
|
357
359
|
"label-enabled": "#000000e6",
|
@@ -362,7 +364,7 @@
|
|
362
364
|
"bg-activeDisabled": "#4b4b4b",
|
363
365
|
"label-activeDisabled": "#000000",
|
364
366
|
"bg-active": "#FFFFFF",
|
365
|
-
"bg-hover": "#
|
367
|
+
"bg-hover": "#ffffff1a",
|
366
368
|
"border-enabled": "#ffffffe6",
|
367
369
|
"border-disabled": "#4b4b4b",
|
368
370
|
"label-active": "#000000",
|
@@ -372,7 +374,7 @@
|
|
372
374
|
}
|
373
375
|
},
|
374
376
|
"video": {
|
375
|
-
"bg-blur": "#
|
377
|
+
"bg-blur": "#ffffff1a",
|
376
378
|
"primary": {
|
377
379
|
"bg-enabled": "#000000",
|
378
380
|
"bg-hover": "#000000",
|
@@ -23,10 +23,10 @@
|
|
23
23
|
"bgFooter-default": "#000000",
|
24
24
|
"bg-enabled": "#000000",
|
25
25
|
"bg-disabled": "#0e0e0e",
|
26
|
-
"bg-hover": "#
|
26
|
+
"bg-hover": "#ffffff1a",
|
27
27
|
"border-active": "#FFFFFF",
|
28
28
|
"border-alt": "#282828",
|
29
|
-
"borderalt-hover": "#
|
29
|
+
"borderalt-hover": "#ffffffe6",
|
30
30
|
"border-inactive": "#4b4b4b",
|
31
31
|
"border-enabled": "#777",
|
32
32
|
"icon-active": "#FFFFFF",
|
@@ -719,7 +719,7 @@
|
|
719
719
|
},
|
720
720
|
"opacity": {
|
721
721
|
"carousel": {
|
722
|
-
"hidden": "0.
|
722
|
+
"hidden": "0.3"
|
723
723
|
},
|
724
724
|
"dialog": {
|
725
725
|
"dimmer": "0.4"
|
@@ -400,8 +400,8 @@
|
|
400
400
|
"calendar": {
|
401
401
|
"bg-active": "#FFFFFF",
|
402
402
|
"bg-disabled": "#0e0e0e",
|
403
|
-
"bg-duration": "#
|
404
|
-
"bg-hover": "#
|
403
|
+
"bg-duration": "#1b1b1b",
|
404
|
+
"bg-hover": "#ffffff1a",
|
405
405
|
"border-duration": "#FFFFFF",
|
406
406
|
"text-active": "#000000",
|
407
407
|
"text-alt": "#ffffff8c",
|
@@ -412,7 +412,7 @@
|
|
412
412
|
"textAlt-enabled": "#ffffff8c"
|
413
413
|
},
|
414
414
|
"dropdown": {
|
415
|
-
"bg-hover": "#
|
415
|
+
"bg-hover": "#ffffff1a",
|
416
416
|
"label-active": "#000000",
|
417
417
|
"label-alt": "#ffffffe6",
|
418
418
|
"label-disabled": "#ffffff4d",
|
@@ -431,7 +431,7 @@
|
|
431
431
|
"bg-disabled": "#0e0e0e",
|
432
432
|
"bg-default": "#000000",
|
433
433
|
"bg-enabled": "#000000",
|
434
|
-
"bg-hover": "#
|
434
|
+
"bg-hover": "#1b1b1b",
|
435
435
|
"bg-readOnly": "#0e0e0e",
|
436
436
|
"border-alt": "#4b4b4b",
|
437
437
|
"border-enabled": "#777",
|
@@ -3,18 +3,18 @@
|
|
3
3
|
"color": {
|
4
4
|
"destructive": {
|
5
5
|
"label-default": "#e85b66",
|
6
|
-
"label-hover": "#
|
6
|
+
"label-hover": "#ed6e74",
|
7
7
|
"inverse": {
|
8
8
|
"label-default": "#b23342",
|
9
|
-
"label-hover": "#
|
9
|
+
"label-hover": "#9f303c"
|
10
10
|
}
|
11
11
|
},
|
12
12
|
"typical": {
|
13
13
|
"label-default": "#4cdc55",
|
14
|
-
"label-hover": "#
|
14
|
+
"label-hover": "#71e270",
|
15
15
|
"inverse": {
|
16
16
|
"label-default": "#0c711d",
|
17
|
-
"label-hover": "#
|
17
|
+
"label-hover": "#11651c"
|
18
18
|
}
|
19
19
|
},
|
20
20
|
"subtle": {
|
@@ -4,9 +4,9 @@
|
|
4
4
|
"bg-default": "#000000",
|
5
5
|
"item": {
|
6
6
|
"bg-active": "#FFFFFF",
|
7
|
-
"bg-activealt": "#
|
7
|
+
"bg-activealt": "#ffffff1a",
|
8
8
|
"bg-enabled": "#fff0",
|
9
|
-
"bg-hover": "#
|
9
|
+
"bg-hover": "#ffffff1a",
|
10
10
|
"label-active": "#000000",
|
11
11
|
"label-activealt": "#FFFFFF",
|
12
12
|
"label-enabled": "#ffffffe6",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"item": {
|
29
29
|
"bg-active": "#ffffff59",
|
30
30
|
"bg-enabled": "#fff0",
|
31
|
-
"bg-hover": "#
|
31
|
+
"bg-hover": "#ffffff26",
|
32
32
|
"label-active": "#FFFFFF",
|
33
33
|
"label-enabled": "#fffffff2",
|
34
34
|
"label-hover": "#FFFFFF"
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"item": {
|
44
44
|
"bg-active": "#ffffff59",
|
45
45
|
"bg-enabled": "#fff0",
|
46
|
-
"bg-hover": "#
|
46
|
+
"bg-hover": "#ffffff26",
|
47
47
|
"label-active": "#FFFFFF",
|
48
48
|
"label-enabled": "#fffffff2",
|
49
49
|
"label-hover": "#FFFFFF"
|
@@ -60,7 +60,7 @@
|
|
60
60
|
"item": {
|
61
61
|
"bg-active": "#ffffff59",
|
62
62
|
"bg-enabled": "#fff0",
|
63
|
-
"bg-hover": "#
|
63
|
+
"bg-hover": "#ffffff26",
|
64
64
|
"label-active": "#FFFFFF",
|
65
65
|
"label-enabled": "#fffffff2",
|
66
66
|
"label-hover": "#FFFFFF"
|
@@ -92,9 +92,9 @@
|
|
92
92
|
},
|
93
93
|
"color": {
|
94
94
|
"bg-active": "#FFFFFF",
|
95
|
-
"bg-activealt": "#
|
95
|
+
"bg-activealt": "#ffffff1a",
|
96
96
|
"bg-default": "#000000",
|
97
|
-
"bg-hover": "#
|
97
|
+
"bg-hover": "#ffffff1a",
|
98
98
|
"label-active": "#000000",
|
99
99
|
"label-activealt": "#FFFFFF",
|
100
100
|
"label-disabled": "#ffffff4d",
|