@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
@@ -1351,7 +1351,7 @@
|
|
1351
1351
|
"studio.tokens": {
|
1352
1352
|
modify: {
|
1353
1353
|
type: "mix",
|
1354
|
-
value: "0.
|
1354
|
+
value: "0.30",
|
1355
1355
|
space: "lch",
|
1356
1356
|
color: "#FFFFFF ",
|
1357
1357
|
format: "hex",
|
@@ -1359,7 +1359,7 @@
|
|
1359
1359
|
},
|
1360
1360
|
},
|
1361
1361
|
$type: "color",
|
1362
|
-
$value: "#
|
1362
|
+
$value: "#f28083",
|
1363
1363
|
$description: "active button on dark",
|
1364
1364
|
filePath: "data/tokens/modes/dark.json",
|
1365
1365
|
isSource: true,
|
@@ -1368,7 +1368,7 @@
|
|
1368
1368
|
"studio.tokens": {
|
1369
1369
|
modify: {
|
1370
1370
|
type: "mix",
|
1371
|
-
value: "{
|
1371
|
+
value: "{primitives.color.modifiers.button.active}",
|
1372
1372
|
space: "lch",
|
1373
1373
|
color: "{modes.color.modifier.contrastMore} ",
|
1374
1374
|
},
|
@@ -1436,7 +1436,7 @@
|
|
1436
1436
|
"studio.tokens": {
|
1437
1437
|
modify: {
|
1438
1438
|
type: "mix",
|
1439
|
-
value: "0.
|
1439
|
+
value: "0.15",
|
1440
1440
|
space: "lch",
|
1441
1441
|
color: "#FFFFFF",
|
1442
1442
|
format: "hex",
|
@@ -1444,7 +1444,7 @@
|
|
1444
1444
|
},
|
1445
1445
|
},
|
1446
1446
|
$type: "color",
|
1447
|
-
$value: "#
|
1447
|
+
$value: "#ea626a",
|
1448
1448
|
filePath: "data/tokens/modes/dark.json",
|
1449
1449
|
isSource: true,
|
1450
1450
|
original: {
|
@@ -1452,7 +1452,7 @@
|
|
1452
1452
|
"studio.tokens": {
|
1453
1453
|
modify: {
|
1454
1454
|
type: "mix",
|
1455
|
-
value: "{
|
1455
|
+
value: "{primitives.color.modifiers.button.hover}",
|
1456
1456
|
space: "lch",
|
1457
1457
|
color: "{modes.color.modifier.contrastMore}",
|
1458
1458
|
},
|
@@ -1470,14 +1470,14 @@
|
|
1470
1470
|
"studio.tokens": {
|
1471
1471
|
modify: {
|
1472
1472
|
type: "alpha",
|
1473
|
-
value: "0.
|
1473
|
+
value: "0.10",
|
1474
1474
|
space: "lch",
|
1475
1475
|
format: "hex",
|
1476
1476
|
},
|
1477
1477
|
},
|
1478
1478
|
},
|
1479
1479
|
$type: "color",
|
1480
|
-
$value: "#
|
1480
|
+
$value: "#e13e531a",
|
1481
1481
|
$description: "button hover on dark",
|
1482
1482
|
filePath: "data/tokens/modes/dark.json",
|
1483
1483
|
isSource: true,
|
@@ -1486,7 +1486,7 @@
|
|
1486
1486
|
"studio.tokens": {
|
1487
1487
|
modify: {
|
1488
1488
|
type: "alpha",
|
1489
|
-
value: "{
|
1489
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1490
1490
|
space: "lch",
|
1491
1491
|
},
|
1492
1492
|
},
|
@@ -1504,7 +1504,7 @@
|
|
1504
1504
|
"studio.tokens": {
|
1505
1505
|
modify: {
|
1506
1506
|
type: "mix",
|
1507
|
-
value: "0.
|
1507
|
+
value: "0.10",
|
1508
1508
|
space: "lch",
|
1509
1509
|
color: "#FFFFFF",
|
1510
1510
|
format: "hex",
|
@@ -1512,7 +1512,7 @@
|
|
1512
1512
|
},
|
1513
1513
|
},
|
1514
1514
|
$type: "color",
|
1515
|
-
$value: "#
|
1515
|
+
$value: "#ed6e74",
|
1516
1516
|
$description: "for links in datatables",
|
1517
1517
|
filePath: "data/tokens/modes/dark.json",
|
1518
1518
|
isSource: true,
|
@@ -1521,7 +1521,7 @@
|
|
1521
1521
|
"studio.tokens": {
|
1522
1522
|
modify: {
|
1523
1523
|
type: "mix",
|
1524
|
-
value: "{
|
1524
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1525
1525
|
space: "lch",
|
1526
1526
|
color: "{modes.color.modifier.contrastMore}",
|
1527
1527
|
},
|
@@ -1567,7 +1567,7 @@
|
|
1567
1567
|
"studio.tokens": {
|
1568
1568
|
modify: {
|
1569
1569
|
type: "mix",
|
1570
|
-
value: "0.
|
1570
|
+
value: "0.30",
|
1571
1571
|
space: "lch",
|
1572
1572
|
color: "#000000 ",
|
1573
1573
|
format: "hex",
|
@@ -1575,7 +1575,7 @@
|
|
1575
1575
|
},
|
1576
1576
|
},
|
1577
1577
|
$type: "color",
|
1578
|
-
$value: "#
|
1578
|
+
$value: "#8c2c35",
|
1579
1579
|
$description: "used on pill hover states",
|
1580
1580
|
filePath: "data/tokens/modes/dark.json",
|
1581
1581
|
isSource: true,
|
@@ -1584,7 +1584,7 @@
|
|
1584
1584
|
"studio.tokens": {
|
1585
1585
|
modify: {
|
1586
1586
|
type: "mix",
|
1587
|
-
value: "{
|
1587
|
+
value: "{primitives.color.modifiers.button.active}",
|
1588
1588
|
space: "lch",
|
1589
1589
|
color: "{modes.color.modifier.contrastLess} ",
|
1590
1590
|
},
|
@@ -1673,7 +1673,7 @@
|
|
1673
1673
|
"studio.tokens": {
|
1674
1674
|
modify: {
|
1675
1675
|
type: "mix",
|
1676
|
-
value: "0.
|
1676
|
+
value: "0.15",
|
1677
1677
|
space: "lch",
|
1678
1678
|
color: "#000000 ",
|
1679
1679
|
format: "hex",
|
@@ -1681,7 +1681,7 @@
|
|
1681
1681
|
},
|
1682
1682
|
},
|
1683
1683
|
$type: "color",
|
1684
|
-
$value: "#
|
1684
|
+
$value: "#ac3240",
|
1685
1685
|
$description:
|
1686
1686
|
"used on solid-pill and primary-button hover states",
|
1687
1687
|
filePath: "data/tokens/modes/dark.json",
|
@@ -1691,7 +1691,7 @@
|
|
1691
1691
|
"studio.tokens": {
|
1692
1692
|
modify: {
|
1693
1693
|
type: "mix",
|
1694
|
-
value: "{
|
1694
|
+
value: "{primitives.color.modifiers.button.hover}",
|
1695
1695
|
space: "lch",
|
1696
1696
|
color: "{modes.color.modifier.contrastLess} ",
|
1697
1697
|
},
|
@@ -1718,14 +1718,14 @@
|
|
1718
1718
|
"studio.tokens": {
|
1719
1719
|
modify: {
|
1720
1720
|
type: "alpha",
|
1721
|
-
value: "0.
|
1721
|
+
value: "0.10",
|
1722
1722
|
space: "lch",
|
1723
1723
|
format: "hex",
|
1724
1724
|
},
|
1725
1725
|
},
|
1726
1726
|
},
|
1727
1727
|
$type: "color",
|
1728
|
-
$value: "#
|
1728
|
+
$value: "#cd384b1a",
|
1729
1729
|
$description: "used on secondary-button hover states",
|
1730
1730
|
filePath: "data/tokens/modes/dark.json",
|
1731
1731
|
isSource: true,
|
@@ -1734,7 +1734,7 @@
|
|
1734
1734
|
"studio.tokens": {
|
1735
1735
|
modify: {
|
1736
1736
|
type: "alpha",
|
1737
|
-
value: "{
|
1737
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1738
1738
|
space: "lch",
|
1739
1739
|
},
|
1740
1740
|
},
|
@@ -1759,7 +1759,7 @@
|
|
1759
1759
|
"studio.tokens": {
|
1760
1760
|
modify: {
|
1761
1761
|
type: "mix",
|
1762
|
-
value: "0.
|
1762
|
+
value: "0.10",
|
1763
1763
|
space: "lch",
|
1764
1764
|
color: "#000000 ",
|
1765
1765
|
format: "hex",
|
@@ -1767,7 +1767,7 @@
|
|
1767
1767
|
},
|
1768
1768
|
},
|
1769
1769
|
$type: "color",
|
1770
|
-
$value: "#
|
1770
|
+
$value: "#9f303c",
|
1771
1771
|
$description: "used on link hover state",
|
1772
1772
|
filePath: "data/tokens/modes/dark.json",
|
1773
1773
|
isSource: true,
|
@@ -1776,7 +1776,7 @@
|
|
1776
1776
|
"studio.tokens": {
|
1777
1777
|
modify: {
|
1778
1778
|
type: "mix",
|
1779
|
-
value: "{
|
1779
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1780
1780
|
space: "lch",
|
1781
1781
|
color: "{modes.color.modifier.contrastLess} ",
|
1782
1782
|
},
|
@@ -1915,7 +1915,7 @@
|
|
1915
1915
|
"studio.tokens": {
|
1916
1916
|
modify: {
|
1917
1917
|
type: "mix",
|
1918
|
-
value: "0.
|
1918
|
+
value: "0.10",
|
1919
1919
|
space: "lch",
|
1920
1920
|
color: "#FFFFFF",
|
1921
1921
|
format: "hex",
|
@@ -1923,7 +1923,7 @@
|
|
1923
1923
|
},
|
1924
1924
|
},
|
1925
1925
|
$type: "color",
|
1926
|
-
$value: "#
|
1926
|
+
$value: "#1b1b1b",
|
1927
1927
|
$description: "bg hover for draggable area on file input",
|
1928
1928
|
filePath: "data/tokens/modes/dark.json",
|
1929
1929
|
isSource: true,
|
@@ -1932,7 +1932,7 @@
|
|
1932
1932
|
"studio.tokens": {
|
1933
1933
|
modify: {
|
1934
1934
|
type: "mix",
|
1935
|
-
value: "{
|
1935
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1936
1936
|
space: "lch",
|
1937
1937
|
color: "{modes.color.modifier.contrastMore}",
|
1938
1938
|
},
|
@@ -2496,14 +2496,14 @@
|
|
2496
2496
|
"studio.tokens": {
|
2497
2497
|
modify: {
|
2498
2498
|
type: "alpha",
|
2499
|
-
value: "0.
|
2499
|
+
value: "0.15",
|
2500
2500
|
space: "lch",
|
2501
2501
|
format: "hex",
|
2502
2502
|
},
|
2503
2503
|
},
|
2504
2504
|
},
|
2505
2505
|
$type: "color",
|
2506
|
-
$value: "#
|
2506
|
+
$value: "#ffffff26",
|
2507
2507
|
filePath: "data/tokens/modes/dark.json",
|
2508
2508
|
isSource: true,
|
2509
2509
|
original: {
|
@@ -2511,7 +2511,7 @@
|
|
2511
2511
|
"studio.tokens": {
|
2512
2512
|
modify: {
|
2513
2513
|
type: "alpha",
|
2514
|
-
value: "{
|
2514
|
+
value: "{primitives.color.modifiers.button.activeAlt}",
|
2515
2515
|
space: "lch",
|
2516
2516
|
},
|
2517
2517
|
},
|
@@ -2646,14 +2646,14 @@
|
|
2646
2646
|
"studio.tokens": {
|
2647
2647
|
modify: {
|
2648
2648
|
type: "alpha",
|
2649
|
-
value: "0.
|
2649
|
+
value: "0.10",
|
2650
2650
|
space: "lch",
|
2651
2651
|
format: "hex",
|
2652
2652
|
},
|
2653
2653
|
},
|
2654
2654
|
},
|
2655
2655
|
$type: "color",
|
2656
|
-
$value: "#
|
2656
|
+
$value: "#ffffff1a",
|
2657
2657
|
$description: "Accordion, secondary, tertiary, menu bg on hover",
|
2658
2658
|
filePath: "data/tokens/modes/dark.json",
|
2659
2659
|
isSource: true,
|
@@ -2662,7 +2662,7 @@
|
|
2662
2662
|
"studio.tokens": {
|
2663
2663
|
modify: {
|
2664
2664
|
type: "alpha",
|
2665
|
-
value: "{
|
2665
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
2666
2666
|
space: "lch",
|
2667
2667
|
},
|
2668
2668
|
},
|
@@ -2681,14 +2681,14 @@
|
|
2681
2681
|
"studio.tokens": {
|
2682
2682
|
modify: {
|
2683
2683
|
type: "alpha",
|
2684
|
-
value: "0.
|
2684
|
+
value: "0.15",
|
2685
2685
|
space: "lch",
|
2686
2686
|
format: "hex",
|
2687
2687
|
},
|
2688
2688
|
},
|
2689
2689
|
},
|
2690
2690
|
$type: "color",
|
2691
|
-
$value: "#
|
2691
|
+
$value: "#ffffff26",
|
2692
2692
|
$description: "subtle table header hover",
|
2693
2693
|
filePath: "data/tokens/modes/dark.json",
|
2694
2694
|
isSource: true,
|
@@ -2697,7 +2697,7 @@
|
|
2697
2697
|
"studio.tokens": {
|
2698
2698
|
modify: {
|
2699
2699
|
type: "alpha",
|
2700
|
-
value: "{
|
2700
|
+
value: "{primitives.color.modifiers.button.hover}",
|
2701
2701
|
space: "lch",
|
2702
2702
|
},
|
2703
2703
|
},
|
@@ -2812,14 +2812,14 @@
|
|
2812
2812
|
"studio.tokens": {
|
2813
2813
|
modify: {
|
2814
2814
|
type: "alpha",
|
2815
|
-
value: "0.
|
2815
|
+
value: "0.15",
|
2816
2816
|
space: "lch",
|
2817
2817
|
format: "hex",
|
2818
2818
|
},
|
2819
2819
|
},
|
2820
2820
|
},
|
2821
2821
|
$type: "color",
|
2822
|
-
$value: "#
|
2822
|
+
$value: "#ffffff26",
|
2823
2823
|
filePath: "data/tokens/modes/dark.json",
|
2824
2824
|
isSource: true,
|
2825
2825
|
original: {
|
@@ -2827,7 +2827,7 @@
|
|
2827
2827
|
"studio.tokens": {
|
2828
2828
|
modify: {
|
2829
2829
|
type: "alpha",
|
2830
|
-
value: "{
|
2830
|
+
value: "{primitives.color.modifiers.button.activeAlt}",
|
2831
2831
|
space: "lch",
|
2832
2832
|
},
|
2833
2833
|
},
|
@@ -2929,14 +2929,14 @@
|
|
2929
2929
|
"studio.tokens": {
|
2930
2930
|
modify: {
|
2931
2931
|
type: "alpha",
|
2932
|
-
value: "0.
|
2932
|
+
value: "0.10 ",
|
2933
2933
|
space: "lch",
|
2934
2934
|
format: "hex",
|
2935
2935
|
},
|
2936
2936
|
},
|
2937
2937
|
},
|
2938
2938
|
$type: "color",
|
2939
|
-
$value: "#
|
2939
|
+
$value: "#ffffff1a",
|
2940
2940
|
filePath: "data/tokens/modes/dark.json",
|
2941
2941
|
isSource: true,
|
2942
2942
|
original: {
|
@@ -2944,7 +2944,7 @@
|
|
2944
2944
|
"studio.tokens": {
|
2945
2945
|
modify: {
|
2946
2946
|
type: "alpha",
|
2947
|
-
value: "{
|
2947
|
+
value: "{primitives.color.modifiers.button.hoverAlt} ",
|
2948
2948
|
space: "lch",
|
2949
2949
|
},
|
2950
2950
|
},
|
@@ -3050,14 +3050,14 @@
|
|
3050
3050
|
"studio.tokens": {
|
3051
3051
|
modify: {
|
3052
3052
|
type: "alpha",
|
3053
|
-
value: "0.
|
3053
|
+
value: "0.15",
|
3054
3054
|
space: "lch",
|
3055
3055
|
format: "hex",
|
3056
3056
|
},
|
3057
3057
|
},
|
3058
3058
|
},
|
3059
3059
|
$type: "color",
|
3060
|
-
$value: "#
|
3060
|
+
$value: "#00000026",
|
3061
3061
|
filePath: "data/tokens/modes/dark.json",
|
3062
3062
|
isSource: true,
|
3063
3063
|
original: {
|
@@ -3065,7 +3065,7 @@
|
|
3065
3065
|
"studio.tokens": {
|
3066
3066
|
modify: {
|
3067
3067
|
type: "alpha",
|
3068
|
-
value: "{
|
3068
|
+
value: "{primitives.color.modifiers.button.activeAlt}",
|
3069
3069
|
space: "lch",
|
3070
3070
|
},
|
3071
3071
|
},
|
@@ -3211,14 +3211,14 @@
|
|
3211
3211
|
"studio.tokens": {
|
3212
3212
|
modify: {
|
3213
3213
|
type: "alpha",
|
3214
|
-
value: "0.
|
3214
|
+
value: "0.10",
|
3215
3215
|
space: "lch",
|
3216
3216
|
format: "hex",
|
3217
3217
|
},
|
3218
3218
|
},
|
3219
3219
|
},
|
3220
3220
|
$type: "color",
|
3221
|
-
$value: "#
|
3221
|
+
$value: "#0000001a",
|
3222
3222
|
$description:
|
3223
3223
|
"Accordion, secondary, tertiary, menu bg on hover",
|
3224
3224
|
filePath: "data/tokens/modes/dark.json",
|
@@ -3228,7 +3228,7 @@
|
|
3228
3228
|
"studio.tokens": {
|
3229
3229
|
modify: {
|
3230
3230
|
type: "alpha",
|
3231
|
-
value: "{
|
3231
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
3232
3232
|
space: "lch",
|
3233
3233
|
},
|
3234
3234
|
},
|
@@ -3254,14 +3254,14 @@
|
|
3254
3254
|
"studio.tokens": {
|
3255
3255
|
modify: {
|
3256
3256
|
type: "alpha",
|
3257
|
-
value: "0.
|
3257
|
+
value: "0.15",
|
3258
3258
|
space: "lch",
|
3259
3259
|
format: "hex",
|
3260
3260
|
},
|
3261
3261
|
},
|
3262
3262
|
},
|
3263
3263
|
$type: "color",
|
3264
|
-
$value: "#
|
3264
|
+
$value: "#00000026",
|
3265
3265
|
$description: "subtle table header hover",
|
3266
3266
|
filePath: "data/tokens/modes/dark.json",
|
3267
3267
|
isSource: true,
|
@@ -3270,7 +3270,7 @@
|
|
3270
3270
|
"studio.tokens": {
|
3271
3271
|
modify: {
|
3272
3272
|
type: "alpha",
|
3273
|
-
value: "{
|
3273
|
+
value: "{primitives.color.modifiers.button.hover}",
|
3274
3274
|
space: "lch",
|
3275
3275
|
},
|
3276
3276
|
},
|
@@ -3576,14 +3576,14 @@
|
|
3576
3576
|
"studio.tokens": {
|
3577
3577
|
modify: {
|
3578
3578
|
type: "alpha",
|
3579
|
-
value: "0.
|
3579
|
+
value: "0.15",
|
3580
3580
|
space: "lch",
|
3581
3581
|
format: "hex",
|
3582
3582
|
},
|
3583
3583
|
},
|
3584
3584
|
},
|
3585
3585
|
$type: "color",
|
3586
|
-
$value: "#
|
3586
|
+
$value: "#ffffff26",
|
3587
3587
|
$description: "hover bg for nav items",
|
3588
3588
|
filePath: "data/tokens/modes/dark.json",
|
3589
3589
|
isSource: true,
|
@@ -3592,7 +3592,7 @@
|
|
3592
3592
|
"studio.tokens": {
|
3593
3593
|
modify: {
|
3594
3594
|
type: "alpha",
|
3595
|
-
value: "{
|
3595
|
+
value: "{primitives.color.modifiers.button.hover}",
|
3596
3596
|
space: "lch",
|
3597
3597
|
},
|
3598
3598
|
},
|
@@ -3659,7 +3659,7 @@
|
|
3659
3659
|
"studio.tokens": {
|
3660
3660
|
modify: {
|
3661
3661
|
type: "mix",
|
3662
|
-
value: "0.
|
3662
|
+
value: "0.30",
|
3663
3663
|
space: "lch",
|
3664
3664
|
color: "#FFFFFF",
|
3665
3665
|
format: "hex",
|
@@ -3667,7 +3667,7 @@
|
|
3667
3667
|
},
|
3668
3668
|
},
|
3669
3669
|
$type: "color",
|
3670
|
-
$value: "#
|
3670
|
+
$value: "#7ce47a",
|
3671
3671
|
filePath: "data/tokens/modes/dark.json",
|
3672
3672
|
isSource: true,
|
3673
3673
|
original: {
|
@@ -3675,7 +3675,7 @@
|
|
3675
3675
|
"studio.tokens": {
|
3676
3676
|
modify: {
|
3677
3677
|
type: "mix",
|
3678
|
-
value: "{
|
3678
|
+
value: "{primitives.color.modifiers.button.active}",
|
3679
3679
|
space: "lch",
|
3680
3680
|
color: "{modes.color.modifier.contrastMore}",
|
3681
3681
|
},
|
@@ -3693,7 +3693,7 @@
|
|
3693
3693
|
"studio.tokens": {
|
3694
3694
|
modify: {
|
3695
3695
|
type: "alpha",
|
3696
|
-
value: "0.
|
3696
|
+
value: "0.30",
|
3697
3697
|
space: "lch",
|
3698
3698
|
color: "#FFFFFF",
|
3699
3699
|
format: "hex",
|
@@ -3701,7 +3701,7 @@
|
|
3701
3701
|
},
|
3702
3702
|
},
|
3703
3703
|
$type: "color",
|
3704
|
-
$value: "#
|
3704
|
+
$value: "#00d6394d",
|
3705
3705
|
$description: "Active color for secondary and tertiary buttons",
|
3706
3706
|
filePath: "data/tokens/modes/dark.json",
|
3707
3707
|
isSource: true,
|
@@ -3710,7 +3710,7 @@
|
|
3710
3710
|
"studio.tokens": {
|
3711
3711
|
modify: {
|
3712
3712
|
type: "alpha",
|
3713
|
-
value: "{
|
3713
|
+
value: "{primitives.color.modifiers.button.active}",
|
3714
3714
|
space: "lch",
|
3715
3715
|
color: "{modes.color.modifier.contrastMore}",
|
3716
3716
|
},
|
@@ -3751,7 +3751,7 @@
|
|
3751
3751
|
},
|
3752
3752
|
$type: "color",
|
3753
3753
|
$value: "#00d639cc",
|
3754
|
-
$description: "Border color for secondary buttons",
|
3754
|
+
$description: "Border color for secondary and tertiary buttons",
|
3755
3755
|
filePath: "data/tokens/modes/dark.json",
|
3756
3756
|
isSource: true,
|
3757
3757
|
original: {
|
@@ -3767,7 +3767,7 @@
|
|
3767
3767
|
},
|
3768
3768
|
$type: "color",
|
3769
3769
|
$value: "{modes.color.interactive.primary.default}",
|
3770
|
-
$description: "Border color for secondary buttons",
|
3770
|
+
$description: "Border color for secondary and tertiary buttons",
|
3771
3771
|
},
|
3772
3772
|
name: "modesColorInteractivePrimaryDefaultAlt",
|
3773
3773
|
attributes: {},
|
@@ -3777,8 +3777,8 @@
|
|
3777
3777
|
$extensions: {
|
3778
3778
|
"studio.tokens": {
|
3779
3779
|
modify: {
|
3780
|
-
type: "
|
3781
|
-
value: "0.
|
3780
|
+
type: "mix",
|
3781
|
+
value: "0.12",
|
3782
3782
|
space: "lch",
|
3783
3783
|
color: "#FFFFFF",
|
3784
3784
|
format: "hex",
|
@@ -3786,16 +3786,16 @@
|
|
3786
3786
|
},
|
3787
3787
|
},
|
3788
3788
|
$type: "color",
|
3789
|
-
$value: "#
|
3790
|
-
$description: "
|
3789
|
+
$value: "#4cdc55",
|
3790
|
+
$description: "default value for links",
|
3791
3791
|
filePath: "data/tokens/modes/dark.json",
|
3792
3792
|
isSource: true,
|
3793
3793
|
original: {
|
3794
3794
|
$extensions: {
|
3795
3795
|
"studio.tokens": {
|
3796
3796
|
modify: {
|
3797
|
-
type: "
|
3798
|
-
value: "0.
|
3797
|
+
type: "mix",
|
3798
|
+
value: "0.12",
|
3799
3799
|
space: "lch",
|
3800
3800
|
color: "{modes.color.modifier.contrastMore}",
|
3801
3801
|
},
|
@@ -3803,7 +3803,7 @@
|
|
3803
3803
|
},
|
3804
3804
|
$type: "color",
|
3805
3805
|
$value: "{modes.color.interactive.primary.default}",
|
3806
|
-
$description: "
|
3806
|
+
$description: "default value for links",
|
3807
3807
|
},
|
3808
3808
|
name: "modesColorInteractivePrimaryDefaultAlt2",
|
3809
3809
|
attributes: {},
|
@@ -3813,8 +3813,8 @@
|
|
3813
3813
|
$extensions: {
|
3814
3814
|
"studio.tokens": {
|
3815
3815
|
modify: {
|
3816
|
-
type: "
|
3817
|
-
value: "0.
|
3816
|
+
type: "alpha",
|
3817
|
+
value: "0.03",
|
3818
3818
|
space: "lch",
|
3819
3819
|
color: "#FFFFFF",
|
3820
3820
|
format: "hex",
|
@@ -3822,16 +3822,16 @@
|
|
3822
3822
|
},
|
3823
3823
|
},
|
3824
3824
|
$type: "color",
|
3825
|
-
$value: "#
|
3826
|
-
$description: "
|
3825
|
+
$value: "#00d63908",
|
3826
|
+
$description: "Default background color of secondary buttons",
|
3827
3827
|
filePath: "data/tokens/modes/dark.json",
|
3828
3828
|
isSource: true,
|
3829
3829
|
original: {
|
3830
3830
|
$extensions: {
|
3831
3831
|
"studio.tokens": {
|
3832
3832
|
modify: {
|
3833
|
-
type: "
|
3834
|
-
value: "0.
|
3833
|
+
type: "alpha",
|
3834
|
+
value: "0.03",
|
3835
3835
|
space: "lch",
|
3836
3836
|
color: "{modes.color.modifier.contrastMore}",
|
3837
3837
|
},
|
@@ -3839,7 +3839,7 @@
|
|
3839
3839
|
},
|
3840
3840
|
$type: "color",
|
3841
3841
|
$value: "{modes.color.interactive.primary.default}",
|
3842
|
-
$description: "
|
3842
|
+
$description: "Default background color of secondary buttons",
|
3843
3843
|
},
|
3844
3844
|
name: "modesColorInteractivePrimaryDefaultAlt3",
|
3845
3845
|
attributes: {},
|
@@ -3850,7 +3850,7 @@
|
|
3850
3850
|
"studio.tokens": {
|
3851
3851
|
modify: {
|
3852
3852
|
type: "mix",
|
3853
|
-
value: "0.
|
3853
|
+
value: "0.15",
|
3854
3854
|
space: "lch",
|
3855
3855
|
color: "#FFFFFF",
|
3856
3856
|
format: "hex",
|
@@ -3858,7 +3858,7 @@
|
|
3858
3858
|
},
|
3859
3859
|
},
|
3860
3860
|
$type: "color",
|
3861
|
-
$value: "#
|
3861
|
+
$value: "#55dd5b",
|
3862
3862
|
filePath: "data/tokens/modes/dark.json",
|
3863
3863
|
isSource: true,
|
3864
3864
|
original: {
|
@@ -3866,7 +3866,7 @@
|
|
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
|
},
|
@@ -3884,7 +3884,7 @@
|
|
3884
3884
|
"studio.tokens": {
|
3885
3885
|
modify: {
|
3886
3886
|
type: "alpha",
|
3887
|
-
value: "0.
|
3887
|
+
value: "0.10",
|
3888
3888
|
space: "lch",
|
3889
3889
|
color: "#FFFFFF",
|
3890
3890
|
format: "hex",
|
@@ -3892,7 +3892,7 @@
|
|
3892
3892
|
},
|
3893
3893
|
},
|
3894
3894
|
$type: "color",
|
3895
|
-
$value: "#
|
3895
|
+
$value: "#00d6391a",
|
3896
3896
|
$description: "Secondary and tertiary button hover",
|
3897
3897
|
filePath: "data/tokens/modes/dark.json",
|
3898
3898
|
isSource: true,
|
@@ -3901,14 +3901,14 @@
|
|
3901
3901
|
"studio.tokens": {
|
3902
3902
|
modify: {
|
3903
3903
|
type: "alpha",
|
3904
|
-
value: "{
|
3904
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
3905
3905
|
space: "lch",
|
3906
3906
|
color: "{modes.color.modifier.contrastMore}",
|
3907
3907
|
},
|
3908
3908
|
},
|
3909
3909
|
},
|
3910
3910
|
$type: "color",
|
3911
|
-
$value: "{modes.color.interactive.primary.
|
3911
|
+
$value: "{modes.color.interactive.primary.default}",
|
3912
3912
|
$description: "Secondary and tertiary button hover",
|
3913
3913
|
},
|
3914
3914
|
name: "modesColorInteractivePrimaryHoverAlt",
|
@@ -3920,7 +3920,7 @@
|
|
3920
3920
|
"studio.tokens": {
|
3921
3921
|
modify: {
|
3922
3922
|
type: "mix",
|
3923
|
-
value: "0.
|
3923
|
+
value: "0.15",
|
3924
3924
|
space: "lch",
|
3925
3925
|
color: "#FFFFFF ",
|
3926
3926
|
format: "hex",
|
@@ -3928,7 +3928,7 @@
|
|
3928
3928
|
},
|
3929
3929
|
},
|
3930
3930
|
$type: "color",
|
3931
|
-
$value: "#
|
3931
|
+
$value: "#71e270",
|
3932
3932
|
$description: "hover for links",
|
3933
3933
|
filePath: "data/tokens/modes/dark.json",
|
3934
3934
|
isSource: true,
|
@@ -3937,14 +3937,14 @@
|
|
3937
3937
|
"studio.tokens": {
|
3938
3938
|
modify: {
|
3939
3939
|
type: "mix",
|
3940
|
-
value: "{
|
3940
|
+
value: "{primitives.color.modifiers.button.hover}",
|
3941
3941
|
space: "lch",
|
3942
3942
|
color: "{modes.color.modifier.contrastMore} ",
|
3943
3943
|
},
|
3944
3944
|
},
|
3945
3945
|
},
|
3946
3946
|
$type: "color",
|
3947
|
-
$value: "{modes.color.interactive.primary.
|
3947
|
+
$value: "{modes.color.interactive.primary.defaultAlt2}",
|
3948
3948
|
$description: "hover for links",
|
3949
3949
|
},
|
3950
3950
|
name: "modesColorInteractivePrimaryHoverAlt2",
|
@@ -3996,7 +3996,7 @@
|
|
3996
3996
|
"studio.tokens": {
|
3997
3997
|
modify: {
|
3998
3998
|
type: "mix",
|
3999
|
-
value: "0.
|
3999
|
+
value: "0.30",
|
4000
4000
|
space: "lch",
|
4001
4001
|
color: "#FFFFFF",
|
4002
4002
|
format: "hex",
|
@@ -4004,7 +4004,7 @@
|
|
4004
4004
|
},
|
4005
4005
|
},
|
4006
4006
|
$type: "color",
|
4007
|
-
$value: "#
|
4007
|
+
$value: "#7ce47a",
|
4008
4008
|
filePath: "data/tokens/modes/dark.json",
|
4009
4009
|
isSource: true,
|
4010
4010
|
original: {
|
@@ -4012,7 +4012,7 @@
|
|
4012
4012
|
"studio.tokens": {
|
4013
4013
|
modify: {
|
4014
4014
|
type: "mix",
|
4015
|
-
value: "{
|
4015
|
+
value: "{primitives.color.modifiers.button.active}",
|
4016
4016
|
space: "lch",
|
4017
4017
|
color: "{modes.color.modifier.contrastMore}",
|
4018
4018
|
},
|
@@ -4098,7 +4098,7 @@
|
|
4098
4098
|
"studio.tokens": {
|
4099
4099
|
modify: {
|
4100
4100
|
type: "mix",
|
4101
|
-
value: "0.
|
4101
|
+
value: "0.15",
|
4102
4102
|
space: "lch",
|
4103
4103
|
color: "#FFFFFF",
|
4104
4104
|
format: "hex",
|
@@ -4106,7 +4106,7 @@
|
|
4106
4106
|
},
|
4107
4107
|
},
|
4108
4108
|
$type: "color",
|
4109
|
-
$value: "#
|
4109
|
+
$value: "#55dd5b",
|
4110
4110
|
filePath: "data/tokens/modes/dark.json",
|
4111
4111
|
isSource: true,
|
4112
4112
|
original: {
|
@@ -4114,7 +4114,7 @@
|
|
4114
4114
|
"studio.tokens": {
|
4115
4115
|
modify: {
|
4116
4116
|
type: "mix",
|
4117
|
-
value: "{
|
4117
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4118
4118
|
space: "lch",
|
4119
4119
|
color: "{modes.color.modifier.contrastMore}",
|
4120
4120
|
},
|
@@ -4139,7 +4139,7 @@
|
|
4139
4139
|
"studio.tokens": {
|
4140
4140
|
modify: {
|
4141
4141
|
type: "mix",
|
4142
|
-
value: "0.
|
4142
|
+
value: "0.15",
|
4143
4143
|
space: "lch",
|
4144
4144
|
color: "#FFFFFF ",
|
4145
4145
|
format: "hex",
|
@@ -4147,7 +4147,7 @@
|
|
4147
4147
|
},
|
4148
4148
|
},
|
4149
4149
|
$type: "color",
|
4150
|
-
$value: "#
|
4150
|
+
$value: "#71e270",
|
4151
4151
|
$description: "for link hover",
|
4152
4152
|
filePath: "data/tokens/modes/dark.json",
|
4153
4153
|
isSource: true,
|
@@ -4156,7 +4156,7 @@
|
|
4156
4156
|
"studio.tokens": {
|
4157
4157
|
modify: {
|
4158
4158
|
type: "mix",
|
4159
|
-
value: "{
|
4159
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4160
4160
|
space: "lch",
|
4161
4161
|
color: "{modes.color.modifier.contrastMore} ",
|
4162
4162
|
},
|
@@ -4273,7 +4273,7 @@
|
|
4273
4273
|
"studio.tokens": {
|
4274
4274
|
modify: {
|
4275
4275
|
type: "mix",
|
4276
|
-
value: "0.
|
4276
|
+
value: "0.30",
|
4277
4277
|
space: "lch",
|
4278
4278
|
color: "#000000 ",
|
4279
4279
|
format: "hex",
|
@@ -4281,7 +4281,7 @@
|
|
4281
4281
|
},
|
4282
4282
|
},
|
4283
4283
|
$type: "color",
|
4284
|
-
$value: "#
|
4284
|
+
$value: "#13591a",
|
4285
4285
|
filePath: "data/tokens/modes/dark.json",
|
4286
4286
|
isSource: true,
|
4287
4287
|
original: {
|
@@ -4289,7 +4289,7 @@
|
|
4289
4289
|
"studio.tokens": {
|
4290
4290
|
modify: {
|
4291
4291
|
type: "mix",
|
4292
|
-
value: "{
|
4292
|
+
value: "{primitives.color.modifiers.button.active}",
|
4293
4293
|
space: "lch",
|
4294
4294
|
color: "{modes.color.modifier.contrastLess} ",
|
4295
4295
|
},
|
@@ -4314,7 +4314,7 @@
|
|
4314
4314
|
"studio.tokens": {
|
4315
4315
|
modify: {
|
4316
4316
|
type: "alpha",
|
4317
|
-
value: "0.
|
4317
|
+
value: "0.30",
|
4318
4318
|
space: "lch",
|
4319
4319
|
color: "#000000 ",
|
4320
4320
|
format: "hex",
|
@@ -4322,7 +4322,7 @@
|
|
4322
4322
|
},
|
4323
4323
|
},
|
4324
4324
|
$type: "color",
|
4325
|
-
$value: "#
|
4325
|
+
$value: "#00811f4d",
|
4326
4326
|
$description:
|
4327
4327
|
"Active color for inverse secondary and tertiary buttons",
|
4328
4328
|
filePath: "data/tokens/modes/dark.json",
|
@@ -4332,7 +4332,7 @@
|
|
4332
4332
|
"studio.tokens": {
|
4333
4333
|
modify: {
|
4334
4334
|
type: "alpha",
|
4335
|
-
value: "{
|
4335
|
+
value: "{primitives.color.modifiers.button.active}",
|
4336
4336
|
space: "lch",
|
4337
4337
|
color: "{modes.color.modifier.contrastLess} ",
|
4338
4338
|
},
|
@@ -4388,7 +4388,8 @@
|
|
4388
4388
|
},
|
4389
4389
|
$type: "color",
|
4390
4390
|
$value: "#00811fcc",
|
4391
|
-
$description:
|
4391
|
+
$description:
|
4392
|
+
"Borders on secondary and tertiary inverse buttons",
|
4392
4393
|
filePath: "data/tokens/modes/dark.json",
|
4393
4394
|
isSource: true,
|
4394
4395
|
original: {
|
@@ -4404,7 +4405,8 @@
|
|
4404
4405
|
},
|
4405
4406
|
$type: "color",
|
4406
4407
|
$value: "{modes.color.interactive.primary.inverse.default}",
|
4407
|
-
$description:
|
4408
|
+
$description:
|
4409
|
+
"Borders on secondary and tertiary inverse buttons",
|
4408
4410
|
},
|
4409
4411
|
name: "modesColorInteractivePrimaryInverseDefaultAlt",
|
4410
4412
|
attributes: {},
|
@@ -4421,8 +4423,8 @@
|
|
4421
4423
|
$extensions: {
|
4422
4424
|
"studio.tokens": {
|
4423
4425
|
modify: {
|
4424
|
-
type: "
|
4425
|
-
value: "0.
|
4426
|
+
type: "mix",
|
4427
|
+
value: "0.12",
|
4426
4428
|
space: "lch",
|
4427
4429
|
color: "#000000",
|
4428
4430
|
format: "hex",
|
@@ -4430,16 +4432,16 @@
|
|
4430
4432
|
},
|
4431
4433
|
},
|
4432
4434
|
$type: "color",
|
4433
|
-
$value: "#
|
4434
|
-
$description: "
|
4435
|
+
$value: "#0c711d",
|
4436
|
+
$description: "Default color for links",
|
4435
4437
|
filePath: "data/tokens/modes/dark.json",
|
4436
4438
|
isSource: true,
|
4437
4439
|
original: {
|
4438
4440
|
$extensions: {
|
4439
4441
|
"studio.tokens": {
|
4440
4442
|
modify: {
|
4441
|
-
type: "
|
4442
|
-
value: "0.
|
4443
|
+
type: "mix",
|
4444
|
+
value: "0.12",
|
4443
4445
|
space: "lch",
|
4444
4446
|
color: "{modes.color.modifier.contrastLess}",
|
4445
4447
|
},
|
@@ -4447,7 +4449,7 @@
|
|
4447
4449
|
},
|
4448
4450
|
$type: "color",
|
4449
4451
|
$value: "{modes.color.interactive.primary.inverse.default}",
|
4450
|
-
$description: "
|
4452
|
+
$description: "Default color for links",
|
4451
4453
|
},
|
4452
4454
|
name: "modesColorInteractivePrimaryInverseDefaultAlt2",
|
4453
4455
|
attributes: {},
|
@@ -4464,8 +4466,8 @@
|
|
4464
4466
|
$extensions: {
|
4465
4467
|
"studio.tokens": {
|
4466
4468
|
modify: {
|
4467
|
-
type: "
|
4468
|
-
value: "0.
|
4469
|
+
type: "alpha",
|
4470
|
+
value: "0.03",
|
4469
4471
|
space: "lch",
|
4470
4472
|
color: "#000000",
|
4471
4473
|
format: "hex",
|
@@ -4473,16 +4475,17 @@
|
|
4473
4475
|
},
|
4474
4476
|
},
|
4475
4477
|
$type: "color",
|
4476
|
-
$value: "#
|
4477
|
-
$description:
|
4478
|
+
$value: "#00811f08",
|
4479
|
+
$description:
|
4480
|
+
"Default background color of inverse secondary buttons",
|
4478
4481
|
filePath: "data/tokens/modes/dark.json",
|
4479
4482
|
isSource: true,
|
4480
4483
|
original: {
|
4481
4484
|
$extensions: {
|
4482
4485
|
"studio.tokens": {
|
4483
4486
|
modify: {
|
4484
|
-
type: "
|
4485
|
-
value: "0.
|
4487
|
+
type: "alpha",
|
4488
|
+
value: "0.03",
|
4486
4489
|
space: "lch",
|
4487
4490
|
color: "{modes.color.modifier.contrastLess}",
|
4488
4491
|
},
|
@@ -4490,7 +4493,8 @@
|
|
4490
4493
|
},
|
4491
4494
|
$type: "color",
|
4492
4495
|
$value: "{modes.color.interactive.primary.inverse.default}",
|
4493
|
-
$description:
|
4496
|
+
$description:
|
4497
|
+
"Default background color of inverse secondary buttons",
|
4494
4498
|
},
|
4495
4499
|
name: "modesColorInteractivePrimaryInverseDefaultAlt3",
|
4496
4500
|
attributes: {},
|
@@ -4508,7 +4512,7 @@
|
|
4508
4512
|
"studio.tokens": {
|
4509
4513
|
modify: {
|
4510
4514
|
type: "mix",
|
4511
|
-
value: "0.
|
4515
|
+
value: "0.15",
|
4512
4516
|
space: "lch",
|
4513
4517
|
color: "#000000 ",
|
4514
4518
|
format: "hex",
|
@@ -4516,7 +4520,7 @@
|
|
4516
4520
|
},
|
4517
4521
|
},
|
4518
4522
|
$type: "color",
|
4519
|
-
$value: "#
|
4523
|
+
$value: "#0e6d1d",
|
4520
4524
|
filePath: "data/tokens/modes/dark.json",
|
4521
4525
|
isSource: true,
|
4522
4526
|
original: {
|
@@ -4524,7 +4528,7 @@
|
|
4524
4528
|
"studio.tokens": {
|
4525
4529
|
modify: {
|
4526
4530
|
type: "mix",
|
4527
|
-
value: "{
|
4531
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4528
4532
|
space: "lch",
|
4529
4533
|
color: "{modes.color.modifier.contrastLess} ",
|
4530
4534
|
},
|
@@ -4549,7 +4553,7 @@
|
|
4549
4553
|
"studio.tokens": {
|
4550
4554
|
modify: {
|
4551
4555
|
type: "alpha",
|
4552
|
-
value: "0.
|
4556
|
+
value: "0.10 ",
|
4553
4557
|
space: "lch",
|
4554
4558
|
color: "#000000",
|
4555
4559
|
format: "hex",
|
@@ -4557,7 +4561,7 @@
|
|
4557
4561
|
},
|
4558
4562
|
},
|
4559
4563
|
$type: "color",
|
4560
|
-
$value: "#
|
4564
|
+
$value: "#0c711d1a",
|
4561
4565
|
$description: "Secondary and tertiary inverse button hover",
|
4562
4566
|
filePath: "data/tokens/modes/dark.json",
|
4563
4567
|
isSource: true,
|
@@ -4566,7 +4570,7 @@
|
|
4566
4570
|
"studio.tokens": {
|
4567
4571
|
modify: {
|
4568
4572
|
type: "alpha",
|
4569
|
-
value: "{
|
4573
|
+
value: "{primitives.color.modifiers.button.hoverAlt} ",
|
4570
4574
|
space: "lch",
|
4571
4575
|
color: "{modes.color.modifier.contrastLess}",
|
4572
4576
|
},
|
@@ -4593,7 +4597,7 @@
|
|
4593
4597
|
"studio.tokens": {
|
4594
4598
|
modify: {
|
4595
4599
|
type: "mix",
|
4596
|
-
value: "0.
|
4600
|
+
value: "0.10",
|
4597
4601
|
space: "lch",
|
4598
4602
|
color: "#000000 ",
|
4599
4603
|
format: "hex",
|
@@ -4601,7 +4605,7 @@
|
|
4601
4605
|
},
|
4602
4606
|
},
|
4603
4607
|
$type: "color",
|
4604
|
-
$value: "#
|
4608
|
+
$value: "#11651c",
|
4605
4609
|
$description: "hover for links",
|
4606
4610
|
filePath: "data/tokens/modes/dark.json",
|
4607
4611
|
isSource: true,
|
@@ -4610,7 +4614,7 @@
|
|
4610
4614
|
"studio.tokens": {
|
4611
4615
|
modify: {
|
4612
4616
|
type: "mix",
|
4613
|
-
value: "{
|
4617
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
4614
4618
|
space: "lch",
|
4615
4619
|
color: "{modes.color.modifier.contrastLess} ",
|
4616
4620
|
},
|
@@ -4618,7 +4622,7 @@
|
|
4618
4622
|
},
|
4619
4623
|
$type: "color",
|
4620
4624
|
$value:
|
4621
|
-
"{modes.color.interactive.primary.inverse.
|
4625
|
+
"{modes.color.interactive.primary.inverse.defaultAlt2}",
|
4622
4626
|
$description: "hover for links",
|
4623
4627
|
},
|
4624
4628
|
name: "modesColorInteractivePrimaryInverseHoverAlt2",
|
@@ -4932,7 +4936,7 @@
|
|
4932
4936
|
"studio.tokens": {
|
4933
4937
|
modify: {
|
4934
4938
|
type: "mix",
|
4935
|
-
value: "0.
|
4939
|
+
value: "0.15",
|
4936
4940
|
space: "lch",
|
4937
4941
|
color: "#FFFFFF",
|
4938
4942
|
format: "hex",
|
@@ -4940,7 +4944,7 @@
|
|
4940
4944
|
},
|
4941
4945
|
},
|
4942
4946
|
$type: "color",
|
4943
|
-
$value: "#
|
4947
|
+
$value: "#eb6530",
|
4944
4948
|
$description: "used on pill hover states",
|
4945
4949
|
filePath: "data/tokens/modes/dark.json",
|
4946
4950
|
isSource: true,
|
@@ -4949,7 +4953,7 @@
|
|
4949
4953
|
"studio.tokens": {
|
4950
4954
|
modify: {
|
4951
4955
|
type: "mix",
|
4952
|
-
value: "{
|
4956
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4953
4957
|
space: "lch",
|
4954
4958
|
color: "{modes.color.modifier.contrastMore}",
|
4955
4959
|
},
|
@@ -4968,7 +4972,7 @@
|
|
4968
4972
|
"studio.tokens": {
|
4969
4973
|
modify: {
|
4970
4974
|
type: "mix",
|
4971
|
-
value: "0.
|
4975
|
+
value: "0.15",
|
4972
4976
|
space: "lch",
|
4973
4977
|
color: "#E04500",
|
4974
4978
|
format: "hex",
|
@@ -4976,7 +4980,7 @@
|
|
4976
4980
|
},
|
4977
4981
|
},
|
4978
4982
|
$type: "color",
|
4979
|
-
$value: "#
|
4983
|
+
$value: "#3e1a0b",
|
4980
4984
|
$description: "used on pill hover states and message bg",
|
4981
4985
|
filePath: "data/tokens/modes/dark.json",
|
4982
4986
|
isSource: true,
|
@@ -4985,7 +4989,7 @@
|
|
4985
4989
|
"studio.tokens": {
|
4986
4990
|
modify: {
|
4987
4991
|
type: "mix",
|
4988
|
-
value: "{
|
4992
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4989
4993
|
space: "lch",
|
4990
4994
|
color: "{modes.color.status.caution.default}",
|
4991
4995
|
},
|
@@ -5058,7 +5062,7 @@
|
|
5058
5062
|
},
|
5059
5063
|
hover: {
|
5060
5064
|
$type: "color",
|
5061
|
-
$value: "#
|
5065
|
+
$value: "#eb6530",
|
5062
5066
|
$description: "used on global message bg",
|
5063
5067
|
filePath: "data/tokens/modes/dark.json",
|
5064
5068
|
isSource: true,
|
@@ -5152,7 +5156,7 @@
|
|
5152
5156
|
"studio.tokens": {
|
5153
5157
|
modify: {
|
5154
5158
|
type: "mix",
|
5155
|
-
value: "0.
|
5159
|
+
value: "0.15",
|
5156
5160
|
space: "lch",
|
5157
5161
|
color: "#000000 ",
|
5158
5162
|
format: "hex",
|
@@ -5160,7 +5164,7 @@
|
|
5160
5164
|
},
|
5161
5165
|
},
|
5162
5166
|
$type: "color",
|
5163
|
-
$value: "#
|
5167
|
+
$value: "#b33b0d",
|
5164
5168
|
$description: "used on pill hover states",
|
5165
5169
|
filePath: "data/tokens/modes/dark.json",
|
5166
5170
|
isSource: true,
|
@@ -5169,7 +5173,7 @@
|
|
5169
5173
|
"studio.tokens": {
|
5170
5174
|
modify: {
|
5171
5175
|
type: "mix",
|
5172
|
-
value: "{
|
5176
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5173
5177
|
space: "lch",
|
5174
5178
|
color: "{modes.color.modifier.contrastLess} ",
|
5175
5179
|
},
|
@@ -5195,7 +5199,7 @@
|
|
5195
5199
|
"studio.tokens": {
|
5196
5200
|
modify: {
|
5197
5201
|
type: "mix",
|
5198
|
-
value: "0.
|
5202
|
+
value: "0.15",
|
5199
5203
|
space: "lch",
|
5200
5204
|
color: "#D64309",
|
5201
5205
|
format: "hex",
|
@@ -5203,7 +5207,7 @@
|
|
5203
5207
|
},
|
5204
5208
|
},
|
5205
5209
|
$type: "color",
|
5206
|
-
$value: "#
|
5210
|
+
$value: "#fed5c3",
|
5207
5211
|
$description: "used on pill hover states and message bg",
|
5208
5212
|
filePath: "data/tokens/modes/dark.json",
|
5209
5213
|
isSource: true,
|
@@ -5212,7 +5216,7 @@
|
|
5212
5216
|
"studio.tokens": {
|
5213
5217
|
modify: {
|
5214
5218
|
type: "mix",
|
5215
|
-
value: "{
|
5219
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5216
5220
|
space: "lch",
|
5217
5221
|
color: "{modes.color.status.caution.inverse.default}",
|
5218
5222
|
},
|
@@ -5638,7 +5642,7 @@
|
|
5638
5642
|
"studio.tokens": {
|
5639
5643
|
modify: {
|
5640
5644
|
type: "mix",
|
5641
|
-
value: "0.
|
5645
|
+
value: "0.15",
|
5642
5646
|
space: "lch",
|
5643
5647
|
color: "#FFFFFF",
|
5644
5648
|
format: "hex",
|
@@ -5646,7 +5650,7 @@
|
|
5646
5650
|
},
|
5647
5651
|
},
|
5648
5652
|
$type: "color",
|
5649
|
-
$value: "#
|
5653
|
+
$value: "#4f90df",
|
5650
5654
|
$description: "used on pill hover states",
|
5651
5655
|
filePath: "data/tokens/modes/dark.json",
|
5652
5656
|
isSource: true,
|
@@ -5655,7 +5659,7 @@
|
|
5655
5659
|
"studio.tokens": {
|
5656
5660
|
modify: {
|
5657
5661
|
type: "mix",
|
5658
|
-
value: "{
|
5662
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5659
5663
|
space: "lch",
|
5660
5664
|
color: "{modes.color.modifier.contrastMore}",
|
5661
5665
|
},
|
@@ -5674,7 +5678,7 @@
|
|
5674
5678
|
"studio.tokens": {
|
5675
5679
|
modify: {
|
5676
5680
|
type: "mix",
|
5677
|
-
value: "0.
|
5681
|
+
value: "0.15",
|
5678
5682
|
space: "lch",
|
5679
5683
|
color: "#007ED9",
|
5680
5684
|
format: "hex",
|
@@ -5682,7 +5686,7 @@
|
|
5682
5686
|
},
|
5683
5687
|
},
|
5684
5688
|
$type: "color",
|
5685
|
-
$value: "#
|
5689
|
+
$value: "#17253a",
|
5686
5690
|
$description: "used on pill hover states and message bg",
|
5687
5691
|
filePath: "data/tokens/modes/dark.json",
|
5688
5692
|
isSource: true,
|
@@ -5691,7 +5695,7 @@
|
|
5691
5695
|
"studio.tokens": {
|
5692
5696
|
modify: {
|
5693
5697
|
type: "mix",
|
5694
|
-
value: "{
|
5698
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5695
5699
|
space: "lch",
|
5696
5700
|
color: "{modes.color.status.info.default}",
|
5697
5701
|
},
|
@@ -5730,7 +5734,7 @@
|
|
5730
5734
|
},
|
5731
5735
|
hover: {
|
5732
5736
|
$type: "color",
|
5733
|
-
$value: "#
|
5737
|
+
$value: "#4f90df",
|
5734
5738
|
$description: "used on global message bg",
|
5735
5739
|
filePath: "data/tokens/modes/dark.json",
|
5736
5740
|
isSource: true,
|
@@ -5824,7 +5828,7 @@
|
|
5824
5828
|
"studio.tokens": {
|
5825
5829
|
modify: {
|
5826
5830
|
type: "mix",
|
5827
|
-
value: "0.
|
5831
|
+
value: "0.15",
|
5828
5832
|
space: "lch",
|
5829
5833
|
color: "#000000",
|
5830
5834
|
format: "hex",
|
@@ -5832,7 +5836,7 @@
|
|
5832
5836
|
},
|
5833
5837
|
},
|
5834
5838
|
$type: "color",
|
5835
|
-
$value: "#
|
5839
|
+
$value: "#10518c",
|
5836
5840
|
$description: "used on pill hover states",
|
5837
5841
|
filePath: "data/tokens/modes/dark.json",
|
5838
5842
|
isSource: true,
|
@@ -5841,7 +5845,7 @@
|
|
5841
5845
|
"studio.tokens": {
|
5842
5846
|
modify: {
|
5843
5847
|
type: "mix",
|
5844
|
-
value: "{
|
5848
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5845
5849
|
space: "lch",
|
5846
5850
|
color: "{modes.color.modifier.contrastLess}",
|
5847
5851
|
},
|
@@ -5860,7 +5864,7 @@
|
|
5860
5864
|
"studio.tokens": {
|
5861
5865
|
modify: {
|
5862
5866
|
type: "mix",
|
5863
|
-
value: "0.
|
5867
|
+
value: "0.15",
|
5864
5868
|
space: "lch",
|
5865
5869
|
color: "#0060A7",
|
5866
5870
|
format: "hex",
|
@@ -5868,7 +5872,7 @@
|
|
5868
5872
|
},
|
5869
5873
|
},
|
5870
5874
|
$type: "color",
|
5871
|
-
$value: "#
|
5875
|
+
$value: "#cdd7ea",
|
5872
5876
|
$description: "used on pill hover states and message bg",
|
5873
5877
|
filePath: "data/tokens/modes/dark.json",
|
5874
5878
|
isSource: true,
|
@@ -5877,7 +5881,7 @@
|
|
5877
5881
|
"studio.tokens": {
|
5878
5882
|
modify: {
|
5879
5883
|
type: "mix",
|
5880
|
-
value: "{
|
5884
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5881
5885
|
space: "lch",
|
5882
5886
|
color: "{modes.color.status.info.inverse.default}",
|
5883
5887
|
},
|
@@ -5955,7 +5959,7 @@
|
|
5955
5959
|
"studio.tokens": {
|
5956
5960
|
modify: {
|
5957
5961
|
type: "mix",
|
5958
|
-
value: "0.
|
5962
|
+
value: "0.15",
|
5959
5963
|
space: "lch",
|
5960
5964
|
color: "#FFFFFF",
|
5961
5965
|
format: "hex",
|
@@ -5963,7 +5967,7 @@
|
|
5963
5967
|
},
|
5964
5968
|
},
|
5965
5969
|
$type: "color",
|
5966
|
-
$value: "#
|
5970
|
+
$value: "#ea626a",
|
5967
5971
|
$description: "used on pill hover states",
|
5968
5972
|
filePath: "data/tokens/modes/dark.json",
|
5969
5973
|
isSource: true,
|
@@ -5972,7 +5976,7 @@
|
|
5972
5976
|
"studio.tokens": {
|
5973
5977
|
modify: {
|
5974
5978
|
type: "mix",
|
5975
|
-
value: "{
|
5979
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5976
5980
|
space: "lch",
|
5977
5981
|
color: "{modes.color.modifier.contrastMore}",
|
5978
5982
|
},
|
@@ -5991,7 +5995,7 @@
|
|
5991
5995
|
"studio.tokens": {
|
5992
5996
|
modify: {
|
5993
5997
|
type: "mix",
|
5994
|
-
value: "0.
|
5998
|
+
value: "0.15",
|
5995
5999
|
space: "lch",
|
5996
6000
|
color: "#E13E53",
|
5997
6001
|
format: "hex",
|
@@ -5999,7 +6003,7 @@
|
|
5999
6003
|
},
|
6000
6004
|
},
|
6001
6005
|
$type: "color",
|
6002
|
-
$value: "#
|
6006
|
+
$value: "#3d1a1c",
|
6003
6007
|
$description: "used on pill hover states and message bg",
|
6004
6008
|
filePath: "data/tokens/modes/dark.json",
|
6005
6009
|
isSource: true,
|
@@ -6008,7 +6012,7 @@
|
|
6008
6012
|
"studio.tokens": {
|
6009
6013
|
modify: {
|
6010
6014
|
type: "mix",
|
6011
|
-
value: "{
|
6015
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6012
6016
|
space: "lch",
|
6013
6017
|
color: "{modes.color.status.negative.default}",
|
6014
6018
|
},
|
@@ -6108,7 +6112,7 @@
|
|
6108
6112
|
"studio.tokens": {
|
6109
6113
|
modify: {
|
6110
6114
|
type: "mix",
|
6111
|
-
value: "0.
|
6115
|
+
value: "0.15",
|
6112
6116
|
space: "lch",
|
6113
6117
|
color: "#000000 ",
|
6114
6118
|
format: "hex",
|
@@ -6116,7 +6120,7 @@
|
|
6116
6120
|
},
|
6117
6121
|
},
|
6118
6122
|
$type: "color",
|
6119
|
-
$value: "#
|
6123
|
+
$value: "#ac3240",
|
6120
6124
|
$description: "used on pill hover states",
|
6121
6125
|
filePath: "data/tokens/modes/dark.json",
|
6122
6126
|
isSource: true,
|
@@ -6125,7 +6129,7 @@
|
|
6125
6129
|
"studio.tokens": {
|
6126
6130
|
modify: {
|
6127
6131
|
type: "mix",
|
6128
|
-
value: "{
|
6132
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6129
6133
|
space: "lch",
|
6130
6134
|
color: "{modes.color.modifier.contrastLess} ",
|
6131
6135
|
},
|
@@ -6151,7 +6155,7 @@
|
|
6151
6155
|
"studio.tokens": {
|
6152
6156
|
modify: {
|
6153
6157
|
type: "mix",
|
6154
|
-
value: "0.
|
6158
|
+
value: "0.15",
|
6155
6159
|
space: "lch",
|
6156
6160
|
color: "#CD384B",
|
6157
6161
|
format: "hex",
|
@@ -6159,7 +6163,7 @@
|
|
6159
6163
|
},
|
6160
6164
|
},
|
6161
6165
|
$type: "color",
|
6162
|
-
$value: "#
|
6166
|
+
$value: "#f9d3d1",
|
6163
6167
|
$description: "used on pill hover states and message bg",
|
6164
6168
|
filePath: "data/tokens/modes/dark.json",
|
6165
6169
|
isSource: true,
|
@@ -6168,7 +6172,7 @@
|
|
6168
6172
|
"studio.tokens": {
|
6169
6173
|
modify: {
|
6170
6174
|
type: "mix",
|
6171
|
-
value: "{
|
6175
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6172
6176
|
space: "lch",
|
6173
6177
|
color: "{modes.color.status.negative.inverse.default}",
|
6174
6178
|
},
|
@@ -6266,7 +6270,7 @@
|
|
6266
6270
|
"studio.tokens": {
|
6267
6271
|
modify: {
|
6268
6272
|
type: "mix",
|
6269
|
-
value: "0.
|
6273
|
+
value: "0.15",
|
6270
6274
|
space: "lch",
|
6271
6275
|
color: "#FFFFFF",
|
6272
6276
|
format: "hex",
|
@@ -6274,7 +6278,7 @@
|
|
6274
6278
|
},
|
6275
6279
|
},
|
6276
6280
|
$type: "color",
|
6277
|
-
$value: "#
|
6281
|
+
$value: "#8e8e8e",
|
6278
6282
|
$description: "used on pill hover states",
|
6279
6283
|
filePath: "data/tokens/modes/dark.json",
|
6280
6284
|
isSource: true,
|
@@ -6283,7 +6287,7 @@
|
|
6283
6287
|
"studio.tokens": {
|
6284
6288
|
modify: {
|
6285
6289
|
type: "mix",
|
6286
|
-
value: "{
|
6290
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6287
6291
|
space: "lch",
|
6288
6292
|
color: "{modes.color.modifier.contrastMore}",
|
6289
6293
|
},
|
@@ -6302,7 +6306,7 @@
|
|
6302
6306
|
"studio.tokens": {
|
6303
6307
|
modify: {
|
6304
6308
|
type: "mix",
|
6305
|
-
value: "0.
|
6309
|
+
value: "0.15",
|
6306
6310
|
space: "lch",
|
6307
6311
|
color: "#7C7C7C",
|
6308
6312
|
format: "hex",
|
@@ -6310,7 +6314,7 @@
|
|
6310
6314
|
},
|
6311
6315
|
},
|
6312
6316
|
$type: "color",
|
6313
|
-
$value: "#
|
6317
|
+
$value: "#242424",
|
6314
6318
|
$description: "used on pill hover states and message bg",
|
6315
6319
|
filePath: "data/tokens/modes/dark.json",
|
6316
6320
|
isSource: true,
|
@@ -6319,7 +6323,7 @@
|
|
6319
6323
|
"studio.tokens": {
|
6320
6324
|
modify: {
|
6321
6325
|
type: "mix",
|
6322
|
-
value: "{
|
6326
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6323
6327
|
space: "lch",
|
6324
6328
|
color: "{modes.color.status.neutral.default}",
|
6325
6329
|
},
|
@@ -6420,7 +6424,7 @@
|
|
6420
6424
|
},
|
6421
6425
|
hover: {
|
6422
6426
|
$type: "color",
|
6423
|
-
$value: "#
|
6427
|
+
$value: "#8e8e8e",
|
6424
6428
|
filePath: "data/tokens/modes/dark.json",
|
6425
6429
|
isSource: true,
|
6426
6430
|
original: {
|
@@ -6443,7 +6447,7 @@
|
|
6443
6447
|
"studio.tokens": {
|
6444
6448
|
modify: {
|
6445
6449
|
type: "mix",
|
6446
|
-
value: "0.
|
6450
|
+
value: "0.10 ",
|
6447
6451
|
space: "lch",
|
6448
6452
|
color: "#FFFFFF",
|
6449
6453
|
format: "hex",
|
@@ -6451,7 +6455,7 @@
|
|
6451
6455
|
},
|
6452
6456
|
},
|
6453
6457
|
$type: "color",
|
6454
|
-
$value: "#
|
6458
|
+
$value: "#2a2a2a",
|
6455
6459
|
$description: "used on pill hover states and message bg",
|
6456
6460
|
filePath: "data/tokens/modes/dark.json",
|
6457
6461
|
isSource: true,
|
@@ -6460,7 +6464,7 @@
|
|
6460
6464
|
"studio.tokens": {
|
6461
6465
|
modify: {
|
6462
6466
|
type: "mix",
|
6463
|
-
value: "{
|
6467
|
+
value: "{primitives.color.modifiers.button.hoverAlt} ",
|
6464
6468
|
space: "lch",
|
6465
6469
|
color: "{modes.color.modifier.contrastMore}",
|
6466
6470
|
},
|
@@ -6551,7 +6555,7 @@
|
|
6551
6555
|
"studio.tokens": {
|
6552
6556
|
modify: {
|
6553
6557
|
type: "mix",
|
6554
|
-
value: "0.
|
6558
|
+
value: "0.15",
|
6555
6559
|
space: "lch",
|
6556
6560
|
color: "#000000 ",
|
6557
6561
|
format: "hex",
|
@@ -6559,7 +6563,7 @@
|
|
6559
6563
|
},
|
6560
6564
|
},
|
6561
6565
|
$type: "color",
|
6562
|
-
$value: "#
|
6566
|
+
$value: "#696969",
|
6563
6567
|
$description: "used on pill hover states",
|
6564
6568
|
filePath: "data/tokens/modes/dark.json",
|
6565
6569
|
isSource: true,
|
@@ -6568,7 +6572,7 @@
|
|
6568
6572
|
"studio.tokens": {
|
6569
6573
|
modify: {
|
6570
6574
|
type: "mix",
|
6571
|
-
value: "{
|
6575
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6572
6576
|
space: "lch",
|
6573
6577
|
color: "{modes.color.modifier.contrastLess} ",
|
6574
6578
|
},
|
@@ -6594,7 +6598,7 @@
|
|
6594
6598
|
"studio.tokens": {
|
6595
6599
|
modify: {
|
6596
6600
|
type: "mix",
|
6597
|
-
value: "0.
|
6601
|
+
value: "0.15",
|
6598
6602
|
space: "lch",
|
6599
6603
|
color: "#656565",
|
6600
6604
|
format: "hex",
|
@@ -6602,7 +6606,7 @@
|
|
6602
6606
|
},
|
6603
6607
|
},
|
6604
6608
|
$type: "color",
|
6605
|
-
$value: "#
|
6609
|
+
$value: "#d9d9d9",
|
6606
6610
|
$description: "used on pill hover states and message bg",
|
6607
6611
|
filePath: "data/tokens/modes/dark.json",
|
6608
6612
|
isSource: true,
|
@@ -6611,7 +6615,7 @@
|
|
6611
6615
|
"studio.tokens": {
|
6612
6616
|
modify: {
|
6613
6617
|
type: "mix",
|
6614
|
-
value: "{
|
6618
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6615
6619
|
space: "lch",
|
6616
6620
|
color: "{modes.color.status.neutral.inverse.default}",
|
6617
6621
|
},
|
@@ -6689,7 +6693,7 @@
|
|
6689
6693
|
"studio.tokens": {
|
6690
6694
|
modify: {
|
6691
6695
|
type: "mix",
|
6692
|
-
value: "0.
|
6696
|
+
value: "0.10",
|
6693
6697
|
space: "lch",
|
6694
6698
|
color: "#FFFFFF",
|
6695
6699
|
format: "hex",
|
@@ -6697,7 +6701,7 @@
|
|
6697
6701
|
},
|
6698
6702
|
},
|
6699
6703
|
$type: "color",
|
6700
|
-
$value: "#
|
6704
|
+
$value: "#359b3b",
|
6701
6705
|
$description: "used on pill hover states",
|
6702
6706
|
filePath: "data/tokens/modes/dark.json",
|
6703
6707
|
isSource: true,
|
@@ -6706,7 +6710,7 @@
|
|
6706
6710
|
"studio.tokens": {
|
6707
6711
|
modify: {
|
6708
6712
|
type: "mix",
|
6709
|
-
value: "{
|
6713
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
6710
6714
|
space: "lch",
|
6711
6715
|
color: "{modes.color.modifier.contrastMore}",
|
6712
6716
|
},
|
@@ -6725,7 +6729,7 @@
|
|
6725
6729
|
"studio.tokens": {
|
6726
6730
|
modify: {
|
6727
6731
|
type: "mix",
|
6728
|
-
value: "0.
|
6732
|
+
value: "0.15",
|
6729
6733
|
space: "lch",
|
6730
6734
|
color: "#009023",
|
6731
6735
|
format: "hex",
|
@@ -6733,7 +6737,7 @@
|
|
6733
6737
|
},
|
6734
6738
|
},
|
6735
6739
|
$type: "color",
|
6736
|
-
$value: "#
|
6740
|
+
$value: "#132912",
|
6737
6741
|
$description: "used on pill hover states and message bg",
|
6738
6742
|
filePath: "data/tokens/modes/dark.json",
|
6739
6743
|
isSource: true,
|
@@ -6742,7 +6746,7 @@
|
|
6742
6746
|
"studio.tokens": {
|
6743
6747
|
modify: {
|
6744
6748
|
type: "mix",
|
6745
|
-
value: "{
|
6749
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6746
6750
|
space: "lch",
|
6747
6751
|
color: "{modes.color.status.positive.default}",
|
6748
6752
|
},
|
@@ -6829,7 +6833,7 @@
|
|
6829
6833
|
"studio.tokens": {
|
6830
6834
|
modify: {
|
6831
6835
|
type: "mix",
|
6832
|
-
value: "0.
|
6836
|
+
value: "0.15",
|
6833
6837
|
space: "lch",
|
6834
6838
|
color: "#000000 ",
|
6835
6839
|
format: "hex",
|
@@ -6837,7 +6841,7 @@
|
|
6837
6841
|
},
|
6838
6842
|
},
|
6839
6843
|
$type: "color",
|
6840
|
-
$value: "#
|
6844
|
+
$value: "#0e6d1d",
|
6841
6845
|
$description: "used on pill hover states ",
|
6842
6846
|
filePath: "data/tokens/modes/dark.json",
|
6843
6847
|
isSource: true,
|
@@ -6846,7 +6850,7 @@
|
|
6846
6850
|
"studio.tokens": {
|
6847
6851
|
modify: {
|
6848
6852
|
type: "mix",
|
6849
|
-
value: "{
|
6853
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6850
6854
|
space: "lch",
|
6851
6855
|
color: "{modes.color.modifier.contrastLess} ",
|
6852
6856
|
},
|
@@ -6872,7 +6876,7 @@
|
|
6872
6876
|
"studio.tokens": {
|
6873
6877
|
modify: {
|
6874
6878
|
type: "mix",
|
6875
|
-
value: "0.
|
6879
|
+
value: "0.15",
|
6876
6880
|
space: "lch",
|
6877
6881
|
color: "#00811F",
|
6878
6882
|
format: "hex",
|
@@ -6880,7 +6884,7 @@
|
|
6880
6884
|
},
|
6881
6885
|
},
|
6882
6886
|
$type: "color",
|
6883
|
-
$value: "#
|
6887
|
+
$value: "#cbe1c9",
|
6884
6888
|
$description: "used on pill hover states and message bg",
|
6885
6889
|
filePath: "data/tokens/modes/dark.json",
|
6886
6890
|
isSource: true,
|
@@ -6889,7 +6893,7 @@
|
|
6889
6893
|
"studio.tokens": {
|
6890
6894
|
modify: {
|
6891
6895
|
type: "mix",
|
6892
|
-
value: "{
|
6896
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6893
6897
|
space: "lch",
|
6894
6898
|
color: "{modes.color.status.positive.inverse.default}",
|
6895
6899
|
},
|
@@ -6954,7 +6958,7 @@
|
|
6954
6958
|
"studio.tokens": {
|
6955
6959
|
modify: {
|
6956
6960
|
type: "mix",
|
6957
|
-
value: "0.
|
6961
|
+
value: "0.10 ",
|
6958
6962
|
space: "lch",
|
6959
6963
|
color: "#FFFFFF ",
|
6960
6964
|
format: "hex",
|
@@ -6962,7 +6966,7 @@
|
|
6962
6966
|
},
|
6963
6967
|
},
|
6964
6968
|
$type: "color",
|
6965
|
-
$value: "#
|
6969
|
+
$value: "#263525",
|
6966
6970
|
$description: "marketing banner hover",
|
6967
6971
|
filePath: "data/tokens/modes/dark.json",
|
6968
6972
|
isSource: true,
|
@@ -6971,7 +6975,7 @@
|
|
6971
6975
|
"studio.tokens": {
|
6972
6976
|
modify: {
|
6973
6977
|
type: "mix",
|
6974
|
-
value: "{
|
6978
|
+
value: "{primitives.color.modifiers.button.hoverAlt} ",
|
6975
6979
|
space: "lch",
|
6976
6980
|
color: "{modes.color.modifier.contrastMore} ",
|
6977
6981
|
},
|
@@ -7020,7 +7024,7 @@
|
|
7020
7024
|
"studio.tokens": {
|
7021
7025
|
modify: {
|
7022
7026
|
type: "mix",
|
7023
|
-
value: "0.
|
7027
|
+
value: "0.15",
|
7024
7028
|
space: "lch",
|
7025
7029
|
color: "#000000",
|
7026
7030
|
format: "hex",
|
@@ -7028,7 +7032,7 @@
|
|
7028
7032
|
},
|
7029
7033
|
},
|
7030
7034
|
$type: "color",
|
7031
|
-
$value: "#
|
7035
|
+
$value: "#17b333",
|
7032
7036
|
$description: "used on pill hover states",
|
7033
7037
|
filePath: "data/tokens/modes/dark.json",
|
7034
7038
|
isSource: true,
|
@@ -7037,7 +7041,7 @@
|
|
7037
7041
|
"studio.tokens": {
|
7038
7042
|
modify: {
|
7039
7043
|
type: "mix",
|
7040
|
-
value: "{
|
7044
|
+
value: "{primitives.color.modifiers.button.hover}",
|
7041
7045
|
space: "lch",
|
7042
7046
|
color: "{modes.color.modifier.contrastLess}",
|
7043
7047
|
},
|
@@ -7099,7 +7103,7 @@
|
|
7099
7103
|
"studio.tokens": {
|
7100
7104
|
modify: {
|
7101
7105
|
type: "mix",
|
7102
|
-
value: "0.
|
7106
|
+
value: "0.15",
|
7103
7107
|
space: "lch",
|
7104
7108
|
color: "#000000",
|
7105
7109
|
format: "hex",
|
@@ -7107,7 +7111,7 @@
|
|
7107
7111
|
},
|
7108
7112
|
},
|
7109
7113
|
$type: "color",
|
7110
|
-
$value: "#
|
7114
|
+
$value: "#17b333",
|
7111
7115
|
$description: "used on pill hover states",
|
7112
7116
|
filePath: "data/tokens/modes/dark.json",
|
7113
7117
|
isSource: true,
|
@@ -7116,7 +7120,7 @@
|
|
7116
7120
|
"studio.tokens": {
|
7117
7121
|
modify: {
|
7118
7122
|
type: "mix",
|
7119
|
-
value: "{
|
7123
|
+
value: "{primitives.color.modifiers.button.hover}",
|
7120
7124
|
space: "lch",
|
7121
7125
|
color: "{modes.color.modifier.contrastLess}",
|
7122
7126
|
},
|
@@ -7168,119 +7172,6 @@
|
|
7168
7172
|
path: ["modes", "color", "modifier", "contrastMore"],
|
7169
7173
|
},
|
7170
7174
|
},
|
7171
|
-
modifiers: {
|
7172
|
-
button: {
|
7173
|
-
active: {
|
7174
|
-
$type: "other",
|
7175
|
-
$value: "0.32",
|
7176
|
-
$description: "Active modifier used when 16% hover is used",
|
7177
|
-
filePath: "data/tokens/modes/dark.json",
|
7178
|
-
isSource: true,
|
7179
|
-
original: {
|
7180
|
-
$type: "other",
|
7181
|
-
$value: "0.32",
|
7182
|
-
$description: "Active modifier used when 16% hover is used",
|
7183
|
-
},
|
7184
|
-
name: "modesColorModifiersButtonActive",
|
7185
|
-
attributes: {},
|
7186
|
-
path: ["modes", "color", "modifiers", "button", "active"],
|
7187
|
-
},
|
7188
|
-
activeAlt: {
|
7189
|
-
$type: "other",
|
7190
|
-
$value: "0.16",
|
7191
|
-
$description: "Active appled when 8% hover is used",
|
7192
|
-
filePath: "data/tokens/modes/dark.json",
|
7193
|
-
isSource: true,
|
7194
|
-
original: {
|
7195
|
-
$type: "other",
|
7196
|
-
$value: "0.16",
|
7197
|
-
$description: "Active appled when 8% hover is used",
|
7198
|
-
},
|
7199
|
-
name: "modesColorModifiersButtonActiveAlt",
|
7200
|
-
attributes: {},
|
7201
|
-
path: ["modes", "color", "modifiers", "button", "activeAlt"],
|
7202
|
-
},
|
7203
|
-
hover: {
|
7204
|
-
$type: "other",
|
7205
|
-
$value: "0.16",
|
7206
|
-
$description: "Hover used on primary buttons",
|
7207
|
-
filePath: "data/tokens/modes/dark.json",
|
7208
|
-
isSource: true,
|
7209
|
-
original: {
|
7210
|
-
$type: "other",
|
7211
|
-
$value: "0.16",
|
7212
|
-
$description: "Hover used on primary buttons",
|
7213
|
-
},
|
7214
|
-
name: "modesColorModifiersButtonHover",
|
7215
|
-
attributes: {},
|
7216
|
-
path: ["modes", "color", "modifiers", "button", "hover"],
|
7217
|
-
},
|
7218
|
-
hoverAlt: {
|
7219
|
-
$type: "other",
|
7220
|
-
$value: "0.08",
|
7221
|
-
$description: "Hover used on secondary and tertiary buttons",
|
7222
|
-
filePath: "data/tokens/modes/dark.json",
|
7223
|
-
isSource: true,
|
7224
|
-
original: {
|
7225
|
-
$type: "other",
|
7226
|
-
$value: "0.08",
|
7227
|
-
$description: "Hover used on secondary and tertiary buttons",
|
7228
|
-
},
|
7229
|
-
name: "modesColorModifiersButtonHoverAlt",
|
7230
|
-
attributes: {},
|
7231
|
-
path: ["modes", "color", "modifiers", "button", "hoverAlt"],
|
7232
|
-
},
|
7233
|
-
},
|
7234
|
-
input: {
|
7235
|
-
disabledBg: {
|
7236
|
-
$type: "other",
|
7237
|
-
$value: "0.04",
|
7238
|
-
$description: "less contrast",
|
7239
|
-
filePath: "data/tokens/modes/dark.json",
|
7240
|
-
isSource: true,
|
7241
|
-
original: {
|
7242
|
-
$type: "other",
|
7243
|
-
$value: "0.04",
|
7244
|
-
$description: "less contrast",
|
7245
|
-
},
|
7246
|
-
name: "modesColorModifiersInputDisabledBg",
|
7247
|
-
attributes: {},
|
7248
|
-
path: ["modes", "color", "modifiers", "input", "disabledBg"],
|
7249
|
-
},
|
7250
|
-
disabledFg: {
|
7251
|
-
$type: "other",
|
7252
|
-
$value: "0.30",
|
7253
|
-
$description: "less contrast",
|
7254
|
-
filePath: "data/tokens/modes/dark.json",
|
7255
|
-
isSource: true,
|
7256
|
-
original: {
|
7257
|
-
$type: "other",
|
7258
|
-
$value: "0.30",
|
7259
|
-
$description: "less contrast",
|
7260
|
-
},
|
7261
|
-
name: "modesColorModifiersInputDisabledFg",
|
7262
|
-
attributes: {},
|
7263
|
-
path: ["modes", "color", "modifiers", "input", "disabledFg"],
|
7264
|
-
},
|
7265
|
-
},
|
7266
|
-
shadow: {
|
7267
|
-
standard: {
|
7268
|
-
$type: "other",
|
7269
|
-
$value: "0.5",
|
7270
|
-
$description: "standard mixer for shadow",
|
7271
|
-
filePath: "data/tokens/modes/dark.json",
|
7272
|
-
isSource: true,
|
7273
|
-
original: {
|
7274
|
-
$type: "other",
|
7275
|
-
$value: "0.5",
|
7276
|
-
$description: "standard mixer for shadow",
|
7277
|
-
},
|
7278
|
-
name: "modesColorModifiersShadowStandard",
|
7279
|
-
attributes: {},
|
7280
|
-
path: ["modes", "color", "modifiers", "shadow", "standard"],
|
7281
|
-
},
|
7282
|
-
},
|
7283
|
-
},
|
7284
7175
|
},
|
7285
7176
|
},
|
7286
7177
|
};
|