@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
@@ -1334,7 +1334,7 @@
|
|
1334
1334
|
"studio.tokens": {
|
1335
1335
|
modify: {
|
1336
1336
|
type: "mix",
|
1337
|
-
value: "0.
|
1337
|
+
value: "0.30",
|
1338
1338
|
space: "lch",
|
1339
1339
|
color: "#000000",
|
1340
1340
|
format: "hex",
|
@@ -1342,7 +1342,7 @@
|
|
1342
1342
|
},
|
1343
1343
|
},
|
1344
1344
|
$type: "color",
|
1345
|
-
$value: "#
|
1345
|
+
$value: "#8c2c35",
|
1346
1346
|
$description: "used on pill hover states",
|
1347
1347
|
filePath: "data/tokens/modes/light.json",
|
1348
1348
|
isSource: true,
|
@@ -1351,7 +1351,7 @@
|
|
1351
1351
|
"studio.tokens": {
|
1352
1352
|
modify: {
|
1353
1353
|
type: "mix",
|
1354
|
-
value: "{
|
1354
|
+
value: "{primitives.color.modifiers.button.active}",
|
1355
1355
|
space: "lch",
|
1356
1356
|
color: "{modes.color.modifier.contrastMore}",
|
1357
1357
|
},
|
@@ -1419,7 +1419,7 @@
|
|
1419
1419
|
"studio.tokens": {
|
1420
1420
|
modify: {
|
1421
1421
|
type: "mix",
|
1422
|
-
value: "0.
|
1422
|
+
value: "0.15",
|
1423
1423
|
space: "lch",
|
1424
1424
|
color: "#000000",
|
1425
1425
|
format: "hex",
|
@@ -1427,7 +1427,7 @@
|
|
1427
1427
|
},
|
1428
1428
|
},
|
1429
1429
|
$type: "color",
|
1430
|
-
$value: "#
|
1430
|
+
$value: "#ac3240",
|
1431
1431
|
$description:
|
1432
1432
|
"used on solid-pill and primary-button hover states",
|
1433
1433
|
filePath: "data/tokens/modes/light.json",
|
@@ -1437,7 +1437,7 @@
|
|
1437
1437
|
"studio.tokens": {
|
1438
1438
|
modify: {
|
1439
1439
|
type: "mix",
|
1440
|
-
value: "{
|
1440
|
+
value: "{primitives.color.modifiers.button.hover}",
|
1441
1441
|
space: "lch",
|
1442
1442
|
color: "{modes.color.modifier.contrastMore}",
|
1443
1443
|
},
|
@@ -1457,14 +1457,14 @@
|
|
1457
1457
|
"studio.tokens": {
|
1458
1458
|
modify: {
|
1459
1459
|
type: "alpha",
|
1460
|
-
value: "0.
|
1460
|
+
value: "0.10",
|
1461
1461
|
space: "lch",
|
1462
1462
|
format: "hex",
|
1463
1463
|
},
|
1464
1464
|
},
|
1465
1465
|
},
|
1466
1466
|
$type: "color",
|
1467
|
-
$value: "#
|
1467
|
+
$value: "#cd384b1a",
|
1468
1468
|
$description: "used on secondary-button hover states",
|
1469
1469
|
filePath: "data/tokens/modes/light.json",
|
1470
1470
|
isSource: true,
|
@@ -1473,7 +1473,7 @@
|
|
1473
1473
|
"studio.tokens": {
|
1474
1474
|
modify: {
|
1475
1475
|
type: "alpha",
|
1476
|
-
value: "{
|
1476
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1477
1477
|
space: "lch",
|
1478
1478
|
},
|
1479
1479
|
},
|
@@ -1491,7 +1491,7 @@
|
|
1491
1491
|
"studio.tokens": {
|
1492
1492
|
modify: {
|
1493
1493
|
type: "mix",
|
1494
|
-
value: "0.
|
1494
|
+
value: "0.10",
|
1495
1495
|
space: "lch",
|
1496
1496
|
color: "#000000",
|
1497
1497
|
format: "hex",
|
@@ -1499,7 +1499,7 @@
|
|
1499
1499
|
},
|
1500
1500
|
},
|
1501
1501
|
$type: "color",
|
1502
|
-
$value: "#
|
1502
|
+
$value: "#9f303c",
|
1503
1503
|
$description: "used on link hover state",
|
1504
1504
|
filePath: "data/tokens/modes/light.json",
|
1505
1505
|
isSource: true,
|
@@ -1508,7 +1508,7 @@
|
|
1508
1508
|
"studio.tokens": {
|
1509
1509
|
modify: {
|
1510
1510
|
type: "mix",
|
1511
|
-
value: "{
|
1511
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1512
1512
|
space: "lch",
|
1513
1513
|
color: "{modes.color.modifier.contrastMore}",
|
1514
1514
|
},
|
@@ -1554,7 +1554,7 @@
|
|
1554
1554
|
"studio.tokens": {
|
1555
1555
|
modify: {
|
1556
1556
|
type: "mix",
|
1557
|
-
value: "0.
|
1557
|
+
value: "0.30",
|
1558
1558
|
space: "lch",
|
1559
1559
|
color: "#FFFFFF ",
|
1560
1560
|
format: "hex",
|
@@ -1562,7 +1562,7 @@
|
|
1562
1562
|
},
|
1563
1563
|
},
|
1564
1564
|
$type: "color",
|
1565
|
-
$value: "#
|
1565
|
+
$value: "#f28083",
|
1566
1566
|
$description: "used on pill hover states",
|
1567
1567
|
filePath: "data/tokens/modes/light.json",
|
1568
1568
|
isSource: true,
|
@@ -1571,7 +1571,7 @@
|
|
1571
1571
|
"studio.tokens": {
|
1572
1572
|
modify: {
|
1573
1573
|
type: "mix",
|
1574
|
-
value: "{
|
1574
|
+
value: "{primitives.color.modifiers.button.active}",
|
1575
1575
|
space: "lch",
|
1576
1576
|
color: "{modes.color.modifier.contrastLess} ",
|
1577
1577
|
},
|
@@ -1660,7 +1660,7 @@
|
|
1660
1660
|
"studio.tokens": {
|
1661
1661
|
modify: {
|
1662
1662
|
type: "mix",
|
1663
|
-
value: "0.
|
1663
|
+
value: "0.15",
|
1664
1664
|
space: "lch",
|
1665
1665
|
color: "#FFFFFF ",
|
1666
1666
|
format: "hex",
|
@@ -1668,7 +1668,7 @@
|
|
1668
1668
|
},
|
1669
1669
|
},
|
1670
1670
|
$type: "color",
|
1671
|
-
$value: "#
|
1671
|
+
$value: "#ea626a",
|
1672
1672
|
$description:
|
1673
1673
|
"used on solid-pill and primary-button hover states",
|
1674
1674
|
filePath: "data/tokens/modes/light.json",
|
@@ -1678,7 +1678,7 @@
|
|
1678
1678
|
"studio.tokens": {
|
1679
1679
|
modify: {
|
1680
1680
|
type: "mix",
|
1681
|
-
value: "{
|
1681
|
+
value: "{primitives.color.modifiers.button.hover}",
|
1682
1682
|
space: "lch",
|
1683
1683
|
color: "{modes.color.modifier.contrastLess} ",
|
1684
1684
|
},
|
@@ -1705,14 +1705,14 @@
|
|
1705
1705
|
"studio.tokens": {
|
1706
1706
|
modify: {
|
1707
1707
|
type: "alpha",
|
1708
|
-
value: "0.
|
1708
|
+
value: "0.10",
|
1709
1709
|
space: "lch",
|
1710
1710
|
format: "hex",
|
1711
1711
|
},
|
1712
1712
|
},
|
1713
1713
|
},
|
1714
1714
|
$type: "color",
|
1715
|
-
$value: "#
|
1715
|
+
$value: "#e13e531a",
|
1716
1716
|
$description: "used on secondary-button hover states",
|
1717
1717
|
filePath: "data/tokens/modes/light.json",
|
1718
1718
|
isSource: true,
|
@@ -1721,7 +1721,7 @@
|
|
1721
1721
|
"studio.tokens": {
|
1722
1722
|
modify: {
|
1723
1723
|
type: "alpha",
|
1724
|
-
value: "{
|
1724
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1725
1725
|
space: "lch",
|
1726
1726
|
},
|
1727
1727
|
},
|
@@ -1746,7 +1746,7 @@
|
|
1746
1746
|
"studio.tokens": {
|
1747
1747
|
modify: {
|
1748
1748
|
type: "mix",
|
1749
|
-
value: "0.
|
1749
|
+
value: "0.10",
|
1750
1750
|
space: "lch",
|
1751
1751
|
color: "#FFFFFF ",
|
1752
1752
|
format: "hex",
|
@@ -1754,7 +1754,7 @@
|
|
1754
1754
|
},
|
1755
1755
|
},
|
1756
1756
|
$type: "color",
|
1757
|
-
$value: "#
|
1757
|
+
$value: "#ed6e74",
|
1758
1758
|
$description: "used on link hover state",
|
1759
1759
|
filePath: "data/tokens/modes/light.json",
|
1760
1760
|
isSource: true,
|
@@ -1763,7 +1763,7 @@
|
|
1763
1763
|
"studio.tokens": {
|
1764
1764
|
modify: {
|
1765
1765
|
type: "mix",
|
1766
|
-
value: "{
|
1766
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1767
1767
|
space: "lch",
|
1768
1768
|
color: "{modes.color.modifier.contrastLess} ",
|
1769
1769
|
},
|
@@ -1902,7 +1902,7 @@
|
|
1902
1902
|
"studio.tokens": {
|
1903
1903
|
modify: {
|
1904
1904
|
type: "mix",
|
1905
|
-
value: "0.
|
1905
|
+
value: "0.10",
|
1906
1906
|
space: "lch",
|
1907
1907
|
color: "#000000",
|
1908
1908
|
format: "hex",
|
@@ -1910,7 +1910,7 @@
|
|
1910
1910
|
},
|
1911
1911
|
},
|
1912
1912
|
$type: "color",
|
1913
|
-
$value: "#
|
1913
|
+
$value: "#e2e2e2",
|
1914
1914
|
$description: "bg hover for draggable area on file input",
|
1915
1915
|
filePath: "data/tokens/modes/light.json",
|
1916
1916
|
isSource: true,
|
@@ -1919,7 +1919,7 @@
|
|
1919
1919
|
"studio.tokens": {
|
1920
1920
|
modify: {
|
1921
1921
|
type: "mix",
|
1922
|
-
value: "{
|
1922
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
1923
1923
|
space: "lch",
|
1924
1924
|
color: "{modes.color.modifier.contrastMore}",
|
1925
1925
|
},
|
@@ -2531,14 +2531,14 @@
|
|
2531
2531
|
"studio.tokens": {
|
2532
2532
|
modify: {
|
2533
2533
|
type: "alpha",
|
2534
|
-
value: "0.
|
2534
|
+
value: "0.15",
|
2535
2535
|
space: "lch",
|
2536
2536
|
format: "hex",
|
2537
2537
|
},
|
2538
2538
|
},
|
2539
2539
|
},
|
2540
2540
|
$type: "color",
|
2541
|
-
$value: "#
|
2541
|
+
$value: "#00000026",
|
2542
2542
|
filePath: "data/tokens/modes/light.json",
|
2543
2543
|
isSource: true,
|
2544
2544
|
original: {
|
@@ -2546,7 +2546,7 @@
|
|
2546
2546
|
"studio.tokens": {
|
2547
2547
|
modify: {
|
2548
2548
|
type: "alpha",
|
2549
|
-
value: "{
|
2549
|
+
value: "{primitives.color.modifiers.button.activeAlt}",
|
2550
2550
|
space: "lch",
|
2551
2551
|
},
|
2552
2552
|
},
|
@@ -2681,14 +2681,14 @@
|
|
2681
2681
|
"studio.tokens": {
|
2682
2682
|
modify: {
|
2683
2683
|
type: "alpha",
|
2684
|
-
value: "0.
|
2684
|
+
value: "0.10",
|
2685
2685
|
space: "lch",
|
2686
2686
|
format: "hex",
|
2687
2687
|
},
|
2688
2688
|
},
|
2689
2689
|
},
|
2690
2690
|
$type: "color",
|
2691
|
-
$value: "#
|
2691
|
+
$value: "#0000001a",
|
2692
2692
|
$description: "Accordion, secondary, tertiary, menu bg on hover",
|
2693
2693
|
filePath: "data/tokens/modes/light.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.hoverAlt}",
|
2701
2701
|
space: "lch",
|
2702
2702
|
},
|
2703
2703
|
},
|
@@ -2716,14 +2716,14 @@
|
|
2716
2716
|
"studio.tokens": {
|
2717
2717
|
modify: {
|
2718
2718
|
type: "alpha",
|
2719
|
-
value: "0.
|
2719
|
+
value: "0.15",
|
2720
2720
|
space: "lch",
|
2721
2721
|
format: "hex",
|
2722
2722
|
},
|
2723
2723
|
},
|
2724
2724
|
},
|
2725
2725
|
$type: "color",
|
2726
|
-
$value: "#
|
2726
|
+
$value: "#00000026",
|
2727
2727
|
$description: "subtle table header hover",
|
2728
2728
|
filePath: "data/tokens/modes/light.json",
|
2729
2729
|
isSource: true,
|
@@ -2732,7 +2732,7 @@
|
|
2732
2732
|
"studio.tokens": {
|
2733
2733
|
modify: {
|
2734
2734
|
type: "alpha",
|
2735
|
-
value: "{
|
2735
|
+
value: "{primitives.color.modifiers.button.hover}",
|
2736
2736
|
space: "lch",
|
2737
2737
|
},
|
2738
2738
|
},
|
@@ -2872,14 +2872,14 @@
|
|
2872
2872
|
"studio.tokens": {
|
2873
2873
|
modify: {
|
2874
2874
|
type: "alpha",
|
2875
|
-
value: "0.
|
2875
|
+
value: "0.15",
|
2876
2876
|
space: "lch",
|
2877
2877
|
format: "hex",
|
2878
2878
|
},
|
2879
2879
|
},
|
2880
2880
|
},
|
2881
2881
|
$type: "color",
|
2882
|
-
$value: "#
|
2882
|
+
$value: "#22374326",
|
2883
2883
|
filePath: "data/tokens/modes/light.json",
|
2884
2884
|
isSource: true,
|
2885
2885
|
original: {
|
@@ -2887,7 +2887,7 @@
|
|
2887
2887
|
"studio.tokens": {
|
2888
2888
|
modify: {
|
2889
2889
|
type: "alpha",
|
2890
|
-
value: "{
|
2890
|
+
value: "{primitives.color.modifiers.button.activeAlt}",
|
2891
2891
|
space: "lch",
|
2892
2892
|
},
|
2893
2893
|
},
|
@@ -2972,14 +2972,14 @@
|
|
2972
2972
|
"studio.tokens": {
|
2973
2973
|
modify: {
|
2974
2974
|
type: "alpha",
|
2975
|
-
value: "0.
|
2975
|
+
value: "0.10",
|
2976
2976
|
space: "lch",
|
2977
2977
|
format: "hex",
|
2978
2978
|
},
|
2979
2979
|
},
|
2980
2980
|
},
|
2981
2981
|
$type: "color",
|
2982
|
-
$value: "#
|
2982
|
+
$value: "#2237431a",
|
2983
2983
|
filePath: "data/tokens/modes/light.json",
|
2984
2984
|
isSource: true,
|
2985
2985
|
original: {
|
@@ -2987,7 +2987,7 @@
|
|
2987
2987
|
"studio.tokens": {
|
2988
2988
|
modify: {
|
2989
2989
|
type: "alpha",
|
2990
|
-
value: "{
|
2990
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
2991
2991
|
space: "lch",
|
2992
2992
|
},
|
2993
2993
|
},
|
@@ -3093,14 +3093,14 @@
|
|
3093
3093
|
"studio.tokens": {
|
3094
3094
|
modify: {
|
3095
3095
|
type: "alpha",
|
3096
|
-
value: "0.
|
3096
|
+
value: "0.15",
|
3097
3097
|
space: "lch",
|
3098
3098
|
format: "hex",
|
3099
3099
|
},
|
3100
3100
|
},
|
3101
3101
|
},
|
3102
3102
|
$type: "color",
|
3103
|
-
$value: "#
|
3103
|
+
$value: "#ffffff26",
|
3104
3104
|
filePath: "data/tokens/modes/light.json",
|
3105
3105
|
isSource: true,
|
3106
3106
|
original: {
|
@@ -3108,7 +3108,7 @@
|
|
3108
3108
|
"studio.tokens": {
|
3109
3109
|
modify: {
|
3110
3110
|
type: "alpha",
|
3111
|
-
value: "{
|
3111
|
+
value: "{primitives.color.modifiers.button.activeAlt}",
|
3112
3112
|
space: "lch",
|
3113
3113
|
},
|
3114
3114
|
},
|
@@ -3254,14 +3254,14 @@
|
|
3254
3254
|
"studio.tokens": {
|
3255
3255
|
modify: {
|
3256
3256
|
type: "alpha",
|
3257
|
-
value: "0.
|
3257
|
+
value: "0.10",
|
3258
3258
|
space: "lch",
|
3259
3259
|
format: "hex",
|
3260
3260
|
},
|
3261
3261
|
},
|
3262
3262
|
},
|
3263
3263
|
$type: "color",
|
3264
|
-
$value: "#
|
3264
|
+
$value: "#ffffff1a",
|
3265
3265
|
$description:
|
3266
3266
|
"Accordion, secondary, tertiary, menu bg on hover",
|
3267
3267
|
filePath: "data/tokens/modes/light.json",
|
@@ -3271,7 +3271,7 @@
|
|
3271
3271
|
"studio.tokens": {
|
3272
3272
|
modify: {
|
3273
3273
|
type: "alpha",
|
3274
|
-
value: "{
|
3274
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
3275
3275
|
space: "lch",
|
3276
3276
|
},
|
3277
3277
|
},
|
@@ -3297,14 +3297,14 @@
|
|
3297
3297
|
"studio.tokens": {
|
3298
3298
|
modify: {
|
3299
3299
|
type: "alpha",
|
3300
|
-
value: "0.
|
3300
|
+
value: "0.15",
|
3301
3301
|
space: "lch",
|
3302
3302
|
format: "hex",
|
3303
3303
|
},
|
3304
3304
|
},
|
3305
3305
|
},
|
3306
3306
|
$type: "color",
|
3307
|
-
$value: "#
|
3307
|
+
$value: "#ffffff26",
|
3308
3308
|
$description: "subtle table header hover",
|
3309
3309
|
filePath: "data/tokens/modes/light.json",
|
3310
3310
|
isSource: true,
|
@@ -3313,7 +3313,7 @@
|
|
3313
3313
|
"studio.tokens": {
|
3314
3314
|
modify: {
|
3315
3315
|
type: "alpha",
|
3316
|
-
value: "{
|
3316
|
+
value: "{primitives.color.modifiers.button.hover}",
|
3317
3317
|
space: "lch",
|
3318
3318
|
},
|
3319
3319
|
},
|
@@ -3618,14 +3618,14 @@
|
|
3618
3618
|
"studio.tokens": {
|
3619
3619
|
modify: {
|
3620
3620
|
type: "alpha",
|
3621
|
-
value: "0.
|
3621
|
+
value: "0.10",
|
3622
3622
|
space: "lch",
|
3623
3623
|
format: "hex",
|
3624
3624
|
},
|
3625
3625
|
},
|
3626
3626
|
},
|
3627
3627
|
$type: "color",
|
3628
|
-
$value: "#
|
3628
|
+
$value: "#0000001a",
|
3629
3629
|
$description: "hover bg for nav items",
|
3630
3630
|
filePath: "data/tokens/modes/light.json",
|
3631
3631
|
isSource: true,
|
@@ -3634,7 +3634,7 @@
|
|
3634
3634
|
"studio.tokens": {
|
3635
3635
|
modify: {
|
3636
3636
|
type: "alpha",
|
3637
|
-
value: "{
|
3637
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
3638
3638
|
space: "lch",
|
3639
3639
|
},
|
3640
3640
|
},
|
@@ -3701,7 +3701,7 @@
|
|
3701
3701
|
"studio.tokens": {
|
3702
3702
|
modify: {
|
3703
3703
|
type: "mix",
|
3704
|
-
value: "0.
|
3704
|
+
value: "0.30",
|
3705
3705
|
space: "lch",
|
3706
3706
|
color: "#000000",
|
3707
3707
|
format: "hex",
|
@@ -3709,7 +3709,7 @@
|
|
3709
3709
|
},
|
3710
3710
|
},
|
3711
3711
|
$type: "color",
|
3712
|
-
$value: "#
|
3712
|
+
$value: "#13591a",
|
3713
3713
|
filePath: "data/tokens/modes/light.json",
|
3714
3714
|
isSource: true,
|
3715
3715
|
original: {
|
@@ -3717,7 +3717,7 @@
|
|
3717
3717
|
"studio.tokens": {
|
3718
3718
|
modify: {
|
3719
3719
|
type: "mix",
|
3720
|
-
value: "{
|
3720
|
+
value: "{primitives.color.modifiers.button.active}",
|
3721
3721
|
space: "lch",
|
3722
3722
|
color: "{modes.color.modifier.contrastMore}",
|
3723
3723
|
},
|
@@ -3735,7 +3735,7 @@
|
|
3735
3735
|
"studio.tokens": {
|
3736
3736
|
modify: {
|
3737
3737
|
type: "alpha",
|
3738
|
-
value: "0.
|
3738
|
+
value: "0.30",
|
3739
3739
|
space: "lch",
|
3740
3740
|
color: "#000000",
|
3741
3741
|
format: "hex",
|
@@ -3743,7 +3743,7 @@
|
|
3743
3743
|
},
|
3744
3744
|
},
|
3745
3745
|
$type: "color",
|
3746
|
-
$value: "#
|
3746
|
+
$value: "#00811f4d",
|
3747
3747
|
$description: "Active color for secondary and tertiary buttons",
|
3748
3748
|
filePath: "data/tokens/modes/light.json",
|
3749
3749
|
isSource: true,
|
@@ -3752,7 +3752,7 @@
|
|
3752
3752
|
"studio.tokens": {
|
3753
3753
|
modify: {
|
3754
3754
|
type: "alpha",
|
3755
|
-
value: "{
|
3755
|
+
value: "{primitives.color.modifiers.button.active}",
|
3756
3756
|
space: "lch",
|
3757
3757
|
color: "{modes.color.modifier.contrastMore}",
|
3758
3758
|
},
|
@@ -3793,7 +3793,7 @@
|
|
3793
3793
|
},
|
3794
3794
|
$type: "color",
|
3795
3795
|
$value: "#00811fcc",
|
3796
|
-
$description: "border color for secondary buttons",
|
3796
|
+
$description: "border color for secondary and tertiary buttons",
|
3797
3797
|
filePath: "data/tokens/modes/light.json",
|
3798
3798
|
isSource: true,
|
3799
3799
|
original: {
|
@@ -3809,7 +3809,7 @@
|
|
3809
3809
|
},
|
3810
3810
|
$type: "color",
|
3811
3811
|
$value: "{modes.color.interactive.primary.default}",
|
3812
|
-
$description: "border color for secondary buttons",
|
3812
|
+
$description: "border color for secondary and tertiary buttons",
|
3813
3813
|
},
|
3814
3814
|
name: "modesColorInteractivePrimaryDefaultAlt",
|
3815
3815
|
attributes: {},
|
@@ -3819,8 +3819,8 @@
|
|
3819
3819
|
$extensions: {
|
3820
3820
|
"studio.tokens": {
|
3821
3821
|
modify: {
|
3822
|
-
type: "
|
3823
|
-
value: "0.
|
3822
|
+
type: "mix",
|
3823
|
+
value: "0.12",
|
3824
3824
|
space: "lch",
|
3825
3825
|
color: "#000000",
|
3826
3826
|
format: "hex",
|
@@ -3828,16 +3828,16 @@
|
|
3828
3828
|
},
|
3829
3829
|
},
|
3830
3830
|
$type: "color",
|
3831
|
-
$value: "#
|
3832
|
-
$description: "
|
3831
|
+
$value: "#0c711d",
|
3832
|
+
$description: "default value for links",
|
3833
3833
|
filePath: "data/tokens/modes/light.json",
|
3834
3834
|
isSource: true,
|
3835
3835
|
original: {
|
3836
3836
|
$extensions: {
|
3837
3837
|
"studio.tokens": {
|
3838
3838
|
modify: {
|
3839
|
-
type: "
|
3840
|
-
value: "0.
|
3839
|
+
type: "mix",
|
3840
|
+
value: "0.12",
|
3841
3841
|
space: "lch",
|
3842
3842
|
color: "{modes.color.modifier.contrastMore}",
|
3843
3843
|
},
|
@@ -3845,7 +3845,7 @@
|
|
3845
3845
|
},
|
3846
3846
|
$type: "color",
|
3847
3847
|
$value: "{modes.color.interactive.primary.default}",
|
3848
|
-
$description: "
|
3848
|
+
$description: "default value for links",
|
3849
3849
|
},
|
3850
3850
|
name: "modesColorInteractivePrimaryDefaultAlt2",
|
3851
3851
|
attributes: {},
|
@@ -3855,8 +3855,8 @@
|
|
3855
3855
|
$extensions: {
|
3856
3856
|
"studio.tokens": {
|
3857
3857
|
modify: {
|
3858
|
-
type: "
|
3859
|
-
value: "0.
|
3858
|
+
type: "alpha",
|
3859
|
+
value: "0.03",
|
3860
3860
|
space: "lch",
|
3861
3861
|
color: "#000000",
|
3862
3862
|
format: "hex",
|
@@ -3864,16 +3864,16 @@
|
|
3864
3864
|
},
|
3865
3865
|
},
|
3866
3866
|
$type: "color",
|
3867
|
-
$value: "#
|
3868
|
-
$description: "
|
3867
|
+
$value: "#00811f08",
|
3868
|
+
$description: "Default background color of secondary button",
|
3869
3869
|
filePath: "data/tokens/modes/light.json",
|
3870
3870
|
isSource: true,
|
3871
3871
|
original: {
|
3872
3872
|
$extensions: {
|
3873
3873
|
"studio.tokens": {
|
3874
3874
|
modify: {
|
3875
|
-
type: "
|
3876
|
-
value: "0.
|
3875
|
+
type: "alpha",
|
3876
|
+
value: "0.03",
|
3877
3877
|
space: "lch",
|
3878
3878
|
color: "{modes.color.modifier.contrastMore}",
|
3879
3879
|
},
|
@@ -3881,7 +3881,7 @@
|
|
3881
3881
|
},
|
3882
3882
|
$type: "color",
|
3883
3883
|
$value: "{modes.color.interactive.primary.default}",
|
3884
|
-
$description: "
|
3884
|
+
$description: "Default background color of secondary button",
|
3885
3885
|
},
|
3886
3886
|
name: "modesColorInteractivePrimaryDefaultAlt3",
|
3887
3887
|
attributes: {},
|
@@ -3892,7 +3892,7 @@
|
|
3892
3892
|
"studio.tokens": {
|
3893
3893
|
modify: {
|
3894
3894
|
type: "mix",
|
3895
|
-
value: "0.
|
3895
|
+
value: "0.15",
|
3896
3896
|
space: "lch",
|
3897
3897
|
color: "#000000",
|
3898
3898
|
format: "hex",
|
@@ -3900,7 +3900,7 @@
|
|
3900
3900
|
},
|
3901
3901
|
},
|
3902
3902
|
$type: "color",
|
3903
|
-
$value: "#
|
3903
|
+
$value: "#0e6d1d",
|
3904
3904
|
filePath: "data/tokens/modes/light.json",
|
3905
3905
|
isSource: true,
|
3906
3906
|
original: {
|
@@ -3908,7 +3908,7 @@
|
|
3908
3908
|
"studio.tokens": {
|
3909
3909
|
modify: {
|
3910
3910
|
type: "mix",
|
3911
|
-
value: "{
|
3911
|
+
value: "{primitives.color.modifiers.button.hover}",
|
3912
3912
|
space: "lch",
|
3913
3913
|
color: "{modes.color.modifier.contrastMore}",
|
3914
3914
|
},
|
@@ -3926,7 +3926,7 @@
|
|
3926
3926
|
"studio.tokens": {
|
3927
3927
|
modify: {
|
3928
3928
|
type: "alpha",
|
3929
|
-
value: "0.
|
3929
|
+
value: "0.10",
|
3930
3930
|
space: "lch",
|
3931
3931
|
color: "#FFFFFF ",
|
3932
3932
|
format: "hex",
|
@@ -3934,7 +3934,7 @@
|
|
3934
3934
|
},
|
3935
3935
|
},
|
3936
3936
|
$type: "color",
|
3937
|
-
$value: "#
|
3937
|
+
$value: "#00811f1a",
|
3938
3938
|
$description: "hover for secondary and tertiary buttons",
|
3939
3939
|
filePath: "data/tokens/modes/light.json",
|
3940
3940
|
isSource: true,
|
@@ -3943,14 +3943,14 @@
|
|
3943
3943
|
"studio.tokens": {
|
3944
3944
|
modify: {
|
3945
3945
|
type: "alpha",
|
3946
|
-
value: "{
|
3946
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
3947
3947
|
space: "lch",
|
3948
3948
|
color: "{modes.color.modifier.contrastLess} ",
|
3949
3949
|
},
|
3950
3950
|
},
|
3951
3951
|
},
|
3952
3952
|
$type: "color",
|
3953
|
-
$value: "{modes.color.interactive.primary.
|
3953
|
+
$value: "{modes.color.interactive.primary.default}",
|
3954
3954
|
$description: "hover for secondary and tertiary buttons",
|
3955
3955
|
},
|
3956
3956
|
name: "modesColorInteractivePrimaryHoverAlt",
|
@@ -3962,7 +3962,7 @@
|
|
3962
3962
|
"studio.tokens": {
|
3963
3963
|
modify: {
|
3964
3964
|
type: "mix",
|
3965
|
-
value: "0.
|
3965
|
+
value: "0.15",
|
3966
3966
|
space: "lch",
|
3967
3967
|
color: "#000000",
|
3968
3968
|
format: "hex",
|
@@ -3970,7 +3970,7 @@
|
|
3970
3970
|
},
|
3971
3971
|
},
|
3972
3972
|
$type: "color",
|
3973
|
-
$value: "#
|
3973
|
+
$value: "#12601b",
|
3974
3974
|
$description: "hover for links",
|
3975
3975
|
filePath: "data/tokens/modes/light.json",
|
3976
3976
|
isSource: true,
|
@@ -3979,14 +3979,14 @@
|
|
3979
3979
|
"studio.tokens": {
|
3980
3980
|
modify: {
|
3981
3981
|
type: "mix",
|
3982
|
-
value: "{
|
3982
|
+
value: "{primitives.color.modifiers.button.hover}",
|
3983
3983
|
space: "lch",
|
3984
3984
|
color: "{modes.color.modifier.contrastMore}",
|
3985
3985
|
},
|
3986
3986
|
},
|
3987
3987
|
},
|
3988
3988
|
$type: "color",
|
3989
|
-
$value: "{modes.color.interactive.primary.
|
3989
|
+
$value: "{modes.color.interactive.primary.defaultAlt2}",
|
3990
3990
|
$description: "hover for links",
|
3991
3991
|
},
|
3992
3992
|
name: "modesColorInteractivePrimaryHoverAlt2",
|
@@ -4038,7 +4038,7 @@
|
|
4038
4038
|
"studio.tokens": {
|
4039
4039
|
modify: {
|
4040
4040
|
type: "mix",
|
4041
|
-
value: "0.
|
4041
|
+
value: "0.30",
|
4042
4042
|
space: "lch",
|
4043
4043
|
color: "#000000",
|
4044
4044
|
format: "hex",
|
@@ -4046,7 +4046,7 @@
|
|
4046
4046
|
},
|
4047
4047
|
},
|
4048
4048
|
$type: "color",
|
4049
|
-
$value: "#
|
4049
|
+
$value: "#135932",
|
4050
4050
|
filePath: "data/tokens/modes/light.json",
|
4051
4051
|
isSource: true,
|
4052
4052
|
original: {
|
@@ -4054,7 +4054,7 @@
|
|
4054
4054
|
"studio.tokens": {
|
4055
4055
|
modify: {
|
4056
4056
|
type: "mix",
|
4057
|
-
value: "{
|
4057
|
+
value: "{primitives.color.modifiers.button.active}",
|
4058
4058
|
space: "lch",
|
4059
4059
|
color: "{modes.color.modifier.contrastMore}",
|
4060
4060
|
},
|
@@ -4142,7 +4142,7 @@
|
|
4142
4142
|
"studio.tokens": {
|
4143
4143
|
modify: {
|
4144
4144
|
type: "mix",
|
4145
|
-
value: "0.
|
4145
|
+
value: "0.15",
|
4146
4146
|
space: "lch",
|
4147
4147
|
color: "#000000",
|
4148
4148
|
format: "hex",
|
@@ -4150,7 +4150,7 @@
|
|
4150
4150
|
},
|
4151
4151
|
},
|
4152
4152
|
$type: "color",
|
4153
|
-
$value: "#
|
4153
|
+
$value: "#0d6c3c",
|
4154
4154
|
filePath: "data/tokens/modes/light.json",
|
4155
4155
|
isSource: true,
|
4156
4156
|
original: {
|
@@ -4158,7 +4158,7 @@
|
|
4158
4158
|
"studio.tokens": {
|
4159
4159
|
modify: {
|
4160
4160
|
type: "mix",
|
4161
|
-
value: "{
|
4161
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4162
4162
|
space: "lch",
|
4163
4163
|
color: "{modes.color.modifier.contrastMore}",
|
4164
4164
|
},
|
@@ -4317,7 +4317,7 @@
|
|
4317
4317
|
"studio.tokens": {
|
4318
4318
|
modify: {
|
4319
4319
|
type: "mix",
|
4320
|
-
value: "0.
|
4320
|
+
value: "0.30",
|
4321
4321
|
space: "lch",
|
4322
4322
|
color: "#FFFFFF ",
|
4323
4323
|
format: "hex",
|
@@ -4325,7 +4325,7 @@
|
|
4325
4325
|
},
|
4326
4326
|
},
|
4327
4327
|
$type: "color",
|
4328
|
-
$value: "#
|
4328
|
+
$value: "#7ce47a",
|
4329
4329
|
filePath: "data/tokens/modes/light.json",
|
4330
4330
|
isSource: true,
|
4331
4331
|
original: {
|
@@ -4333,7 +4333,7 @@
|
|
4333
4333
|
"studio.tokens": {
|
4334
4334
|
modify: {
|
4335
4335
|
type: "mix",
|
4336
|
-
value: "{
|
4336
|
+
value: "{primitives.color.modifiers.button.active}",
|
4337
4337
|
space: "lch",
|
4338
4338
|
color: "{modes.color.modifier.contrastLess} ",
|
4339
4339
|
},
|
@@ -4358,7 +4358,7 @@
|
|
4358
4358
|
"studio.tokens": {
|
4359
4359
|
modify: {
|
4360
4360
|
type: "alpha",
|
4361
|
-
value: "0.
|
4361
|
+
value: "0.30",
|
4362
4362
|
space: "lch",
|
4363
4363
|
color: "#FFFFFF ",
|
4364
4364
|
format: "hex",
|
@@ -4366,7 +4366,7 @@
|
|
4366
4366
|
},
|
4367
4367
|
},
|
4368
4368
|
$type: "color",
|
4369
|
-
$value: "#
|
4369
|
+
$value: "#00d6394d",
|
4370
4370
|
$description:
|
4371
4371
|
"Active color for inverse secondary and tertiary buttons",
|
4372
4372
|
filePath: "data/tokens/modes/light.json",
|
@@ -4376,7 +4376,7 @@
|
|
4376
4376
|
"studio.tokens": {
|
4377
4377
|
modify: {
|
4378
4378
|
type: "alpha",
|
4379
|
-
value: "{
|
4379
|
+
value: "{primitives.color.modifiers.button.active}",
|
4380
4380
|
space: "lch",
|
4381
4381
|
color: "{modes.color.modifier.contrastLess} ",
|
4382
4382
|
},
|
@@ -4432,7 +4432,8 @@
|
|
4432
4432
|
},
|
4433
4433
|
$type: "color",
|
4434
4434
|
$value: "#00d639cc",
|
4435
|
-
$description:
|
4435
|
+
$description:
|
4436
|
+
"border color for secondary and tertiary inverse buttons",
|
4436
4437
|
filePath: "data/tokens/modes/light.json",
|
4437
4438
|
isSource: true,
|
4438
4439
|
original: {
|
@@ -4448,7 +4449,8 @@
|
|
4448
4449
|
},
|
4449
4450
|
$type: "color",
|
4450
4451
|
$value: "{modes.color.interactive.primary.inverse.default}",
|
4451
|
-
$description:
|
4452
|
+
$description:
|
4453
|
+
"border color for secondary and tertiary inverse buttons",
|
4452
4454
|
},
|
4453
4455
|
name: "modesColorInteractivePrimaryInverseDefaultAlt",
|
4454
4456
|
attributes: {},
|
@@ -4465,8 +4467,8 @@
|
|
4465
4467
|
$extensions: {
|
4466
4468
|
"studio.tokens": {
|
4467
4469
|
modify: {
|
4468
|
-
type: "
|
4469
|
-
value: "0.
|
4470
|
+
type: "mix",
|
4471
|
+
value: "0.12",
|
4470
4472
|
space: "lch",
|
4471
4473
|
color: "#FFFFFF",
|
4472
4474
|
format: "hex",
|
@@ -4474,16 +4476,16 @@
|
|
4474
4476
|
},
|
4475
4477
|
},
|
4476
4478
|
$type: "color",
|
4477
|
-
$value: "#
|
4478
|
-
$description: "
|
4479
|
+
$value: "#4cdc55",
|
4480
|
+
$description: "Default color for links",
|
4479
4481
|
filePath: "data/tokens/modes/light.json",
|
4480
4482
|
isSource: true,
|
4481
4483
|
original: {
|
4482
4484
|
$extensions: {
|
4483
4485
|
"studio.tokens": {
|
4484
4486
|
modify: {
|
4485
|
-
type: "
|
4486
|
-
value: "0.
|
4487
|
+
type: "mix",
|
4488
|
+
value: "0.12",
|
4487
4489
|
space: "lch",
|
4488
4490
|
color: "{modes.color.modifier.contrastLess}",
|
4489
4491
|
},
|
@@ -4491,7 +4493,7 @@
|
|
4491
4493
|
},
|
4492
4494
|
$type: "color",
|
4493
4495
|
$value: "{modes.color.interactive.primary.inverse.default}",
|
4494
|
-
$description: "
|
4496
|
+
$description: "Default color for links",
|
4495
4497
|
},
|
4496
4498
|
name: "modesColorInteractivePrimaryInverseDefaultAlt2",
|
4497
4499
|
attributes: {},
|
@@ -4508,8 +4510,8 @@
|
|
4508
4510
|
$extensions: {
|
4509
4511
|
"studio.tokens": {
|
4510
4512
|
modify: {
|
4511
|
-
type: "
|
4512
|
-
value: "0.
|
4513
|
+
type: "alpha",
|
4514
|
+
value: "0.03",
|
4513
4515
|
space: "lch",
|
4514
4516
|
color: "#FFFFFF",
|
4515
4517
|
format: "hex",
|
@@ -4517,16 +4519,17 @@
|
|
4517
4519
|
},
|
4518
4520
|
},
|
4519
4521
|
$type: "color",
|
4520
|
-
$value: "#
|
4521
|
-
$description:
|
4522
|
+
$value: "#00d63908",
|
4523
|
+
$description:
|
4524
|
+
"Default background color of inverse secondary buttons",
|
4522
4525
|
filePath: "data/tokens/modes/light.json",
|
4523
4526
|
isSource: true,
|
4524
4527
|
original: {
|
4525
4528
|
$extensions: {
|
4526
4529
|
"studio.tokens": {
|
4527
4530
|
modify: {
|
4528
|
-
type: "
|
4529
|
-
value: "0.
|
4531
|
+
type: "alpha",
|
4532
|
+
value: "0.03",
|
4530
4533
|
space: "lch",
|
4531
4534
|
color: "{modes.color.modifier.contrastLess}",
|
4532
4535
|
},
|
@@ -4534,7 +4537,8 @@
|
|
4534
4537
|
},
|
4535
4538
|
$type: "color",
|
4536
4539
|
$value: "{modes.color.interactive.primary.inverse.default}",
|
4537
|
-
$description:
|
4540
|
+
$description:
|
4541
|
+
"Default background color of inverse secondary buttons",
|
4538
4542
|
},
|
4539
4543
|
name: "modesColorInteractivePrimaryInverseDefaultAlt3",
|
4540
4544
|
attributes: {},
|
@@ -4552,7 +4556,7 @@
|
|
4552
4556
|
"studio.tokens": {
|
4553
4557
|
modify: {
|
4554
4558
|
type: "mix",
|
4555
|
-
value: "0.
|
4559
|
+
value: "0.15",
|
4556
4560
|
space: "lch",
|
4557
4561
|
color: "#FFFFFF ",
|
4558
4562
|
format: "hex",
|
@@ -4560,7 +4564,7 @@
|
|
4560
4564
|
},
|
4561
4565
|
},
|
4562
4566
|
$type: "color",
|
4563
|
-
$value: "#
|
4567
|
+
$value: "#55dd5b",
|
4564
4568
|
filePath: "data/tokens/modes/light.json",
|
4565
4569
|
isSource: true,
|
4566
4570
|
original: {
|
@@ -4568,7 +4572,7 @@
|
|
4568
4572
|
"studio.tokens": {
|
4569
4573
|
modify: {
|
4570
4574
|
type: "mix",
|
4571
|
-
value: "{
|
4575
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4572
4576
|
space: "lch",
|
4573
4577
|
color: "{modes.color.modifier.contrastLess} ",
|
4574
4578
|
},
|
@@ -4593,7 +4597,7 @@
|
|
4593
4597
|
"studio.tokens": {
|
4594
4598
|
modify: {
|
4595
4599
|
type: "alpha",
|
4596
|
-
value: "0.
|
4600
|
+
value: "0.10",
|
4597
4601
|
space: "lch",
|
4598
4602
|
color: "#FFFFFF",
|
4599
4603
|
format: "hex",
|
@@ -4601,7 +4605,7 @@
|
|
4601
4605
|
},
|
4602
4606
|
},
|
4603
4607
|
$type: "color",
|
4604
|
-
$value: "#
|
4608
|
+
$value: "#00d6391a",
|
4605
4609
|
$description:
|
4606
4610
|
"Hover for inverse secondary and tertiary buttons",
|
4607
4611
|
filePath: "data/tokens/modes/light.json",
|
@@ -4611,15 +4615,14 @@
|
|
4611
4615
|
"studio.tokens": {
|
4612
4616
|
modify: {
|
4613
4617
|
type: "alpha",
|
4614
|
-
value: "{
|
4618
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
4615
4619
|
space: "lch",
|
4616
4620
|
color: "{modes.color.modifier.contrastLess}",
|
4617
4621
|
},
|
4618
4622
|
},
|
4619
4623
|
},
|
4620
4624
|
$type: "color",
|
4621
|
-
$value:
|
4622
|
-
"{modes.color.interactive.primary.inverse.defaultAlt2}",
|
4625
|
+
$value: "{modes.color.interactive.primary.inverse.default}",
|
4623
4626
|
$description:
|
4624
4627
|
"Hover for inverse secondary and tertiary buttons",
|
4625
4628
|
},
|
@@ -4639,7 +4642,7 @@
|
|
4639
4642
|
"studio.tokens": {
|
4640
4643
|
modify: {
|
4641
4644
|
type: "mix",
|
4642
|
-
value: "0.
|
4645
|
+
value: "0.15",
|
4643
4646
|
space: "lch",
|
4644
4647
|
color: "#FFFFFF ",
|
4645
4648
|
format: "hex",
|
@@ -4647,7 +4650,7 @@
|
|
4647
4650
|
},
|
4648
4651
|
},
|
4649
4652
|
$type: "color",
|
4650
|
-
$value: "#
|
4653
|
+
$value: "#71e270",
|
4651
4654
|
$description: "hover for links",
|
4652
4655
|
filePath: "data/tokens/modes/light.json",
|
4653
4656
|
isSource: true,
|
@@ -4656,7 +4659,7 @@
|
|
4656
4659
|
"studio.tokens": {
|
4657
4660
|
modify: {
|
4658
4661
|
type: "mix",
|
4659
|
-
value: "{
|
4662
|
+
value: "{primitives.color.modifiers.button.hover}",
|
4660
4663
|
space: "lch",
|
4661
4664
|
color: "{modes.color.modifier.contrastLess} ",
|
4662
4665
|
},
|
@@ -4664,7 +4667,7 @@
|
|
4664
4667
|
},
|
4665
4668
|
$type: "color",
|
4666
4669
|
$value:
|
4667
|
-
"{modes.color.interactive.primary.inverse.
|
4670
|
+
"{modes.color.interactive.primary.inverse.defaultAlt2}",
|
4668
4671
|
$description: "hover for links",
|
4669
4672
|
},
|
4670
4673
|
name: "modesColorInteractivePrimaryInverseHoverAlt2",
|
@@ -5026,7 +5029,7 @@
|
|
5026
5029
|
"studio.tokens": {
|
5027
5030
|
modify: {
|
5028
5031
|
type: "mix",
|
5029
|
-
value: "0.
|
5032
|
+
value: "0.15",
|
5030
5033
|
space: "lch",
|
5031
5034
|
color: "#000000",
|
5032
5035
|
format: "hex",
|
@@ -5034,7 +5037,7 @@
|
|
5034
5037
|
},
|
5035
5038
|
},
|
5036
5039
|
$type: "color",
|
5037
|
-
$value: "#
|
5040
|
+
$value: "#b33b0d",
|
5038
5041
|
$description: "used on pill hover states",
|
5039
5042
|
filePath: "data/tokens/modes/light.json",
|
5040
5043
|
isSource: true,
|
@@ -5043,7 +5046,7 @@
|
|
5043
5046
|
"studio.tokens": {
|
5044
5047
|
modify: {
|
5045
5048
|
type: "mix",
|
5046
|
-
value: "{
|
5049
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5047
5050
|
space: "lch",
|
5048
5051
|
color: "{modes.color.modifier.contrastMore}",
|
5049
5052
|
},
|
@@ -5062,7 +5065,7 @@
|
|
5062
5065
|
"studio.tokens": {
|
5063
5066
|
modify: {
|
5064
5067
|
type: "mix",
|
5065
|
-
value: "0.
|
5068
|
+
value: "0.15",
|
5066
5069
|
space: "lch",
|
5067
5070
|
color: "#D64309",
|
5068
5071
|
format: "hex",
|
@@ -5070,7 +5073,7 @@
|
|
5070
5073
|
},
|
5071
5074
|
},
|
5072
5075
|
$type: "color",
|
5073
|
-
$value: "#
|
5076
|
+
$value: "#fed5c3",
|
5074
5077
|
$description: "used on pill hover states and message bg",
|
5075
5078
|
filePath: "data/tokens/modes/light.json",
|
5076
5079
|
isSource: true,
|
@@ -5079,7 +5082,7 @@
|
|
5079
5082
|
"studio.tokens": {
|
5080
5083
|
modify: {
|
5081
5084
|
type: "mix",
|
5082
|
-
value: "{
|
5085
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5083
5086
|
space: "lch",
|
5084
5087
|
color: "{modes.color.status.caution.default}",
|
5085
5088
|
},
|
@@ -5155,7 +5158,7 @@
|
|
5155
5158
|
"studio.tokens": {
|
5156
5159
|
modify: {
|
5157
5160
|
type: "mix",
|
5158
|
-
value: "0.
|
5161
|
+
value: "0.15",
|
5159
5162
|
space: "lch",
|
5160
5163
|
color: "#FFFFFF ",
|
5161
5164
|
format: "hex",
|
@@ -5163,7 +5166,7 @@
|
|
5163
5166
|
},
|
5164
5167
|
},
|
5165
5168
|
$type: "color",
|
5166
|
-
$value: "#
|
5169
|
+
$value: "#ff994c",
|
5167
5170
|
$description: "used on global message bg",
|
5168
5171
|
filePath: "data/tokens/modes/light.json",
|
5169
5172
|
isSource: true,
|
@@ -5172,7 +5175,7 @@
|
|
5172
5175
|
"studio.tokens": {
|
5173
5176
|
modify: {
|
5174
5177
|
type: "mix",
|
5175
|
-
value: "{
|
5178
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5176
5179
|
space: "lch",
|
5177
5180
|
color: "{modes.color.modifier.contrastLess} ",
|
5178
5181
|
},
|
@@ -5263,7 +5266,7 @@
|
|
5263
5266
|
"studio.tokens": {
|
5264
5267
|
modify: {
|
5265
5268
|
type: "mix",
|
5266
|
-
value: "0.
|
5269
|
+
value: "0.15",
|
5267
5270
|
space: "lch",
|
5268
5271
|
color: "#FFFFFF ",
|
5269
5272
|
format: "hex",
|
@@ -5271,7 +5274,7 @@
|
|
5271
5274
|
},
|
5272
5275
|
},
|
5273
5276
|
$type: "color",
|
5274
|
-
$value: "#
|
5277
|
+
$value: "#eb6530",
|
5275
5278
|
$description: "used on pill hover states",
|
5276
5279
|
filePath: "data/tokens/modes/light.json",
|
5277
5280
|
isSource: true,
|
@@ -5280,7 +5283,7 @@
|
|
5280
5283
|
"studio.tokens": {
|
5281
5284
|
modify: {
|
5282
5285
|
type: "mix",
|
5283
|
-
value: "{
|
5286
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5284
5287
|
space: "lch",
|
5285
5288
|
color: "{modes.color.modifier.contrastLess} ",
|
5286
5289
|
},
|
@@ -5306,7 +5309,7 @@
|
|
5306
5309
|
"studio.tokens": {
|
5307
5310
|
modify: {
|
5308
5311
|
type: "mix",
|
5309
|
-
value: "0.
|
5312
|
+
value: "0.15",
|
5310
5313
|
space: "lch",
|
5311
5314
|
color: "#E04500",
|
5312
5315
|
format: "hex",
|
@@ -5314,7 +5317,7 @@
|
|
5314
5317
|
},
|
5315
5318
|
},
|
5316
5319
|
$type: "color",
|
5317
|
-
$value: "#
|
5320
|
+
$value: "#3e1a0b",
|
5318
5321
|
$description: "used on pill hover states and message bg",
|
5319
5322
|
filePath: "data/tokens/modes/light.json",
|
5320
5323
|
isSource: true,
|
@@ -5323,7 +5326,7 @@
|
|
5323
5326
|
"studio.tokens": {
|
5324
5327
|
modify: {
|
5325
5328
|
type: "mix",
|
5326
|
-
value: "{
|
5329
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5327
5330
|
space: "lch",
|
5328
5331
|
color: "{modes.color.status.caution.inverse.default}",
|
5329
5332
|
},
|
@@ -5761,7 +5764,7 @@
|
|
5761
5764
|
"studio.tokens": {
|
5762
5765
|
modify: {
|
5763
5766
|
type: "mix",
|
5764
|
-
value: "0.
|
5767
|
+
value: "0.15",
|
5765
5768
|
space: "lch",
|
5766
5769
|
color: "#000000",
|
5767
5770
|
format: "hex",
|
@@ -5769,7 +5772,7 @@
|
|
5769
5772
|
},
|
5770
5773
|
},
|
5771
5774
|
$type: "color",
|
5772
|
-
$value: "#
|
5775
|
+
$value: "#10518c",
|
5773
5776
|
$description: "used on pill hover states",
|
5774
5777
|
filePath: "data/tokens/modes/light.json",
|
5775
5778
|
isSource: true,
|
@@ -5778,7 +5781,7 @@
|
|
5778
5781
|
"studio.tokens": {
|
5779
5782
|
modify: {
|
5780
5783
|
type: "mix",
|
5781
|
-
value: "{
|
5784
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5782
5785
|
space: "lch",
|
5783
5786
|
color: "{modes.color.modifier.contrastMore}",
|
5784
5787
|
},
|
@@ -5797,7 +5800,7 @@
|
|
5797
5800
|
"studio.tokens": {
|
5798
5801
|
modify: {
|
5799
5802
|
type: "mix",
|
5800
|
-
value: "0.
|
5803
|
+
value: "0.15",
|
5801
5804
|
space: "lch",
|
5802
5805
|
color: "#0060A7",
|
5803
5806
|
format: "hex",
|
@@ -5805,7 +5808,7 @@
|
|
5805
5808
|
},
|
5806
5809
|
},
|
5807
5810
|
$type: "color",
|
5808
|
-
$value: "#
|
5811
|
+
$value: "#cdd7ea",
|
5809
5812
|
$description: "used on pill hover states and message bg",
|
5810
5813
|
filePath: "data/tokens/modes/light.json",
|
5811
5814
|
isSource: true,
|
@@ -5814,7 +5817,7 @@
|
|
5814
5817
|
"studio.tokens": {
|
5815
5818
|
modify: {
|
5816
5819
|
type: "mix",
|
5817
|
-
value: "{
|
5820
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5818
5821
|
space: "lch",
|
5819
5822
|
color: "{modes.color.status.info.default}",
|
5820
5823
|
},
|
@@ -5856,7 +5859,7 @@
|
|
5856
5859
|
"studio.tokens": {
|
5857
5860
|
modify: {
|
5858
5861
|
type: "mix",
|
5859
|
-
value: "0.
|
5862
|
+
value: "0.15",
|
5860
5863
|
space: "lch",
|
5861
5864
|
color: "#FFFFFF ",
|
5862
5865
|
format: "hex",
|
@@ -5864,7 +5867,7 @@
|
|
5864
5867
|
},
|
5865
5868
|
},
|
5866
5869
|
$type: "color",
|
5867
|
-
$value: "#
|
5870
|
+
$value: "#82b5ff",
|
5868
5871
|
$description: "used on global message bg",
|
5869
5872
|
filePath: "data/tokens/modes/light.json",
|
5870
5873
|
isSource: true,
|
@@ -5873,7 +5876,7 @@
|
|
5873
5876
|
"studio.tokens": {
|
5874
5877
|
modify: {
|
5875
5878
|
type: "mix",
|
5876
|
-
value: "{
|
5879
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5877
5880
|
space: "lch",
|
5878
5881
|
color: "{modes.color.modifier.contrastLess} ",
|
5879
5882
|
},
|
@@ -5964,7 +5967,7 @@
|
|
5964
5967
|
"studio.tokens": {
|
5965
5968
|
modify: {
|
5966
5969
|
type: "mix",
|
5967
|
-
value: "0.
|
5970
|
+
value: "0.15",
|
5968
5971
|
space: "lch",
|
5969
5972
|
color: "#FFFFFF",
|
5970
5973
|
format: "hex",
|
@@ -5972,7 +5975,7 @@
|
|
5972
5975
|
},
|
5973
5976
|
},
|
5974
5977
|
$type: "color",
|
5975
|
-
$value: "#
|
5978
|
+
$value: "#4f90df",
|
5976
5979
|
$description: "used on pill hover states",
|
5977
5980
|
filePath: "data/tokens/modes/light.json",
|
5978
5981
|
isSource: true,
|
@@ -5981,7 +5984,7 @@
|
|
5981
5984
|
"studio.tokens": {
|
5982
5985
|
modify: {
|
5983
5986
|
type: "mix",
|
5984
|
-
value: "{
|
5987
|
+
value: "{primitives.color.modifiers.button.hover}",
|
5985
5988
|
space: "lch",
|
5986
5989
|
color: "{modes.color.modifier.contrastLess}",
|
5987
5990
|
},
|
@@ -6000,7 +6003,7 @@
|
|
6000
6003
|
"studio.tokens": {
|
6001
6004
|
modify: {
|
6002
6005
|
type: "mix",
|
6003
|
-
value: "0.
|
6006
|
+
value: "0.15",
|
6004
6007
|
space: "lch",
|
6005
6008
|
color: "#007ED9",
|
6006
6009
|
format: "hex",
|
@@ -6008,7 +6011,7 @@
|
|
6008
6011
|
},
|
6009
6012
|
},
|
6010
6013
|
$type: "color",
|
6011
|
-
$value: "#
|
6014
|
+
$value: "#17253a",
|
6012
6015
|
$description: "used on pill hover states and message bg",
|
6013
6016
|
filePath: "data/tokens/modes/light.json",
|
6014
6017
|
isSource: true,
|
@@ -6017,7 +6020,7 @@
|
|
6017
6020
|
"studio.tokens": {
|
6018
6021
|
modify: {
|
6019
6022
|
type: "mix",
|
6020
|
-
value: "{
|
6023
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6021
6024
|
space: "lch",
|
6022
6025
|
color: "{modes.color.status.info.inverse.default}",
|
6023
6026
|
},
|
@@ -6099,7 +6102,7 @@
|
|
6099
6102
|
"studio.tokens": {
|
6100
6103
|
modify: {
|
6101
6104
|
type: "mix",
|
6102
|
-
value: "0.
|
6105
|
+
value: "0.15",
|
6103
6106
|
space: "lch",
|
6104
6107
|
color: "#000000",
|
6105
6108
|
format: "hex",
|
@@ -6107,7 +6110,7 @@
|
|
6107
6110
|
},
|
6108
6111
|
},
|
6109
6112
|
$type: "color",
|
6110
|
-
$value: "#
|
6113
|
+
$value: "#ac3240",
|
6111
6114
|
$description: "used on pill hover states",
|
6112
6115
|
filePath: "data/tokens/modes/light.json",
|
6113
6116
|
isSource: true,
|
@@ -6116,7 +6119,7 @@
|
|
6116
6119
|
"studio.tokens": {
|
6117
6120
|
modify: {
|
6118
6121
|
type: "mix",
|
6119
|
-
value: "{
|
6122
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6120
6123
|
space: "lch",
|
6121
6124
|
color: "{modes.color.modifier.contrastMore}",
|
6122
6125
|
},
|
@@ -6135,7 +6138,7 @@
|
|
6135
6138
|
"studio.tokens": {
|
6136
6139
|
modify: {
|
6137
6140
|
type: "mix",
|
6138
|
-
value: "0.
|
6141
|
+
value: "0.15",
|
6139
6142
|
space: "lch",
|
6140
6143
|
color: "#CD384B",
|
6141
6144
|
format: "hex",
|
@@ -6143,7 +6146,7 @@
|
|
6143
6146
|
},
|
6144
6147
|
},
|
6145
6148
|
$type: "color",
|
6146
|
-
$value: "#
|
6149
|
+
$value: "#f9d3d1",
|
6147
6150
|
$description: "used on pill hover states and message bg",
|
6148
6151
|
filePath: "data/tokens/modes/light.json",
|
6149
6152
|
isSource: true,
|
@@ -6152,7 +6155,7 @@
|
|
6152
6155
|
"studio.tokens": {
|
6153
6156
|
modify: {
|
6154
6157
|
type: "mix",
|
6155
|
-
value: "{
|
6158
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6156
6159
|
space: "lch",
|
6157
6160
|
color: "{modes.color.status.negative.default}",
|
6158
6161
|
},
|
@@ -6248,7 +6251,7 @@
|
|
6248
6251
|
"studio.tokens": {
|
6249
6252
|
modify: {
|
6250
6253
|
type: "mix",
|
6251
|
-
value: "0.
|
6254
|
+
value: "0.15",
|
6252
6255
|
space: "lch",
|
6253
6256
|
color: "#FFFFFF ",
|
6254
6257
|
format: "hex",
|
@@ -6256,7 +6259,7 @@
|
|
6256
6259
|
},
|
6257
6260
|
},
|
6258
6261
|
$type: "color",
|
6259
|
-
$value: "#
|
6262
|
+
$value: "#ea626a",
|
6260
6263
|
$description: "used on pill hover states",
|
6261
6264
|
filePath: "data/tokens/modes/light.json",
|
6262
6265
|
isSource: true,
|
@@ -6265,7 +6268,7 @@
|
|
6265
6268
|
"studio.tokens": {
|
6266
6269
|
modify: {
|
6267
6270
|
type: "mix",
|
6268
|
-
value: "{
|
6271
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6269
6272
|
space: "lch",
|
6270
6273
|
color: "{modes.color.modifier.contrastLess} ",
|
6271
6274
|
},
|
@@ -6291,7 +6294,7 @@
|
|
6291
6294
|
"studio.tokens": {
|
6292
6295
|
modify: {
|
6293
6296
|
type: "mix",
|
6294
|
-
value: "0.
|
6297
|
+
value: "0.15",
|
6295
6298
|
space: "lch",
|
6296
6299
|
color: "#E13E53",
|
6297
6300
|
format: "hex",
|
@@ -6299,7 +6302,7 @@
|
|
6299
6302
|
},
|
6300
6303
|
},
|
6301
6304
|
$type: "color",
|
6302
|
-
$value: "#
|
6305
|
+
$value: "#3d1a1c",
|
6303
6306
|
$description: "used on pill hover states and message bg",
|
6304
6307
|
filePath: "data/tokens/modes/light.json",
|
6305
6308
|
isSource: true,
|
@@ -6308,7 +6311,7 @@
|
|
6308
6311
|
"studio.tokens": {
|
6309
6312
|
modify: {
|
6310
6313
|
type: "mix",
|
6311
|
-
value: "{
|
6314
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6312
6315
|
space: "lch",
|
6313
6316
|
color: "{modes.color.status.negative.inverse.default}",
|
6314
6317
|
},
|
@@ -6406,7 +6409,7 @@
|
|
6406
6409
|
"studio.tokens": {
|
6407
6410
|
modify: {
|
6408
6411
|
type: "mix",
|
6409
|
-
value: "0.
|
6412
|
+
value: "0.15",
|
6410
6413
|
space: "lch",
|
6411
6414
|
color: "#000000",
|
6412
6415
|
format: "hex",
|
@@ -6414,7 +6417,7 @@
|
|
6414
6417
|
},
|
6415
6418
|
},
|
6416
6419
|
$type: "color",
|
6417
|
-
$value: "#
|
6420
|
+
$value: "#565656",
|
6418
6421
|
$description: "used on pill hover states",
|
6419
6422
|
filePath: "data/tokens/modes/light.json",
|
6420
6423
|
isSource: true,
|
@@ -6423,7 +6426,7 @@
|
|
6423
6426
|
"studio.tokens": {
|
6424
6427
|
modify: {
|
6425
6428
|
type: "mix",
|
6426
|
-
value: "{
|
6429
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6427
6430
|
space: "lch",
|
6428
6431
|
color: "{modes.color.modifier.contrastMore}",
|
6429
6432
|
},
|
@@ -6442,7 +6445,7 @@
|
|
6442
6445
|
"studio.tokens": {
|
6443
6446
|
modify: {
|
6444
6447
|
type: "mix",
|
6445
|
-
value: "0.
|
6448
|
+
value: "0.15",
|
6446
6449
|
space: "lch",
|
6447
6450
|
color: "#656565",
|
6448
6451
|
format: "hex",
|
@@ -6450,7 +6453,7 @@
|
|
6450
6453
|
},
|
6451
6454
|
},
|
6452
6455
|
$type: "color",
|
6453
|
-
$value: "#
|
6456
|
+
$value: "#d9d9d9",
|
6454
6457
|
$description: "used on pill hover states and message bg",
|
6455
6458
|
filePath: "data/tokens/modes/light.json",
|
6456
6459
|
isSource: true,
|
@@ -6459,7 +6462,7 @@
|
|
6459
6462
|
"studio.tokens": {
|
6460
6463
|
modify: {
|
6461
6464
|
type: "mix",
|
6462
|
-
value: "{
|
6465
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6463
6466
|
space: "lch",
|
6464
6467
|
color: "{modes.color.status.neutral.default}",
|
6465
6468
|
},
|
@@ -6691,7 +6694,7 @@
|
|
6691
6694
|
"studio.tokens": {
|
6692
6695
|
modify: {
|
6693
6696
|
type: "mix",
|
6694
|
-
value: "0.
|
6697
|
+
value: "0.15",
|
6695
6698
|
space: "lch",
|
6696
6699
|
color: "#FFFFFF ",
|
6697
6700
|
format: "hex",
|
@@ -6699,7 +6702,7 @@
|
|
6699
6702
|
},
|
6700
6703
|
},
|
6701
6704
|
$type: "color",
|
6702
|
-
$value: "#
|
6705
|
+
$value: "#8e8e8e",
|
6703
6706
|
$description: "used on pill hover states",
|
6704
6707
|
filePath: "data/tokens/modes/light.json",
|
6705
6708
|
isSource: true,
|
@@ -6708,7 +6711,7 @@
|
|
6708
6711
|
"studio.tokens": {
|
6709
6712
|
modify: {
|
6710
6713
|
type: "mix",
|
6711
|
-
value: "{
|
6714
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6712
6715
|
space: "lch",
|
6713
6716
|
color: "{modes.color.modifier.contrastLess} ",
|
6714
6717
|
},
|
@@ -6734,7 +6737,7 @@
|
|
6734
6737
|
"studio.tokens": {
|
6735
6738
|
modify: {
|
6736
6739
|
type: "mix",
|
6737
|
-
value: "0.
|
6740
|
+
value: "0.15",
|
6738
6741
|
space: "lch",
|
6739
6742
|
color: "#7C7C7C",
|
6740
6743
|
format: "hex",
|
@@ -6742,7 +6745,7 @@
|
|
6742
6745
|
},
|
6743
6746
|
},
|
6744
6747
|
$type: "color",
|
6745
|
-
$value: "#
|
6748
|
+
$value: "#242424",
|
6746
6749
|
$description: "used on pill hover states and message bg",
|
6747
6750
|
filePath: "data/tokens/modes/light.json",
|
6748
6751
|
isSource: true,
|
@@ -6751,7 +6754,7 @@
|
|
6751
6754
|
"studio.tokens": {
|
6752
6755
|
modify: {
|
6753
6756
|
type: "mix",
|
6754
|
-
value: "{
|
6757
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6755
6758
|
space: "lch",
|
6756
6759
|
color: "{modes.color.status.neutral.inverse.default}",
|
6757
6760
|
},
|
@@ -6833,7 +6836,7 @@
|
|
6833
6836
|
"studio.tokens": {
|
6834
6837
|
modify: {
|
6835
6838
|
type: "mix",
|
6836
|
-
value: "0.
|
6839
|
+
value: "0.15",
|
6837
6840
|
space: "lch",
|
6838
6841
|
color: "#000000",
|
6839
6842
|
format: "hex",
|
@@ -6841,7 +6844,7 @@
|
|
6841
6844
|
},
|
6842
6845
|
},
|
6843
6846
|
$type: "color",
|
6844
|
-
$value: "#
|
6847
|
+
$value: "#0e6d1d",
|
6845
6848
|
$description: "used on pill hover states ",
|
6846
6849
|
filePath: "data/tokens/modes/light.json",
|
6847
6850
|
isSource: true,
|
@@ -6850,7 +6853,7 @@
|
|
6850
6853
|
"studio.tokens": {
|
6851
6854
|
modify: {
|
6852
6855
|
type: "mix",
|
6853
|
-
value: "{
|
6856
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6854
6857
|
space: "lch",
|
6855
6858
|
color: "{modes.color.modifier.contrastMore}",
|
6856
6859
|
},
|
@@ -6869,7 +6872,7 @@
|
|
6869
6872
|
"studio.tokens": {
|
6870
6873
|
modify: {
|
6871
6874
|
type: "mix",
|
6872
|
-
value: "0.
|
6875
|
+
value: "0.15",
|
6873
6876
|
space: "lch",
|
6874
6877
|
color: "#00811F",
|
6875
6878
|
format: "hex",
|
@@ -6877,7 +6880,7 @@
|
|
6877
6880
|
},
|
6878
6881
|
},
|
6879
6882
|
$type: "color",
|
6880
|
-
$value: "#
|
6883
|
+
$value: "#cbe1c9",
|
6881
6884
|
$description: "used on pill hover states and message bg",
|
6882
6885
|
filePath: "data/tokens/modes/light.json",
|
6883
6886
|
isSource: true,
|
@@ -6886,7 +6889,7 @@
|
|
6886
6889
|
"studio.tokens": {
|
6887
6890
|
modify: {
|
6888
6891
|
type: "mix",
|
6889
|
-
value: "{
|
6892
|
+
value: "{primitives.color.modifiers.button.hover}",
|
6890
6893
|
space: "lch",
|
6891
6894
|
color: "{modes.color.status.positive.default}",
|
6892
6895
|
},
|
@@ -6969,7 +6972,7 @@
|
|
6969
6972
|
"studio.tokens": {
|
6970
6973
|
modify: {
|
6971
6974
|
type: "mix",
|
6972
|
-
value: "0.
|
6975
|
+
value: "0.10",
|
6973
6976
|
space: "lch",
|
6974
6977
|
color: "#FFFFFF ",
|
6975
6978
|
format: "hex",
|
@@ -6977,7 +6980,7 @@
|
|
6977
6980
|
},
|
6978
6981
|
},
|
6979
6982
|
$type: "color",
|
6980
|
-
$value: "#
|
6983
|
+
$value: "#328e37",
|
6981
6984
|
$description: "used on pill hover states",
|
6982
6985
|
filePath: "data/tokens/modes/light.json",
|
6983
6986
|
isSource: true,
|
@@ -6986,7 +6989,7 @@
|
|
6986
6989
|
"studio.tokens": {
|
6987
6990
|
modify: {
|
6988
6991
|
type: "mix",
|
6989
|
-
value: "{
|
6992
|
+
value: "{primitives.color.modifiers.button.hoverAlt}",
|
6990
6993
|
space: "lch",
|
6991
6994
|
color: "{modes.color.modifier.contrastLess} ",
|
6992
6995
|
},
|
@@ -7012,7 +7015,7 @@
|
|
7012
7015
|
"studio.tokens": {
|
7013
7016
|
modify: {
|
7014
7017
|
type: "mix",
|
7015
|
-
value: "0.
|
7018
|
+
value: "0.15",
|
7016
7019
|
space: "lch",
|
7017
7020
|
color: "#009023",
|
7018
7021
|
format: "hex",
|
@@ -7020,7 +7023,7 @@
|
|
7020
7023
|
},
|
7021
7024
|
},
|
7022
7025
|
$type: "color",
|
7023
|
-
$value: "#
|
7026
|
+
$value: "#132912",
|
7024
7027
|
$description: "used on pill hover states and message bg",
|
7025
7028
|
filePath: "data/tokens/modes/light.json",
|
7026
7029
|
isSource: true,
|
@@ -7029,7 +7032,7 @@
|
|
7029
7032
|
"studio.tokens": {
|
7030
7033
|
modify: {
|
7031
7034
|
type: "mix",
|
7032
|
-
value: "{
|
7035
|
+
value: "{primitives.color.modifiers.button.hover}",
|
7033
7036
|
space: "lch",
|
7034
7037
|
color: "{modes.color.status.positive.inverse.default}",
|
7035
7038
|
},
|
@@ -7162,7 +7165,7 @@
|
|
7162
7165
|
"studio.tokens": {
|
7163
7166
|
modify: {
|
7164
7167
|
type: "mix",
|
7165
|
-
value: "0.
|
7168
|
+
value: "0.15",
|
7166
7169
|
space: "lch",
|
7167
7170
|
color: "#000000",
|
7168
7171
|
format: "hex",
|
@@ -7170,7 +7173,7 @@
|
|
7170
7173
|
},
|
7171
7174
|
},
|
7172
7175
|
$type: "color",
|
7173
|
-
$value: "#
|
7176
|
+
$value: "#0e6d1d",
|
7174
7177
|
filePath: "data/tokens/modes/light.json",
|
7175
7178
|
isSource: true,
|
7176
7179
|
original: {
|
@@ -7178,7 +7181,7 @@
|
|
7178
7181
|
"studio.tokens": {
|
7179
7182
|
modify: {
|
7180
7183
|
type: "mix",
|
7181
|
-
value: "{
|
7184
|
+
value: "{primitives.color.modifiers.button.hover}",
|
7182
7185
|
space: "lch",
|
7183
7186
|
color: "{modes.color.modifier.contrastMore}",
|
7184
7187
|
},
|
@@ -7241,7 +7244,7 @@
|
|
7241
7244
|
"studio.tokens": {
|
7242
7245
|
modify: {
|
7243
7246
|
type: "mix",
|
7244
|
-
value: "0.
|
7247
|
+
value: "0.15",
|
7245
7248
|
space: "lch",
|
7246
7249
|
color: "#000000",
|
7247
7250
|
format: "hex",
|
@@ -7249,7 +7252,7 @@
|
|
7249
7252
|
},
|
7250
7253
|
},
|
7251
7254
|
$type: "color",
|
7252
|
-
$value: "#
|
7255
|
+
$value: "#0d6c3c",
|
7253
7256
|
filePath: "data/tokens/modes/light.json",
|
7254
7257
|
isSource: true,
|
7255
7258
|
original: {
|
@@ -7257,7 +7260,7 @@
|
|
7257
7260
|
"studio.tokens": {
|
7258
7261
|
modify: {
|
7259
7262
|
type: "mix",
|
7260
|
-
value: "{
|
7263
|
+
value: "{primitives.color.modifiers.button.hover}",
|
7261
7264
|
space: "lch",
|
7262
7265
|
color: "{modes.color.modifier.contrastMore}",
|
7263
7266
|
},
|
@@ -7308,119 +7311,6 @@
|
|
7308
7311
|
path: ["modes", "color", "modifier", "contrastMore"],
|
7309
7312
|
},
|
7310
7313
|
},
|
7311
|
-
modifiers: {
|
7312
|
-
button: {
|
7313
|
-
active: {
|
7314
|
-
$type: "other",
|
7315
|
-
$value: "0.32",
|
7316
|
-
$description: "Actve modifier used when 16% hover is used",
|
7317
|
-
filePath: "data/tokens/modes/light.json",
|
7318
|
-
isSource: true,
|
7319
|
-
original: {
|
7320
|
-
$type: "other",
|
7321
|
-
$value: "0.32",
|
7322
|
-
$description: "Actve modifier used when 16% hover is used",
|
7323
|
-
},
|
7324
|
-
name: "modesColorModifiersButtonActive",
|
7325
|
-
attributes: {},
|
7326
|
-
path: ["modes", "color", "modifiers", "button", "active"],
|
7327
|
-
},
|
7328
|
-
activeAlt: {
|
7329
|
-
$type: "other",
|
7330
|
-
$value: "0.16",
|
7331
|
-
$description: "Active appled when 8% hover is used",
|
7332
|
-
filePath: "data/tokens/modes/light.json",
|
7333
|
-
isSource: true,
|
7334
|
-
original: {
|
7335
|
-
$type: "other",
|
7336
|
-
$value: "0.16",
|
7337
|
-
$description: "Active appled when 8% hover is used",
|
7338
|
-
},
|
7339
|
-
name: "modesColorModifiersButtonActiveAlt",
|
7340
|
-
attributes: {},
|
7341
|
-
path: ["modes", "color", "modifiers", "button", "activeAlt"],
|
7342
|
-
},
|
7343
|
-
hover: {
|
7344
|
-
$type: "other",
|
7345
|
-
$value: "0.16",
|
7346
|
-
$description: "Hover used on primary buttons",
|
7347
|
-
filePath: "data/tokens/modes/light.json",
|
7348
|
-
isSource: true,
|
7349
|
-
original: {
|
7350
|
-
$type: "other",
|
7351
|
-
$value: "0.16",
|
7352
|
-
$description: "Hover used on primary buttons",
|
7353
|
-
},
|
7354
|
-
name: "modesColorModifiersButtonHover",
|
7355
|
-
attributes: {},
|
7356
|
-
path: ["modes", "color", "modifiers", "button", "hover"],
|
7357
|
-
},
|
7358
|
-
hoverAlt: {
|
7359
|
-
$type: "other",
|
7360
|
-
$value: "0.08",
|
7361
|
-
$description: "Hover used on secondary and tertiary buttons",
|
7362
|
-
filePath: "data/tokens/modes/light.json",
|
7363
|
-
isSource: true,
|
7364
|
-
original: {
|
7365
|
-
$type: "other",
|
7366
|
-
$value: "0.08",
|
7367
|
-
$description: "Hover used on secondary and tertiary buttons",
|
7368
|
-
},
|
7369
|
-
name: "modesColorModifiersButtonHoverAlt",
|
7370
|
-
attributes: {},
|
7371
|
-
path: ["modes", "color", "modifiers", "button", "hoverAlt"],
|
7372
|
-
},
|
7373
|
-
},
|
7374
|
-
input: {
|
7375
|
-
disabledBg: {
|
7376
|
-
$type: "other",
|
7377
|
-
$value: "0.04",
|
7378
|
-
$description: "less contrast",
|
7379
|
-
filePath: "data/tokens/modes/light.json",
|
7380
|
-
isSource: true,
|
7381
|
-
original: {
|
7382
|
-
$type: "other",
|
7383
|
-
$value: "0.04",
|
7384
|
-
$description: "less contrast",
|
7385
|
-
},
|
7386
|
-
name: "modesColorModifiersInputDisabledBg",
|
7387
|
-
attributes: {},
|
7388
|
-
path: ["modes", "color", "modifiers", "input", "disabledBg"],
|
7389
|
-
},
|
7390
|
-
disabledFg: {
|
7391
|
-
$type: "other",
|
7392
|
-
$value: "0.30",
|
7393
|
-
$description: "less contrast",
|
7394
|
-
filePath: "data/tokens/modes/light.json",
|
7395
|
-
isSource: true,
|
7396
|
-
original: {
|
7397
|
-
$type: "other",
|
7398
|
-
$value: "0.30",
|
7399
|
-
$description: "less contrast",
|
7400
|
-
},
|
7401
|
-
name: "modesColorModifiersInputDisabledFg",
|
7402
|
-
attributes: {},
|
7403
|
-
path: ["modes", "color", "modifiers", "input", "disabledFg"],
|
7404
|
-
},
|
7405
|
-
},
|
7406
|
-
shadow: {
|
7407
|
-
standard: {
|
7408
|
-
$type: "other",
|
7409
|
-
$value: "0.5",
|
7410
|
-
$description: "standard mixer for shadow",
|
7411
|
-
filePath: "data/tokens/modes/light.json",
|
7412
|
-
isSource: true,
|
7413
|
-
original: {
|
7414
|
-
$type: "other",
|
7415
|
-
$value: "0.5",
|
7416
|
-
$description: "standard mixer for shadow",
|
7417
|
-
},
|
7418
|
-
name: "modesColorModifiersShadowStandard",
|
7419
|
-
attributes: {},
|
7420
|
-
path: ["modes", "color", "modifiers", "shadow", "standard"],
|
7421
|
-
},
|
7422
|
-
},
|
7423
|
-
},
|
7424
7314
|
},
|
7425
7315
|
},
|
7426
7316
|
};
|