@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
@@ -1340,7 +1340,7 @@ module.exports = {
|
|
1340
1340
|
"studio.tokens": {
|
1341
1341
|
modify: {
|
1342
1342
|
type: "mix",
|
1343
|
-
value: "0.
|
1343
|
+
value: "0.30",
|
1344
1344
|
space: "lch",
|
1345
1345
|
color: "#FFFFFF ",
|
1346
1346
|
format: "hex",
|
@@ -1348,7 +1348,7 @@ module.exports = {
|
|
1348
1348
|
},
|
1349
1349
|
},
|
1350
1350
|
$type: "color",
|
1351
|
-
$value: "#
|
1351
|
+
$value: "#f28083",
|
1352
1352
|
$description: "active button on dark",
|
1353
1353
|
filePath: "data/tokens/modes/dark.json",
|
1354
1354
|
isSource: true,
|
@@ -1357,7 +1357,7 @@ module.exports = {
|
|
1357
1357
|
"studio.tokens": {
|
1358
1358
|
modify: {
|
1359
1359
|
type: "mix",
|
1360
|
-
value: "{
|
1360
|
+
value: "{primitives.color.modifiers.button.active}",
|
1361
1361
|
space: "lch",
|
1362
1362
|
color: "{modes.color.modifier.contrastMore} ",
|
1363
1363
|
},
|
@@ -1425,7 +1425,7 @@ module.exports = {
|
|
1425
1425
|
"studio.tokens": {
|
1426
1426
|
modify: {
|
1427
1427
|
type: "mix",
|
1428
|
-
value: "0.
|
1428
|
+
value: "0.15",
|
1429
1429
|
space: "lch",
|
1430
1430
|
color: "#FFFFFF",
|
1431
1431
|
format: "hex",
|
@@ -1433,7 +1433,7 @@ module.exports = {
|
|
1433
1433
|
},
|
1434
1434
|
},
|
1435
1435
|
$type: "color",
|
1436
|
-
$value: "#
|
1436
|
+
$value: "#ea626a",
|
1437
1437
|
filePath: "data/tokens/modes/dark.json",
|
1438
1438
|
isSource: true,
|
1439
1439
|
original: {
|
@@ -1441,7 +1441,7 @@ module.exports = {
|
|
1441
1441
|
"studio.tokens": {
|
1442
1442
|
modify: {
|
1443
1443
|
type: "mix",
|
1444
|
-
value: "{
|
1444
|
+
value: "{primitives.color.modifiers.button.hover}",
|
1445
1445
|
space: "lch",
|
1446
1446
|
color: "{modes.color.modifier.contrastMore}",
|
1447
1447
|
},
|
@@ -1459,14 +1459,14 @@ module.exports = {
|
|
1459
1459
|
"studio.tokens": {
|
1460
1460
|
modify: {
|
1461
1461
|
type: "alpha",
|
1462
|
-
value: "0.
|
1462
|
+
value: "0.10",
|
1463
1463
|
space: "lch",
|
1464
1464
|
format: "hex",
|
1465
1465
|
},
|
1466
1466
|
},
|
1467
1467
|
},
|
1468
1468
|
$type: "color",
|
1469
|
-
$value: "#
|
1469
|
+
$value: "#e13e531a",
|
1470
1470
|
$description: "button hover on dark",
|
1471
1471
|
filePath: "data/tokens/modes/dark.json",
|
1472
1472
|
isSource: true,
|
@@ -1475,7 +1475,7 @@ module.exports = {
|
|
1475
1475
|
"studio.tokens": {
|
1476
1476
|
modify: {
|
1477
1477
|
type: "alpha",
|
1478
|
-
value: "{
|
1478
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1479
1479
|
space: "lch",
|
1480
1480
|
},
|
1481
1481
|
},
|
@@ -1493,7 +1493,7 @@ module.exports = {
|
|
1493
1493
|
"studio.tokens": {
|
1494
1494
|
modify: {
|
1495
1495
|
type: "mix",
|
1496
|
-
value: "0.
|
1496
|
+
value: "0.10",
|
1497
1497
|
space: "lch",
|
1498
1498
|
color: "#FFFFFF",
|
1499
1499
|
format: "hex",
|
@@ -1501,7 +1501,7 @@ module.exports = {
|
|
1501
1501
|
},
|
1502
1502
|
},
|
1503
1503
|
$type: "color",
|
1504
|
-
$value: "#
|
1504
|
+
$value: "#ed6e74",
|
1505
1505
|
$description: "for links in datatables",
|
1506
1506
|
filePath: "data/tokens/modes/dark.json",
|
1507
1507
|
isSource: true,
|
@@ -1510,7 +1510,7 @@ module.exports = {
|
|
1510
1510
|
"studio.tokens": {
|
1511
1511
|
modify: {
|
1512
1512
|
type: "mix",
|
1513
|
-
value: "{
|
1513
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1514
1514
|
space: "lch",
|
1515
1515
|
color: "{modes.color.modifier.contrastMore}",
|
1516
1516
|
},
|
@@ -1556,7 +1556,7 @@ module.exports = {
|
|
1556
1556
|
"studio.tokens": {
|
1557
1557
|
modify: {
|
1558
1558
|
type: "mix",
|
1559
|
-
value: "0.
|
1559
|
+
value: "0.30",
|
1560
1560
|
space: "lch",
|
1561
1561
|
color: "#000000 ",
|
1562
1562
|
format: "hex",
|
@@ -1564,7 +1564,7 @@ module.exports = {
|
|
1564
1564
|
},
|
1565
1565
|
},
|
1566
1566
|
$type: "color",
|
1567
|
-
$value: "#
|
1567
|
+
$value: "#8c2c35",
|
1568
1568
|
$description: "used on pill hover states",
|
1569
1569
|
filePath: "data/tokens/modes/dark.json",
|
1570
1570
|
isSource: true,
|
@@ -1573,7 +1573,7 @@ module.exports = {
|
|
1573
1573
|
"studio.tokens": {
|
1574
1574
|
modify: {
|
1575
1575
|
type: "mix",
|
1576
|
-
value: "{
|
1576
|
+
value: "{primitives.color.modifiers.button.active}",
|
1577
1577
|
space: "lch",
|
1578
1578
|
color: "{modes.color.modifier.contrastLess} ",
|
1579
1579
|
},
|
@@ -1662,7 +1662,7 @@ module.exports = {
|
|
1662
1662
|
"studio.tokens": {
|
1663
1663
|
modify: {
|
1664
1664
|
type: "mix",
|
1665
|
-
value: "0.
|
1665
|
+
value: "0.15",
|
1666
1666
|
space: "lch",
|
1667
1667
|
color: "#000000 ",
|
1668
1668
|
format: "hex",
|
@@ -1670,7 +1670,7 @@ module.exports = {
|
|
1670
1670
|
},
|
1671
1671
|
},
|
1672
1672
|
$type: "color",
|
1673
|
-
$value: "#
|
1673
|
+
$value: "#ac3240",
|
1674
1674
|
$description:
|
1675
1675
|
"used on solid-pill and primary-button hover states",
|
1676
1676
|
filePath: "data/tokens/modes/dark.json",
|
@@ -1680,7 +1680,7 @@ module.exports = {
|
|
1680
1680
|
"studio.tokens": {
|
1681
1681
|
modify: {
|
1682
1682
|
type: "mix",
|
1683
|
-
value: "{
|
1683
|
+
value: "{primitives.color.modifiers.button.hover}",
|
1684
1684
|
space: "lch",
|
1685
1685
|
color: "{modes.color.modifier.contrastLess} ",
|
1686
1686
|
},
|
@@ -1707,14 +1707,14 @@ module.exports = {
|
|
1707
1707
|
"studio.tokens": {
|
1708
1708
|
modify: {
|
1709
1709
|
type: "alpha",
|
1710
|
-
value: "0.
|
1710
|
+
value: "0.10",
|
1711
1711
|
space: "lch",
|
1712
1712
|
format: "hex",
|
1713
1713
|
},
|
1714
1714
|
},
|
1715
1715
|
},
|
1716
1716
|
$type: "color",
|
1717
|
-
$value: "#
|
1717
|
+
$value: "#cd384b1a",
|
1718
1718
|
$description: "used on secondary-button hover states",
|
1719
1719
|
filePath: "data/tokens/modes/dark.json",
|
1720
1720
|
isSource: true,
|
@@ -1723,7 +1723,7 @@ module.exports = {
|
|
1723
1723
|
"studio.tokens": {
|
1724
1724
|
modify: {
|
1725
1725
|
type: "alpha",
|
1726
|
-
value: "{
|
1726
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1727
1727
|
space: "lch",
|
1728
1728
|
},
|
1729
1729
|
},
|
@@ -1748,7 +1748,7 @@ module.exports = {
|
|
1748
1748
|
"studio.tokens": {
|
1749
1749
|
modify: {
|
1750
1750
|
type: "mix",
|
1751
|
-
value: "0.
|
1751
|
+
value: "0.10",
|
1752
1752
|
space: "lch",
|
1753
1753
|
color: "#000000 ",
|
1754
1754
|
format: "hex",
|
@@ -1756,7 +1756,7 @@ module.exports = {
|
|
1756
1756
|
},
|
1757
1757
|
},
|
1758
1758
|
$type: "color",
|
1759
|
-
$value: "#
|
1759
|
+
$value: "#9f303c",
|
1760
1760
|
$description: "used on link hover state",
|
1761
1761
|
filePath: "data/tokens/modes/dark.json",
|
1762
1762
|
isSource: true,
|
@@ -1765,7 +1765,7 @@ module.exports = {
|
|
1765
1765
|
"studio.tokens": {
|
1766
1766
|
modify: {
|
1767
1767
|
type: "mix",
|
1768
|
-
value: "{
|
1768
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1769
1769
|
space: "lch",
|
1770
1770
|
color: "{modes.color.modifier.contrastLess} ",
|
1771
1771
|
},
|
@@ -1898,7 +1898,7 @@ module.exports = {
|
|
1898
1898
|
"studio.tokens": {
|
1899
1899
|
modify: {
|
1900
1900
|
type: "mix",
|
1901
|
-
value: "0.
|
1901
|
+
value: "0.10",
|
1902
1902
|
space: "lch",
|
1903
1903
|
color: "#FFFFFF",
|
1904
1904
|
format: "hex",
|
@@ -1906,7 +1906,7 @@ module.exports = {
|
|
1906
1906
|
},
|
1907
1907
|
},
|
1908
1908
|
$type: "color",
|
1909
|
-
$value: "#
|
1909
|
+
$value: "#1b1b1b",
|
1910
1910
|
$description: "bg hover for draggable area on file input",
|
1911
1911
|
filePath: "data/tokens/modes/dark.json",
|
1912
1912
|
isSource: true,
|
@@ -1915,7 +1915,7 @@ module.exports = {
|
|
1915
1915
|
"studio.tokens": {
|
1916
1916
|
modify: {
|
1917
1917
|
type: "mix",
|
1918
|
-
value: "{
|
1918
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1919
1919
|
space: "lch",
|
1920
1920
|
color: "{modes.color.modifier.contrastMore}",
|
1921
1921
|
},
|
@@ -2454,14 +2454,14 @@ module.exports = {
|
|
2454
2454
|
"studio.tokens": {
|
2455
2455
|
modify: {
|
2456
2456
|
type: "alpha",
|
2457
|
-
value: "0.
|
2457
|
+
value: "0.15",
|
2458
2458
|
space: "lch",
|
2459
2459
|
format: "hex",
|
2460
2460
|
},
|
2461
2461
|
},
|
2462
2462
|
},
|
2463
2463
|
$type: "color",
|
2464
|
-
$value: "#
|
2464
|
+
$value: "#ffffff26",
|
2465
2465
|
filePath: "data/tokens/modes/dark.json",
|
2466
2466
|
isSource: true,
|
2467
2467
|
original: {
|
@@ -2469,7 +2469,7 @@ module.exports = {
|
|
2469
2469
|
"studio.tokens": {
|
2470
2470
|
modify: {
|
2471
2471
|
type: "alpha",
|
2472
|
-
value: "{
|
2472
|
+
value: "{primitives.color.modifiers.button.activeAlt}",
|
2473
2473
|
space: "lch",
|
2474
2474
|
},
|
2475
2475
|
},
|
@@ -2592,14 +2592,14 @@ module.exports = {
|
|
2592
2592
|
"studio.tokens": {
|
2593
2593
|
modify: {
|
2594
2594
|
type: "alpha",
|
2595
|
-
value: "0.
|
2595
|
+
value: "0.10",
|
2596
2596
|
space: "lch",
|
2597
2597
|
format: "hex",
|
2598
2598
|
},
|
2599
2599
|
},
|
2600
2600
|
},
|
2601
2601
|
$type: "color",
|
2602
|
-
$value: "#
|
2602
|
+
$value: "#ffffff1a",
|
2603
2603
|
$description: "Accordion, secondary, tertiary, menu bg on hover",
|
2604
2604
|
filePath: "data/tokens/modes/dark.json",
|
2605
2605
|
isSource: true,
|
@@ -2608,7 +2608,7 @@ module.exports = {
|
|
2608
2608
|
"studio.tokens": {
|
2609
2609
|
modify: {
|
2610
2610
|
type: "alpha",
|
2611
|
-
value: "{
|
2611
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
2612
2612
|
space: "lch",
|
2613
2613
|
},
|
2614
2614
|
},
|
@@ -2626,14 +2626,14 @@ module.exports = {
|
|
2626
2626
|
"studio.tokens": {
|
2627
2627
|
modify: {
|
2628
2628
|
type: "alpha",
|
2629
|
-
value: "0.
|
2629
|
+
value: "0.15",
|
2630
2630
|
space: "lch",
|
2631
2631
|
format: "hex",
|
2632
2632
|
},
|
2633
2633
|
},
|
2634
2634
|
},
|
2635
2635
|
$type: "color",
|
2636
|
-
$value: "#
|
2636
|
+
$value: "#ffffff26",
|
2637
2637
|
$description: "subtle table header hover",
|
2638
2638
|
filePath: "data/tokens/modes/dark.json",
|
2639
2639
|
isSource: true,
|
@@ -2642,7 +2642,7 @@ module.exports = {
|
|
2642
2642
|
"studio.tokens": {
|
2643
2643
|
modify: {
|
2644
2644
|
type: "alpha",
|
2645
|
-
value: "{
|
2645
|
+
value: "{primitives.color.modifiers.button.hover}",
|
2646
2646
|
space: "lch",
|
2647
2647
|
},
|
2648
2648
|
},
|
@@ -2745,14 +2745,14 @@ module.exports = {
|
|
2745
2745
|
"studio.tokens": {
|
2746
2746
|
modify: {
|
2747
2747
|
type: "alpha",
|
2748
|
-
value: "0.
|
2748
|
+
value: "0.15",
|
2749
2749
|
space: "lch",
|
2750
2750
|
format: "hex",
|
2751
2751
|
},
|
2752
2752
|
},
|
2753
2753
|
},
|
2754
2754
|
$type: "color",
|
2755
|
-
$value: "#
|
2755
|
+
$value: "#ffffff26",
|
2756
2756
|
filePath: "data/tokens/modes/dark.json",
|
2757
2757
|
isSource: true,
|
2758
2758
|
original: {
|
@@ -2760,7 +2760,7 @@ module.exports = {
|
|
2760
2760
|
"studio.tokens": {
|
2761
2761
|
modify: {
|
2762
2762
|
type: "alpha",
|
2763
|
-
value: "{
|
2763
|
+
value: "{primitives.color.modifiers.button.activeAlt}",
|
2764
2764
|
space: "lch",
|
2765
2765
|
},
|
2766
2766
|
},
|
@@ -2862,14 +2862,14 @@ module.exports = {
|
|
2862
2862
|
"studio.tokens": {
|
2863
2863
|
modify: {
|
2864
2864
|
type: "alpha",
|
2865
|
-
value: "0.
|
2865
|
+
value: "0.10 ",
|
2866
2866
|
space: "lch",
|
2867
2867
|
format: "hex",
|
2868
2868
|
},
|
2869
2869
|
},
|
2870
2870
|
},
|
2871
2871
|
$type: "color",
|
2872
|
-
$value: "#
|
2872
|
+
$value: "#ffffff1a",
|
2873
2873
|
filePath: "data/tokens/modes/dark.json",
|
2874
2874
|
isSource: true,
|
2875
2875
|
original: {
|
@@ -2877,7 +2877,7 @@ module.exports = {
|
|
2877
2877
|
"studio.tokens": {
|
2878
2878
|
modify: {
|
2879
2879
|
type: "alpha",
|
2880
|
-
value: "{
|
2880
|
+
value: "{primitives.color.modifiers.button.hoverAlt} ",
|
2881
2881
|
space: "lch",
|
2882
2882
|
},
|
2883
2883
|
},
|
@@ -2983,14 +2983,14 @@ module.exports = {
|
|
2983
2983
|
"studio.tokens": {
|
2984
2984
|
modify: {
|
2985
2985
|
type: "alpha",
|
2986
|
-
value: "0.
|
2986
|
+
value: "0.15",
|
2987
2987
|
space: "lch",
|
2988
2988
|
format: "hex",
|
2989
2989
|
},
|
2990
2990
|
},
|
2991
2991
|
},
|
2992
2992
|
$type: "color",
|
2993
|
-
$value: "#
|
2993
|
+
$value: "#00000026",
|
2994
2994
|
filePath: "data/tokens/modes/dark.json",
|
2995
2995
|
isSource: true,
|
2996
2996
|
original: {
|
@@ -2998,7 +2998,7 @@ module.exports = {
|
|
2998
2998
|
"studio.tokens": {
|
2999
2999
|
modify: {
|
3000
3000
|
type: "alpha",
|
3001
|
-
value: "{
|
3001
|
+
value: "{primitives.color.modifiers.button.activeAlt}",
|
3002
3002
|
space: "lch",
|
3003
3003
|
},
|
3004
3004
|
},
|
@@ -3143,14 +3143,14 @@ module.exports = {
|
|
3143
3143
|
"studio.tokens": {
|
3144
3144
|
modify: {
|
3145
3145
|
type: "alpha",
|
3146
|
-
value: "0.
|
3146
|
+
value: "0.10",
|
3147
3147
|
space: "lch",
|
3148
3148
|
format: "hex",
|
3149
3149
|
},
|
3150
3150
|
},
|
3151
3151
|
},
|
3152
3152
|
$type: "color",
|
3153
|
-
$value: "#
|
3153
|
+
$value: "#0000001a",
|
3154
3154
|
$description: "Accordion, secondary, tertiary, menu bg on hover",
|
3155
3155
|
filePath: "data/tokens/modes/dark.json",
|
3156
3156
|
isSource: true,
|
@@ -3159,7 +3159,7 @@ module.exports = {
|
|
3159
3159
|
"studio.tokens": {
|
3160
3160
|
modify: {
|
3161
3161
|
type: "alpha",
|
3162
|
-
value: "{
|
3162
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
3163
3163
|
space: "lch",
|
3164
3164
|
},
|
3165
3165
|
},
|
@@ -3185,14 +3185,14 @@ module.exports = {
|
|
3185
3185
|
"studio.tokens": {
|
3186
3186
|
modify: {
|
3187
3187
|
type: "alpha",
|
3188
|
-
value: "0.
|
3188
|
+
value: "0.15",
|
3189
3189
|
space: "lch",
|
3190
3190
|
format: "hex",
|
3191
3191
|
},
|
3192
3192
|
},
|
3193
3193
|
},
|
3194
3194
|
$type: "color",
|
3195
|
-
$value: "#
|
3195
|
+
$value: "#00000026",
|
3196
3196
|
$description: "subtle table header hover",
|
3197
3197
|
filePath: "data/tokens/modes/dark.json",
|
3198
3198
|
isSource: true,
|
@@ -3201,7 +3201,7 @@ module.exports = {
|
|
3201
3201
|
"studio.tokens": {
|
3202
3202
|
modify: {
|
3203
3203
|
type: "alpha",
|
3204
|
-
value: "{
|
3204
|
+
value: "{primitives.color.modifiers.button.hover}",
|
3205
3205
|
space: "lch",
|
3206
3206
|
},
|
3207
3207
|
},
|
@@ -3506,14 +3506,14 @@ module.exports = {
|
|
3506
3506
|
"studio.tokens": {
|
3507
3507
|
modify: {
|
3508
3508
|
type: "alpha",
|
3509
|
-
value: "0.
|
3509
|
+
value: "0.15",
|
3510
3510
|
space: "lch",
|
3511
3511
|
format: "hex",
|
3512
3512
|
},
|
3513
3513
|
},
|
3514
3514
|
},
|
3515
3515
|
$type: "color",
|
3516
|
-
$value: "#
|
3516
|
+
$value: "#ffffff26",
|
3517
3517
|
$description: "hover bg for nav items",
|
3518
3518
|
filePath: "data/tokens/modes/dark.json",
|
3519
3519
|
isSource: true,
|
@@ -3522,7 +3522,7 @@ module.exports = {
|
|
3522
3522
|
"studio.tokens": {
|
3523
3523
|
modify: {
|
3524
3524
|
type: "alpha",
|
3525
|
-
value: "{
|
3525
|
+
value: "{primitives.color.modifiers.button.hover}",
|
3526
3526
|
space: "lch",
|
3527
3527
|
},
|
3528
3528
|
},
|
@@ -3588,7 +3588,7 @@ module.exports = {
|
|
3588
3588
|
"studio.tokens": {
|
3589
3589
|
modify: {
|
3590
3590
|
type: "mix",
|
3591
|
-
value: "0.
|
3591
|
+
value: "0.30",
|
3592
3592
|
space: "lch",
|
3593
3593
|
color: "#FFFFFF",
|
3594
3594
|
format: "hex",
|
@@ -3596,7 +3596,7 @@ module.exports = {
|
|
3596
3596
|
},
|
3597
3597
|
},
|
3598
3598
|
$type: "color",
|
3599
|
-
$value: "#
|
3599
|
+
$value: "#7ce47a",
|
3600
3600
|
filePath: "data/tokens/modes/dark.json",
|
3601
3601
|
isSource: true,
|
3602
3602
|
original: {
|
@@ -3604,7 +3604,7 @@ module.exports = {
|
|
3604
3604
|
"studio.tokens": {
|
3605
3605
|
modify: {
|
3606
3606
|
type: "mix",
|
3607
|
-
value: "{
|
3607
|
+
value: "{primitives.color.modifiers.button.active}",
|
3608
3608
|
space: "lch",
|
3609
3609
|
color: "{modes.color.modifier.contrastMore}",
|
3610
3610
|
},
|
@@ -3622,7 +3622,7 @@ module.exports = {
|
|
3622
3622
|
"studio.tokens": {
|
3623
3623
|
modify: {
|
3624
3624
|
type: "alpha",
|
3625
|
-
value: "0.
|
3625
|
+
value: "0.30",
|
3626
3626
|
space: "lch",
|
3627
3627
|
color: "#FFFFFF",
|
3628
3628
|
format: "hex",
|
@@ -3630,7 +3630,7 @@ module.exports = {
|
|
3630
3630
|
},
|
3631
3631
|
},
|
3632
3632
|
$type: "color",
|
3633
|
-
$value: "#
|
3633
|
+
$value: "#00d6394d",
|
3634
3634
|
$description: "Active color for secondary and tertiary buttons",
|
3635
3635
|
filePath: "data/tokens/modes/dark.json",
|
3636
3636
|
isSource: true,
|
@@ -3639,7 +3639,7 @@ module.exports = {
|
|
3639
3639
|
"studio.tokens": {
|
3640
3640
|
modify: {
|
3641
3641
|
type: "alpha",
|
3642
|
-
value: "{
|
3642
|
+
value: "{primitives.color.modifiers.button.active}",
|
3643
3643
|
space: "lch",
|
3644
3644
|
color: "{modes.color.modifier.contrastMore}",
|
3645
3645
|
},
|
@@ -3680,7 +3680,7 @@ module.exports = {
|
|
3680
3680
|
},
|
3681
3681
|
$type: "color",
|
3682
3682
|
$value: "#00d639cc",
|
3683
|
-
$description: "Border color for secondary buttons",
|
3683
|
+
$description: "Border color for secondary and tertiary buttons",
|
3684
3684
|
filePath: "data/tokens/modes/dark.json",
|
3685
3685
|
isSource: true,
|
3686
3686
|
original: {
|
@@ -3696,7 +3696,7 @@ module.exports = {
|
|
3696
3696
|
},
|
3697
3697
|
$type: "color",
|
3698
3698
|
$value: "{modes.color.interactive.primary.default}",
|
3699
|
-
$description: "Border color for secondary buttons",
|
3699
|
+
$description: "Border color for secondary and tertiary buttons",
|
3700
3700
|
},
|
3701
3701
|
name: "modesColorInteractivePrimaryDefaultAlt",
|
3702
3702
|
attributes: {},
|
@@ -3706,8 +3706,8 @@ module.exports = {
|
|
3706
3706
|
$extensions: {
|
3707
3707
|
"studio.tokens": {
|
3708
3708
|
modify: {
|
3709
|
-
type: "
|
3710
|
-
value: "0.
|
3709
|
+
type: "mix",
|
3710
|
+
value: "0.12",
|
3711
3711
|
space: "lch",
|
3712
3712
|
color: "#FFFFFF",
|
3713
3713
|
format: "hex",
|
@@ -3715,16 +3715,16 @@ module.exports = {
|
|
3715
3715
|
},
|
3716
3716
|
},
|
3717
3717
|
$type: "color",
|
3718
|
-
$value: "#
|
3719
|
-
$description: "
|
3718
|
+
$value: "#4cdc55",
|
3719
|
+
$description: "default value for links",
|
3720
3720
|
filePath: "data/tokens/modes/dark.json",
|
3721
3721
|
isSource: true,
|
3722
3722
|
original: {
|
3723
3723
|
$extensions: {
|
3724
3724
|
"studio.tokens": {
|
3725
3725
|
modify: {
|
3726
|
-
type: "
|
3727
|
-
value: "0.
|
3726
|
+
type: "mix",
|
3727
|
+
value: "0.12",
|
3728
3728
|
space: "lch",
|
3729
3729
|
color: "{modes.color.modifier.contrastMore}",
|
3730
3730
|
},
|
@@ -3732,7 +3732,7 @@ module.exports = {
|
|
3732
3732
|
},
|
3733
3733
|
$type: "color",
|
3734
3734
|
$value: "{modes.color.interactive.primary.default}",
|
3735
|
-
$description: "
|
3735
|
+
$description: "default value for links",
|
3736
3736
|
},
|
3737
3737
|
name: "modesColorInteractivePrimaryDefaultAlt2",
|
3738
3738
|
attributes: {},
|
@@ -3742,8 +3742,8 @@ module.exports = {
|
|
3742
3742
|
$extensions: {
|
3743
3743
|
"studio.tokens": {
|
3744
3744
|
modify: {
|
3745
|
-
type: "
|
3746
|
-
value: "0.
|
3745
|
+
type: "alpha",
|
3746
|
+
value: "0.03",
|
3747
3747
|
space: "lch",
|
3748
3748
|
color: "#FFFFFF",
|
3749
3749
|
format: "hex",
|
@@ -3751,16 +3751,16 @@ module.exports = {
|
|
3751
3751
|
},
|
3752
3752
|
},
|
3753
3753
|
$type: "color",
|
3754
|
-
$value: "#
|
3755
|
-
$description: "
|
3754
|
+
$value: "#00d63908",
|
3755
|
+
$description: "Default background color of secondary buttons",
|
3756
3756
|
filePath: "data/tokens/modes/dark.json",
|
3757
3757
|
isSource: true,
|
3758
3758
|
original: {
|
3759
3759
|
$extensions: {
|
3760
3760
|
"studio.tokens": {
|
3761
3761
|
modify: {
|
3762
|
-
type: "
|
3763
|
-
value: "0.
|
3762
|
+
type: "alpha",
|
3763
|
+
value: "0.03",
|
3764
3764
|
space: "lch",
|
3765
3765
|
color: "{modes.color.modifier.contrastMore}",
|
3766
3766
|
},
|
@@ -3768,7 +3768,7 @@ module.exports = {
|
|
3768
3768
|
},
|
3769
3769
|
$type: "color",
|
3770
3770
|
$value: "{modes.color.interactive.primary.default}",
|
3771
|
-
$description: "
|
3771
|
+
$description: "Default background color of secondary buttons",
|
3772
3772
|
},
|
3773
3773
|
name: "modesColorInteractivePrimaryDefaultAlt3",
|
3774
3774
|
attributes: {},
|
@@ -3779,7 +3779,7 @@ module.exports = {
|
|
3779
3779
|
"studio.tokens": {
|
3780
3780
|
modify: {
|
3781
3781
|
type: "mix",
|
3782
|
-
value: "0.
|
3782
|
+
value: "0.15",
|
3783
3783
|
space: "lch",
|
3784
3784
|
color: "#FFFFFF",
|
3785
3785
|
format: "hex",
|
@@ -3787,7 +3787,7 @@ module.exports = {
|
|
3787
3787
|
},
|
3788
3788
|
},
|
3789
3789
|
$type: "color",
|
3790
|
-
$value: "#
|
3790
|
+
$value: "#55dd5b",
|
3791
3791
|
filePath: "data/tokens/modes/dark.json",
|
3792
3792
|
isSource: true,
|
3793
3793
|
original: {
|
@@ -3795,7 +3795,7 @@ module.exports = {
|
|
3795
3795
|
"studio.tokens": {
|
3796
3796
|
modify: {
|
3797
3797
|
type: "mix",
|
3798
|
-
value: "{
|
3798
|
+
value: "{primitives.color.modifiers.button.hover}",
|
3799
3799
|
space: "lch",
|
3800
3800
|
color: "{modes.color.modifier.contrastMore}",
|
3801
3801
|
},
|
@@ -3813,7 +3813,7 @@ module.exports = {
|
|
3813
3813
|
"studio.tokens": {
|
3814
3814
|
modify: {
|
3815
3815
|
type: "alpha",
|
3816
|
-
value: "0.
|
3816
|
+
value: "0.10",
|
3817
3817
|
space: "lch",
|
3818
3818
|
color: "#FFFFFF",
|
3819
3819
|
format: "hex",
|
@@ -3821,7 +3821,7 @@ module.exports = {
|
|
3821
3821
|
},
|
3822
3822
|
},
|
3823
3823
|
$type: "color",
|
3824
|
-
$value: "#
|
3824
|
+
$value: "#00d6391a",
|
3825
3825
|
$description: "Secondary and tertiary button hover",
|
3826
3826
|
filePath: "data/tokens/modes/dark.json",
|
3827
3827
|
isSource: true,
|
@@ -3830,14 +3830,14 @@ module.exports = {
|
|
3830
3830
|
"studio.tokens": {
|
3831
3831
|
modify: {
|
3832
3832
|
type: "alpha",
|
3833
|
-
value: "{
|
3833
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
3834
3834
|
space: "lch",
|
3835
3835
|
color: "{modes.color.modifier.contrastMore}",
|
3836
3836
|
},
|
3837
3837
|
},
|
3838
3838
|
},
|
3839
3839
|
$type: "color",
|
3840
|
-
$value: "{modes.color.interactive.primary.
|
3840
|
+
$value: "{modes.color.interactive.primary.default}",
|
3841
3841
|
$description: "Secondary and tertiary button hover",
|
3842
3842
|
},
|
3843
3843
|
name: "modesColorInteractivePrimaryHoverAlt",
|
@@ -3849,7 +3849,7 @@ module.exports = {
|
|
3849
3849
|
"studio.tokens": {
|
3850
3850
|
modify: {
|
3851
3851
|
type: "mix",
|
3852
|
-
value: "0.
|
3852
|
+
value: "0.15",
|
3853
3853
|
space: "lch",
|
3854
3854
|
color: "#FFFFFF ",
|
3855
3855
|
format: "hex",
|
@@ -3857,7 +3857,7 @@ module.exports = {
|
|
3857
3857
|
},
|
3858
3858
|
},
|
3859
3859
|
$type: "color",
|
3860
|
-
$value: "#
|
3860
|
+
$value: "#71e270",
|
3861
3861
|
$description: "hover for links",
|
3862
3862
|
filePath: "data/tokens/modes/dark.json",
|
3863
3863
|
isSource: true,
|
@@ -3866,14 +3866,14 @@ module.exports = {
|
|
3866
3866
|
"studio.tokens": {
|
3867
3867
|
modify: {
|
3868
3868
|
type: "mix",
|
3869
|
-
value: "{
|
3869
|
+
value: "{primitives.color.modifiers.button.hover}",
|
3870
3870
|
space: "lch",
|
3871
3871
|
color: "{modes.color.modifier.contrastMore} ",
|
3872
3872
|
},
|
3873
3873
|
},
|
3874
3874
|
},
|
3875
3875
|
$type: "color",
|
3876
|
-
$value: "{modes.color.interactive.primary.
|
3876
|
+
$value: "{modes.color.interactive.primary.defaultAlt2}",
|
3877
3877
|
$description: "hover for links",
|
3878
3878
|
},
|
3879
3879
|
name: "modesColorInteractivePrimaryHoverAlt2",
|
@@ -3925,7 +3925,7 @@ module.exports = {
|
|
3925
3925
|
"studio.tokens": {
|
3926
3926
|
modify: {
|
3927
3927
|
type: "mix",
|
3928
|
-
value: "0.
|
3928
|
+
value: "0.30",
|
3929
3929
|
space: "lch",
|
3930
3930
|
color: "#FFFFFF",
|
3931
3931
|
format: "hex",
|
@@ -3933,7 +3933,7 @@ module.exports = {
|
|
3933
3933
|
},
|
3934
3934
|
},
|
3935
3935
|
$type: "color",
|
3936
|
-
$value: "#
|
3936
|
+
$value: "#7ce47a",
|
3937
3937
|
filePath: "data/tokens/modes/dark.json",
|
3938
3938
|
isSource: true,
|
3939
3939
|
original: {
|
@@ -3941,7 +3941,7 @@ module.exports = {
|
|
3941
3941
|
"studio.tokens": {
|
3942
3942
|
modify: {
|
3943
3943
|
type: "mix",
|
3944
|
-
value: "{
|
3944
|
+
value: "{primitives.color.modifiers.button.active}",
|
3945
3945
|
space: "lch",
|
3946
3946
|
color: "{modes.color.modifier.contrastMore}",
|
3947
3947
|
},
|
@@ -4027,7 +4027,7 @@ module.exports = {
|
|
4027
4027
|
"studio.tokens": {
|
4028
4028
|
modify: {
|
4029
4029
|
type: "mix",
|
4030
|
-
value: "0.
|
4030
|
+
value: "0.15",
|
4031
4031
|
space: "lch",
|
4032
4032
|
color: "#FFFFFF",
|
4033
4033
|
format: "hex",
|
@@ -4035,7 +4035,7 @@ module.exports = {
|
|
4035
4035
|
},
|
4036
4036
|
},
|
4037
4037
|
$type: "color",
|
4038
|
-
$value: "#
|
4038
|
+
$value: "#55dd5b",
|
4039
4039
|
filePath: "data/tokens/modes/dark.json",
|
4040
4040
|
isSource: true,
|
4041
4041
|
original: {
|
@@ -4043,7 +4043,7 @@ module.exports = {
|
|
4043
4043
|
"studio.tokens": {
|
4044
4044
|
modify: {
|
4045
4045
|
type: "mix",
|
4046
|
-
value: "{
|
4046
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4047
4047
|
space: "lch",
|
4048
4048
|
color: "{modes.color.modifier.contrastMore}",
|
4049
4049
|
},
|
@@ -4068,7 +4068,7 @@ module.exports = {
|
|
4068
4068
|
"studio.tokens": {
|
4069
4069
|
modify: {
|
4070
4070
|
type: "mix",
|
4071
|
-
value: "0.
|
4071
|
+
value: "0.15",
|
4072
4072
|
space: "lch",
|
4073
4073
|
color: "#FFFFFF ",
|
4074
4074
|
format: "hex",
|
@@ -4076,7 +4076,7 @@ module.exports = {
|
|
4076
4076
|
},
|
4077
4077
|
},
|
4078
4078
|
$type: "color",
|
4079
|
-
$value: "#
|
4079
|
+
$value: "#71e270",
|
4080
4080
|
$description: "for link hover",
|
4081
4081
|
filePath: "data/tokens/modes/dark.json",
|
4082
4082
|
isSource: true,
|
@@ -4085,7 +4085,7 @@ module.exports = {
|
|
4085
4085
|
"studio.tokens": {
|
4086
4086
|
modify: {
|
4087
4087
|
type: "mix",
|
4088
|
-
value: "{
|
4088
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4089
4089
|
space: "lch",
|
4090
4090
|
color: "{modes.color.modifier.contrastMore} ",
|
4091
4091
|
},
|
@@ -4202,7 +4202,7 @@ module.exports = {
|
|
4202
4202
|
"studio.tokens": {
|
4203
4203
|
modify: {
|
4204
4204
|
type: "mix",
|
4205
|
-
value: "0.
|
4205
|
+
value: "0.30",
|
4206
4206
|
space: "lch",
|
4207
4207
|
color: "#000000 ",
|
4208
4208
|
format: "hex",
|
@@ -4210,7 +4210,7 @@ module.exports = {
|
|
4210
4210
|
},
|
4211
4211
|
},
|
4212
4212
|
$type: "color",
|
4213
|
-
$value: "#
|
4213
|
+
$value: "#13591a",
|
4214
4214
|
filePath: "data/tokens/modes/dark.json",
|
4215
4215
|
isSource: true,
|
4216
4216
|
original: {
|
@@ -4218,7 +4218,7 @@ module.exports = {
|
|
4218
4218
|
"studio.tokens": {
|
4219
4219
|
modify: {
|
4220
4220
|
type: "mix",
|
4221
|
-
value: "{
|
4221
|
+
value: "{primitives.color.modifiers.button.active}",
|
4222
4222
|
space: "lch",
|
4223
4223
|
color: "{modes.color.modifier.contrastLess} ",
|
4224
4224
|
},
|
@@ -4243,7 +4243,7 @@ module.exports = {
|
|
4243
4243
|
"studio.tokens": {
|
4244
4244
|
modify: {
|
4245
4245
|
type: "alpha",
|
4246
|
-
value: "0.
|
4246
|
+
value: "0.30",
|
4247
4247
|
space: "lch",
|
4248
4248
|
color: "#000000 ",
|
4249
4249
|
format: "hex",
|
@@ -4251,7 +4251,7 @@ module.exports = {
|
|
4251
4251
|
},
|
4252
4252
|
},
|
4253
4253
|
$type: "color",
|
4254
|
-
$value: "#
|
4254
|
+
$value: "#00811f4d",
|
4255
4255
|
$description:
|
4256
4256
|
"Active color for inverse secondary and tertiary buttons",
|
4257
4257
|
filePath: "data/tokens/modes/dark.json",
|
@@ -4261,7 +4261,7 @@ module.exports = {
|
|
4261
4261
|
"studio.tokens": {
|
4262
4262
|
modify: {
|
4263
4263
|
type: "alpha",
|
4264
|
-
value: "{
|
4264
|
+
value: "{primitives.color.modifiers.button.active}",
|
4265
4265
|
space: "lch",
|
4266
4266
|
color: "{modes.color.modifier.contrastLess} ",
|
4267
4267
|
},
|
@@ -4317,7 +4317,7 @@ module.exports = {
|
|
4317
4317
|
},
|
4318
4318
|
$type: "color",
|
4319
4319
|
$value: "#00811fcc",
|
4320
|
-
$description: "Borders on secondary inverse buttons",
|
4320
|
+
$description: "Borders on secondary and tertiary inverse buttons",
|
4321
4321
|
filePath: "data/tokens/modes/dark.json",
|
4322
4322
|
isSource: true,
|
4323
4323
|
original: {
|
@@ -4333,7 +4333,8 @@ module.exports = {
|
|
4333
4333
|
},
|
4334
4334
|
$type: "color",
|
4335
4335
|
$value: "{modes.color.interactive.primary.inverse.default}",
|
4336
|
-
$description:
|
4336
|
+
$description:
|
4337
|
+
"Borders on secondary and tertiary inverse buttons",
|
4337
4338
|
},
|
4338
4339
|
name: "modesColorInteractivePrimaryInverseDefaultAlt",
|
4339
4340
|
attributes: {},
|
@@ -4350,8 +4351,8 @@ module.exports = {
|
|
4350
4351
|
$extensions: {
|
4351
4352
|
"studio.tokens": {
|
4352
4353
|
modify: {
|
4353
|
-
type: "
|
4354
|
-
value: "0.
|
4354
|
+
type: "mix",
|
4355
|
+
value: "0.12",
|
4355
4356
|
space: "lch",
|
4356
4357
|
color: "#000000",
|
4357
4358
|
format: "hex",
|
@@ -4359,16 +4360,16 @@ module.exports = {
|
|
4359
4360
|
},
|
4360
4361
|
},
|
4361
4362
|
$type: "color",
|
4362
|
-
$value: "#
|
4363
|
-
$description: "
|
4363
|
+
$value: "#0c711d",
|
4364
|
+
$description: "Default color for links",
|
4364
4365
|
filePath: "data/tokens/modes/dark.json",
|
4365
4366
|
isSource: true,
|
4366
4367
|
original: {
|
4367
4368
|
$extensions: {
|
4368
4369
|
"studio.tokens": {
|
4369
4370
|
modify: {
|
4370
|
-
type: "
|
4371
|
-
value: "0.
|
4371
|
+
type: "mix",
|
4372
|
+
value: "0.12",
|
4372
4373
|
space: "lch",
|
4373
4374
|
color: "{modes.color.modifier.contrastLess}",
|
4374
4375
|
},
|
@@ -4376,7 +4377,7 @@ module.exports = {
|
|
4376
4377
|
},
|
4377
4378
|
$type: "color",
|
4378
4379
|
$value: "{modes.color.interactive.primary.inverse.default}",
|
4379
|
-
$description: "
|
4380
|
+
$description: "Default color for links",
|
4380
4381
|
},
|
4381
4382
|
name: "modesColorInteractivePrimaryInverseDefaultAlt2",
|
4382
4383
|
attributes: {},
|
@@ -4393,8 +4394,8 @@ module.exports = {
|
|
4393
4394
|
$extensions: {
|
4394
4395
|
"studio.tokens": {
|
4395
4396
|
modify: {
|
4396
|
-
type: "
|
4397
|
-
value: "0.
|
4397
|
+
type: "alpha",
|
4398
|
+
value: "0.03",
|
4398
4399
|
space: "lch",
|
4399
4400
|
color: "#000000",
|
4400
4401
|
format: "hex",
|
@@ -4402,16 +4403,17 @@ module.exports = {
|
|
4402
4403
|
},
|
4403
4404
|
},
|
4404
4405
|
$type: "color",
|
4405
|
-
$value: "#
|
4406
|
-
$description:
|
4406
|
+
$value: "#00811f08",
|
4407
|
+
$description:
|
4408
|
+
"Default background color of inverse secondary buttons",
|
4407
4409
|
filePath: "data/tokens/modes/dark.json",
|
4408
4410
|
isSource: true,
|
4409
4411
|
original: {
|
4410
4412
|
$extensions: {
|
4411
4413
|
"studio.tokens": {
|
4412
4414
|
modify: {
|
4413
|
-
type: "
|
4414
|
-
value: "0.
|
4415
|
+
type: "alpha",
|
4416
|
+
value: "0.03",
|
4415
4417
|
space: "lch",
|
4416
4418
|
color: "{modes.color.modifier.contrastLess}",
|
4417
4419
|
},
|
@@ -4419,7 +4421,8 @@ module.exports = {
|
|
4419
4421
|
},
|
4420
4422
|
$type: "color",
|
4421
4423
|
$value: "{modes.color.interactive.primary.inverse.default}",
|
4422
|
-
$description:
|
4424
|
+
$description:
|
4425
|
+
"Default background color of inverse secondary buttons",
|
4423
4426
|
},
|
4424
4427
|
name: "modesColorInteractivePrimaryInverseDefaultAlt3",
|
4425
4428
|
attributes: {},
|
@@ -4437,7 +4440,7 @@ module.exports = {
|
|
4437
4440
|
"studio.tokens": {
|
4438
4441
|
modify: {
|
4439
4442
|
type: "mix",
|
4440
|
-
value: "0.
|
4443
|
+
value: "0.15",
|
4441
4444
|
space: "lch",
|
4442
4445
|
color: "#000000 ",
|
4443
4446
|
format: "hex",
|
@@ -4445,7 +4448,7 @@ module.exports = {
|
|
4445
4448
|
},
|
4446
4449
|
},
|
4447
4450
|
$type: "color",
|
4448
|
-
$value: "#
|
4451
|
+
$value: "#0e6d1d",
|
4449
4452
|
filePath: "data/tokens/modes/dark.json",
|
4450
4453
|
isSource: true,
|
4451
4454
|
original: {
|
@@ -4453,7 +4456,7 @@ module.exports = {
|
|
4453
4456
|
"studio.tokens": {
|
4454
4457
|
modify: {
|
4455
4458
|
type: "mix",
|
4456
|
-
value: "{
|
4459
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4457
4460
|
space: "lch",
|
4458
4461
|
color: "{modes.color.modifier.contrastLess} ",
|
4459
4462
|
},
|
@@ -4478,7 +4481,7 @@ module.exports = {
|
|
4478
4481
|
"studio.tokens": {
|
4479
4482
|
modify: {
|
4480
4483
|
type: "alpha",
|
4481
|
-
value: "0.
|
4484
|
+
value: "0.10 ",
|
4482
4485
|
space: "lch",
|
4483
4486
|
color: "#000000",
|
4484
4487
|
format: "hex",
|
@@ -4486,7 +4489,7 @@ module.exports = {
|
|
4486
4489
|
},
|
4487
4490
|
},
|
4488
4491
|
$type: "color",
|
4489
|
-
$value: "#
|
4492
|
+
$value: "#0c711d1a",
|
4490
4493
|
$description: "Secondary and tertiary inverse button hover",
|
4491
4494
|
filePath: "data/tokens/modes/dark.json",
|
4492
4495
|
isSource: true,
|
@@ -4495,7 +4498,7 @@ module.exports = {
|
|
4495
4498
|
"studio.tokens": {
|
4496
4499
|
modify: {
|
4497
4500
|
type: "alpha",
|
4498
|
-
value: "{
|
4501
|
+
value: "{primitives.color.modifiers.button.hoverAlt} ",
|
4499
4502
|
space: "lch",
|
4500
4503
|
color: "{modes.color.modifier.contrastLess}",
|
4501
4504
|
},
|
@@ -4521,7 +4524,7 @@ module.exports = {
|
|
4521
4524
|
"studio.tokens": {
|
4522
4525
|
modify: {
|
4523
4526
|
type: "mix",
|
4524
|
-
value: "0.
|
4527
|
+
value: "0.10",
|
4525
4528
|
space: "lch",
|
4526
4529
|
color: "#000000 ",
|
4527
4530
|
format: "hex",
|
@@ -4529,7 +4532,7 @@ module.exports = {
|
|
4529
4532
|
},
|
4530
4533
|
},
|
4531
4534
|
$type: "color",
|
4532
|
-
$value: "#
|
4535
|
+
$value: "#11651c",
|
4533
4536
|
$description: "hover for links",
|
4534
4537
|
filePath: "data/tokens/modes/dark.json",
|
4535
4538
|
isSource: true,
|
@@ -4538,14 +4541,14 @@ module.exports = {
|
|
4538
4541
|
"studio.tokens": {
|
4539
4542
|
modify: {
|
4540
4543
|
type: "mix",
|
4541
|
-
value: "{
|
4544
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
4542
4545
|
space: "lch",
|
4543
4546
|
color: "{modes.color.modifier.contrastLess} ",
|
4544
4547
|
},
|
4545
4548
|
},
|
4546
4549
|
},
|
4547
4550
|
$type: "color",
|
4548
|
-
$value: "{modes.color.interactive.primary.inverse.
|
4551
|
+
$value: "{modes.color.interactive.primary.inverse.defaultAlt2}",
|
4549
4552
|
$description: "hover for links",
|
4550
4553
|
},
|
4551
4554
|
name: "modesColorInteractivePrimaryInverseHoverAlt2",
|
@@ -4859,7 +4862,7 @@ module.exports = {
|
|
4859
4862
|
"studio.tokens": {
|
4860
4863
|
modify: {
|
4861
4864
|
type: "mix",
|
4862
|
-
value: "0.
|
4865
|
+
value: "0.15",
|
4863
4866
|
space: "lch",
|
4864
4867
|
color: "#FFFFFF",
|
4865
4868
|
format: "hex",
|
@@ -4867,7 +4870,7 @@ module.exports = {
|
|
4867
4870
|
},
|
4868
4871
|
},
|
4869
4872
|
$type: "color",
|
4870
|
-
$value: "#
|
4873
|
+
$value: "#eb6530",
|
4871
4874
|
$description: "used on pill hover states",
|
4872
4875
|
filePath: "data/tokens/modes/dark.json",
|
4873
4876
|
isSource: true,
|
@@ -4876,7 +4879,7 @@ module.exports = {
|
|
4876
4879
|
"studio.tokens": {
|
4877
4880
|
modify: {
|
4878
4881
|
type: "mix",
|
4879
|
-
value: "{
|
4882
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4880
4883
|
space: "lch",
|
4881
4884
|
color: "{modes.color.modifier.contrastMore}",
|
4882
4885
|
},
|
@@ -4895,7 +4898,7 @@ module.exports = {
|
|
4895
4898
|
"studio.tokens": {
|
4896
4899
|
modify: {
|
4897
4900
|
type: "mix",
|
4898
|
-
value: "0.
|
4901
|
+
value: "0.15",
|
4899
4902
|
space: "lch",
|
4900
4903
|
color: "#E04500",
|
4901
4904
|
format: "hex",
|
@@ -4903,7 +4906,7 @@ module.exports = {
|
|
4903
4906
|
},
|
4904
4907
|
},
|
4905
4908
|
$type: "color",
|
4906
|
-
$value: "#
|
4909
|
+
$value: "#3e1a0b",
|
4907
4910
|
$description: "used on pill hover states and message bg",
|
4908
4911
|
filePath: "data/tokens/modes/dark.json",
|
4909
4912
|
isSource: true,
|
@@ -4912,7 +4915,7 @@ module.exports = {
|
|
4912
4915
|
"studio.tokens": {
|
4913
4916
|
modify: {
|
4914
4917
|
type: "mix",
|
4915
|
-
value: "{
|
4918
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4916
4919
|
space: "lch",
|
4917
4920
|
color: "{modes.color.status.caution.default}",
|
4918
4921
|
},
|
@@ -4985,7 +4988,7 @@ module.exports = {
|
|
4985
4988
|
},
|
4986
4989
|
hover: {
|
4987
4990
|
$type: "color",
|
4988
|
-
$value: "#
|
4991
|
+
$value: "#eb6530",
|
4989
4992
|
$description: "used on global message bg",
|
4990
4993
|
filePath: "data/tokens/modes/dark.json",
|
4991
4994
|
isSource: true,
|
@@ -5079,7 +5082,7 @@ module.exports = {
|
|
5079
5082
|
"studio.tokens": {
|
5080
5083
|
modify: {
|
5081
5084
|
type: "mix",
|
5082
|
-
value: "0.
|
5085
|
+
value: "0.15",
|
5083
5086
|
space: "lch",
|
5084
5087
|
color: "#000000 ",
|
5085
5088
|
format: "hex",
|
@@ -5087,7 +5090,7 @@ module.exports = {
|
|
5087
5090
|
},
|
5088
5091
|
},
|
5089
5092
|
$type: "color",
|
5090
|
-
$value: "#
|
5093
|
+
$value: "#b33b0d",
|
5091
5094
|
$description: "used on pill hover states",
|
5092
5095
|
filePath: "data/tokens/modes/dark.json",
|
5093
5096
|
isSource: true,
|
@@ -5096,7 +5099,7 @@ module.exports = {
|
|
5096
5099
|
"studio.tokens": {
|
5097
5100
|
modify: {
|
5098
5101
|
type: "mix",
|
5099
|
-
value: "{
|
5102
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5100
5103
|
space: "lch",
|
5101
5104
|
color: "{modes.color.modifier.contrastLess} ",
|
5102
5105
|
},
|
@@ -5115,7 +5118,7 @@ module.exports = {
|
|
5115
5118
|
"studio.tokens": {
|
5116
5119
|
modify: {
|
5117
5120
|
type: "mix",
|
5118
|
-
value: "0.
|
5121
|
+
value: "0.15",
|
5119
5122
|
space: "lch",
|
5120
5123
|
color: "#D64309",
|
5121
5124
|
format: "hex",
|
@@ -5123,7 +5126,7 @@ module.exports = {
|
|
5123
5126
|
},
|
5124
5127
|
},
|
5125
5128
|
$type: "color",
|
5126
|
-
$value: "#
|
5129
|
+
$value: "#fed5c3",
|
5127
5130
|
$description: "used on pill hover states and message bg",
|
5128
5131
|
filePath: "data/tokens/modes/dark.json",
|
5129
5132
|
isSource: true,
|
@@ -5132,7 +5135,7 @@ module.exports = {
|
|
5132
5135
|
"studio.tokens": {
|
5133
5136
|
modify: {
|
5134
5137
|
type: "mix",
|
5135
|
-
value: "{
|
5138
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5136
5139
|
space: "lch",
|
5137
5140
|
color: "{modes.color.status.caution.inverse.default}",
|
5138
5141
|
},
|
@@ -5551,7 +5554,7 @@ module.exports = {
|
|
5551
5554
|
"studio.tokens": {
|
5552
5555
|
modify: {
|
5553
5556
|
type: "mix",
|
5554
|
-
value: "0.
|
5557
|
+
value: "0.15",
|
5555
5558
|
space: "lch",
|
5556
5559
|
color: "#FFFFFF",
|
5557
5560
|
format: "hex",
|
@@ -5559,7 +5562,7 @@ module.exports = {
|
|
5559
5562
|
},
|
5560
5563
|
},
|
5561
5564
|
$type: "color",
|
5562
|
-
$value: "#
|
5565
|
+
$value: "#4f90df",
|
5563
5566
|
$description: "used on pill hover states",
|
5564
5567
|
filePath: "data/tokens/modes/dark.json",
|
5565
5568
|
isSource: true,
|
@@ -5568,7 +5571,7 @@ module.exports = {
|
|
5568
5571
|
"studio.tokens": {
|
5569
5572
|
modify: {
|
5570
5573
|
type: "mix",
|
5571
|
-
value: "{
|
5574
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5572
5575
|
space: "lch",
|
5573
5576
|
color: "{modes.color.modifier.contrastMore}",
|
5574
5577
|
},
|
@@ -5587,7 +5590,7 @@ module.exports = {
|
|
5587
5590
|
"studio.tokens": {
|
5588
5591
|
modify: {
|
5589
5592
|
type: "mix",
|
5590
|
-
value: "0.
|
5593
|
+
value: "0.15",
|
5591
5594
|
space: "lch",
|
5592
5595
|
color: "#007ED9",
|
5593
5596
|
format: "hex",
|
@@ -5595,7 +5598,7 @@ module.exports = {
|
|
5595
5598
|
},
|
5596
5599
|
},
|
5597
5600
|
$type: "color",
|
5598
|
-
$value: "#
|
5601
|
+
$value: "#17253a",
|
5599
5602
|
$description: "used on pill hover states and message bg",
|
5600
5603
|
filePath: "data/tokens/modes/dark.json",
|
5601
5604
|
isSource: true,
|
@@ -5604,7 +5607,7 @@ module.exports = {
|
|
5604
5607
|
"studio.tokens": {
|
5605
5608
|
modify: {
|
5606
5609
|
type: "mix",
|
5607
|
-
value: "{
|
5610
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5608
5611
|
space: "lch",
|
5609
5612
|
color: "{modes.color.status.info.default}",
|
5610
5613
|
},
|
@@ -5643,7 +5646,7 @@ module.exports = {
|
|
5643
5646
|
},
|
5644
5647
|
hover: {
|
5645
5648
|
$type: "color",
|
5646
|
-
$value: "#
|
5649
|
+
$value: "#4f90df",
|
5647
5650
|
$description: "used on global message bg",
|
5648
5651
|
filePath: "data/tokens/modes/dark.json",
|
5649
5652
|
isSource: true,
|
@@ -5730,7 +5733,7 @@ module.exports = {
|
|
5730
5733
|
"studio.tokens": {
|
5731
5734
|
modify: {
|
5732
5735
|
type: "mix",
|
5733
|
-
value: "0.
|
5736
|
+
value: "0.15",
|
5734
5737
|
space: "lch",
|
5735
5738
|
color: "#000000",
|
5736
5739
|
format: "hex",
|
@@ -5738,7 +5741,7 @@ module.exports = {
|
|
5738
5741
|
},
|
5739
5742
|
},
|
5740
5743
|
$type: "color",
|
5741
|
-
$value: "#
|
5744
|
+
$value: "#10518c",
|
5742
5745
|
$description: "used on pill hover states",
|
5743
5746
|
filePath: "data/tokens/modes/dark.json",
|
5744
5747
|
isSource: true,
|
@@ -5747,7 +5750,7 @@ module.exports = {
|
|
5747
5750
|
"studio.tokens": {
|
5748
5751
|
modify: {
|
5749
5752
|
type: "mix",
|
5750
|
-
value: "{
|
5753
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5751
5754
|
space: "lch",
|
5752
5755
|
color: "{modes.color.modifier.contrastLess}",
|
5753
5756
|
},
|
@@ -5766,7 +5769,7 @@ module.exports = {
|
|
5766
5769
|
"studio.tokens": {
|
5767
5770
|
modify: {
|
5768
5771
|
type: "mix",
|
5769
|
-
value: "0.
|
5772
|
+
value: "0.15",
|
5770
5773
|
space: "lch",
|
5771
5774
|
color: "#0060A7",
|
5772
5775
|
format: "hex",
|
@@ -5774,7 +5777,7 @@ module.exports = {
|
|
5774
5777
|
},
|
5775
5778
|
},
|
5776
5779
|
$type: "color",
|
5777
|
-
$value: "#
|
5780
|
+
$value: "#cdd7ea",
|
5778
5781
|
$description: "used on pill hover states and message bg",
|
5779
5782
|
filePath: "data/tokens/modes/dark.json",
|
5780
5783
|
isSource: true,
|
@@ -5783,7 +5786,7 @@ module.exports = {
|
|
5783
5786
|
"studio.tokens": {
|
5784
5787
|
modify: {
|
5785
5788
|
type: "mix",
|
5786
|
-
value: "{
|
5789
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5787
5790
|
space: "lch",
|
5788
5791
|
color: "{modes.color.status.info.inverse.default}",
|
5789
5792
|
},
|
@@ -5854,7 +5857,7 @@ module.exports = {
|
|
5854
5857
|
"studio.tokens": {
|
5855
5858
|
modify: {
|
5856
5859
|
type: "mix",
|
5857
|
-
value: "0.
|
5860
|
+
value: "0.15",
|
5858
5861
|
space: "lch",
|
5859
5862
|
color: "#FFFFFF",
|
5860
5863
|
format: "hex",
|
@@ -5862,7 +5865,7 @@ module.exports = {
|
|
5862
5865
|
},
|
5863
5866
|
},
|
5864
5867
|
$type: "color",
|
5865
|
-
$value: "#
|
5868
|
+
$value: "#ea626a",
|
5866
5869
|
$description: "used on pill hover states",
|
5867
5870
|
filePath: "data/tokens/modes/dark.json",
|
5868
5871
|
isSource: true,
|
@@ -5871,7 +5874,7 @@ module.exports = {
|
|
5871
5874
|
"studio.tokens": {
|
5872
5875
|
modify: {
|
5873
5876
|
type: "mix",
|
5874
|
-
value: "{
|
5877
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5875
5878
|
space: "lch",
|
5876
5879
|
color: "{modes.color.modifier.contrastMore}",
|
5877
5880
|
},
|
@@ -5890,7 +5893,7 @@ module.exports = {
|
|
5890
5893
|
"studio.tokens": {
|
5891
5894
|
modify: {
|
5892
5895
|
type: "mix",
|
5893
|
-
value: "0.
|
5896
|
+
value: "0.15",
|
5894
5897
|
space: "lch",
|
5895
5898
|
color: "#E13E53",
|
5896
5899
|
format: "hex",
|
@@ -5898,7 +5901,7 @@ module.exports = {
|
|
5898
5901
|
},
|
5899
5902
|
},
|
5900
5903
|
$type: "color",
|
5901
|
-
$value: "#
|
5904
|
+
$value: "#3d1a1c",
|
5902
5905
|
$description: "used on pill hover states and message bg",
|
5903
5906
|
filePath: "data/tokens/modes/dark.json",
|
5904
5907
|
isSource: true,
|
@@ -5907,7 +5910,7 @@ module.exports = {
|
|
5907
5910
|
"studio.tokens": {
|
5908
5911
|
modify: {
|
5909
5912
|
type: "mix",
|
5910
|
-
value: "{
|
5913
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5911
5914
|
space: "lch",
|
5912
5915
|
color: "{modes.color.status.negative.default}",
|
5913
5916
|
},
|
@@ -6007,7 +6010,7 @@ module.exports = {
|
|
6007
6010
|
"studio.tokens": {
|
6008
6011
|
modify: {
|
6009
6012
|
type: "mix",
|
6010
|
-
value: "0.
|
6013
|
+
value: "0.15",
|
6011
6014
|
space: "lch",
|
6012
6015
|
color: "#000000 ",
|
6013
6016
|
format: "hex",
|
@@ -6015,7 +6018,7 @@ module.exports = {
|
|
6015
6018
|
},
|
6016
6019
|
},
|
6017
6020
|
$type: "color",
|
6018
|
-
$value: "#
|
6021
|
+
$value: "#ac3240",
|
6019
6022
|
$description: "used on pill hover states",
|
6020
6023
|
filePath: "data/tokens/modes/dark.json",
|
6021
6024
|
isSource: true,
|
@@ -6024,7 +6027,7 @@ module.exports = {
|
|
6024
6027
|
"studio.tokens": {
|
6025
6028
|
modify: {
|
6026
6029
|
type: "mix",
|
6027
|
-
value: "{
|
6030
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6028
6031
|
space: "lch",
|
6029
6032
|
color: "{modes.color.modifier.contrastLess} ",
|
6030
6033
|
},
|
@@ -6050,7 +6053,7 @@ module.exports = {
|
|
6050
6053
|
"studio.tokens": {
|
6051
6054
|
modify: {
|
6052
6055
|
type: "mix",
|
6053
|
-
value: "0.
|
6056
|
+
value: "0.15",
|
6054
6057
|
space: "lch",
|
6055
6058
|
color: "#CD384B",
|
6056
6059
|
format: "hex",
|
@@ -6058,7 +6061,7 @@ module.exports = {
|
|
6058
6061
|
},
|
6059
6062
|
},
|
6060
6063
|
$type: "color",
|
6061
|
-
$value: "#
|
6064
|
+
$value: "#f9d3d1",
|
6062
6065
|
$description: "used on pill hover states and message bg",
|
6063
6066
|
filePath: "data/tokens/modes/dark.json",
|
6064
6067
|
isSource: true,
|
@@ -6067,7 +6070,7 @@ module.exports = {
|
|
6067
6070
|
"studio.tokens": {
|
6068
6071
|
modify: {
|
6069
6072
|
type: "mix",
|
6070
|
-
value: "{
|
6073
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6071
6074
|
space: "lch",
|
6072
6075
|
color: "{modes.color.status.negative.inverse.default}",
|
6073
6076
|
},
|
@@ -6158,7 +6161,7 @@ module.exports = {
|
|
6158
6161
|
"studio.tokens": {
|
6159
6162
|
modify: {
|
6160
6163
|
type: "mix",
|
6161
|
-
value: "0.
|
6164
|
+
value: "0.15",
|
6162
6165
|
space: "lch",
|
6163
6166
|
color: "#FFFFFF",
|
6164
6167
|
format: "hex",
|
@@ -6166,7 +6169,7 @@ module.exports = {
|
|
6166
6169
|
},
|
6167
6170
|
},
|
6168
6171
|
$type: "color",
|
6169
|
-
$value: "#
|
6172
|
+
$value: "#8e8e8e",
|
6170
6173
|
$description: "used on pill hover states",
|
6171
6174
|
filePath: "data/tokens/modes/dark.json",
|
6172
6175
|
isSource: true,
|
@@ -6175,7 +6178,7 @@ module.exports = {
|
|
6175
6178
|
"studio.tokens": {
|
6176
6179
|
modify: {
|
6177
6180
|
type: "mix",
|
6178
|
-
value: "{
|
6181
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6179
6182
|
space: "lch",
|
6180
6183
|
color: "{modes.color.modifier.contrastMore}",
|
6181
6184
|
},
|
@@ -6194,7 +6197,7 @@ module.exports = {
|
|
6194
6197
|
"studio.tokens": {
|
6195
6198
|
modify: {
|
6196
6199
|
type: "mix",
|
6197
|
-
value: "0.
|
6200
|
+
value: "0.15",
|
6198
6201
|
space: "lch",
|
6199
6202
|
color: "#7C7C7C",
|
6200
6203
|
format: "hex",
|
@@ -6202,7 +6205,7 @@ module.exports = {
|
|
6202
6205
|
},
|
6203
6206
|
},
|
6204
6207
|
$type: "color",
|
6205
|
-
$value: "#
|
6208
|
+
$value: "#242424",
|
6206
6209
|
$description: "used on pill hover states and message bg",
|
6207
6210
|
filePath: "data/tokens/modes/dark.json",
|
6208
6211
|
isSource: true,
|
@@ -6211,7 +6214,7 @@ module.exports = {
|
|
6211
6214
|
"studio.tokens": {
|
6212
6215
|
modify: {
|
6213
6216
|
type: "mix",
|
6214
|
-
value: "{
|
6217
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6215
6218
|
space: "lch",
|
6216
6219
|
color: "{modes.color.status.neutral.default}",
|
6217
6220
|
},
|
@@ -6312,7 +6315,7 @@ module.exports = {
|
|
6312
6315
|
},
|
6313
6316
|
hover: {
|
6314
6317
|
$type: "color",
|
6315
|
-
$value: "#
|
6318
|
+
$value: "#8e8e8e",
|
6316
6319
|
filePath: "data/tokens/modes/dark.json",
|
6317
6320
|
isSource: true,
|
6318
6321
|
original: {
|
@@ -6328,7 +6331,7 @@ module.exports = {
|
|
6328
6331
|
"studio.tokens": {
|
6329
6332
|
modify: {
|
6330
6333
|
type: "mix",
|
6331
|
-
value: "0.
|
6334
|
+
value: "0.10 ",
|
6332
6335
|
space: "lch",
|
6333
6336
|
color: "#FFFFFF",
|
6334
6337
|
format: "hex",
|
@@ -6336,7 +6339,7 @@ module.exports = {
|
|
6336
6339
|
},
|
6337
6340
|
},
|
6338
6341
|
$type: "color",
|
6339
|
-
$value: "#
|
6342
|
+
$value: "#2a2a2a",
|
6340
6343
|
$description: "used on pill hover states and message bg",
|
6341
6344
|
filePath: "data/tokens/modes/dark.json",
|
6342
6345
|
isSource: true,
|
@@ -6345,7 +6348,7 @@ module.exports = {
|
|
6345
6348
|
"studio.tokens": {
|
6346
6349
|
modify: {
|
6347
6350
|
type: "mix",
|
6348
|
-
value: "{
|
6351
|
+
value: "{primitives.color.modifiers.button.hoverAlt} ",
|
6349
6352
|
space: "lch",
|
6350
6353
|
color: "{modes.color.modifier.contrastMore}",
|
6351
6354
|
},
|
@@ -6436,7 +6439,7 @@ module.exports = {
|
|
6436
6439
|
"studio.tokens": {
|
6437
6440
|
modify: {
|
6438
6441
|
type: "mix",
|
6439
|
-
value: "0.
|
6442
|
+
value: "0.15",
|
6440
6443
|
space: "lch",
|
6441
6444
|
color: "#000000 ",
|
6442
6445
|
format: "hex",
|
@@ -6444,7 +6447,7 @@ module.exports = {
|
|
6444
6447
|
},
|
6445
6448
|
},
|
6446
6449
|
$type: "color",
|
6447
|
-
$value: "#
|
6450
|
+
$value: "#696969",
|
6448
6451
|
$description: "used on pill hover states",
|
6449
6452
|
filePath: "data/tokens/modes/dark.json",
|
6450
6453
|
isSource: true,
|
@@ -6453,7 +6456,7 @@ module.exports = {
|
|
6453
6456
|
"studio.tokens": {
|
6454
6457
|
modify: {
|
6455
6458
|
type: "mix",
|
6456
|
-
value: "{
|
6459
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6457
6460
|
space: "lch",
|
6458
6461
|
color: "{modes.color.modifier.contrastLess} ",
|
6459
6462
|
},
|
@@ -6472,7 +6475,7 @@ module.exports = {
|
|
6472
6475
|
"studio.tokens": {
|
6473
6476
|
modify: {
|
6474
6477
|
type: "mix",
|
6475
|
-
value: "0.
|
6478
|
+
value: "0.15",
|
6476
6479
|
space: "lch",
|
6477
6480
|
color: "#656565",
|
6478
6481
|
format: "hex",
|
@@ -6480,7 +6483,7 @@ module.exports = {
|
|
6480
6483
|
},
|
6481
6484
|
},
|
6482
6485
|
$type: "color",
|
6483
|
-
$value: "#
|
6486
|
+
$value: "#d9d9d9",
|
6484
6487
|
$description: "used on pill hover states and message bg",
|
6485
6488
|
filePath: "data/tokens/modes/dark.json",
|
6486
6489
|
isSource: true,
|
@@ -6489,7 +6492,7 @@ module.exports = {
|
|
6489
6492
|
"studio.tokens": {
|
6490
6493
|
modify: {
|
6491
6494
|
type: "mix",
|
6492
|
-
value: "{
|
6495
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6493
6496
|
space: "lch",
|
6494
6497
|
color: "{modes.color.status.neutral.inverse.default}",
|
6495
6498
|
},
|
@@ -6567,7 +6570,7 @@ module.exports = {
|
|
6567
6570
|
"studio.tokens": {
|
6568
6571
|
modify: {
|
6569
6572
|
type: "mix",
|
6570
|
-
value: "0.
|
6573
|
+
value: "0.10",
|
6571
6574
|
space: "lch",
|
6572
6575
|
color: "#FFFFFF",
|
6573
6576
|
format: "hex",
|
@@ -6575,7 +6578,7 @@ module.exports = {
|
|
6575
6578
|
},
|
6576
6579
|
},
|
6577
6580
|
$type: "color",
|
6578
|
-
$value: "#
|
6581
|
+
$value: "#359b3b",
|
6579
6582
|
$description: "used on pill hover states",
|
6580
6583
|
filePath: "data/tokens/modes/dark.json",
|
6581
6584
|
isSource: true,
|
@@ -6584,7 +6587,7 @@ module.exports = {
|
|
6584
6587
|
"studio.tokens": {
|
6585
6588
|
modify: {
|
6586
6589
|
type: "mix",
|
6587
|
-
value: "{
|
6590
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
6588
6591
|
space: "lch",
|
6589
6592
|
color: "{modes.color.modifier.contrastMore}",
|
6590
6593
|
},
|
@@ -6603,7 +6606,7 @@ module.exports = {
|
|
6603
6606
|
"studio.tokens": {
|
6604
6607
|
modify: {
|
6605
6608
|
type: "mix",
|
6606
|
-
value: "0.
|
6609
|
+
value: "0.15",
|
6607
6610
|
space: "lch",
|
6608
6611
|
color: "#009023",
|
6609
6612
|
format: "hex",
|
@@ -6611,7 +6614,7 @@ module.exports = {
|
|
6611
6614
|
},
|
6612
6615
|
},
|
6613
6616
|
$type: "color",
|
6614
|
-
$value: "#
|
6617
|
+
$value: "#132912",
|
6615
6618
|
$description: "used on pill hover states and message bg",
|
6616
6619
|
filePath: "data/tokens/modes/dark.json",
|
6617
6620
|
isSource: true,
|
@@ -6620,7 +6623,7 @@ module.exports = {
|
|
6620
6623
|
"studio.tokens": {
|
6621
6624
|
modify: {
|
6622
6625
|
type: "mix",
|
6623
|
-
value: "{
|
6626
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6624
6627
|
space: "lch",
|
6625
6628
|
color: "{modes.color.status.positive.default}",
|
6626
6629
|
},
|
@@ -6707,7 +6710,7 @@ module.exports = {
|
|
6707
6710
|
"studio.tokens": {
|
6708
6711
|
modify: {
|
6709
6712
|
type: "mix",
|
6710
|
-
value: "0.
|
6713
|
+
value: "0.15",
|
6711
6714
|
space: "lch",
|
6712
6715
|
color: "#000000 ",
|
6713
6716
|
format: "hex",
|
@@ -6715,7 +6718,7 @@ module.exports = {
|
|
6715
6718
|
},
|
6716
6719
|
},
|
6717
6720
|
$type: "color",
|
6718
|
-
$value: "#
|
6721
|
+
$value: "#0e6d1d",
|
6719
6722
|
$description: "used on pill hover states ",
|
6720
6723
|
filePath: "data/tokens/modes/dark.json",
|
6721
6724
|
isSource: true,
|
@@ -6724,7 +6727,7 @@ module.exports = {
|
|
6724
6727
|
"studio.tokens": {
|
6725
6728
|
modify: {
|
6726
6729
|
type: "mix",
|
6727
|
-
value: "{
|
6730
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6728
6731
|
space: "lch",
|
6729
6732
|
color: "{modes.color.modifier.contrastLess} ",
|
6730
6733
|
},
|
@@ -6750,7 +6753,7 @@ module.exports = {
|
|
6750
6753
|
"studio.tokens": {
|
6751
6754
|
modify: {
|
6752
6755
|
type: "mix",
|
6753
|
-
value: "0.
|
6756
|
+
value: "0.15",
|
6754
6757
|
space: "lch",
|
6755
6758
|
color: "#00811F",
|
6756
6759
|
format: "hex",
|
@@ -6758,7 +6761,7 @@ module.exports = {
|
|
6758
6761
|
},
|
6759
6762
|
},
|
6760
6763
|
$type: "color",
|
6761
|
-
$value: "#
|
6764
|
+
$value: "#cbe1c9",
|
6762
6765
|
$description: "used on pill hover states and message bg",
|
6763
6766
|
filePath: "data/tokens/modes/dark.json",
|
6764
6767
|
isSource: true,
|
@@ -6767,7 +6770,7 @@ module.exports = {
|
|
6767
6770
|
"studio.tokens": {
|
6768
6771
|
modify: {
|
6769
6772
|
type: "mix",
|
6770
|
-
value: "{
|
6773
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6771
6774
|
space: "lch",
|
6772
6775
|
color: "{modes.color.status.positive.inverse.default}",
|
6773
6776
|
},
|
@@ -6832,7 +6835,7 @@ module.exports = {
|
|
6832
6835
|
"studio.tokens": {
|
6833
6836
|
modify: {
|
6834
6837
|
type: "mix",
|
6835
|
-
value: "0.
|
6838
|
+
value: "0.10 ",
|
6836
6839
|
space: "lch",
|
6837
6840
|
color: "#FFFFFF ",
|
6838
6841
|
format: "hex",
|
@@ -6840,7 +6843,7 @@ module.exports = {
|
|
6840
6843
|
},
|
6841
6844
|
},
|
6842
6845
|
$type: "color",
|
6843
|
-
$value: "#
|
6846
|
+
$value: "#263525",
|
6844
6847
|
$description: "marketing banner hover",
|
6845
6848
|
filePath: "data/tokens/modes/dark.json",
|
6846
6849
|
isSource: true,
|
@@ -6849,7 +6852,7 @@ module.exports = {
|
|
6849
6852
|
"studio.tokens": {
|
6850
6853
|
modify: {
|
6851
6854
|
type: "mix",
|
6852
|
-
value: "{
|
6855
|
+
value: "{primitives.color.modifiers.button.hoverAlt} ",
|
6853
6856
|
space: "lch",
|
6854
6857
|
color: "{modes.color.modifier.contrastMore} ",
|
6855
6858
|
},
|
@@ -6898,7 +6901,7 @@ module.exports = {
|
|
6898
6901
|
"studio.tokens": {
|
6899
6902
|
modify: {
|
6900
6903
|
type: "mix",
|
6901
|
-
value: "0.
|
6904
|
+
value: "0.15",
|
6902
6905
|
space: "lch",
|
6903
6906
|
color: "#000000",
|
6904
6907
|
format: "hex",
|
@@ -6906,7 +6909,7 @@ module.exports = {
|
|
6906
6909
|
},
|
6907
6910
|
},
|
6908
6911
|
$type: "color",
|
6909
|
-
$value: "#
|
6912
|
+
$value: "#17b333",
|
6910
6913
|
$description: "used on pill hover states",
|
6911
6914
|
filePath: "data/tokens/modes/dark.json",
|
6912
6915
|
isSource: true,
|
@@ -6915,7 +6918,7 @@ module.exports = {
|
|
6915
6918
|
"studio.tokens": {
|
6916
6919
|
modify: {
|
6917
6920
|
type: "mix",
|
6918
|
-
value: "{
|
6921
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6919
6922
|
space: "lch",
|
6920
6923
|
color: "{modes.color.modifier.contrastLess}",
|
6921
6924
|
},
|
@@ -6977,7 +6980,7 @@ module.exports = {
|
|
6977
6980
|
"studio.tokens": {
|
6978
6981
|
modify: {
|
6979
6982
|
type: "mix",
|
6980
|
-
value: "0.
|
6983
|
+
value: "0.15",
|
6981
6984
|
space: "lch",
|
6982
6985
|
color: "#000000",
|
6983
6986
|
format: "hex",
|
@@ -6985,7 +6988,7 @@ module.exports = {
|
|
6985
6988
|
},
|
6986
6989
|
},
|
6987
6990
|
$type: "color",
|
6988
|
-
$value: "#
|
6991
|
+
$value: "#17b333",
|
6989
6992
|
$description: "used on pill hover states",
|
6990
6993
|
filePath: "data/tokens/modes/dark.json",
|
6991
6994
|
isSource: true,
|
@@ -6994,7 +6997,7 @@ module.exports = {
|
|
6994
6997
|
"studio.tokens": {
|
6995
6998
|
modify: {
|
6996
6999
|
type: "mix",
|
6997
|
-
value: "{
|
7000
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6998
7001
|
space: "lch",
|
6999
7002
|
color: "{modes.color.modifier.contrastLess}",
|
7000
7003
|
},
|
@@ -7039,119 +7042,6 @@ module.exports = {
|
|
7039
7042
|
path: ["modes", "color", "modifier", "contrastMore"],
|
7040
7043
|
},
|
7041
7044
|
},
|
7042
|
-
modifiers: {
|
7043
|
-
button: {
|
7044
|
-
active: {
|
7045
|
-
$type: "other",
|
7046
|
-
$value: "0.32",
|
7047
|
-
$description: "Active modifier used when 16% hover is used",
|
7048
|
-
filePath: "data/tokens/modes/dark.json",
|
7049
|
-
isSource: true,
|
7050
|
-
original: {
|
7051
|
-
$type: "other",
|
7052
|
-
$value: "0.32",
|
7053
|
-
$description: "Active modifier used when 16% hover is used",
|
7054
|
-
},
|
7055
|
-
name: "modesColorModifiersButtonActive",
|
7056
|
-
attributes: {},
|
7057
|
-
path: ["modes", "color", "modifiers", "button", "active"],
|
7058
|
-
},
|
7059
|
-
activeAlt: {
|
7060
|
-
$type: "other",
|
7061
|
-
$value: "0.16",
|
7062
|
-
$description: "Active appled when 8% hover is used",
|
7063
|
-
filePath: "data/tokens/modes/dark.json",
|
7064
|
-
isSource: true,
|
7065
|
-
original: {
|
7066
|
-
$type: "other",
|
7067
|
-
$value: "0.16",
|
7068
|
-
$description: "Active appled when 8% hover is used",
|
7069
|
-
},
|
7070
|
-
name: "modesColorModifiersButtonActiveAlt",
|
7071
|
-
attributes: {},
|
7072
|
-
path: ["modes", "color", "modifiers", "button", "activeAlt"],
|
7073
|
-
},
|
7074
|
-
hover: {
|
7075
|
-
$type: "other",
|
7076
|
-
$value: "0.16",
|
7077
|
-
$description: "Hover used on primary buttons",
|
7078
|
-
filePath: "data/tokens/modes/dark.json",
|
7079
|
-
isSource: true,
|
7080
|
-
original: {
|
7081
|
-
$type: "other",
|
7082
|
-
$value: "0.16",
|
7083
|
-
$description: "Hover used on primary buttons",
|
7084
|
-
},
|
7085
|
-
name: "modesColorModifiersButtonHover",
|
7086
|
-
attributes: {},
|
7087
|
-
path: ["modes", "color", "modifiers", "button", "hover"],
|
7088
|
-
},
|
7089
|
-
hoverAlt: {
|
7090
|
-
$type: "other",
|
7091
|
-
$value: "0.08",
|
7092
|
-
$description: "Hover used on secondary and tertiary buttons",
|
7093
|
-
filePath: "data/tokens/modes/dark.json",
|
7094
|
-
isSource: true,
|
7095
|
-
original: {
|
7096
|
-
$type: "other",
|
7097
|
-
$value: "0.08",
|
7098
|
-
$description: "Hover used on secondary and tertiary buttons",
|
7099
|
-
},
|
7100
|
-
name: "modesColorModifiersButtonHoverAlt",
|
7101
|
-
attributes: {},
|
7102
|
-
path: ["modes", "color", "modifiers", "button", "hoverAlt"],
|
7103
|
-
},
|
7104
|
-
},
|
7105
|
-
input: {
|
7106
|
-
disabledBg: {
|
7107
|
-
$type: "other",
|
7108
|
-
$value: "0.04",
|
7109
|
-
$description: "less contrast",
|
7110
|
-
filePath: "data/tokens/modes/dark.json",
|
7111
|
-
isSource: true,
|
7112
|
-
original: {
|
7113
|
-
$type: "other",
|
7114
|
-
$value: "0.04",
|
7115
|
-
$description: "less contrast",
|
7116
|
-
},
|
7117
|
-
name: "modesColorModifiersInputDisabledBg",
|
7118
|
-
attributes: {},
|
7119
|
-
path: ["modes", "color", "modifiers", "input", "disabledBg"],
|
7120
|
-
},
|
7121
|
-
disabledFg: {
|
7122
|
-
$type: "other",
|
7123
|
-
$value: "0.30",
|
7124
|
-
$description: "less contrast",
|
7125
|
-
filePath: "data/tokens/modes/dark.json",
|
7126
|
-
isSource: true,
|
7127
|
-
original: {
|
7128
|
-
$type: "other",
|
7129
|
-
$value: "0.30",
|
7130
|
-
$description: "less contrast",
|
7131
|
-
},
|
7132
|
-
name: "modesColorModifiersInputDisabledFg",
|
7133
|
-
attributes: {},
|
7134
|
-
path: ["modes", "color", "modifiers", "input", "disabledFg"],
|
7135
|
-
},
|
7136
|
-
},
|
7137
|
-
shadow: {
|
7138
|
-
standard: {
|
7139
|
-
$type: "other",
|
7140
|
-
$value: "0.5",
|
7141
|
-
$description: "standard mixer for shadow",
|
7142
|
-
filePath: "data/tokens/modes/dark.json",
|
7143
|
-
isSource: true,
|
7144
|
-
original: {
|
7145
|
-
$type: "other",
|
7146
|
-
$value: "0.5",
|
7147
|
-
$description: "standard mixer for shadow",
|
7148
|
-
},
|
7149
|
-
name: "modesColorModifiersShadowStandard",
|
7150
|
-
attributes: {},
|
7151
|
-
path: ["modes", "color", "modifiers", "shadow", "standard"],
|
7152
|
-
},
|
7153
|
-
},
|
7154
|
-
},
|
7155
7045
|
},
|
7156
7046
|
},
|
7157
7047
|
};
|