@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
@@ -59,27 +59,27 @@
|
|
59
59
|
"modesColorInteractiveAiActive": "linear-gradient(90deg, #00D63926 0%, #00d6de26 40%, #9d60ff26 90%)",
|
60
60
|
"modesColorInteractiveAiHover": "linear-gradient(90deg, #00D63914 0%, #00d6de14 40%, #9d60ff14 90%)",
|
61
61
|
"modesColorInteractiveAiDefault": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
62
|
-
"modesColorInteractiveDangerActive": "#
|
62
|
+
"modesColorInteractiveDangerActive": "#f28083",
|
63
63
|
"modesColorInteractiveDangerDefault": "#E13E53",
|
64
64
|
"modesColorInteractiveDangerDefaultAlt": "#e85b66",
|
65
|
-
"modesColorInteractiveDangerHover": "#
|
66
|
-
"modesColorInteractiveDangerHoverAlt": "#
|
67
|
-
"modesColorInteractiveDangerHoverAlt2": "#
|
65
|
+
"modesColorInteractiveDangerHover": "#ea626a",
|
66
|
+
"modesColorInteractiveDangerHoverAlt": "#e13e531a",
|
67
|
+
"modesColorInteractiveDangerHoverAlt2": "#ed6e74",
|
68
68
|
"modesColorInteractiveDangerWithActive": "#000000",
|
69
69
|
"modesColorInteractiveDangerWithDefault": "#000000",
|
70
|
-
"modesColorInteractiveDangerInverseActive": "#
|
70
|
+
"modesColorInteractiveDangerInverseActive": "#8c2c35",
|
71
71
|
"modesColorInteractiveDangerInverseDefault": "#CD384B",
|
72
72
|
"modesColorInteractiveDangerInverseDefaultAlt": "#b23342",
|
73
|
-
"modesColorInteractiveDangerInverseHover": "#
|
74
|
-
"modesColorInteractiveDangerInverseHoverAlt": "#
|
75
|
-
"modesColorInteractiveDangerInverseHoverAlt2": "#
|
73
|
+
"modesColorInteractiveDangerInverseHover": "#ac3240",
|
74
|
+
"modesColorInteractiveDangerInverseHoverAlt": "#cd384b1a",
|
75
|
+
"modesColorInteractiveDangerInverseHoverAlt2": "#9f303c",
|
76
76
|
"modesColorInteractiveDangerInverseWithActive": "#FFFFFF",
|
77
77
|
"modesColorInteractiveDangerInverseWithDefault": "#FFFFFF",
|
78
78
|
"modesColorInteractiveDataEntryDefault": "#000000",
|
79
79
|
"modesColorInteractiveDataEntryWithActive": "#FFFFFF",
|
80
80
|
"modesColorInteractiveDataEntryWithActiveAlt": "#000000",
|
81
81
|
"modesColorInteractiveDataEntryWithHover": "#FFFFFF",
|
82
|
-
"modesColorInteractiveDataEntryHoverAlt": "#
|
82
|
+
"modesColorInteractiveDataEntryHoverAlt": "#1b1b1b",
|
83
83
|
"modesColorInteractiveDataEntryWithDefault": "#777",
|
84
84
|
"modesColorInteractiveDataEntryDefaultAlt": "#0e0e0e",
|
85
85
|
"modesColorInteractiveDataEntryContent": "#fffffff2",
|
@@ -105,31 +105,31 @@
|
|
105
105
|
"modesColorInteractiveInactiveInverseContent": "#0000006b",
|
106
106
|
"modesColorInteractiveInactiveInverseContentAlt": "#FFFFFF",
|
107
107
|
"modesColorInteractiveMonochromeActive": "#FFFFFF",
|
108
|
-
"modesColorInteractiveMonochromeActiveAlt": "#
|
108
|
+
"modesColorInteractiveMonochromeActiveAlt": "#ffffff26",
|
109
109
|
"modesColorInteractiveMonochromeDefault": "#ffffffe6",
|
110
110
|
"modesColorInteractiveMonochromeDefaultAlt": "#ffffffab",
|
111
111
|
"modesColorInteractiveMonochromeDefaultAlt2": "#ffffff6b",
|
112
|
-
"modesColorInteractiveMonochromeHoverAlt": "#
|
113
|
-
"modesColorInteractiveMonochromeHover": "#
|
112
|
+
"modesColorInteractiveMonochromeHoverAlt": "#ffffff1a",
|
113
|
+
"modesColorInteractiveMonochromeHover": "#ffffff26",
|
114
114
|
"modesColorInteractiveMonochromeWithActive": "#000000",
|
115
115
|
"modesColorInteractiveMonochromeWithActiveAlt": "#FFFFFF",
|
116
116
|
"modesColorInteractiveMonochromeWithDefault": "#000000",
|
117
117
|
"modesColorInteractiveMonochromeWithHover": "#FFFFFF",
|
118
118
|
"modesColorInteractiveMonochromeFrozenActive": "#FFFFFF",
|
119
|
-
"modesColorInteractiveMonochromeFrozenActiveAlt": "#
|
119
|
+
"modesColorInteractiveMonochromeFrozenActiveAlt": "#ffffff26",
|
120
120
|
"modesColorInteractiveMonochromeFrozenDefault": "#ffffffe6",
|
121
121
|
"modesColorInteractiveMonochromeFrozenDefaultAlt": "#ffffffab",
|
122
|
-
"modesColorInteractiveMonochromeFrozenHoverAlt": "#
|
122
|
+
"modesColorInteractiveMonochromeFrozenHoverAlt": "#ffffff1a",
|
123
123
|
"modesColorInteractiveMonochromeFrozenWithActive": "#000000",
|
124
124
|
"modesColorInteractiveMonochromeFrozenWithHover": "#FFFFFF",
|
125
125
|
"modesColorInteractiveMonochromeFrozenWithHoverAlt": "#000000",
|
126
126
|
"modesColorInteractiveMonochromeInverseActive": "#000000",
|
127
|
-
"modesColorInteractiveMonochromeInverseActiveAlt": "#
|
127
|
+
"modesColorInteractiveMonochromeInverseActiveAlt": "#00000026",
|
128
128
|
"modesColorInteractiveMonochromeInverseDefault": "#000000e6",
|
129
129
|
"modesColorInteractiveMonochromeInverseDefaultAlt": "#000000ab",
|
130
130
|
"modesColorInteractiveMonochromeInverseDefaultAlt2": "#0000006b",
|
131
|
-
"modesColorInteractiveMonochromeInverseHoverAlt": "#
|
132
|
-
"modesColorInteractiveMonochromeInverseHover": "#
|
131
|
+
"modesColorInteractiveMonochromeInverseHoverAlt": "#0000001a",
|
132
|
+
"modesColorInteractiveMonochromeInverseHover": "#00000026",
|
133
133
|
"modesColorInteractiveMonochromeInverseWithActive": "#FFFFFF",
|
134
134
|
"modesColorInteractiveMonochromeInverseWithActiveAlt": "#000000",
|
135
135
|
"modesColorInteractiveMonochromeInverseWithDefault": "#FFFFFF",
|
@@ -141,39 +141,39 @@
|
|
141
141
|
"modesColorInteractiveNavActive": "#ffffff59",
|
142
142
|
"modesColorInteractiveNavDefault": "#000000",
|
143
143
|
"modesColorInteractiveNavDefaultAlt": "#282828",
|
144
|
-
"modesColorInteractiveNavHover": "#
|
144
|
+
"modesColorInteractiveNavHover": "#ffffff26",
|
145
145
|
"modesColorInteractiveNavWithActive": "#FFFFFF",
|
146
146
|
"modesColorInteractiveNavWithDefault": "#fffffff2",
|
147
147
|
"modesColorInteractiveNavWithHover": "#FFFFFF",
|
148
|
-
"modesColorInteractivePrimaryActive": "#
|
149
|
-
"modesColorInteractivePrimaryActiveAlt": "#
|
148
|
+
"modesColorInteractivePrimaryActive": "#7ce47a",
|
149
|
+
"modesColorInteractivePrimaryActiveAlt": "#00d6394d",
|
150
150
|
"modesColorInteractivePrimaryDefault": "#00D639",
|
151
151
|
"modesColorInteractivePrimaryDefaultAlt": "#00d639cc",
|
152
|
-
"modesColorInteractivePrimaryDefaultAlt2": "#
|
153
|
-
"modesColorInteractivePrimaryDefaultAlt3": "#
|
154
|
-
"modesColorInteractivePrimaryHover": "#
|
155
|
-
"modesColorInteractivePrimaryHoverAlt": "#
|
156
|
-
"modesColorInteractivePrimaryHoverAlt2": "#
|
152
|
+
"modesColorInteractivePrimaryDefaultAlt2": "#4cdc55",
|
153
|
+
"modesColorInteractivePrimaryDefaultAlt3": "#00d63908",
|
154
|
+
"modesColorInteractivePrimaryHover": "#55dd5b",
|
155
|
+
"modesColorInteractivePrimaryHoverAlt": "#00d6391a",
|
156
|
+
"modesColorInteractivePrimaryHoverAlt2": "#71e270",
|
157
157
|
"modesColorInteractivePrimaryWithActive": "#000000",
|
158
158
|
"modesColorInteractivePrimaryWithDefault": "#000000",
|
159
159
|
"modesColorInteractivePrimaryWithHover": "#000000",
|
160
|
-
"modesColorInteractivePrimaryFrozenActive": "#
|
160
|
+
"modesColorInteractivePrimaryFrozenActive": "#7ce47a",
|
161
161
|
"modesColorInteractivePrimaryFrozenDefault": "#00D639",
|
162
162
|
"modesColorInteractivePrimaryFrozenDefaultAlt": "#4cdc55",
|
163
|
-
"modesColorInteractivePrimaryFrozenHover": "#
|
164
|
-
"modesColorInteractivePrimaryFrozenHoverAlt": "#
|
163
|
+
"modesColorInteractivePrimaryFrozenHover": "#55dd5b",
|
164
|
+
"modesColorInteractivePrimaryFrozenHoverAlt": "#71e270",
|
165
165
|
"modesColorInteractivePrimaryFrozenNavHover": "#008046",
|
166
166
|
"modesColorInteractivePrimaryFrozenNavLabelHover": "#FFFFFF",
|
167
167
|
"modesColorInteractivePrimaryFrozenTableDefault": "#18232a",
|
168
|
-
"modesColorInteractivePrimaryInverseActive": "#
|
169
|
-
"modesColorInteractivePrimaryInverseActiveAlt": "#
|
168
|
+
"modesColorInteractivePrimaryInverseActive": "#13591a",
|
169
|
+
"modesColorInteractivePrimaryInverseActiveAlt": "#00811f4d",
|
170
170
|
"modesColorInteractivePrimaryInverseDefault": "#00811F",
|
171
171
|
"modesColorInteractivePrimaryInverseDefaultAlt": "#00811fcc",
|
172
|
-
"modesColorInteractivePrimaryInverseDefaultAlt2": "#
|
173
|
-
"modesColorInteractivePrimaryInverseDefaultAlt3": "#
|
174
|
-
"modesColorInteractivePrimaryInverseHover": "#
|
175
|
-
"modesColorInteractivePrimaryInverseHoverAlt": "#
|
176
|
-
"modesColorInteractivePrimaryInverseHoverAlt2": "#
|
172
|
+
"modesColorInteractivePrimaryInverseDefaultAlt2": "#0c711d",
|
173
|
+
"modesColorInteractivePrimaryInverseDefaultAlt3": "#00811f08",
|
174
|
+
"modesColorInteractivePrimaryInverseHover": "#0e6d1d",
|
175
|
+
"modesColorInteractivePrimaryInverseHoverAlt": "#0c711d1a",
|
176
|
+
"modesColorInteractivePrimaryInverseHoverAlt2": "#11651c",
|
177
177
|
"modesColorInteractivePrimaryInverseWithActive": "#FFFFFF",
|
178
178
|
"modesColorInteractivePrimaryInverseWithDefault": "#FFFFFF",
|
179
179
|
"modesColorInteractivePrimaryInverseWithHover": "#FFFFFF",
|
@@ -188,15 +188,15 @@
|
|
188
188
|
"modesColorStatusGenericDefault": "#008a89",
|
189
189
|
"modesColorStatusCautionDefault": "#E04500",
|
190
190
|
"modesColorStatusCautionDefaultAlt": "#251206",
|
191
|
-
"modesColorStatusCautionHover": "#
|
192
|
-
"modesColorStatusCautionHoverAlt": "#
|
191
|
+
"modesColorStatusCautionHover": "#eb6530",
|
192
|
+
"modesColorStatusCautionHoverAlt": "#3e1a0b",
|
193
193
|
"modesColorStatusCautionText": "#e75b23",
|
194
194
|
"modesColorStatusCautionFrozenglobalDefault": "#E04500",
|
195
|
-
"modesColorStatusCautionFrozenglobalHover": "#
|
195
|
+
"modesColorStatusCautionFrozenglobalHover": "#eb6530",
|
196
196
|
"modesColorStatusCautionInverseDefault": "#D64309",
|
197
197
|
"modesColorStatusCautionInverseDefaultAlt": "#ffede5",
|
198
|
-
"modesColorStatusCautionInverseHover": "#
|
199
|
-
"modesColorStatusCautionInverseHoverAlt": "#
|
198
|
+
"modesColorStatusCautionInverseHover": "#b33b0d",
|
199
|
+
"modesColorStatusCautionInverseHoverAlt": "#fed5c3",
|
200
200
|
"modesColorStatusCautionInverseText": "#bf3e0c",
|
201
201
|
"modesColorStatusContentWithDefault": "#000000",
|
202
202
|
"modesColorStatusContentWithDefaultAlt": "#fffffff2",
|
@@ -214,59 +214,52 @@
|
|
214
214
|
"modesColorStatusImportantDefault": "#985FDC",
|
215
215
|
"modesColorStatusInfoDefault": "#007ED9",
|
216
216
|
"modesColorStatusInfoDefaultAlt": "#111722",
|
217
|
-
"modesColorStatusInfoHover": "#
|
218
|
-
"modesColorStatusInfoHoverAlt": "#
|
217
|
+
"modesColorStatusInfoHover": "#4f90df",
|
218
|
+
"modesColorStatusInfoHoverAlt": "#17253a",
|
219
219
|
"modesColorStatusInfoFrozenglobalDefault": "#007ED9",
|
220
|
-
"modesColorStatusInfoFrozenglobalHover": "#
|
220
|
+
"modesColorStatusInfoFrozenglobalHover": "#4f90df",
|
221
221
|
"modesColorStatusInfoInverseDefault": "#0060A7",
|
222
222
|
"modesColorStatusInfoInverseDefaultAlt": "#eaeef6",
|
223
|
-
"modesColorStatusInfoInverseHover": "#
|
224
|
-
"modesColorStatusInfoInverseHoverAlt": "#
|
223
|
+
"modesColorStatusInfoInverseHover": "#10518c",
|
224
|
+
"modesColorStatusInfoInverseHoverAlt": "#cdd7ea",
|
225
225
|
"modesColorStatusNegativeDefault": "#E13E53",
|
226
226
|
"modesColorStatusNegativeDefaultAlt": "#241212",
|
227
|
-
"modesColorStatusNegativeHover": "#
|
228
|
-
"modesColorStatusNegativeHoverAlt": "#
|
227
|
+
"modesColorStatusNegativeHover": "#ea626a",
|
228
|
+
"modesColorStatusNegativeHoverAlt": "#3d1a1c",
|
229
229
|
"modesColorStatusNegativeText": "#E13E53",
|
230
230
|
"modesColorStatusNegativeInverseDefault": "#CD384B",
|
231
231
|
"modesColorStatusNegativeInverseDefaultAlt": "#fdeceb",
|
232
|
-
"modesColorStatusNegativeInverseHover": "#
|
233
|
-
"modesColorStatusNegativeInverseHoverAlt": "#
|
232
|
+
"modesColorStatusNegativeInverseHover": "#ac3240",
|
233
|
+
"modesColorStatusNegativeInverseHoverAlt": "#f9d3d1",
|
234
234
|
"modesColorStatusNegativeInverseText": "#CD384B",
|
235
235
|
"modesColorStatusNeutralDefault": "#7C7C7C",
|
236
236
|
"modesColorStatusNeutralDefaultAlt": "#171717",
|
237
|
-
"modesColorStatusNeutralHover": "#
|
238
|
-
"modesColorStatusNeutralHoverAlt": "#
|
237
|
+
"modesColorStatusNeutralHover": "#8e8e8e",
|
238
|
+
"modesColorStatusNeutralHoverAlt": "#242424",
|
239
239
|
"modesColorStatusNeutralFrozenDefault": "#9e9e9e",
|
240
240
|
"modesColorStatusNeutralFrozenDefaultAlt": "#171717",
|
241
|
-
"modesColorStatusNeutralFrozenHover": "#
|
242
|
-
"modesColorStatusNeutralFrozenHoverAlt": "#
|
241
|
+
"modesColorStatusNeutralFrozenHover": "#8e8e8e",
|
242
|
+
"modesColorStatusNeutralFrozenHoverAlt": "#2a2a2a",
|
243
243
|
"modesColorStatusNeutralInverseDefault": "#656565",
|
244
244
|
"modesColorStatusNeutralInverseDefaultAlt": "#efefef",
|
245
|
-
"modesColorStatusNeutralInverseHover": "#
|
246
|
-
"modesColorStatusNeutralInverseHoverAlt": "#
|
245
|
+
"modesColorStatusNeutralInverseHover": "#696969",
|
246
|
+
"modesColorStatusNeutralInverseHoverAlt": "#d9d9d9",
|
247
247
|
"modesColorStatusPositiveDefault": "#009023",
|
248
248
|
"modesColorStatusPositiveDefaultAlt": "#0e1a0b",
|
249
|
-
"modesColorStatusPositiveHover": "#
|
250
|
-
"modesColorStatusPositiveHoverAlt": "#
|
249
|
+
"modesColorStatusPositiveHover": "#359b3b",
|
250
|
+
"modesColorStatusPositiveHoverAlt": "#132912",
|
251
251
|
"modesColorStatusPositiveInverseDefault": "#00811F",
|
252
252
|
"modesColorStatusPositiveInverseDefaultAlt": "#e9f2e8",
|
253
|
-
"modesColorStatusPositiveInverseHover": "#
|
254
|
-
"modesColorStatusPositiveInverseHoverAlt": "#
|
253
|
+
"modesColorStatusPositiveInverseHover": "#0e6d1d",
|
254
|
+
"modesColorStatusPositiveInverseHoverAlt": "#cbe1c9",
|
255
255
|
"modesColorStatusCalloutDefaultAlt": "#122211",
|
256
|
-
"modesColorStatusCalloutHoverAlt": "#
|
256
|
+
"modesColorStatusCalloutHoverAlt": "#263525",
|
257
257
|
"modesColorStatusReviewsDefault": "#00D639",
|
258
258
|
"modesColorStatusReviewsDefaultAlt": "linear-gradient(90deg, #00D639 0%, #00D639 50%, #282828 50%, #282828 100%)",
|
259
|
-
"modesColorStatusReviewsHover": "#
|
259
|
+
"modesColorStatusReviewsHover": "#17b333",
|
260
260
|
"modesColorStatusReviewsFrozenDefault": "#00D639",
|
261
261
|
"modesColorStatusReviewsFrozenDefaultAlt": "linear-gradient(90deg, #00D639 0%, #00D639 50%, #282828 50%, #282828 100%)",
|
262
|
-
"modesColorStatusReviewsFrozenHover": "#
|
262
|
+
"modesColorStatusReviewsFrozenHover": "#17b333",
|
263
263
|
"modesColorModifierContrastLess": "#000000",
|
264
|
-
"modesColorModifierContrastMore": "#FFFFFF"
|
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": "#FFFFFF"
|
272
265
|
}
|
@@ -132,85 +132,87 @@
|
|
132
132
|
"buttonColorAiLabelHover": "#000000",
|
133
133
|
"buttonColorDestructivePrimaryBgDisabled": "#a6a6a6",
|
134
134
|
"buttonColorDestructivePrimaryBgEnabled": "#CD384B",
|
135
|
-
"buttonColorDestructivePrimaryBgHover": "#
|
135
|
+
"buttonColorDestructivePrimaryBgHover": "#ac3240",
|
136
136
|
"buttonColorDestructivePrimaryLabelDisabled": "#FFFFFF",
|
137
137
|
"buttonColorDestructivePrimaryLabelEnabled": "#FFFFFF",
|
138
138
|
"buttonColorDestructivePrimaryLabelHover": "#FFFFFF",
|
139
|
-
"buttonColorDestructiveSecondaryBgHover": "#
|
139
|
+
"buttonColorDestructiveSecondaryBgHover": "#cd384b1a",
|
140
140
|
"buttonColorDestructiveSecondaryBorderDisabled": "#a6a6a6",
|
141
141
|
"buttonColorDestructiveSecondaryBorderEnabled": "#CD384B",
|
142
|
-
"buttonColorDestructiveSecondaryBorderHover": "#
|
142
|
+
"buttonColorDestructiveSecondaryBorderHover": "#ac3240",
|
143
143
|
"buttonColorDestructiveSecondaryLabelDisabled": "#0000006b",
|
144
144
|
"buttonColorDestructiveSecondaryLabelEnabled": "#CD384B",
|
145
|
-
"buttonColorDestructiveSecondaryLabelHover": "#
|
146
|
-
"buttonColorTypicalPrimaryBgActive": "#
|
145
|
+
"buttonColorDestructiveSecondaryLabelHover": "#ac3240",
|
146
|
+
"buttonColorTypicalPrimaryBgActive": "#13591a",
|
147
147
|
"buttonColorTypicalPrimaryBgDefault": "#FFFFFF",
|
148
148
|
"buttonColorTypicalPrimaryBgDisabled": "#a6a6a6",
|
149
149
|
"buttonColorTypicalPrimaryBgEnabled": "#00811F",
|
150
|
-
"buttonColorTypicalPrimaryBgHover": "#
|
150
|
+
"buttonColorTypicalPrimaryBgHover": "#0e6d1d",
|
151
151
|
"buttonColorTypicalPrimaryLabelActive": "#FFFFFF",
|
152
152
|
"buttonColorTypicalPrimaryLabelDisabled": "#FFFFFF",
|
153
153
|
"buttonColorTypicalPrimaryLabelEnabled": "#FFFFFF",
|
154
154
|
"buttonColorTypicalPrimaryLabelHover": "#FFFFFF",
|
155
|
-
"buttonColorTypicalPrimaryInverseBgActive": "#
|
155
|
+
"buttonColorTypicalPrimaryInverseBgActive": "#7ce47a",
|
156
156
|
"buttonColorTypicalPrimaryInverseBgDefault": "#000000",
|
157
157
|
"buttonColorTypicalPrimaryInverseBgDisabled": "#4b4b4b",
|
158
158
|
"buttonColorTypicalPrimaryInverseBgEnabled": "#00D639",
|
159
|
-
"buttonColorTypicalPrimaryInverseBgHover": "#
|
159
|
+
"buttonColorTypicalPrimaryInverseBgHover": "#55dd5b",
|
160
160
|
"buttonColorTypicalPrimaryInverseLabelActive": "#000000",
|
161
161
|
"buttonColorTypicalPrimaryInverseLabelDisabled": "#000000",
|
162
162
|
"buttonColorTypicalPrimaryInverseLabelEnabled": "#000000",
|
163
163
|
"buttonColorTypicalPrimaryInverseLabelHover": "#000000",
|
164
|
-
"buttonColorTypicalSecondaryBgActive": "#
|
165
|
-
"
|
166
|
-
"
|
164
|
+
"buttonColorTypicalSecondaryBgActive": "#00811f4d",
|
165
|
+
"buttonColorTypicalSecondaryBgEnabled": "#00811f08",
|
166
|
+
"buttonColorTypicalSecondaryBgHover": "#00811f1a",
|
167
|
+
"buttonColorTypicalSecondaryBorderActive": "#13591a",
|
167
168
|
"buttonColorTypicalSecondaryBorderDisabled": "#a6a6a6",
|
168
169
|
"buttonColorTypicalSecondaryBorderEnabled": "#00811fcc",
|
169
|
-
"buttonColorTypicalSecondaryBorderHover": "#
|
170
|
+
"buttonColorTypicalSecondaryBorderHover": "#0e6d1d",
|
170
171
|
"buttonColorTypicalSecondaryLabelActive": "#000000",
|
171
172
|
"buttonColorTypicalSecondaryLabelDisabled": "#0000006b",
|
172
173
|
"buttonColorTypicalSecondaryLabelEnabled": "#000000e6",
|
173
174
|
"buttonColorTypicalSecondaryLabelHover": "#000000",
|
174
|
-
"buttonColorTypicalSecondaryInverseBgActive": "#
|
175
|
-
"
|
176
|
-
"
|
175
|
+
"buttonColorTypicalSecondaryInverseBgActive": "#00d6394d",
|
176
|
+
"buttonColorTypicalSecondaryInverseBgEnabled": "#00d63908",
|
177
|
+
"buttonColorTypicalSecondaryInverseBgHover": "#00d6391a",
|
178
|
+
"buttonColorTypicalSecondaryInverseBorderActive": "#7ce47a",
|
177
179
|
"buttonColorTypicalSecondaryInverseBorderDisabled": "#4b4b4b",
|
178
180
|
"buttonColorTypicalSecondaryInverseBorderEnabled": "#00d639cc",
|
179
|
-
"buttonColorTypicalSecondaryInverseBorderHover": "#
|
181
|
+
"buttonColorTypicalSecondaryInverseBorderHover": "#55dd5b",
|
180
182
|
"buttonColorTypicalSecondaryInverseLabelActive": "#FFFFFF",
|
181
183
|
"buttonColorTypicalSecondaryInverseLabelDisabled": "#ffffff6b",
|
182
184
|
"buttonColorTypicalSecondaryInverseLabelEnabled": "#ffffffe6",
|
183
185
|
"buttonColorTypicalSecondaryInverseLabelHover": "#FFFFFF",
|
184
|
-
"buttonColorTypicalTertiaryBgActive": "#
|
186
|
+
"buttonColorTypicalTertiaryBgActive": "#00811f4d",
|
185
187
|
"buttonColorTypicalTertiaryBgEnabled": "#fff0",
|
186
|
-
"buttonColorTypicalTertiaryBgHover": "#
|
187
|
-
"buttonColorTypicalTertiaryBorderActive": "#
|
188
|
+
"buttonColorTypicalTertiaryBgHover": "#00811f1a",
|
189
|
+
"buttonColorTypicalTertiaryBorderActive": "#13591a",
|
188
190
|
"buttonColorTypicalTertiaryBorderDisabled": "#a6a6a6",
|
189
|
-
"buttonColorTypicalTertiaryBorderEnabled": "#
|
190
|
-
"buttonColorTypicalTertiaryBorderHover": "#
|
191
|
+
"buttonColorTypicalTertiaryBorderEnabled": "#00811fcc",
|
192
|
+
"buttonColorTypicalTertiaryBorderHover": "#0e6d1d",
|
191
193
|
"buttonColorTypicalTertiaryLabelActive": "#000000",
|
192
194
|
"buttonColorTypicalTertiaryLabelDisabled": "#0000006b",
|
193
195
|
"buttonColorTypicalTertiaryLabelEnabled": "#000000e6",
|
194
196
|
"buttonColorTypicalTertiaryLabelHover": "#000000",
|
195
|
-
"buttonColorTypicalTertiaryInverseBgActive": "#
|
197
|
+
"buttonColorTypicalTertiaryInverseBgActive": "#00d6394d",
|
196
198
|
"buttonColorTypicalTertiaryInverseBgEnabled": "#fff0",
|
197
|
-
"buttonColorTypicalTertiaryInverseBgHover": "#
|
198
|
-
"buttonColorTypicalTertiaryInverseBorderActive": "#
|
199
|
+
"buttonColorTypicalTertiaryInverseBgHover": "#00d6391a",
|
200
|
+
"buttonColorTypicalTertiaryInverseBorderActive": "#7ce47a",
|
199
201
|
"buttonColorTypicalTertiaryInverseBorderDisabled": "#4b4b4b",
|
200
|
-
"buttonColorTypicalTertiaryInverseBorderEnabled": "#
|
201
|
-
"buttonColorTypicalTertiaryInverseBorderHover": "#
|
202
|
+
"buttonColorTypicalTertiaryInverseBorderEnabled": "#00d639cc",
|
203
|
+
"buttonColorTypicalTertiaryInverseBorderHover": "#55dd5b",
|
202
204
|
"buttonColorTypicalTertiaryInverseLabelActive": "#FFFFFF",
|
203
205
|
"buttonColorTypicalTertiaryInverseLabelDisabled": "#ffffff6b",
|
204
206
|
"buttonColorTypicalTertiaryInverseLabelEnabled": "#ffffffe6",
|
205
207
|
"buttonColorTypicalTertiaryInverseLabelHover": "#FFFFFF",
|
206
|
-
"buttonColorTypicalSubtleBgActive": "#
|
207
|
-
"buttonColorTypicalSubtleBgHover": "#
|
208
|
+
"buttonColorTypicalSubtleBgActive": "#00000026",
|
209
|
+
"buttonColorTypicalSubtleBgHover": "#0000001a",
|
208
210
|
"buttonColorTypicalSubtleLabelActive": "#000000",
|
209
211
|
"buttonColorTypicalSubtleLabelDisabled": "#0000006b",
|
210
212
|
"buttonColorTypicalSubtleLabelEnabled": "#000000e6",
|
211
213
|
"buttonColorTypicalSubtleLabelHover": "#000000",
|
212
|
-
"buttonColorTypicalSubtleInverseBgActive": "#
|
213
|
-
"buttonColorTypicalSubtleInverseBgHover": "#
|
214
|
+
"buttonColorTypicalSubtleInverseBgActive": "#ffffff26",
|
215
|
+
"buttonColorTypicalSubtleInverseBgHover": "#ffffff1a",
|
214
216
|
"buttonColorTypicalSubtleInverseLabelActive": "#FFFFFF",
|
215
217
|
"buttonColorTypicalSubtleInverseLabelDisabled": "#ffffff6b",
|
216
218
|
"buttonColorTypicalSubtleInverseLabelEnabled": "#ffffffe6",
|
@@ -218,14 +220,14 @@
|
|
218
220
|
"buttonColorTypicalToggleBgActiveDisabled": "#a6a6a6",
|
219
221
|
"buttonColorTypicalToggleLabelActiveDisabled": "#FFFFFF",
|
220
222
|
"buttonColorTypicalToggleBgActive": "#000000",
|
221
|
-
"buttonColorTypicalToggleBgHover": "#
|
223
|
+
"buttonColorTypicalToggleBgHover": "#0000001a",
|
222
224
|
"buttonColorTypicalToggleBorderEnabled": "#000000e6",
|
223
225
|
"buttonColorTypicalToggleBorderDisabled": "#a6a6a6",
|
224
226
|
"buttonColorTypicalToggleLabelActive": "#FFFFFF",
|
225
227
|
"buttonColorTypicalToggleLabelDisabled": "#0000006b",
|
226
228
|
"buttonColorTypicalToggleLabelEnabled": "#000000ab",
|
227
229
|
"buttonColorTypicalToggleLabelHover": "#000000",
|
228
|
-
"buttonColorVideoBgBlur": "#
|
230
|
+
"buttonColorVideoBgBlur": "#0000001a",
|
229
231
|
"buttonColorVideoPrimaryBgEnabled": "#FFFFFF",
|
230
232
|
"buttonColorVideoPrimaryBgHover": "#FFFFFF",
|
231
233
|
"buttonColorVideoPrimaryLabelEnabled": "#000000e6",
|
@@ -10,10 +10,10 @@
|
|
10
10
|
"containerColorInteractiveBgFooterDefault": "#FFFFFF",
|
11
11
|
"containerColorInteractiveBgEnabled": "#FFFFFF",
|
12
12
|
"containerColorInteractiveBgDisabled": "#f3f3f3",
|
13
|
-
"containerColorInteractiveBgHover": "#
|
13
|
+
"containerColorInteractiveBgHover": "#0000001a",
|
14
14
|
"containerColorInteractiveBorderActive": "#000000",
|
15
15
|
"containerColorInteractiveBorderAlt": "#d1d1d1",
|
16
|
-
"containerColorInteractiveBorderaltHover": "#
|
16
|
+
"containerColorInteractiveBorderaltHover": "#000000e6",
|
17
17
|
"containerColorInteractiveBorderInactive": "#a6a6a6",
|
18
18
|
"containerColorInteractiveBorderEnabled": "#777",
|
19
19
|
"containerColorInteractiveIconActive": "#000000",
|
@@ -263,7 +263,7 @@
|
|
263
263
|
"containerBorderwidthTileselectSelected": 2,
|
264
264
|
"containerBorderwidthTileselectUnavailable": 1,
|
265
265
|
"containerBorderwidthTileselectEnabled": 1,
|
266
|
-
"containerOpacityCarouselHidden": "0.
|
266
|
+
"containerOpacityCarouselHidden": "0.3",
|
267
267
|
"containerOpacityDialogDimmer": "0.4",
|
268
268
|
"containerOpacityDragGhost": "0.5",
|
269
269
|
"containerTypographyAdaptiveHeadingM": {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.25,"fontSize":"21px"},
|
@@ -183,8 +183,8 @@
|
|
183
183
|
"formSizeRatingL": 32,
|
184
184
|
"formColorCalendarBgActive": "#000000",
|
185
185
|
"formColorCalendarBgDisabled": "#f3f3f3",
|
186
|
-
"formColorCalendarBgDuration": "#
|
187
|
-
"formColorCalendarBgHover": "#
|
186
|
+
"formColorCalendarBgDuration": "#e2e2e2",
|
187
|
+
"formColorCalendarBgHover": "#0000001a",
|
188
188
|
"formColorCalendarBorderDuration": "#000000",
|
189
189
|
"formColorCalendarTextActive": "#FFFFFF",
|
190
190
|
"formColorCalendarTextAlt": "#0000008c",
|
@@ -193,7 +193,7 @@
|
|
193
193
|
"formColorCalendarTextEnabled": "#000000f2",
|
194
194
|
"formColorCalendarTextHover": "#000000",
|
195
195
|
"formColorCalendarTextAltEnabled": "#0000008c",
|
196
|
-
"formColorDropdownBgHover": "#
|
196
|
+
"formColorDropdownBgHover": "#0000001a",
|
197
197
|
"formColorDropdownLabelActive": "#FFFFFF",
|
198
198
|
"formColorDropdownLabelAlt": "#000000e6",
|
199
199
|
"formColorDropdownLabelDisabled": "#0000006b",
|
@@ -208,7 +208,7 @@
|
|
208
208
|
"formColorTypicalBgDisabled": "#f3f3f3",
|
209
209
|
"formColorTypicalBgDefault": "#FFFFFF",
|
210
210
|
"formColorTypicalBgEnabled": "#FFFFFF",
|
211
|
-
"formColorTypicalBgHover": "#
|
211
|
+
"formColorTypicalBgHover": "#e2e2e2",
|
212
212
|
"formColorTypicalBgReadOnly": "#f3f3f3",
|
213
213
|
"formColorTypicalBorderAlt": "#a6a6a6",
|
214
214
|
"formColorTypicalBorderEnabled": "#777",
|
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"linkColorDestructiveLabelDefault": "#b23342",
|
3
|
-
"linkColorDestructiveLabelHover": "#
|
3
|
+
"linkColorDestructiveLabelHover": "#9f303c",
|
4
4
|
"linkColorDestructiveInverseLabelDefault": "#e85b66",
|
5
|
-
"linkColorDestructiveInverseLabelHover": "#
|
5
|
+
"linkColorDestructiveInverseLabelHover": "#ed6e74",
|
6
6
|
"linkColorTypicalLabelDefault": "#0c711d",
|
7
|
-
"linkColorTypicalLabelHover": "#
|
7
|
+
"linkColorTypicalLabelHover": "#12601b",
|
8
8
|
"linkColorTypicalInverseLabelDefault": "#4cdc55",
|
9
|
-
"linkColorTypicalInverseLabelHover": "#
|
9
|
+
"linkColorTypicalInverseLabelHover": "#71e270",
|
10
10
|
"linkColorSubtleLabelDefault": "#000000e6",
|
11
11
|
"linkColorSubtleLabelHover": "#000000",
|
12
12
|
"linkColorSubtleInverseLabelDefault": "#ffffffe6",
|
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"navColorBgDefault": "#FFFFFF",
|
3
3
|
"navColorItemBgActive": "#000000",
|
4
|
-
"navColorItemBgActivealt": "#
|
4
|
+
"navColorItemBgActivealt": "#0000001a",
|
5
5
|
"navColorItemBgEnabled": "#fff0",
|
6
|
-
"navColorItemBgHover": "#
|
6
|
+
"navColorItemBgHover": "#0000001a",
|
7
7
|
"navColorItemLabelActive": "#FFFFFF",
|
8
8
|
"navColorItemLabelActivealt": "#000000",
|
9
9
|
"navColorItemLabelEnabled": "#000000e6",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"navColorLeftnavContainerBorderDefault": "#a6a6a6",
|
19
19
|
"navColorLeftnavItemBgActive": "#00000029",
|
20
20
|
"navColorLeftnavItemBgEnabled": "#fff0",
|
21
|
-
"navColorLeftnavItemBgHover": "#
|
21
|
+
"navColorLeftnavItemBgHover": "#0000001a",
|
22
22
|
"navColorLeftnavItemLabelActive": "#000000",
|
23
23
|
"navColorLeftnavItemLabelEnabled": "#000000f2",
|
24
24
|
"navColorLeftnavItemLabelHover": "#000000",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"navColorModalContainerBorderDefault": "#a6a6a6",
|
28
28
|
"navColorModalItemBgActive": "#00000029",
|
29
29
|
"navColorModalItemBgEnabled": "#fff0",
|
30
|
-
"navColorModalItemBgHover": "#
|
30
|
+
"navColorModalItemBgHover": "#0000001a",
|
31
31
|
"navColorModalItemLabelActive": "#000000",
|
32
32
|
"navColorModalItemLabelEnabled": "#000000f2",
|
33
33
|
"navColorModalItemLabelHover": "#000000",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"navColorTopnavContainerBorderDefault": "#a6a6a6",
|
37
37
|
"navColorTopnavItemBgActive": "#00000029",
|
38
38
|
"navColorTopnavItemBgEnabled": "#fff0",
|
39
|
-
"navColorTopnavItemBgHover": "#
|
39
|
+
"navColorTopnavItemBgHover": "#0000001a",
|
40
40
|
"navColorTopnavItemLabelActive": "#000000",
|
41
41
|
"navColorTopnavItemLabelEnabled": "#000000f2",
|
42
42
|
"navColorTopnavItemLabelHover": "#000000",
|
@@ -35,9 +35,9 @@
|
|
35
35
|
"popoverSpaceSubmenuXM": 16,
|
36
36
|
"popoverSpaceSubmenuXL": 16,
|
37
37
|
"popoverColorBgActive": "#000000",
|
38
|
-
"popoverColorBgActivealt": "#
|
38
|
+
"popoverColorBgActivealt": "#0000001a",
|
39
39
|
"popoverColorBgDefault": "#FFFFFF",
|
40
|
-
"popoverColorBgHover": "#
|
40
|
+
"popoverColorBgHover": "#0000001a",
|
41
41
|
"popoverColorLabelActive": "#FFFFFF",
|
42
42
|
"popoverColorLabelActivealt": "#000000",
|
43
43
|
"popoverColorLabelDisabled": "#0000006b",
|
@@ -6,10 +6,10 @@
|
|
6
6
|
"statusColorMessageGlobalCalloutBgHover": "#d8ecd5",
|
7
7
|
"statusColorMessageGlobalCalloutIcon": "#000000f2",
|
8
8
|
"statusColorMessageGlobalInfoBgDefault": "#eaeef6",
|
9
|
-
"statusColorMessageGlobalInfoBgHover": "#
|
9
|
+
"statusColorMessageGlobalInfoBgHover": "#cdd7ea",
|
10
10
|
"statusColorMessageGlobalInfoIcon": "#0060A7",
|
11
11
|
"statusColorMessageGlobalWarningBgDefault": "#ffede5",
|
12
|
-
"statusColorMessageGlobalWarningBgHover": "#
|
12
|
+
"statusColorMessageGlobalWarningBgHover": "#fed5c3",
|
13
13
|
"statusColorMessageGlobalWarningIcon": "#D64309",
|
14
14
|
"statusColorMessageContextualBg": "#FFFFFF",
|
15
15
|
"statusColorMessageContextualIcon": "#FFFFFF",
|
@@ -46,60 +46,60 @@
|
|
46
46
|
"statusColorPillGenericInverseLabelAltHover": "#fffffff2",
|
47
47
|
"statusColorPillErrorBgDefault": "#CD384B",
|
48
48
|
"statusColorPillErrorBgAltDefault": "#fdeceb",
|
49
|
-
"statusColorPillErrorBgAltHover": "#
|
50
|
-
"statusColorPillErrorBgHover": "#
|
49
|
+
"statusColorPillErrorBgAltHover": "#f9d3d1",
|
50
|
+
"statusColorPillErrorBgHover": "#ac3240",
|
51
51
|
"statusColorPillErrorBorderDefault": "#CD384B",
|
52
52
|
"statusColorPillErrorInverseBgDefault": "#E13E53",
|
53
53
|
"statusColorPillErrorInverseBgAltDefault": "#241212",
|
54
|
-
"statusColorPillErrorInverseBgAltHover": "#
|
55
|
-
"statusColorPillErrorInverseBgHover": "#
|
54
|
+
"statusColorPillErrorInverseBgAltHover": "#3d1a1c",
|
55
|
+
"statusColorPillErrorInverseBgHover": "#ea626a",
|
56
56
|
"statusColorPillErrorInverseBorderDefault": "#E13E53",
|
57
57
|
"statusColorPillInfoBgDefault": "#0060A7",
|
58
58
|
"statusColorPillInfoBgAltDefault": "#eaeef6",
|
59
|
-
"statusColorPillInfoBgAltHover": "#
|
60
|
-
"statusColorPillInfoBgHover": "#
|
59
|
+
"statusColorPillInfoBgAltHover": "#cdd7ea",
|
60
|
+
"statusColorPillInfoBgHover": "#10518c",
|
61
61
|
"statusColorPillInfoBorderDefault": "#0060A7",
|
62
62
|
"statusColorPillInfoInverseBgDefault": "#007ED9",
|
63
63
|
"statusColorPillInfoInverseBgAltDefault": "#111722",
|
64
|
-
"statusColorPillInfoInverseBgAltHover": "#
|
65
|
-
"statusColorPillInfoInverseBgHover": "#
|
64
|
+
"statusColorPillInfoInverseBgAltHover": "#17253a",
|
65
|
+
"statusColorPillInfoInverseBgHover": "#4f90df",
|
66
66
|
"statusColorPillInfoInverseBorderDefault": "#007ED9",
|
67
67
|
"statusColorPillNeutralBgDefault": "#656565",
|
68
68
|
"statusColorPillNeutralBgAltDefault": "#efefef",
|
69
|
-
"statusColorPillNeutralBgAltHover": "#
|
70
|
-
"statusColorPillNeutralBgHover": "#
|
69
|
+
"statusColorPillNeutralBgAltHover": "#d9d9d9",
|
70
|
+
"statusColorPillNeutralBgHover": "#565656",
|
71
71
|
"statusColorPillNeutralBorderDefault": "#656565",
|
72
72
|
"statusColorPillNeutralInverseBgDefault": "#7C7C7C",
|
73
73
|
"statusColorPillNeutralInverseBgAltDefault": "#171717",
|
74
|
-
"statusColorPillNeutralInverseBgAltHover": "#
|
75
|
-
"statusColorPillNeutralInverseBgHover": "#
|
74
|
+
"statusColorPillNeutralInverseBgAltHover": "#242424",
|
75
|
+
"statusColorPillNeutralInverseBgHover": "#8e8e8e",
|
76
76
|
"statusColorPillNeutralInverseBorderDefault": "#7C7C7C",
|
77
77
|
"statusColorPillSuccessBgDefault": "#00811F",
|
78
78
|
"statusColorPillSuccessBgAltDefault": "#e9f2e8",
|
79
|
-
"statusColorPillSuccessBgAltHover": "#
|
80
|
-
"statusColorPillSuccessBgHover": "#
|
79
|
+
"statusColorPillSuccessBgAltHover": "#cbe1c9",
|
80
|
+
"statusColorPillSuccessBgHover": "#0e6d1d",
|
81
81
|
"statusColorPillSuccessBorderDefault": "#00811F",
|
82
82
|
"statusColorPillSuccessInverseBgDefault": "#009023",
|
83
83
|
"statusColorPillSuccessInverseBgAltDefault": "#0e1a0b",
|
84
|
-
"statusColorPillSuccessInverseBgAltHover": "#
|
85
|
-
"statusColorPillSuccessInverseBgHover": "#
|
84
|
+
"statusColorPillSuccessInverseBgAltHover": "#132912",
|
85
|
+
"statusColorPillSuccessInverseBgHover": "#328e37",
|
86
86
|
"statusColorPillSuccessInverseBorderDefault": "#009023",
|
87
87
|
"statusColorPillWarningBgDefault": "#D64309",
|
88
88
|
"statusColorPillWarningBgAltDefault": "#ffede5",
|
89
|
-
"statusColorPillWarningBgAltHover": "#
|
90
|
-
"statusColorPillWarningBgHover": "#
|
89
|
+
"statusColorPillWarningBgAltHover": "#fed5c3",
|
90
|
+
"statusColorPillWarningBgHover": "#b33b0d",
|
91
91
|
"statusColorPillWarningBorderDefault": "#D64309",
|
92
92
|
"statusColorPillWarningInverseBgDefault": "#E04500",
|
93
93
|
"statusColorPillWarningInverseBgAltDefault": "#251206",
|
94
|
-
"statusColorPillWarningInverseBgAltHover": "#
|
95
|
-
"statusColorPillWarningInverseBgHover": "#
|
94
|
+
"statusColorPillWarningInverseBgAltHover": "#3e1a0b",
|
95
|
+
"statusColorPillWarningInverseBgHover": "#eb6530",
|
96
96
|
"statusColorPillWarningInverseBorderDefault": "#E04500",
|
97
97
|
"statusColorPillReadonlyBgDefault": "#a6a6a6",
|
98
98
|
"statusColorPillReadonlyBorderDefault": "#a6a6a6",
|
99
99
|
"statusColorPillReadonlyLabel": "#000000ab",
|
100
100
|
"statusColorRatingBgDefault": "#00811F",
|
101
101
|
"statusColorRatingBgDefaultAlt": "linear-gradient(90deg, #00811F 0%, #00811F 50%, #d1d1d1 50%, #d1d1d1 100%)",
|
102
|
-
"statusColorRatingBgHover": "#
|
102
|
+
"statusColorRatingBgHover": "#0e6d1d",
|
103
103
|
"statusColorRatingBorderDefault": "#00811F",
|
104
104
|
"statusSizePillS": 20,
|
105
105
|
"statusSizePillM": 24,
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"tabSpaceYL": 12,
|
17
17
|
"tabColorBgActive": "#FFFFFF",
|
18
18
|
"tabColorBgEnabled": "#fff0",
|
19
|
-
"tabColorBgHover": "#
|
19
|
+
"tabColorBgHover": "#0000001a",
|
20
20
|
"tabColorBorderActivealt": "#d1d1d1",
|
21
21
|
"tabColorBorderActive": "#000000",
|
22
22
|
"tabColorBorderEnabled": "#d1d1d1",
|