@sage/design-tokens 14.0.0 → 14.1.0
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 +302 -169
- 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 +2 -1
- package/css/frozenproduct/large/components/status.css +62 -12
- package/css/frozenproduct/large/components/table.css +1 -1
- package/css/frozenproduct/large/dark.css +114 -74
- package/css/frozenproduct/large/light.css +111 -71
- 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 +2 -1
- package/css/frozenproduct/small/components/status.css +62 -12
- package/css/frozenproduct/small/components/table.css +1 -1
- package/css/frozenproduct/small/dark.css +114 -74
- package/css/frozenproduct/small/light.css +111 -71
- package/css/marketing/all.css +302 -169
- 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 +2 -1
- package/css/marketing/large/components/status.css +62 -12
- package/css/marketing/large/components/table.css +1 -1
- package/css/marketing/large/dark.css +114 -74
- package/css/marketing/large/light.css +111 -71
- 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 +2 -1
- package/css/marketing/small/components/status.css +62 -12
- package/css/marketing/small/components/table.css +1 -1
- package/css/marketing/small/dark.css +114 -74
- package/css/marketing/small/light.css +111 -71
- package/css/product/all.css +302 -169
- 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 +2 -1
- package/css/product/large/components/status.css +62 -12
- package/css/product/large/components/table.css +1 -1
- package/css/product/large/dark.css +114 -74
- package/css/product/large/light.css +111 -71
- 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 +2 -1
- package/css/product/small/components/status.css +62 -12
- package/css/product/small/components/table.css +1 -1
- package/css/product/small/dark.css +114 -74
- package/css/product/small/light.css +111 -71
- package/ios/frozenproduct/large/dark/components/button.h +34 -32
- package/ios/frozenproduct/large/dark/components/container.h +4 -4
- 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 +2 -1
- package/ios/frozenproduct/large/dark/components/status.h +91 -41
- package/ios/frozenproduct/large/dark/components/tab.h +1 -1
- package/ios/frozenproduct/large/dark/components/table.h +3 -3
- package/ios/frozenproduct/large/dark/mode.h +112 -72
- 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 +2 -1
- package/ios/frozenproduct/large/light/components/status.h +91 -41
- package/ios/frozenproduct/large/light/components/tab.h +1 -1
- package/ios/frozenproduct/large/light/components/table.h +3 -3
- package/ios/frozenproduct/large/light/mode.h +109 -69
- package/ios/frozenproduct/small/dark/components/button.h +34 -32
- package/ios/frozenproduct/small/dark/components/container.h +4 -4
- 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 +2 -1
- package/ios/frozenproduct/small/dark/components/status.h +91 -41
- package/ios/frozenproduct/small/dark/components/tab.h +1 -1
- package/ios/frozenproduct/small/dark/components/table.h +3 -3
- package/ios/frozenproduct/small/dark/mode.h +112 -72
- 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 +2 -1
- package/ios/frozenproduct/small/light/components/status.h +91 -41
- package/ios/frozenproduct/small/light/components/tab.h +1 -1
- package/ios/frozenproduct/small/light/components/table.h +3 -3
- package/ios/frozenproduct/small/light/mode.h +109 -69
- package/ios/marketing/large/dark/components/button.h +34 -32
- package/ios/marketing/large/dark/components/container.h +4 -4
- 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 +2 -1
- package/ios/marketing/large/dark/components/status.h +91 -41
- package/ios/marketing/large/dark/components/tab.h +1 -1
- package/ios/marketing/large/dark/components/table.h +3 -3
- package/ios/marketing/large/dark/mode.h +112 -72
- 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 +2 -1
- package/ios/marketing/large/light/components/status.h +91 -41
- package/ios/marketing/large/light/components/tab.h +1 -1
- package/ios/marketing/large/light/components/table.h +3 -3
- package/ios/marketing/large/light/mode.h +109 -69
- package/ios/marketing/small/dark/components/button.h +34 -32
- package/ios/marketing/small/dark/components/container.h +4 -4
- 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 +2 -1
- package/ios/marketing/small/dark/components/status.h +91 -41
- package/ios/marketing/small/dark/components/tab.h +1 -1
- package/ios/marketing/small/dark/components/table.h +3 -3
- package/ios/marketing/small/dark/mode.h +112 -72
- 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 +2 -1
- package/ios/marketing/small/light/components/status.h +91 -41
- package/ios/marketing/small/light/components/tab.h +1 -1
- package/ios/marketing/small/light/components/table.h +3 -3
- package/ios/marketing/small/light/mode.h +109 -69
- package/ios/product/large/dark/components/button.h +34 -32
- package/ios/product/large/dark/components/container.h +4 -4
- 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 +2 -1
- package/ios/product/large/dark/components/status.h +91 -41
- package/ios/product/large/dark/components/tab.h +1 -1
- package/ios/product/large/dark/components/table.h +3 -3
- package/ios/product/large/dark/mode.h +112 -72
- 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 +2 -1
- package/ios/product/large/light/components/status.h +91 -41
- package/ios/product/large/light/components/tab.h +1 -1
- package/ios/product/large/light/components/table.h +3 -3
- package/ios/product/large/light/mode.h +109 -69
- package/ios/product/small/dark/components/button.h +34 -32
- package/ios/product/small/dark/components/container.h +4 -4
- 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 +2 -1
- package/ios/product/small/dark/components/status.h +91 -41
- package/ios/product/small/dark/components/tab.h +1 -1
- package/ios/product/small/dark/components/table.h +3 -3
- package/ios/product/small/dark/mode.h +112 -72
- 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 +2 -1
- package/ios/product/small/light/components/status.h +91 -41
- package/ios/product/small/light/components/tab.h +1 -1
- package/ios/product/small/light/components/table.h +3 -3
- package/ios/product/small/light/mode.h +109 -69
- 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 +6 -27
- 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 +17 -2
- package/js/common/frozenproduct/large/dark/components/status.d.ts +106 -34
- package/js/common/frozenproduct/large/dark/components/status.js +1269 -346
- package/js/common/frozenproduct/large/dark/components/tab.js +1 -1
- package/js/common/frozenproduct/large/dark/components/table.js +4 -4
- package/js/common/frozenproduct/large/dark/mode.d.ts +80 -24
- package/js/common/frozenproduct/large/dark/mode.js +1940 -462
- 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 +17 -2
- package/js/common/frozenproduct/large/light/components/status.d.ts +106 -34
- package/js/common/frozenproduct/large/light/components/status.js +1269 -346
- package/js/common/frozenproduct/large/light/components/tab.js +1 -1
- package/js/common/frozenproduct/large/light/components/table.js +4 -4
- package/js/common/frozenproduct/large/light/mode.d.ts +80 -24
- package/js/common/frozenproduct/large/light/mode.js +1949 -468
- 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 +6 -27
- 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 +17 -2
- package/js/common/frozenproduct/small/dark/components/status.d.ts +106 -34
- package/js/common/frozenproduct/small/dark/components/status.js +1269 -346
- package/js/common/frozenproduct/small/dark/components/tab.js +1 -1
- package/js/common/frozenproduct/small/dark/components/table.js +4 -4
- package/js/common/frozenproduct/small/dark/mode.d.ts +80 -24
- package/js/common/frozenproduct/small/dark/mode.js +1940 -462
- 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 +17 -2
- package/js/common/frozenproduct/small/light/components/status.d.ts +106 -34
- package/js/common/frozenproduct/small/light/components/status.js +1269 -346
- package/js/common/frozenproduct/small/light/components/tab.js +1 -1
- package/js/common/frozenproduct/small/light/components/table.js +4 -4
- package/js/common/frozenproduct/small/light/mode.d.ts +80 -24
- package/js/common/frozenproduct/small/light/mode.js +1949 -468
- 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 +6 -27
- 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 +17 -2
- package/js/common/marketing/large/dark/components/status.d.ts +106 -34
- package/js/common/marketing/large/dark/components/status.js +1269 -346
- package/js/common/marketing/large/dark/components/tab.js +1 -1
- package/js/common/marketing/large/dark/components/table.js +4 -4
- package/js/common/marketing/large/dark/mode.d.ts +80 -24
- package/js/common/marketing/large/dark/mode.js +1940 -462
- 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 +17 -2
- package/js/common/marketing/large/light/components/status.d.ts +106 -34
- package/js/common/marketing/large/light/components/status.js +1269 -346
- package/js/common/marketing/large/light/components/tab.js +1 -1
- package/js/common/marketing/large/light/components/table.js +4 -4
- package/js/common/marketing/large/light/mode.d.ts +80 -24
- package/js/common/marketing/large/light/mode.js +1949 -468
- 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 +6 -27
- 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 +17 -2
- package/js/common/marketing/small/dark/components/status.d.ts +106 -34
- package/js/common/marketing/small/dark/components/status.js +1269 -346
- package/js/common/marketing/small/dark/components/tab.js +1 -1
- package/js/common/marketing/small/dark/components/table.js +4 -4
- package/js/common/marketing/small/dark/mode.d.ts +80 -24
- package/js/common/marketing/small/dark/mode.js +1940 -462
- 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 +17 -2
- package/js/common/marketing/small/light/components/status.d.ts +106 -34
- package/js/common/marketing/small/light/components/status.js +1269 -346
- package/js/common/marketing/small/light/components/tab.js +1 -1
- package/js/common/marketing/small/light/components/table.js +4 -4
- package/js/common/marketing/small/light/mode.d.ts +80 -24
- package/js/common/marketing/small/light/mode.js +1949 -468
- 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 +6 -27
- 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 +17 -2
- package/js/common/product/large/dark/components/status.d.ts +106 -34
- package/js/common/product/large/dark/components/status.js +1269 -346
- package/js/common/product/large/dark/components/tab.js +1 -1
- package/js/common/product/large/dark/components/table.js +4 -4
- package/js/common/product/large/dark/mode.d.ts +80 -24
- package/js/common/product/large/dark/mode.js +1940 -462
- 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 +17 -2
- package/js/common/product/large/light/components/status.d.ts +106 -34
- package/js/common/product/large/light/components/status.js +1269 -346
- package/js/common/product/large/light/components/tab.js +1 -1
- package/js/common/product/large/light/components/table.js +4 -4
- package/js/common/product/large/light/mode.d.ts +80 -24
- package/js/common/product/large/light/mode.js +1949 -468
- 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 +6 -27
- 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 +17 -2
- package/js/common/product/small/dark/components/status.d.ts +106 -34
- package/js/common/product/small/dark/components/status.js +1269 -346
- package/js/common/product/small/dark/components/tab.js +1 -1
- package/js/common/product/small/dark/components/table.js +4 -4
- package/js/common/product/small/dark/mode.d.ts +80 -24
- package/js/common/product/small/dark/mode.js +1940 -462
- 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 +17 -2
- package/js/common/product/small/light/components/status.d.ts +106 -34
- package/js/common/product/small/light/components/status.js +1269 -346
- package/js/common/product/small/light/components/tab.js +1 -1
- package/js/common/product/small/light/components/table.js +4 -4
- package/js/common/product/small/light/mode.d.ts +80 -24
- package/js/common/product/small/light/mode.js +1949 -468
- 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 +4 -4
- 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 +2 -1
- package/js/es6/frozenproduct/large/dark/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/large/dark/components/status.js +91 -41
- package/js/es6/frozenproduct/large/dark/components/tab.js +1 -1
- package/js/es6/frozenproduct/large/dark/components/table.js +3 -3
- package/js/es6/frozenproduct/large/dark/mode.d.ts +51 -11
- package/js/es6/frozenproduct/large/dark/mode.js +112 -72
- 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 +2 -1
- package/js/es6/frozenproduct/large/light/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/large/light/components/status.js +91 -41
- package/js/es6/frozenproduct/large/light/components/tab.js +1 -1
- package/js/es6/frozenproduct/large/light/components/table.js +3 -3
- package/js/es6/frozenproduct/large/light/mode.d.ts +51 -11
- package/js/es6/frozenproduct/large/light/mode.js +109 -69
- 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 +4 -4
- 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 +2 -1
- package/js/es6/frozenproduct/small/dark/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/small/dark/components/status.js +91 -41
- package/js/es6/frozenproduct/small/dark/components/tab.js +1 -1
- package/js/es6/frozenproduct/small/dark/components/table.js +3 -3
- package/js/es6/frozenproduct/small/dark/mode.d.ts +51 -11
- package/js/es6/frozenproduct/small/dark/mode.js +112 -72
- 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 +2 -1
- package/js/es6/frozenproduct/small/light/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/small/light/components/status.js +91 -41
- package/js/es6/frozenproduct/small/light/components/tab.js +1 -1
- package/js/es6/frozenproduct/small/light/components/table.js +3 -3
- package/js/es6/frozenproduct/small/light/mode.d.ts +51 -11
- package/js/es6/frozenproduct/small/light/mode.js +109 -69
- 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 +4 -4
- 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 +2 -1
- package/js/es6/marketing/large/dark/components/status.d.ts +72 -22
- package/js/es6/marketing/large/dark/components/status.js +91 -41
- package/js/es6/marketing/large/dark/components/tab.js +1 -1
- package/js/es6/marketing/large/dark/components/table.js +3 -3
- package/js/es6/marketing/large/dark/mode.d.ts +51 -11
- package/js/es6/marketing/large/dark/mode.js +112 -72
- 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 +2 -1
- package/js/es6/marketing/large/light/components/status.d.ts +72 -22
- package/js/es6/marketing/large/light/components/status.js +91 -41
- package/js/es6/marketing/large/light/components/tab.js +1 -1
- package/js/es6/marketing/large/light/components/table.js +3 -3
- package/js/es6/marketing/large/light/mode.d.ts +51 -11
- package/js/es6/marketing/large/light/mode.js +109 -69
- 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 +4 -4
- 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 +2 -1
- package/js/es6/marketing/small/dark/components/status.d.ts +72 -22
- package/js/es6/marketing/small/dark/components/status.js +91 -41
- package/js/es6/marketing/small/dark/components/tab.js +1 -1
- package/js/es6/marketing/small/dark/components/table.js +3 -3
- package/js/es6/marketing/small/dark/mode.d.ts +51 -11
- package/js/es6/marketing/small/dark/mode.js +112 -72
- 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 +2 -1
- package/js/es6/marketing/small/light/components/status.d.ts +72 -22
- package/js/es6/marketing/small/light/components/status.js +91 -41
- package/js/es6/marketing/small/light/components/tab.js +1 -1
- package/js/es6/marketing/small/light/components/table.js +3 -3
- package/js/es6/marketing/small/light/mode.d.ts +51 -11
- package/js/es6/marketing/small/light/mode.js +109 -69
- 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 +4 -4
- 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 +2 -1
- package/js/es6/product/large/dark/components/status.d.ts +72 -22
- package/js/es6/product/large/dark/components/status.js +91 -41
- package/js/es6/product/large/dark/components/tab.js +1 -1
- package/js/es6/product/large/dark/components/table.js +3 -3
- package/js/es6/product/large/dark/mode.d.ts +51 -11
- package/js/es6/product/large/dark/mode.js +112 -72
- 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 +2 -1
- package/js/es6/product/large/light/components/status.d.ts +72 -22
- package/js/es6/product/large/light/components/status.js +91 -41
- package/js/es6/product/large/light/components/tab.js +1 -1
- package/js/es6/product/large/light/components/table.js +3 -3
- package/js/es6/product/large/light/mode.d.ts +51 -11
- package/js/es6/product/large/light/mode.js +109 -69
- 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 +4 -4
- 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 +2 -1
- package/js/es6/product/small/dark/components/status.d.ts +72 -22
- package/js/es6/product/small/dark/components/status.js +91 -41
- package/js/es6/product/small/dark/components/tab.js +1 -1
- package/js/es6/product/small/dark/components/table.js +3 -3
- package/js/es6/product/small/dark/mode.d.ts +51 -11
- package/js/es6/product/small/dark/mode.js +112 -72
- 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 +2 -1
- package/js/es6/product/small/light/components/status.d.ts +72 -22
- package/js/es6/product/small/light/components/status.js +91 -41
- package/js/es6/product/small/light/components/tab.js +1 -1
- package/js/es6/product/small/light/components/table.js +3 -3
- package/js/es6/product/small/light/mode.d.ts +51 -11
- package/js/es6/product/small/light/mode.js +109 -69
- package/js/umd/frozenproduct/large/dark/components/button.js +68 -34
- package/js/umd/frozenproduct/large/dark/components/container.js +6 -27
- 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 +17 -2
- package/js/umd/frozenproduct/large/dark/components/status.js +1357 -357
- package/js/umd/frozenproduct/large/dark/components/tab.js +1 -1
- package/js/umd/frozenproduct/large/dark/components/table.js +4 -4
- package/js/umd/frozenproduct/large/dark/mode.js +2024 -461
- 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 +17 -2
- package/js/umd/frozenproduct/large/light/components/status.js +1357 -357
- package/js/umd/frozenproduct/large/light/components/tab.js +1 -1
- package/js/umd/frozenproduct/large/light/components/table.js +4 -4
- package/js/umd/frozenproduct/large/light/mode.js +2032 -468
- package/js/umd/frozenproduct/small/dark/components/button.js +68 -34
- package/js/umd/frozenproduct/small/dark/components/container.js +6 -27
- 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 +17 -2
- package/js/umd/frozenproduct/small/dark/components/status.js +1357 -357
- package/js/umd/frozenproduct/small/dark/components/tab.js +1 -1
- package/js/umd/frozenproduct/small/dark/components/table.js +4 -4
- package/js/umd/frozenproduct/small/dark/mode.js +2024 -461
- 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 +17 -2
- package/js/umd/frozenproduct/small/light/components/status.js +1357 -357
- package/js/umd/frozenproduct/small/light/components/tab.js +1 -1
- package/js/umd/frozenproduct/small/light/components/table.js +4 -4
- package/js/umd/frozenproduct/small/light/mode.js +2032 -468
- package/js/umd/marketing/large/dark/components/button.js +68 -34
- package/js/umd/marketing/large/dark/components/container.js +6 -27
- 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 +17 -2
- package/js/umd/marketing/large/dark/components/status.js +1357 -357
- package/js/umd/marketing/large/dark/components/tab.js +1 -1
- package/js/umd/marketing/large/dark/components/table.js +4 -4
- package/js/umd/marketing/large/dark/mode.js +2024 -461
- 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 +17 -2
- package/js/umd/marketing/large/light/components/status.js +1357 -357
- package/js/umd/marketing/large/light/components/tab.js +1 -1
- package/js/umd/marketing/large/light/components/table.js +4 -4
- package/js/umd/marketing/large/light/mode.js +2032 -468
- package/js/umd/marketing/small/dark/components/button.js +68 -34
- package/js/umd/marketing/small/dark/components/container.js +6 -27
- 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 +17 -2
- package/js/umd/marketing/small/dark/components/status.js +1357 -357
- package/js/umd/marketing/small/dark/components/tab.js +1 -1
- package/js/umd/marketing/small/dark/components/table.js +4 -4
- package/js/umd/marketing/small/dark/mode.js +2024 -461
- 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 +17 -2
- package/js/umd/marketing/small/light/components/status.js +1357 -357
- package/js/umd/marketing/small/light/components/tab.js +1 -1
- package/js/umd/marketing/small/light/components/table.js +4 -4
- package/js/umd/marketing/small/light/mode.js +2032 -468
- package/js/umd/product/large/dark/components/button.js +68 -34
- package/js/umd/product/large/dark/components/container.js +6 -27
- 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 +17 -2
- package/js/umd/product/large/dark/components/status.js +1357 -357
- package/js/umd/product/large/dark/components/tab.js +1 -1
- package/js/umd/product/large/dark/components/table.js +4 -4
- package/js/umd/product/large/dark/mode.js +2024 -461
- 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 +17 -2
- package/js/umd/product/large/light/components/status.js +1357 -357
- package/js/umd/product/large/light/components/tab.js +1 -1
- package/js/umd/product/large/light/components/table.js +4 -4
- package/js/umd/product/large/light/mode.js +2032 -468
- package/js/umd/product/small/dark/components/button.js +68 -34
- package/js/umd/product/small/dark/components/container.js +6 -27
- 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 +17 -2
- package/js/umd/product/small/dark/components/status.js +1357 -357
- package/js/umd/product/small/dark/components/tab.js +1 -1
- package/js/umd/product/small/dark/components/table.js +4 -4
- package/js/umd/product/small/dark/mode.js +2024 -461
- 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 +17 -2
- package/js/umd/product/small/light/components/status.js +1357 -357
- package/js/umd/product/small/light/components/tab.js +1 -1
- package/js/umd/product/small/light/components/table.js +4 -4
- package/js/umd/product/small/light/mode.js +2032 -468
- package/json/flat/frozenproduct/large/dark/components/button.json +34 -32
- package/json/flat/frozenproduct/large/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/flat/frozenproduct/large/dark/components/status.json +91 -41
- package/json/flat/frozenproduct/large/dark/components/tab.json +1 -1
- package/json/flat/frozenproduct/large/dark/components/table.json +3 -3
- package/json/flat/frozenproduct/large/dark/mode.json +113 -73
- 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 +2 -1
- package/json/flat/frozenproduct/large/light/components/status.json +91 -41
- package/json/flat/frozenproduct/large/light/components/tab.json +1 -1
- package/json/flat/frozenproduct/large/light/components/table.json +3 -3
- package/json/flat/frozenproduct/large/light/mode.json +110 -70
- package/json/flat/frozenproduct/small/dark/components/button.json +34 -32
- package/json/flat/frozenproduct/small/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/flat/frozenproduct/small/dark/components/status.json +91 -41
- package/json/flat/frozenproduct/small/dark/components/tab.json +1 -1
- package/json/flat/frozenproduct/small/dark/components/table.json +3 -3
- package/json/flat/frozenproduct/small/dark/mode.json +113 -73
- 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 +2 -1
- package/json/flat/frozenproduct/small/light/components/status.json +91 -41
- package/json/flat/frozenproduct/small/light/components/tab.json +1 -1
- package/json/flat/frozenproduct/small/light/components/table.json +3 -3
- package/json/flat/frozenproduct/small/light/mode.json +110 -70
- package/json/flat/marketing/large/dark/components/button.json +34 -32
- package/json/flat/marketing/large/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/flat/marketing/large/dark/components/status.json +91 -41
- package/json/flat/marketing/large/dark/components/tab.json +1 -1
- package/json/flat/marketing/large/dark/components/table.json +3 -3
- package/json/flat/marketing/large/dark/mode.json +113 -73
- 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 +2 -1
- package/json/flat/marketing/large/light/components/status.json +91 -41
- package/json/flat/marketing/large/light/components/tab.json +1 -1
- package/json/flat/marketing/large/light/components/table.json +3 -3
- package/json/flat/marketing/large/light/mode.json +110 -70
- package/json/flat/marketing/small/dark/components/button.json +34 -32
- package/json/flat/marketing/small/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/flat/marketing/small/dark/components/status.json +91 -41
- package/json/flat/marketing/small/dark/components/tab.json +1 -1
- package/json/flat/marketing/small/dark/components/table.json +3 -3
- package/json/flat/marketing/small/dark/mode.json +113 -73
- 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 +2 -1
- package/json/flat/marketing/small/light/components/status.json +91 -41
- package/json/flat/marketing/small/light/components/tab.json +1 -1
- package/json/flat/marketing/small/light/components/table.json +3 -3
- package/json/flat/marketing/small/light/mode.json +110 -70
- package/json/flat/product/large/dark/components/button.json +34 -32
- package/json/flat/product/large/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/flat/product/large/dark/components/status.json +91 -41
- package/json/flat/product/large/dark/components/tab.json +1 -1
- package/json/flat/product/large/dark/components/table.json +3 -3
- package/json/flat/product/large/dark/mode.json +113 -73
- 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 +2 -1
- package/json/flat/product/large/light/components/status.json +91 -41
- package/json/flat/product/large/light/components/tab.json +1 -1
- package/json/flat/product/large/light/components/table.json +3 -3
- package/json/flat/product/large/light/mode.json +110 -70
- package/json/flat/product/small/dark/components/button.json +34 -32
- package/json/flat/product/small/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/flat/product/small/dark/components/status.json +91 -41
- package/json/flat/product/small/dark/components/tab.json +1 -1
- package/json/flat/product/small/dark/components/table.json +3 -3
- package/json/flat/product/small/dark/mode.json +113 -73
- 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 +2 -1
- package/json/flat/product/small/light/components/status.json +91 -41
- package/json/flat/product/small/light/components/tab.json +1 -1
- package/json/flat/product/small/light/components/table.json +3 -3
- package/json/flat/product/small/light/mode.json +110 -70
- package/json/nested/frozenproduct/large/dark/components/button.json +34 -32
- package/json/nested/frozenproduct/large/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/nested/frozenproduct/large/dark/components/status.json +127 -55
- package/json/nested/frozenproduct/large/dark/components/tab.json +1 -1
- package/json/nested/frozenproduct/large/dark/components/table.json +3 -3
- package/json/nested/frozenproduct/large/dark/mode.json +141 -85
- 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 +2 -1
- package/json/nested/frozenproduct/large/light/components/status.json +127 -55
- package/json/nested/frozenproduct/large/light/components/tab.json +1 -1
- package/json/nested/frozenproduct/large/light/components/table.json +3 -3
- package/json/nested/frozenproduct/large/light/mode.json +138 -82
- package/json/nested/frozenproduct/small/dark/components/button.json +34 -32
- package/json/nested/frozenproduct/small/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/nested/frozenproduct/small/dark/components/status.json +127 -55
- package/json/nested/frozenproduct/small/dark/components/tab.json +1 -1
- package/json/nested/frozenproduct/small/dark/components/table.json +3 -3
- package/json/nested/frozenproduct/small/dark/mode.json +141 -85
- 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 +2 -1
- package/json/nested/frozenproduct/small/light/components/status.json +127 -55
- package/json/nested/frozenproduct/small/light/components/tab.json +1 -1
- package/json/nested/frozenproduct/small/light/components/table.json +3 -3
- package/json/nested/frozenproduct/small/light/mode.json +138 -82
- package/json/nested/marketing/large/dark/components/button.json +34 -32
- package/json/nested/marketing/large/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/nested/marketing/large/dark/components/status.json +127 -55
- package/json/nested/marketing/large/dark/components/tab.json +1 -1
- package/json/nested/marketing/large/dark/components/table.json +3 -3
- package/json/nested/marketing/large/dark/mode.json +141 -85
- 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 +2 -1
- package/json/nested/marketing/large/light/components/status.json +127 -55
- package/json/nested/marketing/large/light/components/tab.json +1 -1
- package/json/nested/marketing/large/light/components/table.json +3 -3
- package/json/nested/marketing/large/light/mode.json +138 -82
- package/json/nested/marketing/small/dark/components/button.json +34 -32
- package/json/nested/marketing/small/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/nested/marketing/small/dark/components/status.json +127 -55
- package/json/nested/marketing/small/dark/components/tab.json +1 -1
- package/json/nested/marketing/small/dark/components/table.json +3 -3
- package/json/nested/marketing/small/dark/mode.json +141 -85
- 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 +2 -1
- package/json/nested/marketing/small/light/components/status.json +127 -55
- package/json/nested/marketing/small/light/components/tab.json +1 -1
- package/json/nested/marketing/small/light/components/table.json +3 -3
- package/json/nested/marketing/small/light/mode.json +138 -82
- package/json/nested/product/large/dark/components/button.json +34 -32
- package/json/nested/product/large/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/nested/product/large/dark/components/status.json +127 -55
- package/json/nested/product/large/dark/components/tab.json +1 -1
- package/json/nested/product/large/dark/components/table.json +3 -3
- package/json/nested/product/large/dark/mode.json +141 -85
- 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 +2 -1
- package/json/nested/product/large/light/components/status.json +127 -55
- package/json/nested/product/large/light/components/tab.json +1 -1
- package/json/nested/product/large/light/components/table.json +3 -3
- package/json/nested/product/large/light/mode.json +138 -82
- package/json/nested/product/small/dark/components/button.json +34 -32
- package/json/nested/product/small/dark/components/container.json +4 -4
- 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 +2 -1
- package/json/nested/product/small/dark/components/status.json +127 -55
- package/json/nested/product/small/dark/components/tab.json +1 -1
- package/json/nested/product/small/dark/components/table.json +3 -3
- package/json/nested/product/small/dark/mode.json +141 -85
- 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 +2 -1
- package/json/nested/product/small/light/components/status.json +127 -55
- package/json/nested/product/small/light/components/tab.json +1 -1
- package/json/nested/product/small/light/components/table.json +3 -3
- package/json/nested/product/small/light/mode.json +138 -82
- package/package.json +1 -1
- package/sage-design-tokens-14.1.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +19 -17
- package/scss/frozenproduct/large/components/container.scss +11 -11
- package/scss/frozenproduct/large/components/form.scss +7 -7
- package/scss/frozenproduct/large/components/link.scss +4 -4
- package/scss/frozenproduct/large/components/nav.scss +5 -5
- package/scss/frozenproduct/large/components/page.scss +1 -1
- package/scss/frozenproduct/large/components/popover.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +8 -7
- package/scss/frozenproduct/large/components/status.scss +64 -14
- package/scss/frozenproduct/large/components/tab.scss +7 -7
- package/scss/frozenproduct/large/components/table.scss +11 -11
- package/scss/frozenproduct/large/dark.scss +114 -74
- package/scss/frozenproduct/large/light.scss +111 -71
- package/scss/frozenproduct/small/components/button.scss +17 -15
- package/scss/frozenproduct/small/components/container.scss +11 -11
- package/scss/frozenproduct/small/components/form.scss +7 -7
- package/scss/frozenproduct/small/components/link.scss +4 -4
- package/scss/frozenproduct/small/components/nav.scss +5 -5
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +8 -7
- package/scss/frozenproduct/small/components/status.scss +64 -14
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +11 -11
- package/scss/frozenproduct/small/dark.scss +114 -74
- package/scss/frozenproduct/small/light.scss +111 -71
- 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 +2 -1
- package/scss/marketing/large/components/status.scss +62 -12
- package/scss/marketing/large/components/table.scss +1 -1
- package/scss/marketing/large/dark.scss +114 -74
- package/scss/marketing/large/light.scss +111 -71
- 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 +8 -7
- package/scss/marketing/small/components/status.scss +64 -14
- package/scss/marketing/small/components/tab.scss +7 -7
- package/scss/marketing/small/components/table.scss +11 -11
- package/scss/marketing/small/dark.scss +114 -74
- package/scss/marketing/small/light.scss +111 -71
- 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 +8 -7
- package/scss/product/large/components/status.scss +64 -14
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +11 -11
- package/scss/product/large/dark.scss +114 -74
- package/scss/product/large/light.scss +111 -71
- 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 +2 -1
- package/scss/product/small/components/status.scss +62 -12
- package/scss/product/small/components/table.scss +1 -1
- package/scss/product/small/dark.scss +114 -74
- package/scss/product/small/light.scss +111 -71
- package/sage-design-tokens-14.0.0.tgz +0 -0
@@ -38,227 +38,6 @@
|
|
38
38
|
path: ["status", "color", "none"],
|
39
39
|
},
|
40
40
|
message: {
|
41
|
-
global: {
|
42
|
-
"label-default": {
|
43
|
-
$type: "color",
|
44
|
-
$value: "#000000f2",
|
45
|
-
filePath: "data/tokens/components/status.json",
|
46
|
-
isSource: true,
|
47
|
-
original: {
|
48
|
-
$type: "color",
|
49
|
-
$value: "{modes.color.status.content.withDefaultAlt}",
|
50
|
-
},
|
51
|
-
name: "statusColorMessageGlobalLabelDefault",
|
52
|
-
attributes: {},
|
53
|
-
path: ["status", "color", "message", "global", "label-default"],
|
54
|
-
},
|
55
|
-
"label-hover": {
|
56
|
-
$type: "color",
|
57
|
-
$value: "#000000",
|
58
|
-
filePath: "data/tokens/components/status.json",
|
59
|
-
isSource: true,
|
60
|
-
original: {
|
61
|
-
$type: "color",
|
62
|
-
$value: "{modes.color.interactive.monochrome.withHover}",
|
63
|
-
},
|
64
|
-
name: "statusColorMessageGlobalLabelHover",
|
65
|
-
attributes: {},
|
66
|
-
path: ["status", "color", "message", "global", "label-hover"],
|
67
|
-
},
|
68
|
-
callout: {
|
69
|
-
"bg-default": {
|
70
|
-
$type: "color",
|
71
|
-
$value: "#e5fae2",
|
72
|
-
$description: "Global message bg",
|
73
|
-
filePath: "data/tokens/components/status.json",
|
74
|
-
isSource: true,
|
75
|
-
original: {
|
76
|
-
$type: "color",
|
77
|
-
$value: "{modes.color.status.callout.defaultAlt}",
|
78
|
-
$description: "Global message bg",
|
79
|
-
},
|
80
|
-
name: "statusColorMessageGlobalCalloutBgDefault",
|
81
|
-
attributes: {},
|
82
|
-
path: [
|
83
|
-
"status",
|
84
|
-
"color",
|
85
|
-
"message",
|
86
|
-
"global",
|
87
|
-
"callout",
|
88
|
-
"bg-default",
|
89
|
-
],
|
90
|
-
},
|
91
|
-
"bg-hover": {
|
92
|
-
$type: "color",
|
93
|
-
$value: "#d8ecd5",
|
94
|
-
$description: "global message bg hover",
|
95
|
-
filePath: "data/tokens/components/status.json",
|
96
|
-
isSource: true,
|
97
|
-
original: {
|
98
|
-
$type: "color",
|
99
|
-
$value: "{modes.color.status.callout.hoverAlt}",
|
100
|
-
$description: "global message bg hover",
|
101
|
-
},
|
102
|
-
name: "statusColorMessageGlobalCalloutBgHover",
|
103
|
-
attributes: {},
|
104
|
-
path: [
|
105
|
-
"status",
|
106
|
-
"color",
|
107
|
-
"message",
|
108
|
-
"global",
|
109
|
-
"callout",
|
110
|
-
"bg-hover",
|
111
|
-
],
|
112
|
-
},
|
113
|
-
icon: {
|
114
|
-
$type: "color",
|
115
|
-
$value: "#000000f2",
|
116
|
-
$description: "Icon on tinted bgs",
|
117
|
-
filePath: "data/tokens/components/status.json",
|
118
|
-
isSource: true,
|
119
|
-
original: {
|
120
|
-
$type: "color",
|
121
|
-
$value: "{modes.color.status.content.withDefaultAlt}",
|
122
|
-
$description: "Icon on tinted bgs",
|
123
|
-
},
|
124
|
-
name: "statusColorMessageGlobalCalloutIcon",
|
125
|
-
attributes: {},
|
126
|
-
path: [
|
127
|
-
"status",
|
128
|
-
"color",
|
129
|
-
"message",
|
130
|
-
"global",
|
131
|
-
"callout",
|
132
|
-
"icon",
|
133
|
-
],
|
134
|
-
},
|
135
|
-
},
|
136
|
-
info: {
|
137
|
-
"bg-default": {
|
138
|
-
$type: "color",
|
139
|
-
$value: "#eaeef6",
|
140
|
-
$description: "Global message bg",
|
141
|
-
filePath: "data/tokens/components/status.json",
|
142
|
-
isSource: true,
|
143
|
-
original: {
|
144
|
-
$type: "color",
|
145
|
-
$value: "{modes.color.status.info.defaultAlt}",
|
146
|
-
$description: "Global message bg",
|
147
|
-
},
|
148
|
-
name: "statusColorMessageGlobalInfoBgDefault",
|
149
|
-
attributes: {},
|
150
|
-
path: [
|
151
|
-
"status",
|
152
|
-
"color",
|
153
|
-
"message",
|
154
|
-
"global",
|
155
|
-
"info",
|
156
|
-
"bg-default",
|
157
|
-
],
|
158
|
-
},
|
159
|
-
"bg-hover": {
|
160
|
-
$type: "color",
|
161
|
-
$value: "#cbd6e9",
|
162
|
-
filePath: "data/tokens/components/status.json",
|
163
|
-
isSource: true,
|
164
|
-
original: {
|
165
|
-
$type: "color",
|
166
|
-
$value: "{modes.color.status.info.hoverAlt}",
|
167
|
-
},
|
168
|
-
name: "statusColorMessageGlobalInfoBgHover",
|
169
|
-
attributes: {},
|
170
|
-
path: [
|
171
|
-
"status",
|
172
|
-
"color",
|
173
|
-
"message",
|
174
|
-
"global",
|
175
|
-
"info",
|
176
|
-
"bg-hover",
|
177
|
-
],
|
178
|
-
},
|
179
|
-
icon: {
|
180
|
-
$type: "color",
|
181
|
-
$value: "#0060A7",
|
182
|
-
$description: "Icon on tinted bgs",
|
183
|
-
filePath: "data/tokens/components/status.json",
|
184
|
-
isSource: true,
|
185
|
-
original: {
|
186
|
-
$type: "color",
|
187
|
-
$value: "{modes.color.status.info.default}",
|
188
|
-
$description: "Icon on tinted bgs",
|
189
|
-
},
|
190
|
-
name: "statusColorMessageGlobalInfoIcon",
|
191
|
-
attributes: {},
|
192
|
-
path: ["status", "color", "message", "global", "info", "icon"],
|
193
|
-
},
|
194
|
-
},
|
195
|
-
warning: {
|
196
|
-
"bg-default": {
|
197
|
-
$type: "color",
|
198
|
-
$value: "#ffede5",
|
199
|
-
$description: "Global message bg",
|
200
|
-
filePath: "data/tokens/components/status.json",
|
201
|
-
isSource: true,
|
202
|
-
original: {
|
203
|
-
$type: "color",
|
204
|
-
$value: "{modes.color.status.caution.defaultAlt}",
|
205
|
-
$description: "Global message bg",
|
206
|
-
},
|
207
|
-
name: "statusColorMessageGlobalWarningBgDefault",
|
208
|
-
attributes: {},
|
209
|
-
path: [
|
210
|
-
"status",
|
211
|
-
"color",
|
212
|
-
"message",
|
213
|
-
"global",
|
214
|
-
"warning",
|
215
|
-
"bg-default",
|
216
|
-
],
|
217
|
-
},
|
218
|
-
"bg-hover": {
|
219
|
-
$type: "color",
|
220
|
-
$value: "#fdd3c0",
|
221
|
-
filePath: "data/tokens/components/status.json",
|
222
|
-
isSource: true,
|
223
|
-
original: {
|
224
|
-
$type: "color",
|
225
|
-
$value: "{modes.color.status.caution.hoverAlt}",
|
226
|
-
},
|
227
|
-
name: "statusColorMessageGlobalWarningBgHover",
|
228
|
-
attributes: {},
|
229
|
-
path: [
|
230
|
-
"status",
|
231
|
-
"color",
|
232
|
-
"message",
|
233
|
-
"global",
|
234
|
-
"warning",
|
235
|
-
"bg-hover",
|
236
|
-
],
|
237
|
-
},
|
238
|
-
icon: {
|
239
|
-
$type: "color",
|
240
|
-
$value: "#D64309",
|
241
|
-
$description: "Icon on tinted bgs",
|
242
|
-
filePath: "data/tokens/components/status.json",
|
243
|
-
isSource: true,
|
244
|
-
original: {
|
245
|
-
$type: "color",
|
246
|
-
$value: "{modes.color.status.caution.default}",
|
247
|
-
$description: "Icon on tinted bgs",
|
248
|
-
},
|
249
|
-
name: "statusColorMessageGlobalWarningIcon",
|
250
|
-
attributes: {},
|
251
|
-
path: [
|
252
|
-
"status",
|
253
|
-
"color",
|
254
|
-
"message",
|
255
|
-
"global",
|
256
|
-
"warning",
|
257
|
-
"icon",
|
258
|
-
],
|
259
|
-
},
|
260
|
-
},
|
261
|
-
},
|
262
41
|
contextual: {
|
263
42
|
bg: {
|
264
43
|
$type: "color",
|
@@ -769,140 +548,1225 @@
|
|
769
548
|
},
|
770
549
|
},
|
771
550
|
},
|
772
|
-
|
773
|
-
pill: {
|
774
|
-
generic: {
|
551
|
+
global: {
|
775
552
|
"label-default": {
|
776
553
|
$type: "color",
|
777
|
-
$value: "#
|
554
|
+
$value: "#000000f2",
|
778
555
|
filePath: "data/tokens/components/status.json",
|
779
556
|
isSource: true,
|
780
557
|
original: {
|
781
558
|
$type: "color",
|
782
|
-
$value: "{modes.color.status.content.
|
559
|
+
$value: "{modes.color.status.content.withDefaultAlt}",
|
783
560
|
},
|
784
|
-
name: "
|
561
|
+
name: "statusColorMessageGlobalLabelDefault",
|
785
562
|
attributes: {},
|
786
|
-
path: ["status", "color", "
|
563
|
+
path: ["status", "color", "message", "global", "label-default"],
|
787
564
|
},
|
788
565
|
"label-hover": {
|
789
566
|
$type: "color",
|
790
|
-
$value: "#
|
567
|
+
$value: "#000000",
|
791
568
|
filePath: "data/tokens/components/status.json",
|
792
569
|
isSource: true,
|
793
570
|
original: {
|
794
571
|
$type: "color",
|
795
|
-
$value: "{modes.color.
|
572
|
+
$value: "{modes.color.interactive.monochrome.withHover}",
|
796
573
|
},
|
797
|
-
name: "
|
574
|
+
name: "statusColorMessageGlobalLabelHover",
|
798
575
|
attributes: {},
|
799
|
-
path: ["status", "color", "
|
576
|
+
path: ["status", "color", "message", "global", "label-hover"],
|
800
577
|
},
|
801
|
-
|
802
|
-
|
803
|
-
$value: "#000000f2",
|
804
|
-
filePath: "data/tokens/components/status.json",
|
805
|
-
isSource: true,
|
806
|
-
original: {
|
578
|
+
callout: {
|
579
|
+
"bg-default": {
|
807
580
|
$type: "color",
|
808
|
-
$value: "
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
581
|
+
$value: "#e5fae2",
|
582
|
+
$description: "Global message bg",
|
583
|
+
filePath: "data/tokens/components/status.json",
|
584
|
+
isSource: true,
|
585
|
+
original: {
|
586
|
+
$type: "color",
|
587
|
+
$value: "{modes.color.status.callout.defaultAlt}",
|
588
|
+
$description: "Global message bg",
|
589
|
+
},
|
590
|
+
name: "statusColorMessageGlobalCalloutBgDefault",
|
591
|
+
attributes: {},
|
592
|
+
path: [
|
593
|
+
"status",
|
594
|
+
"color",
|
595
|
+
"message",
|
596
|
+
"global",
|
597
|
+
"callout",
|
598
|
+
"bg-default",
|
599
|
+
],
|
600
|
+
},
|
601
|
+
"bg-hover": {
|
602
|
+
$type: "color",
|
603
|
+
$value: "#d8ecd5",
|
604
|
+
$description: "global message bg hover",
|
605
|
+
filePath: "data/tokens/components/status.json",
|
606
|
+
isSource: true,
|
607
|
+
original: {
|
608
|
+
$type: "color",
|
609
|
+
$value: "{modes.color.status.callout.hoverAlt}",
|
610
|
+
$description: "global message bg hover",
|
611
|
+
},
|
612
|
+
name: "statusColorMessageGlobalCalloutBgHover",
|
613
|
+
attributes: {},
|
614
|
+
path: [
|
615
|
+
"status",
|
616
|
+
"color",
|
617
|
+
"message",
|
618
|
+
"global",
|
619
|
+
"callout",
|
620
|
+
"bg-hover",
|
621
|
+
],
|
622
|
+
},
|
623
|
+
icon: {
|
624
|
+
$type: "color",
|
625
|
+
$value: "#000000f2",
|
626
|
+
$description: "Icon on tinted bgs",
|
627
|
+
filePath: "data/tokens/components/status.json",
|
628
|
+
isSource: true,
|
629
|
+
original: {
|
630
|
+
$type: "color",
|
631
|
+
$value: "{modes.color.status.content.withDefaultAlt}",
|
632
|
+
$description: "Icon on tinted bgs",
|
633
|
+
},
|
634
|
+
name: "statusColorMessageGlobalCalloutIcon",
|
635
|
+
attributes: {},
|
636
|
+
path: [
|
637
|
+
"status",
|
638
|
+
"color",
|
639
|
+
"message",
|
640
|
+
"global",
|
641
|
+
"callout",
|
642
|
+
"icon",
|
643
|
+
],
|
644
|
+
},
|
645
|
+
},
|
646
|
+
info: {
|
647
|
+
"bg-default": {
|
648
|
+
$type: "color",
|
649
|
+
$value: "#eaeef6",
|
650
|
+
$description: "Global message bg",
|
651
|
+
filePath: "data/tokens/components/status.json",
|
652
|
+
isSource: true,
|
653
|
+
original: {
|
654
|
+
$type: "color",
|
655
|
+
$value: "{modes.color.status.info.defaultAlt}",
|
656
|
+
$description: "Global message bg",
|
657
|
+
},
|
658
|
+
name: "statusColorMessageGlobalInfoBgDefault",
|
659
|
+
attributes: {},
|
660
|
+
path: [
|
661
|
+
"status",
|
662
|
+
"color",
|
663
|
+
"message",
|
664
|
+
"global",
|
665
|
+
"info",
|
666
|
+
"bg-default",
|
667
|
+
],
|
668
|
+
},
|
669
|
+
"bg-hover": {
|
670
|
+
$type: "color",
|
671
|
+
$value: "#cdd7ea",
|
672
|
+
filePath: "data/tokens/components/status.json",
|
673
|
+
isSource: true,
|
674
|
+
original: {
|
675
|
+
$type: "color",
|
676
|
+
$value: "{modes.color.status.info.hoverAlt}",
|
677
|
+
},
|
678
|
+
name: "statusColorMessageGlobalInfoBgHover",
|
679
|
+
attributes: {},
|
680
|
+
path: [
|
681
|
+
"status",
|
682
|
+
"color",
|
683
|
+
"message",
|
684
|
+
"global",
|
685
|
+
"info",
|
686
|
+
"bg-hover",
|
687
|
+
],
|
688
|
+
},
|
689
|
+
icon: {
|
690
|
+
$type: "color",
|
691
|
+
$value: "#0060A7",
|
692
|
+
$description: "Icon on tinted bgs",
|
693
|
+
filePath: "data/tokens/components/status.json",
|
694
|
+
isSource: true,
|
695
|
+
original: {
|
696
|
+
$type: "color",
|
697
|
+
$value: "{modes.color.status.info.default}",
|
698
|
+
$description: "Icon on tinted bgs",
|
699
|
+
},
|
700
|
+
name: "statusColorMessageGlobalInfoIcon",
|
701
|
+
attributes: {},
|
702
|
+
path: ["status", "color", "message", "global", "info", "icon"],
|
703
|
+
},
|
704
|
+
},
|
705
|
+
warning: {
|
706
|
+
"bg-default": {
|
707
|
+
$type: "color",
|
708
|
+
$value: "#ffede5",
|
709
|
+
$description: "Global message bg",
|
710
|
+
filePath: "data/tokens/components/status.json",
|
711
|
+
isSource: true,
|
712
|
+
original: {
|
713
|
+
$type: "color",
|
714
|
+
$value: "{modes.color.status.caution.defaultAlt}",
|
715
|
+
$description: "Global message bg",
|
716
|
+
},
|
717
|
+
name: "statusColorMessageGlobalWarningBgDefault",
|
718
|
+
attributes: {},
|
719
|
+
path: [
|
720
|
+
"status",
|
721
|
+
"color",
|
722
|
+
"message",
|
723
|
+
"global",
|
724
|
+
"warning",
|
725
|
+
"bg-default",
|
726
|
+
],
|
727
|
+
},
|
728
|
+
"bg-hover": {
|
729
|
+
$type: "color",
|
730
|
+
$value: "#fed5c3",
|
731
|
+
filePath: "data/tokens/components/status.json",
|
732
|
+
isSource: true,
|
733
|
+
original: {
|
734
|
+
$type: "color",
|
735
|
+
$value: "{modes.color.status.caution.hoverAlt}",
|
736
|
+
},
|
737
|
+
name: "statusColorMessageGlobalWarningBgHover",
|
738
|
+
attributes: {},
|
739
|
+
path: [
|
740
|
+
"status",
|
741
|
+
"color",
|
742
|
+
"message",
|
743
|
+
"global",
|
744
|
+
"warning",
|
745
|
+
"bg-hover",
|
746
|
+
],
|
747
|
+
},
|
748
|
+
icon: {
|
749
|
+
$type: "color",
|
750
|
+
$value: "#D64309",
|
751
|
+
$description: "Icon on tinted bgs",
|
752
|
+
filePath: "data/tokens/components/status.json",
|
753
|
+
isSource: true,
|
754
|
+
original: {
|
755
|
+
$type: "color",
|
756
|
+
$value: "{modes.color.status.caution.default}",
|
757
|
+
$description: "Icon on tinted bgs",
|
758
|
+
},
|
759
|
+
name: "statusColorMessageGlobalWarningIcon",
|
760
|
+
attributes: {},
|
761
|
+
path: [
|
762
|
+
"status",
|
763
|
+
"color",
|
764
|
+
"message",
|
765
|
+
"global",
|
766
|
+
"warning",
|
767
|
+
"icon",
|
768
|
+
],
|
769
|
+
},
|
770
|
+
},
|
771
|
+
},
|
772
|
+
},
|
773
|
+
pill: {
|
774
|
+
custom: {
|
775
|
+
blue: {
|
776
|
+
"bg-default": {
|
777
|
+
$type: "color",
|
778
|
+
$value: "#0071C3",
|
779
|
+
filePath: "data/tokens/components/status.json",
|
780
|
+
isSource: true,
|
781
|
+
original: {
|
782
|
+
$type: "color",
|
783
|
+
$value: "{modes.color.status.custom.blue.default}",
|
784
|
+
},
|
785
|
+
name: "statusColorPillCustomBlueBgDefault",
|
786
|
+
attributes: {},
|
787
|
+
path: [
|
788
|
+
"status",
|
789
|
+
"color",
|
790
|
+
"pill",
|
791
|
+
"custom",
|
792
|
+
"blue",
|
793
|
+
"bg-default",
|
794
|
+
],
|
795
|
+
},
|
796
|
+
"bgAlt-default": {
|
797
|
+
$type: "color",
|
798
|
+
$value: "#ebf0f9",
|
799
|
+
$description: "outline pill bg",
|
800
|
+
filePath: "data/tokens/components/status.json",
|
801
|
+
isSource: true,
|
802
|
+
original: {
|
803
|
+
$type: "color",
|
804
|
+
$value: "{modes.color.status.custom.blue.defaultAlt}",
|
805
|
+
$description: "outline pill bg",
|
806
|
+
},
|
807
|
+
name: "statusColorPillCustomBlueBgAltDefault",
|
808
|
+
attributes: {},
|
809
|
+
path: [
|
810
|
+
"status",
|
811
|
+
"color",
|
812
|
+
"pill",
|
813
|
+
"custom",
|
814
|
+
"blue",
|
815
|
+
"bgAlt-default",
|
816
|
+
],
|
817
|
+
},
|
818
|
+
"bgAlt-hover": {
|
819
|
+
$type: "color",
|
820
|
+
$value: "#ced9ed",
|
821
|
+
filePath: "data/tokens/components/status.json",
|
822
|
+
isSource: true,
|
823
|
+
original: {
|
824
|
+
$type: "color",
|
825
|
+
$value: "{modes.color.status.custom.blue.hoverAlt}",
|
826
|
+
},
|
827
|
+
name: "statusColorPillCustomBlueBgAltHover",
|
828
|
+
attributes: {},
|
829
|
+
path: [
|
830
|
+
"status",
|
831
|
+
"color",
|
832
|
+
"pill",
|
833
|
+
"custom",
|
834
|
+
"blue",
|
835
|
+
"bgAlt-hover",
|
836
|
+
],
|
837
|
+
},
|
838
|
+
"bg-hover": {
|
839
|
+
$type: "color",
|
840
|
+
$value: "#135fa3",
|
841
|
+
filePath: "data/tokens/components/status.json",
|
842
|
+
isSource: true,
|
843
|
+
original: {
|
844
|
+
$type: "color",
|
845
|
+
$value: "{modes.color.status.custom.blue.hover}",
|
846
|
+
},
|
847
|
+
name: "statusColorPillCustomBlueBgHover",
|
848
|
+
attributes: {},
|
849
|
+
path: ["status", "color", "pill", "custom", "blue", "bg-hover"],
|
850
|
+
},
|
851
|
+
"border-default": {
|
852
|
+
$type: "color",
|
853
|
+
$value: "#0071C3",
|
854
|
+
filePath: "data/tokens/components/status.json",
|
855
|
+
isSource: true,
|
856
|
+
original: {
|
857
|
+
$type: "color",
|
858
|
+
$value: "{modes.color.status.custom.blue.default}",
|
859
|
+
},
|
860
|
+
name: "statusColorPillCustomBlueBorderDefault",
|
861
|
+
attributes: {},
|
862
|
+
path: [
|
863
|
+
"status",
|
864
|
+
"color",
|
865
|
+
"pill",
|
866
|
+
"custom",
|
867
|
+
"blue",
|
868
|
+
"border-default",
|
869
|
+
],
|
870
|
+
},
|
871
|
+
},
|
872
|
+
teal: {
|
873
|
+
"bg-default": {
|
874
|
+
$type: "color",
|
875
|
+
$value: "#007C7B",
|
876
|
+
filePath: "data/tokens/components/status.json",
|
877
|
+
isSource: true,
|
878
|
+
original: {
|
879
|
+
$type: "color",
|
880
|
+
$value: "{modes.color.status.custom.teal.default}",
|
881
|
+
},
|
882
|
+
name: "statusColorPillCustomTealBgDefault",
|
883
|
+
attributes: {},
|
884
|
+
path: [
|
885
|
+
"status",
|
886
|
+
"color",
|
887
|
+
"pill",
|
888
|
+
"custom",
|
889
|
+
"teal",
|
890
|
+
"bg-default",
|
891
|
+
],
|
892
|
+
},
|
893
|
+
"bgAlt-default": {
|
894
|
+
$type: "color",
|
895
|
+
$value: "#e9f1f1",
|
896
|
+
$description: "outline pill bg",
|
897
|
+
filePath: "data/tokens/components/status.json",
|
898
|
+
isSource: true,
|
899
|
+
original: {
|
900
|
+
$type: "color",
|
901
|
+
$value: "{modes.color.status.custom.teal.defaultAlt}",
|
902
|
+
$description: "outline pill bg",
|
903
|
+
},
|
904
|
+
name: "statusColorPillCustomTealBgAltDefault",
|
905
|
+
attributes: {},
|
906
|
+
path: [
|
907
|
+
"status",
|
908
|
+
"color",
|
909
|
+
"pill",
|
910
|
+
"custom",
|
911
|
+
"teal",
|
912
|
+
"bgAlt-default",
|
913
|
+
],
|
914
|
+
},
|
915
|
+
"bgAlt-hover": {
|
916
|
+
$type: "color",
|
917
|
+
$value: "#c4dde0",
|
918
|
+
filePath: "data/tokens/components/status.json",
|
919
|
+
isSource: true,
|
920
|
+
original: {
|
921
|
+
$type: "color",
|
922
|
+
$value: "{modes.color.status.custom.teal.hoverAlt}",
|
923
|
+
},
|
924
|
+
name: "statusColorPillCustomTealBgAltHover",
|
925
|
+
attributes: {},
|
926
|
+
path: [
|
927
|
+
"status",
|
928
|
+
"color",
|
929
|
+
"pill",
|
930
|
+
"custom",
|
931
|
+
"teal",
|
932
|
+
"bgAlt-hover",
|
933
|
+
],
|
934
|
+
},
|
935
|
+
"bg-hover": {
|
936
|
+
$type: "color",
|
937
|
+
$value: "#0e6968",
|
938
|
+
filePath: "data/tokens/components/status.json",
|
939
|
+
isSource: true,
|
940
|
+
original: {
|
941
|
+
$type: "color",
|
942
|
+
$value: "{modes.color.status.custom.teal.hover}",
|
943
|
+
},
|
944
|
+
name: "statusColorPillCustomTealBgHover",
|
945
|
+
attributes: {},
|
946
|
+
path: ["status", "color", "pill", "custom", "teal", "bg-hover"],
|
947
|
+
},
|
948
|
+
"border-default": {
|
949
|
+
$type: "color",
|
950
|
+
$value: "#007C7B",
|
951
|
+
filePath: "data/tokens/components/status.json",
|
952
|
+
isSource: true,
|
953
|
+
original: {
|
954
|
+
$type: "color",
|
955
|
+
$value: "{modes.color.status.custom.teal.default}",
|
956
|
+
},
|
957
|
+
name: "statusColorPillCustomTealBorderDefault",
|
958
|
+
attributes: {},
|
959
|
+
path: [
|
960
|
+
"status",
|
961
|
+
"color",
|
962
|
+
"pill",
|
963
|
+
"custom",
|
964
|
+
"teal",
|
965
|
+
"border-default",
|
966
|
+
],
|
967
|
+
},
|
968
|
+
},
|
969
|
+
green: {
|
970
|
+
"bg-default": {
|
971
|
+
$type: "color",
|
972
|
+
$value: "#00811F",
|
973
|
+
filePath: "data/tokens/components/status.json",
|
974
|
+
isSource: true,
|
975
|
+
original: {
|
976
|
+
$type: "color",
|
977
|
+
$value: "{modes.color.status.custom.green.default}",
|
978
|
+
},
|
979
|
+
name: "statusColorPillCustomGreenBgDefault",
|
980
|
+
attributes: {},
|
981
|
+
path: [
|
982
|
+
"status",
|
983
|
+
"color",
|
984
|
+
"pill",
|
985
|
+
"custom",
|
986
|
+
"green",
|
987
|
+
"bg-default",
|
988
|
+
],
|
989
|
+
},
|
990
|
+
"bgAlt-default": {
|
991
|
+
$type: "color",
|
992
|
+
$value: "#e9f2e8",
|
993
|
+
$description: "outline pill bg",
|
994
|
+
filePath: "data/tokens/components/status.json",
|
995
|
+
isSource: true,
|
996
|
+
original: {
|
997
|
+
$type: "color",
|
998
|
+
$value: "{modes.color.status.custom.green.defaultAlt}",
|
999
|
+
$description: "outline pill bg",
|
1000
|
+
},
|
1001
|
+
name: "statusColorPillCustomGreenBgAltDefault",
|
1002
|
+
attributes: {},
|
1003
|
+
path: [
|
1004
|
+
"status",
|
1005
|
+
"color",
|
1006
|
+
"pill",
|
1007
|
+
"custom",
|
1008
|
+
"green",
|
1009
|
+
"bgAlt-default",
|
1010
|
+
],
|
1011
|
+
},
|
1012
|
+
"bgAlt-hover": {
|
1013
|
+
$type: "color",
|
1014
|
+
$value: "#c4decf",
|
1015
|
+
filePath: "data/tokens/components/status.json",
|
1016
|
+
isSource: true,
|
1017
|
+
original: {
|
1018
|
+
$type: "color",
|
1019
|
+
$value: "{modes.color.status.custom.green.hoverAlt}",
|
1020
|
+
},
|
1021
|
+
name: "statusColorPillCustomGreenBgAltHover",
|
1022
|
+
attributes: {},
|
1023
|
+
path: [
|
1024
|
+
"status",
|
1025
|
+
"color",
|
1026
|
+
"pill",
|
1027
|
+
"custom",
|
1028
|
+
"green",
|
1029
|
+
"bgAlt-hover",
|
1030
|
+
],
|
1031
|
+
},
|
1032
|
+
"bg-hover": {
|
1033
|
+
$type: "color",
|
1034
|
+
$value: "#0e6d1d",
|
1035
|
+
filePath: "data/tokens/components/status.json",
|
1036
|
+
isSource: true,
|
1037
|
+
original: {
|
1038
|
+
$type: "color",
|
1039
|
+
$value: "{modes.color.status.custom.green.hover}",
|
1040
|
+
},
|
1041
|
+
name: "statusColorPillCustomGreenBgHover",
|
1042
|
+
attributes: {},
|
1043
|
+
path: [
|
1044
|
+
"status",
|
1045
|
+
"color",
|
1046
|
+
"pill",
|
1047
|
+
"custom",
|
1048
|
+
"green",
|
1049
|
+
"bg-hover",
|
1050
|
+
],
|
1051
|
+
},
|
1052
|
+
"border-default": {
|
1053
|
+
$type: "color",
|
1054
|
+
$value: "#00811F",
|
1055
|
+
filePath: "data/tokens/components/status.json",
|
1056
|
+
isSource: true,
|
1057
|
+
original: {
|
1058
|
+
$type: "color",
|
1059
|
+
$value: "{modes.color.status.custom.green.default}",
|
1060
|
+
},
|
1061
|
+
name: "statusColorPillCustomGreenBorderDefault",
|
1062
|
+
attributes: {},
|
1063
|
+
path: [
|
1064
|
+
"status",
|
1065
|
+
"color",
|
1066
|
+
"pill",
|
1067
|
+
"custom",
|
1068
|
+
"green",
|
1069
|
+
"border-default",
|
1070
|
+
],
|
1071
|
+
},
|
1072
|
+
},
|
1073
|
+
lime: {
|
1074
|
+
"bg-default": {
|
1075
|
+
$type: "color",
|
1076
|
+
$value: "#637700",
|
1077
|
+
filePath: "data/tokens/components/status.json",
|
1078
|
+
isSource: true,
|
1079
|
+
original: {
|
1080
|
+
$type: "color",
|
1081
|
+
$value: "{modes.color.status.custom.lime.default}",
|
1082
|
+
},
|
1083
|
+
name: "statusColorPillCustomLimeBgDefault",
|
1084
|
+
attributes: {},
|
1085
|
+
path: [
|
1086
|
+
"status",
|
1087
|
+
"color",
|
1088
|
+
"pill",
|
1089
|
+
"custom",
|
1090
|
+
"lime",
|
1091
|
+
"bg-default",
|
1092
|
+
],
|
1093
|
+
},
|
1094
|
+
"bgAlt-default": {
|
1095
|
+
$type: "color",
|
1096
|
+
$value: "#eff1e6",
|
1097
|
+
$description: "outline pill bg",
|
1098
|
+
filePath: "data/tokens/components/status.json",
|
1099
|
+
isSource: true,
|
1100
|
+
original: {
|
1101
|
+
$type: "color",
|
1102
|
+
$value: "{modes.color.status.custom.lime.defaultAlt}",
|
1103
|
+
$description: "outline pill bg",
|
1104
|
+
},
|
1105
|
+
name: "statusColorPillCustomLimeBgAltDefault",
|
1106
|
+
attributes: {},
|
1107
|
+
path: [
|
1108
|
+
"status",
|
1109
|
+
"color",
|
1110
|
+
"pill",
|
1111
|
+
"custom",
|
1112
|
+
"lime",
|
1113
|
+
"bgAlt-default",
|
1114
|
+
],
|
1115
|
+
},
|
1116
|
+
"bgAlt-hover": {
|
1117
|
+
$type: "color",
|
1118
|
+
$value: "#cdddc9",
|
1119
|
+
filePath: "data/tokens/components/status.json",
|
1120
|
+
isSource: true,
|
1121
|
+
original: {
|
1122
|
+
$type: "color",
|
1123
|
+
$value: "{modes.color.status.custom.lime.hoverAlt}",
|
1124
|
+
},
|
1125
|
+
name: "statusColorPillCustomLimeBgAltHover",
|
1126
|
+
attributes: {},
|
1127
|
+
path: [
|
1128
|
+
"status",
|
1129
|
+
"color",
|
1130
|
+
"pill",
|
1131
|
+
"custom",
|
1132
|
+
"lime",
|
1133
|
+
"bgAlt-hover",
|
1134
|
+
],
|
1135
|
+
},
|
1136
|
+
"bg-hover": {
|
1137
|
+
$type: "color",
|
1138
|
+
$value: "#546408",
|
1139
|
+
filePath: "data/tokens/components/status.json",
|
1140
|
+
isSource: true,
|
1141
|
+
original: {
|
1142
|
+
$type: "color",
|
1143
|
+
$value: "{modes.color.status.custom.lime.hover}",
|
1144
|
+
},
|
1145
|
+
name: "statusColorPillCustomLimeBgHover",
|
1146
|
+
attributes: {},
|
1147
|
+
path: ["status", "color", "pill", "custom", "lime", "bg-hover"],
|
1148
|
+
},
|
1149
|
+
"border-default": {
|
1150
|
+
$type: "color",
|
1151
|
+
$value: "#637700",
|
1152
|
+
filePath: "data/tokens/components/status.json",
|
1153
|
+
isSource: true,
|
1154
|
+
original: {
|
1155
|
+
$type: "color",
|
1156
|
+
$value: "{modes.color.status.custom.lime.default}",
|
1157
|
+
},
|
1158
|
+
name: "statusColorPillCustomLimeBorderDefault",
|
1159
|
+
attributes: {},
|
1160
|
+
path: [
|
1161
|
+
"status",
|
1162
|
+
"color",
|
1163
|
+
"pill",
|
1164
|
+
"custom",
|
1165
|
+
"lime",
|
1166
|
+
"border-default",
|
1167
|
+
],
|
1168
|
+
},
|
1169
|
+
},
|
1170
|
+
orange: {
|
1171
|
+
"bg-default": {
|
1172
|
+
$type: "color",
|
1173
|
+
$value: "#C54300",
|
1174
|
+
filePath: "data/tokens/components/status.json",
|
1175
|
+
isSource: true,
|
1176
|
+
original: {
|
1177
|
+
$type: "color",
|
1178
|
+
$value: "{modes.color.status.custom.orange.default}",
|
1179
|
+
},
|
1180
|
+
name: "statusColorPillCustomOrangeBgDefault",
|
1181
|
+
attributes: {},
|
1182
|
+
path: [
|
1183
|
+
"status",
|
1184
|
+
"color",
|
1185
|
+
"pill",
|
1186
|
+
"custom",
|
1187
|
+
"orange",
|
1188
|
+
"bg-default",
|
1189
|
+
],
|
1190
|
+
},
|
1191
|
+
"bgAlt-default": {
|
1192
|
+
$type: "color",
|
1193
|
+
$value: "#feece5",
|
1194
|
+
$description: "outline pill bg",
|
1195
|
+
filePath: "data/tokens/components/status.json",
|
1196
|
+
isSource: true,
|
1197
|
+
original: {
|
1198
|
+
$type: "color",
|
1199
|
+
$value: "{modes.color.status.custom.orange.defaultAlt}",
|
1200
|
+
$description: "outline pill bg",
|
1201
|
+
},
|
1202
|
+
name: "statusColorPillCustomOrangeBgAltDefault",
|
1203
|
+
attributes: {},
|
1204
|
+
path: [
|
1205
|
+
"status",
|
1206
|
+
"color",
|
1207
|
+
"pill",
|
1208
|
+
"custom",
|
1209
|
+
"orange",
|
1210
|
+
"bgAlt-default",
|
1211
|
+
],
|
1212
|
+
},
|
1213
|
+
"bgAlt-hover": {
|
1214
|
+
$type: "color",
|
1215
|
+
$value: "#f2d0ce",
|
1216
|
+
filePath: "data/tokens/components/status.json",
|
1217
|
+
isSource: true,
|
1218
|
+
original: {
|
1219
|
+
$type: "color",
|
1220
|
+
$value: "{modes.color.status.custom.orange.hoverAlt}",
|
1221
|
+
},
|
1222
|
+
name: "statusColorPillCustomOrangeBgAltHover",
|
1223
|
+
attributes: {},
|
1224
|
+
path: [
|
1225
|
+
"status",
|
1226
|
+
"color",
|
1227
|
+
"pill",
|
1228
|
+
"custom",
|
1229
|
+
"orange",
|
1230
|
+
"bgAlt-hover",
|
1231
|
+
],
|
1232
|
+
},
|
1233
|
+
"bg-hover": {
|
1234
|
+
$type: "color",
|
1235
|
+
$value: "#a53a06",
|
1236
|
+
filePath: "data/tokens/components/status.json",
|
1237
|
+
isSource: true,
|
1238
|
+
original: {
|
1239
|
+
$type: "color",
|
1240
|
+
$value: "{modes.color.status.custom.orange.hover}",
|
1241
|
+
},
|
1242
|
+
name: "statusColorPillCustomOrangeBgHover",
|
1243
|
+
attributes: {},
|
1244
|
+
path: [
|
1245
|
+
"status",
|
1246
|
+
"color",
|
1247
|
+
"pill",
|
1248
|
+
"custom",
|
1249
|
+
"orange",
|
1250
|
+
"bg-hover",
|
1251
|
+
],
|
1252
|
+
},
|
1253
|
+
"border-default": {
|
1254
|
+
$type: "color",
|
1255
|
+
$value: "#C54300",
|
1256
|
+
filePath: "data/tokens/components/status.json",
|
1257
|
+
isSource: true,
|
1258
|
+
original: {
|
1259
|
+
$type: "color",
|
1260
|
+
$value: "{modes.color.status.custom.orange.default}",
|
1261
|
+
},
|
1262
|
+
name: "statusColorPillCustomOrangeBorderDefault",
|
1263
|
+
attributes: {},
|
1264
|
+
path: [
|
1265
|
+
"status",
|
1266
|
+
"color",
|
1267
|
+
"pill",
|
1268
|
+
"custom",
|
1269
|
+
"orange",
|
1270
|
+
"border-default",
|
1271
|
+
],
|
1272
|
+
},
|
1273
|
+
},
|
1274
|
+
red: {
|
1275
|
+
"bg-default": {
|
1276
|
+
$type: "color",
|
1277
|
+
$value: "#DC004E",
|
1278
|
+
filePath: "data/tokens/components/status.json",
|
1279
|
+
isSource: true,
|
1280
|
+
original: {
|
1281
|
+
$type: "color",
|
1282
|
+
$value: "{modes.color.status.custom.red.default}",
|
1283
|
+
},
|
1284
|
+
name: "statusColorPillCustomRedBgDefault",
|
1285
|
+
attributes: {},
|
1286
|
+
path: [
|
1287
|
+
"status",
|
1288
|
+
"color",
|
1289
|
+
"pill",
|
1290
|
+
"custom",
|
1291
|
+
"red",
|
1292
|
+
"bg-default",
|
1293
|
+
],
|
1294
|
+
},
|
1295
|
+
"bgAlt-default": {
|
1296
|
+
$type: "color",
|
1297
|
+
$value: "#ffebec",
|
1298
|
+
$description: "outline pill bg",
|
1299
|
+
filePath: "data/tokens/components/status.json",
|
1300
|
+
isSource: true,
|
1301
|
+
original: {
|
1302
|
+
$type: "color",
|
1303
|
+
$value: "{modes.color.status.custom.red.defaultAlt}",
|
1304
|
+
$description: "outline pill bg",
|
1305
|
+
},
|
1306
|
+
name: "statusColorPillCustomRedBgAltDefault",
|
1307
|
+
attributes: {},
|
1308
|
+
path: [
|
1309
|
+
"status",
|
1310
|
+
"color",
|
1311
|
+
"pill",
|
1312
|
+
"custom",
|
1313
|
+
"red",
|
1314
|
+
"bgAlt-default",
|
1315
|
+
],
|
1316
|
+
},
|
1317
|
+
"bgAlt-hover": {
|
1318
|
+
$type: "color",
|
1319
|
+
$value: "#f1cfd9",
|
1320
|
+
filePath: "data/tokens/components/status.json",
|
1321
|
+
isSource: true,
|
1322
|
+
original: {
|
1323
|
+
$type: "color",
|
1324
|
+
$value: "{modes.color.status.custom.red.hoverAlt}",
|
1325
|
+
},
|
1326
|
+
name: "statusColorPillCustomRedBgAltHover",
|
1327
|
+
attributes: {},
|
1328
|
+
path: [
|
1329
|
+
"status",
|
1330
|
+
"color",
|
1331
|
+
"pill",
|
1332
|
+
"custom",
|
1333
|
+
"red",
|
1334
|
+
"bgAlt-hover",
|
1335
|
+
],
|
1336
|
+
},
|
1337
|
+
"bg-hover": {
|
1338
|
+
$type: "color",
|
1339
|
+
$value: "#b81242",
|
1340
|
+
filePath: "data/tokens/components/status.json",
|
1341
|
+
isSource: true,
|
1342
|
+
original: {
|
1343
|
+
$type: "color",
|
1344
|
+
$value: "{modes.color.status.custom.red.hover}",
|
1345
|
+
},
|
1346
|
+
name: "statusColorPillCustomRedBgHover",
|
1347
|
+
attributes: {},
|
1348
|
+
path: ["status", "color", "pill", "custom", "red", "bg-hover"],
|
1349
|
+
},
|
1350
|
+
"border-default": {
|
1351
|
+
$type: "color",
|
1352
|
+
$value: "#DC004E",
|
1353
|
+
filePath: "data/tokens/components/status.json",
|
1354
|
+
isSource: true,
|
1355
|
+
original: {
|
1356
|
+
$type: "color",
|
1357
|
+
$value: "{modes.color.status.custom.red.default}",
|
1358
|
+
},
|
1359
|
+
name: "statusColorPillCustomRedBorderDefault",
|
1360
|
+
attributes: {},
|
1361
|
+
path: [
|
1362
|
+
"status",
|
1363
|
+
"color",
|
1364
|
+
"pill",
|
1365
|
+
"custom",
|
1366
|
+
"red",
|
1367
|
+
"border-default",
|
1368
|
+
],
|
1369
|
+
},
|
1370
|
+
},
|
1371
|
+
pink: {
|
1372
|
+
"bg-default": {
|
1373
|
+
$type: "color",
|
1374
|
+
$value: "#C8269A",
|
1375
|
+
filePath: "data/tokens/components/status.json",
|
1376
|
+
isSource: true,
|
1377
|
+
original: {
|
1378
|
+
$type: "color",
|
1379
|
+
$value: "{modes.color.status.custom.pink.default}",
|
1380
|
+
},
|
1381
|
+
name: "statusColorPillCustomPinkBgDefault",
|
1382
|
+
attributes: {},
|
1383
|
+
path: [
|
1384
|
+
"status",
|
1385
|
+
"color",
|
1386
|
+
"pill",
|
1387
|
+
"custom",
|
1388
|
+
"pink",
|
1389
|
+
"bg-default",
|
1390
|
+
],
|
1391
|
+
},
|
1392
|
+
"bgAlt-default": {
|
820
1393
|
$type: "color",
|
821
|
-
$value: "
|
1394
|
+
$value: "#fcecf5",
|
1395
|
+
$description: "outline pill bg",
|
1396
|
+
filePath: "data/tokens/components/status.json",
|
1397
|
+
isSource: true,
|
1398
|
+
original: {
|
1399
|
+
$type: "color",
|
1400
|
+
$value: "{modes.color.status.custom.pink.defaultAlt}",
|
1401
|
+
$description: "outline pill bg",
|
1402
|
+
},
|
1403
|
+
name: "statusColorPillCustomPinkBgAltDefault",
|
1404
|
+
attributes: {},
|
1405
|
+
path: [
|
1406
|
+
"status",
|
1407
|
+
"color",
|
1408
|
+
"pill",
|
1409
|
+
"custom",
|
1410
|
+
"pink",
|
1411
|
+
"bgAlt-default",
|
1412
|
+
],
|
1413
|
+
},
|
1414
|
+
"bgAlt-hover": {
|
1415
|
+
$type: "color",
|
1416
|
+
$value: "#ead2e5",
|
1417
|
+
filePath: "data/tokens/components/status.json",
|
1418
|
+
isSource: true,
|
1419
|
+
original: {
|
1420
|
+
$type: "color",
|
1421
|
+
$value: "{modes.color.status.custom.pink.hoverAlt}",
|
1422
|
+
},
|
1423
|
+
name: "statusColorPillCustomPinkBgAltHover",
|
1424
|
+
attributes: {},
|
1425
|
+
path: [
|
1426
|
+
"status",
|
1427
|
+
"color",
|
1428
|
+
"pill",
|
1429
|
+
"custom",
|
1430
|
+
"pink",
|
1431
|
+
"bgAlt-hover",
|
1432
|
+
],
|
1433
|
+
},
|
1434
|
+
"bg-hover": {
|
1435
|
+
$type: "color",
|
1436
|
+
$value: "#a82581",
|
1437
|
+
filePath: "data/tokens/components/status.json",
|
1438
|
+
isSource: true,
|
1439
|
+
original: {
|
1440
|
+
$type: "color",
|
1441
|
+
$value: "{modes.color.status.custom.pink.hover}",
|
1442
|
+
},
|
1443
|
+
name: "statusColorPillCustomPinkBgHover",
|
1444
|
+
attributes: {},
|
1445
|
+
path: ["status", "color", "pill", "custom", "pink", "bg-hover"],
|
1446
|
+
},
|
1447
|
+
"border-default": {
|
1448
|
+
$type: "color",
|
1449
|
+
$value: "#C8269A",
|
1450
|
+
filePath: "data/tokens/components/status.json",
|
1451
|
+
isSource: true,
|
1452
|
+
original: {
|
1453
|
+
$type: "color",
|
1454
|
+
$value: "{modes.color.status.custom.pink.default}",
|
1455
|
+
},
|
1456
|
+
name: "statusColorPillCustomPinkBorderDefault",
|
1457
|
+
attributes: {},
|
1458
|
+
path: [
|
1459
|
+
"status",
|
1460
|
+
"color",
|
1461
|
+
"pill",
|
1462
|
+
"custom",
|
1463
|
+
"pink",
|
1464
|
+
"border-default",
|
1465
|
+
],
|
822
1466
|
},
|
823
|
-
name: "statusColorPillGenericLabelAltHover",
|
824
|
-
attributes: {},
|
825
|
-
path: ["status", "color", "pill", "generic", "labelAlt-hover"],
|
826
1467
|
},
|
827
|
-
|
828
|
-
"
|
1468
|
+
purple: {
|
1469
|
+
"bg-default": {
|
829
1470
|
$type: "color",
|
830
|
-
$value: "#
|
1471
|
+
$value: "#8F4CD7",
|
831
1472
|
filePath: "data/tokens/components/status.json",
|
832
1473
|
isSource: true,
|
833
1474
|
original: {
|
834
1475
|
$type: "color",
|
835
|
-
$value: "{modes.color.status.
|
1476
|
+
$value: "{modes.color.status.custom.purple.default}",
|
836
1477
|
},
|
837
|
-
name: "
|
1478
|
+
name: "statusColorPillCustomPurpleBgDefault",
|
838
1479
|
attributes: {},
|
839
1480
|
path: [
|
840
1481
|
"status",
|
841
1482
|
"color",
|
842
1483
|
"pill",
|
843
|
-
"
|
844
|
-
"
|
845
|
-
"
|
1484
|
+
"custom",
|
1485
|
+
"purple",
|
1486
|
+
"bg-default",
|
846
1487
|
],
|
847
1488
|
},
|
848
|
-
"
|
1489
|
+
"bgAlt-default": {
|
849
1490
|
$type: "color",
|
850
|
-
$value: "#
|
1491
|
+
$value: "#f5edfc",
|
1492
|
+
$description: "outline pill bg",
|
851
1493
|
filePath: "data/tokens/components/status.json",
|
852
1494
|
isSource: true,
|
853
1495
|
original: {
|
854
1496
|
$type: "color",
|
855
|
-
$value: "{modes.color.status.
|
1497
|
+
$value: "{modes.color.status.custom.purple.defaultAlt}",
|
1498
|
+
$description: "outline pill bg",
|
856
1499
|
},
|
857
|
-
name: "
|
1500
|
+
name: "statusColorPillCustomPurpleBgAltDefault",
|
858
1501
|
attributes: {},
|
859
1502
|
path: [
|
860
1503
|
"status",
|
861
1504
|
"color",
|
862
1505
|
"pill",
|
863
|
-
"
|
864
|
-
"
|
865
|
-
"
|
1506
|
+
"custom",
|
1507
|
+
"purple",
|
1508
|
+
"bgAlt-default",
|
866
1509
|
],
|
867
1510
|
},
|
868
|
-
"
|
1511
|
+
"bgAlt-hover": {
|
869
1512
|
$type: "color",
|
870
|
-
$value: "#
|
1513
|
+
$value: "#ded4ee",
|
871
1514
|
filePath: "data/tokens/components/status.json",
|
872
1515
|
isSource: true,
|
873
1516
|
original: {
|
874
1517
|
$type: "color",
|
875
|
-
$value: "{modes.color.status.
|
1518
|
+
$value: "{modes.color.status.custom.purple.hoverAlt}",
|
1519
|
+
},
|
1520
|
+
name: "statusColorPillCustomPurpleBgAltHover",
|
1521
|
+
attributes: {},
|
1522
|
+
path: [
|
1523
|
+
"status",
|
1524
|
+
"color",
|
1525
|
+
"pill",
|
1526
|
+
"custom",
|
1527
|
+
"purple",
|
1528
|
+
"bgAlt-hover",
|
1529
|
+
],
|
1530
|
+
},
|
1531
|
+
"bg-hover": {
|
1532
|
+
$type: "color",
|
1533
|
+
$value: "#7941b4",
|
1534
|
+
filePath: "data/tokens/components/status.json",
|
1535
|
+
isSource: true,
|
1536
|
+
original: {
|
1537
|
+
$type: "color",
|
1538
|
+
$value: "{modes.color.status.custom.purple.hover}",
|
1539
|
+
},
|
1540
|
+
name: "statusColorPillCustomPurpleBgHover",
|
1541
|
+
attributes: {},
|
1542
|
+
path: [
|
1543
|
+
"status",
|
1544
|
+
"color",
|
1545
|
+
"pill",
|
1546
|
+
"custom",
|
1547
|
+
"purple",
|
1548
|
+
"bg-hover",
|
1549
|
+
],
|
1550
|
+
},
|
1551
|
+
"border-default": {
|
1552
|
+
$type: "color",
|
1553
|
+
$value: "#8F4CD7",
|
1554
|
+
filePath: "data/tokens/components/status.json",
|
1555
|
+
isSource: true,
|
1556
|
+
original: {
|
1557
|
+
$type: "color",
|
1558
|
+
$value: "{modes.color.status.custom.purple.default}",
|
1559
|
+
},
|
1560
|
+
name: "statusColorPillCustomPurpleBorderDefault",
|
1561
|
+
attributes: {},
|
1562
|
+
path: [
|
1563
|
+
"status",
|
1564
|
+
"color",
|
1565
|
+
"pill",
|
1566
|
+
"custom",
|
1567
|
+
"purple",
|
1568
|
+
"border-default",
|
1569
|
+
],
|
1570
|
+
},
|
1571
|
+
},
|
1572
|
+
gray: {
|
1573
|
+
"bg-default": {
|
1574
|
+
$type: "color",
|
1575
|
+
$value: "#6F6F6F",
|
1576
|
+
filePath: "data/tokens/components/status.json",
|
1577
|
+
isSource: true,
|
1578
|
+
original: {
|
1579
|
+
$type: "color",
|
1580
|
+
$value: "{modes.color.status.custom.gray.default}",
|
1581
|
+
},
|
1582
|
+
name: "statusColorPillCustomGrayBgDefault",
|
1583
|
+
attributes: {},
|
1584
|
+
path: [
|
1585
|
+
"status",
|
1586
|
+
"color",
|
1587
|
+
"pill",
|
1588
|
+
"custom",
|
1589
|
+
"gray",
|
1590
|
+
"bg-default",
|
1591
|
+
],
|
1592
|
+
},
|
1593
|
+
"bgAlt-default": {
|
1594
|
+
$type: "color",
|
1595
|
+
$value: "#f0f0f0",
|
1596
|
+
$description: "outline pill bg",
|
1597
|
+
filePath: "data/tokens/components/status.json",
|
1598
|
+
isSource: true,
|
1599
|
+
original: {
|
1600
|
+
$type: "color",
|
1601
|
+
$value: "{modes.color.status.custom.gray.defaultAlt}",
|
1602
|
+
$description: "outline pill bg",
|
1603
|
+
},
|
1604
|
+
name: "statusColorPillCustomGrayBgAltDefault",
|
1605
|
+
attributes: {},
|
1606
|
+
path: [
|
1607
|
+
"status",
|
1608
|
+
"color",
|
1609
|
+
"pill",
|
1610
|
+
"custom",
|
1611
|
+
"gray",
|
1612
|
+
"bgAlt-default",
|
1613
|
+
],
|
1614
|
+
},
|
1615
|
+
"bgAlt-hover": {
|
1616
|
+
$type: "color",
|
1617
|
+
$value: "#d3d9e5",
|
1618
|
+
filePath: "data/tokens/components/status.json",
|
1619
|
+
isSource: true,
|
1620
|
+
original: {
|
1621
|
+
$type: "color",
|
1622
|
+
$value: "{modes.color.status.custom.gray.hoverAlt}",
|
1623
|
+
},
|
1624
|
+
name: "statusColorPillCustomGrayBgAltHover",
|
1625
|
+
attributes: {},
|
1626
|
+
path: [
|
1627
|
+
"status",
|
1628
|
+
"color",
|
1629
|
+
"pill",
|
1630
|
+
"custom",
|
1631
|
+
"gray",
|
1632
|
+
"bgAlt-hover",
|
1633
|
+
],
|
1634
|
+
},
|
1635
|
+
"bg-hover": {
|
1636
|
+
$type: "color",
|
1637
|
+
$value: "#5e5e5e",
|
1638
|
+
filePath: "data/tokens/components/status.json",
|
1639
|
+
isSource: true,
|
1640
|
+
original: {
|
1641
|
+
$type: "color",
|
1642
|
+
$value: "{modes.color.status.custom.gray.hover}",
|
1643
|
+
},
|
1644
|
+
name: "statusColorPillCustomGrayBgHover",
|
1645
|
+
attributes: {},
|
1646
|
+
path: ["status", "color", "pill", "custom", "gray", "bg-hover"],
|
1647
|
+
},
|
1648
|
+
"border-default": {
|
1649
|
+
$type: "color",
|
1650
|
+
$value: "#6F6F6F",
|
1651
|
+
filePath: "data/tokens/components/status.json",
|
1652
|
+
isSource: true,
|
1653
|
+
original: {
|
1654
|
+
$type: "color",
|
1655
|
+
$value: "{modes.color.status.custom.gray.default}",
|
1656
|
+
},
|
1657
|
+
name: "statusColorPillCustomGrayBorderDefault",
|
1658
|
+
attributes: {},
|
1659
|
+
path: [
|
1660
|
+
"status",
|
1661
|
+
"color",
|
1662
|
+
"pill",
|
1663
|
+
"custom",
|
1664
|
+
"gray",
|
1665
|
+
"border-default",
|
1666
|
+
],
|
1667
|
+
},
|
1668
|
+
},
|
1669
|
+
slate: {
|
1670
|
+
"bg-default": {
|
1671
|
+
$type: "color",
|
1672
|
+
$value: "#527386",
|
1673
|
+
filePath: "data/tokens/components/status.json",
|
1674
|
+
isSource: true,
|
1675
|
+
original: {
|
1676
|
+
$type: "color",
|
1677
|
+
$value: "{modes.color.status.custom.slate.default}",
|
1678
|
+
},
|
1679
|
+
name: "statusColorPillCustomSlateBgDefault",
|
1680
|
+
attributes: {},
|
1681
|
+
path: [
|
1682
|
+
"status",
|
1683
|
+
"color",
|
1684
|
+
"pill",
|
1685
|
+
"custom",
|
1686
|
+
"slate",
|
1687
|
+
"bg-default",
|
1688
|
+
],
|
1689
|
+
},
|
1690
|
+
"bgAlt-default": {
|
1691
|
+
$type: "color",
|
1692
|
+
$value: "#edf0f2",
|
1693
|
+
$description: "outline pill bg",
|
1694
|
+
filePath: "data/tokens/components/status.json",
|
1695
|
+
isSource: true,
|
1696
|
+
original: {
|
1697
|
+
$type: "color",
|
1698
|
+
$value: "{modes.color.status.custom.slate.defaultAlt}",
|
1699
|
+
$description: "outline pill bg",
|
1700
|
+
},
|
1701
|
+
name: "statusColorPillCustomSlateBgAltDefault",
|
1702
|
+
attributes: {},
|
1703
|
+
path: [
|
1704
|
+
"status",
|
1705
|
+
"color",
|
1706
|
+
"pill",
|
1707
|
+
"custom",
|
1708
|
+
"slate",
|
1709
|
+
"bgAlt-default",
|
1710
|
+
],
|
1711
|
+
},
|
1712
|
+
"bgAlt-hover": {
|
1713
|
+
$type: "color",
|
1714
|
+
$value: "#cbdae6",
|
1715
|
+
filePath: "data/tokens/components/status.json",
|
1716
|
+
isSource: true,
|
1717
|
+
original: {
|
1718
|
+
$type: "color",
|
1719
|
+
$value: "{modes.color.status.custom.slate.hoverAlt}",
|
1720
|
+
},
|
1721
|
+
name: "statusColorPillCustomSlateBgAltHover",
|
1722
|
+
attributes: {},
|
1723
|
+
path: [
|
1724
|
+
"status",
|
1725
|
+
"color",
|
1726
|
+
"pill",
|
1727
|
+
"custom",
|
1728
|
+
"slate",
|
1729
|
+
"bgAlt-hover",
|
1730
|
+
],
|
1731
|
+
},
|
1732
|
+
"bg-hover": {
|
1733
|
+
$type: "color",
|
1734
|
+
$value: "#466171",
|
1735
|
+
filePath: "data/tokens/components/status.json",
|
1736
|
+
isSource: true,
|
1737
|
+
original: {
|
1738
|
+
$type: "color",
|
1739
|
+
$value: "{modes.color.status.custom.slate.hover}",
|
876
1740
|
},
|
877
|
-
name: "
|
1741
|
+
name: "statusColorPillCustomSlateBgHover",
|
878
1742
|
attributes: {},
|
879
1743
|
path: [
|
880
1744
|
"status",
|
881
1745
|
"color",
|
882
1746
|
"pill",
|
883
|
-
"
|
884
|
-
"
|
885
|
-
"
|
1747
|
+
"custom",
|
1748
|
+
"slate",
|
1749
|
+
"bg-hover",
|
886
1750
|
],
|
887
1751
|
},
|
888
|
-
"
|
1752
|
+
"border-default": {
|
889
1753
|
$type: "color",
|
890
|
-
$value: "#
|
1754
|
+
$value: "#527386",
|
891
1755
|
filePath: "data/tokens/components/status.json",
|
892
1756
|
isSource: true,
|
893
1757
|
original: {
|
894
1758
|
$type: "color",
|
895
|
-
$value: "{modes.color.status.
|
1759
|
+
$value: "{modes.color.status.custom.slate.default}",
|
896
1760
|
},
|
897
|
-
name: "
|
1761
|
+
name: "statusColorPillCustomSlateBorderDefault",
|
898
1762
|
attributes: {},
|
899
1763
|
path: [
|
900
1764
|
"status",
|
901
1765
|
"color",
|
902
1766
|
"pill",
|
903
|
-
"
|
904
|
-
"
|
905
|
-
"
|
1767
|
+
"custom",
|
1768
|
+
"slate",
|
1769
|
+
"border-default",
|
906
1770
|
],
|
907
1771
|
},
|
908
1772
|
},
|
@@ -938,7 +1802,7 @@
|
|
938
1802
|
},
|
939
1803
|
"bgAlt-hover": {
|
940
1804
|
$type: "color",
|
941
|
-
$value: "#
|
1805
|
+
$value: "#f9d3d1",
|
942
1806
|
filePath: "data/tokens/components/status.json",
|
943
1807
|
isSource: true,
|
944
1808
|
original: {
|
@@ -951,7 +1815,7 @@
|
|
951
1815
|
},
|
952
1816
|
"bg-hover": {
|
953
1817
|
$type: "color",
|
954
|
-
$value: "#
|
1818
|
+
$value: "#ac3240",
|
955
1819
|
filePath: "data/tokens/components/status.json",
|
956
1820
|
isSource: true,
|
957
1821
|
original: {
|
@@ -1020,7 +1884,7 @@
|
|
1020
1884
|
},
|
1021
1885
|
"bgAlt-hover": {
|
1022
1886
|
$type: "color",
|
1023
|
-
$value: "#
|
1887
|
+
$value: "#3d1a1c",
|
1024
1888
|
filePath: "data/tokens/components/status.json",
|
1025
1889
|
isSource: true,
|
1026
1890
|
original: {
|
@@ -1040,7 +1904,7 @@
|
|
1040
1904
|
},
|
1041
1905
|
"bg-hover": {
|
1042
1906
|
$type: "color",
|
1043
|
-
$value: "#
|
1907
|
+
$value: "#ea626a",
|
1044
1908
|
filePath: "data/tokens/components/status.json",
|
1045
1909
|
isSource: true,
|
1046
1910
|
original: {
|
@@ -1080,6 +1944,142 @@
|
|
1080
1944
|
},
|
1081
1945
|
},
|
1082
1946
|
},
|
1947
|
+
generic: {
|
1948
|
+
"label-default": {
|
1949
|
+
$type: "color",
|
1950
|
+
$value: "#FFFFFF",
|
1951
|
+
filePath: "data/tokens/components/status.json",
|
1952
|
+
isSource: true,
|
1953
|
+
original: {
|
1954
|
+
$type: "color",
|
1955
|
+
$value: "{modes.color.status.content.withDefault}",
|
1956
|
+
},
|
1957
|
+
name: "statusColorPillGenericLabelDefault",
|
1958
|
+
attributes: {},
|
1959
|
+
path: ["status", "color", "pill", "generic", "label-default"],
|
1960
|
+
},
|
1961
|
+
"label-hover": {
|
1962
|
+
$type: "color",
|
1963
|
+
$value: "#FFFFFF",
|
1964
|
+
filePath: "data/tokens/components/status.json",
|
1965
|
+
isSource: true,
|
1966
|
+
original: {
|
1967
|
+
$type: "color",
|
1968
|
+
$value: "{modes.color.status.content.withHover}",
|
1969
|
+
},
|
1970
|
+
name: "statusColorPillGenericLabelHover",
|
1971
|
+
attributes: {},
|
1972
|
+
path: ["status", "color", "pill", "generic", "label-hover"],
|
1973
|
+
},
|
1974
|
+
"labelAlt-default": {
|
1975
|
+
$type: "color",
|
1976
|
+
$value: "#000000f2",
|
1977
|
+
filePath: "data/tokens/components/status.json",
|
1978
|
+
isSource: true,
|
1979
|
+
original: {
|
1980
|
+
$type: "color",
|
1981
|
+
$value: "{modes.color.status.content.withDefaultAlt}",
|
1982
|
+
},
|
1983
|
+
name: "statusColorPillGenericLabelAltDefault",
|
1984
|
+
attributes: {},
|
1985
|
+
path: ["status", "color", "pill", "generic", "labelAlt-default"],
|
1986
|
+
},
|
1987
|
+
"labelAlt-hover": {
|
1988
|
+
$type: "color",
|
1989
|
+
$value: "#000000f2",
|
1990
|
+
filePath: "data/tokens/components/status.json",
|
1991
|
+
isSource: true,
|
1992
|
+
original: {
|
1993
|
+
$type: "color",
|
1994
|
+
$value: "{modes.color.status.content.withDefaultAlt}",
|
1995
|
+
},
|
1996
|
+
name: "statusColorPillGenericLabelAltHover",
|
1997
|
+
attributes: {},
|
1998
|
+
path: ["status", "color", "pill", "generic", "labelAlt-hover"],
|
1999
|
+
},
|
2000
|
+
inverse: {
|
2001
|
+
"label-default": {
|
2002
|
+
$type: "color",
|
2003
|
+
$value: "#000000",
|
2004
|
+
filePath: "data/tokens/components/status.json",
|
2005
|
+
isSource: true,
|
2006
|
+
original: {
|
2007
|
+
$type: "color",
|
2008
|
+
$value: "{modes.color.status.content.inverse.withDefault}",
|
2009
|
+
},
|
2010
|
+
name: "statusColorPillGenericInverseLabelDefault",
|
2011
|
+
attributes: {},
|
2012
|
+
path: [
|
2013
|
+
"status",
|
2014
|
+
"color",
|
2015
|
+
"pill",
|
2016
|
+
"generic",
|
2017
|
+
"inverse",
|
2018
|
+
"label-default",
|
2019
|
+
],
|
2020
|
+
},
|
2021
|
+
"label-hover": {
|
2022
|
+
$type: "color",
|
2023
|
+
$value: "#000000",
|
2024
|
+
filePath: "data/tokens/components/status.json",
|
2025
|
+
isSource: true,
|
2026
|
+
original: {
|
2027
|
+
$type: "color",
|
2028
|
+
$value: "{modes.color.status.content.inverse.withHover}",
|
2029
|
+
},
|
2030
|
+
name: "statusColorPillGenericInverseLabelHover",
|
2031
|
+
attributes: {},
|
2032
|
+
path: [
|
2033
|
+
"status",
|
2034
|
+
"color",
|
2035
|
+
"pill",
|
2036
|
+
"generic",
|
2037
|
+
"inverse",
|
2038
|
+
"label-hover",
|
2039
|
+
],
|
2040
|
+
},
|
2041
|
+
"labelAlt-default": {
|
2042
|
+
$type: "color",
|
2043
|
+
$value: "#fffffff2",
|
2044
|
+
filePath: "data/tokens/components/status.json",
|
2045
|
+
isSource: true,
|
2046
|
+
original: {
|
2047
|
+
$type: "color",
|
2048
|
+
$value: "{modes.color.status.content.inverse.withDefaultAlt}",
|
2049
|
+
},
|
2050
|
+
name: "statusColorPillGenericInverseLabelAltDefault",
|
2051
|
+
attributes: {},
|
2052
|
+
path: [
|
2053
|
+
"status",
|
2054
|
+
"color",
|
2055
|
+
"pill",
|
2056
|
+
"generic",
|
2057
|
+
"inverse",
|
2058
|
+
"labelAlt-default",
|
2059
|
+
],
|
2060
|
+
},
|
2061
|
+
"labelAlt-hover": {
|
2062
|
+
$type: "color",
|
2063
|
+
$value: "#fffffff2",
|
2064
|
+
filePath: "data/tokens/components/status.json",
|
2065
|
+
isSource: true,
|
2066
|
+
original: {
|
2067
|
+
$type: "color",
|
2068
|
+
$value: "{modes.color.status.content.inverse.withDefaultAlt}",
|
2069
|
+
},
|
2070
|
+
name: "statusColorPillGenericInverseLabelAltHover",
|
2071
|
+
attributes: {},
|
2072
|
+
path: [
|
2073
|
+
"status",
|
2074
|
+
"color",
|
2075
|
+
"pill",
|
2076
|
+
"generic",
|
2077
|
+
"inverse",
|
2078
|
+
"labelAlt-hover",
|
2079
|
+
],
|
2080
|
+
},
|
2081
|
+
},
|
2082
|
+
},
|
1083
2083
|
info: {
|
1084
2084
|
"bg-default": {
|
1085
2085
|
$type: "color",
|
@@ -1111,7 +2111,7 @@
|
|
1111
2111
|
},
|
1112
2112
|
"bgAlt-hover": {
|
1113
2113
|
$type: "color",
|
1114
|
-
$value: "#
|
2114
|
+
$value: "#cdd7ea",
|
1115
2115
|
filePath: "data/tokens/components/status.json",
|
1116
2116
|
isSource: true,
|
1117
2117
|
original: {
|
@@ -1124,7 +2124,7 @@
|
|
1124
2124
|
},
|
1125
2125
|
"bg-hover": {
|
1126
2126
|
$type: "color",
|
1127
|
-
$value: "#
|
2127
|
+
$value: "#10518c",
|
1128
2128
|
filePath: "data/tokens/components/status.json",
|
1129
2129
|
isSource: true,
|
1130
2130
|
original: {
|
@@ -1193,7 +2193,7 @@
|
|
1193
2193
|
},
|
1194
2194
|
"bgAlt-hover": {
|
1195
2195
|
$type: "color",
|
1196
|
-
$value: "#
|
2196
|
+
$value: "#17253a",
|
1197
2197
|
filePath: "data/tokens/components/status.json",
|
1198
2198
|
isSource: true,
|
1199
2199
|
original: {
|
@@ -1213,7 +2213,7 @@
|
|
1213
2213
|
},
|
1214
2214
|
"bg-hover": {
|
1215
2215
|
$type: "color",
|
1216
|
-
$value: "#
|
2216
|
+
$value: "#4f90df",
|
1217
2217
|
filePath: "data/tokens/components/status.json",
|
1218
2218
|
isSource: true,
|
1219
2219
|
original: {
|
@@ -1284,7 +2284,7 @@
|
|
1284
2284
|
},
|
1285
2285
|
"bgAlt-hover": {
|
1286
2286
|
$type: "color",
|
1287
|
-
$value: "#
|
2287
|
+
$value: "#d9d9d9",
|
1288
2288
|
filePath: "data/tokens/components/status.json",
|
1289
2289
|
isSource: true,
|
1290
2290
|
original: {
|
@@ -1297,7 +2297,7 @@
|
|
1297
2297
|
},
|
1298
2298
|
"bg-hover": {
|
1299
2299
|
$type: "color",
|
1300
|
-
$value: "#
|
2300
|
+
$value: "#565656",
|
1301
2301
|
filePath: "data/tokens/components/status.json",
|
1302
2302
|
isSource: true,
|
1303
2303
|
original: {
|
@@ -1366,7 +2366,7 @@
|
|
1366
2366
|
},
|
1367
2367
|
"bgAlt-hover": {
|
1368
2368
|
$type: "color",
|
1369
|
-
$value: "#
|
2369
|
+
$value: "#242424",
|
1370
2370
|
filePath: "data/tokens/components/status.json",
|
1371
2371
|
isSource: true,
|
1372
2372
|
original: {
|
@@ -1386,7 +2386,7 @@
|
|
1386
2386
|
},
|
1387
2387
|
"bg-hover": {
|
1388
2388
|
$type: "color",
|
1389
|
-
$value: "#
|
2389
|
+
$value: "#8e8e8e",
|
1390
2390
|
filePath: "data/tokens/components/status.json",
|
1391
2391
|
isSource: true,
|
1392
2392
|
original: {
|
@@ -1426,6 +2426,59 @@
|
|
1426
2426
|
},
|
1427
2427
|
},
|
1428
2428
|
},
|
2429
|
+
readonly: {
|
2430
|
+
"bg-default": {
|
2431
|
+
$type: "color",
|
2432
|
+
$value: "#a6a6a6",
|
2433
|
+
$description:
|
2434
|
+
"Pill (all types, readonly, when nested in disabled parent components)",
|
2435
|
+
filePath: "data/tokens/components/status.json",
|
2436
|
+
isSource: true,
|
2437
|
+
original: {
|
2438
|
+
$type: "color",
|
2439
|
+
$value: "{modes.color.status.inactive.default}",
|
2440
|
+
$description:
|
2441
|
+
"Pill (all types, readonly, when nested in disabled parent components)",
|
2442
|
+
},
|
2443
|
+
name: "statusColorPillReadonlyBgDefault",
|
2444
|
+
attributes: {},
|
2445
|
+
path: ["status", "color", "pill", "readonly", "bg-default"],
|
2446
|
+
},
|
2447
|
+
"border-default": {
|
2448
|
+
$type: "color",
|
2449
|
+
$value: "#a6a6a6",
|
2450
|
+
$description:
|
2451
|
+
"Pill (all types, readonly, when nested in disabled parent components)",
|
2452
|
+
filePath: "data/tokens/components/status.json",
|
2453
|
+
isSource: true,
|
2454
|
+
original: {
|
2455
|
+
$type: "color",
|
2456
|
+
$value: "{modes.color.status.inactive.default}",
|
2457
|
+
$description:
|
2458
|
+
"Pill (all types, readonly, when nested in disabled parent components)",
|
2459
|
+
},
|
2460
|
+
name: "statusColorPillReadonlyBorderDefault",
|
2461
|
+
attributes: {},
|
2462
|
+
path: ["status", "color", "pill", "readonly", "border-default"],
|
2463
|
+
},
|
2464
|
+
label: {
|
2465
|
+
$type: "color",
|
2466
|
+
$value: "#000000ab",
|
2467
|
+
$description:
|
2468
|
+
"Pill (all types, readonly, when nested in disabled parent components)",
|
2469
|
+
filePath: "data/tokens/components/status.json",
|
2470
|
+
isSource: true,
|
2471
|
+
original: {
|
2472
|
+
$type: "color",
|
2473
|
+
$value: "{modes.color.generic.content.firm}",
|
2474
|
+
$description:
|
2475
|
+
"Pill (all types, readonly, when nested in disabled parent components)",
|
2476
|
+
},
|
2477
|
+
name: "statusColorPillReadonlyLabel",
|
2478
|
+
attributes: {},
|
2479
|
+
path: ["status", "color", "pill", "readonly", "label"],
|
2480
|
+
},
|
2481
|
+
},
|
1429
2482
|
success: {
|
1430
2483
|
"bg-default": {
|
1431
2484
|
$type: "color",
|
@@ -1457,7 +2510,7 @@
|
|
1457
2510
|
},
|
1458
2511
|
"bgAlt-hover": {
|
1459
2512
|
$type: "color",
|
1460
|
-
$value: "#
|
2513
|
+
$value: "#cbe1c9",
|
1461
2514
|
filePath: "data/tokens/components/status.json",
|
1462
2515
|
isSource: true,
|
1463
2516
|
original: {
|
@@ -1470,7 +2523,7 @@
|
|
1470
2523
|
},
|
1471
2524
|
"bg-hover": {
|
1472
2525
|
$type: "color",
|
1473
|
-
$value: "#
|
2526
|
+
$value: "#0e6d1d",
|
1474
2527
|
filePath: "data/tokens/components/status.json",
|
1475
2528
|
isSource: true,
|
1476
2529
|
original: {
|
@@ -1539,7 +2592,7 @@
|
|
1539
2592
|
},
|
1540
2593
|
"bgAlt-hover": {
|
1541
2594
|
$type: "color",
|
1542
|
-
$value: "#
|
2595
|
+
$value: "#132912",
|
1543
2596
|
filePath: "data/tokens/components/status.json",
|
1544
2597
|
isSource: true,
|
1545
2598
|
original: {
|
@@ -1559,7 +2612,7 @@
|
|
1559
2612
|
},
|
1560
2613
|
"bg-hover": {
|
1561
2614
|
$type: "color",
|
1562
|
-
$value: "#
|
2615
|
+
$value: "#328e37",
|
1563
2616
|
filePath: "data/tokens/components/status.json",
|
1564
2617
|
isSource: true,
|
1565
2618
|
original: {
|
@@ -1630,7 +2683,7 @@
|
|
1630
2683
|
},
|
1631
2684
|
"bgAlt-hover": {
|
1632
2685
|
$type: "color",
|
1633
|
-
$value: "#
|
2686
|
+
$value: "#fed5c3",
|
1634
2687
|
filePath: "data/tokens/components/status.json",
|
1635
2688
|
isSource: true,
|
1636
2689
|
original: {
|
@@ -1643,7 +2696,7 @@
|
|
1643
2696
|
},
|
1644
2697
|
"bg-hover": {
|
1645
2698
|
$type: "color",
|
1646
|
-
$value: "#
|
2699
|
+
$value: "#b33b0d",
|
1647
2700
|
filePath: "data/tokens/components/status.json",
|
1648
2701
|
isSource: true,
|
1649
2702
|
original: {
|
@@ -1712,7 +2765,7 @@
|
|
1712
2765
|
},
|
1713
2766
|
"bgAlt-hover": {
|
1714
2767
|
$type: "color",
|
1715
|
-
$value: "#
|
2768
|
+
$value: "#3e1a0b",
|
1716
2769
|
filePath: "data/tokens/components/status.json",
|
1717
2770
|
isSource: true,
|
1718
2771
|
original: {
|
@@ -1732,7 +2785,7 @@
|
|
1732
2785
|
},
|
1733
2786
|
"bg-hover": {
|
1734
2787
|
$type: "color",
|
1735
|
-
$value: "#
|
2788
|
+
$value: "#eb6530",
|
1736
2789
|
filePath: "data/tokens/components/status.json",
|
1737
2790
|
isSource: true,
|
1738
2791
|
original: {
|
@@ -1772,59 +2825,6 @@
|
|
1772
2825
|
},
|
1773
2826
|
},
|
1774
2827
|
},
|
1775
|
-
readonly: {
|
1776
|
-
"bg-default": {
|
1777
|
-
$type: "color",
|
1778
|
-
$value: "#a6a6a6",
|
1779
|
-
$description:
|
1780
|
-
"Pill (all types, readonly, when nested in disabled parent components)",
|
1781
|
-
filePath: "data/tokens/components/status.json",
|
1782
|
-
isSource: true,
|
1783
|
-
original: {
|
1784
|
-
$type: "color",
|
1785
|
-
$value: "{modes.color.status.inactive.default}",
|
1786
|
-
$description:
|
1787
|
-
"Pill (all types, readonly, when nested in disabled parent components)",
|
1788
|
-
},
|
1789
|
-
name: "statusColorPillReadonlyBgDefault",
|
1790
|
-
attributes: {},
|
1791
|
-
path: ["status", "color", "pill", "readonly", "bg-default"],
|
1792
|
-
},
|
1793
|
-
"border-default": {
|
1794
|
-
$type: "color",
|
1795
|
-
$value: "#a6a6a6",
|
1796
|
-
$description:
|
1797
|
-
"Pill (all types, readonly, when nested in disabled parent components)",
|
1798
|
-
filePath: "data/tokens/components/status.json",
|
1799
|
-
isSource: true,
|
1800
|
-
original: {
|
1801
|
-
$type: "color",
|
1802
|
-
$value: "{modes.color.status.inactive.default}",
|
1803
|
-
$description:
|
1804
|
-
"Pill (all types, readonly, when nested in disabled parent components)",
|
1805
|
-
},
|
1806
|
-
name: "statusColorPillReadonlyBorderDefault",
|
1807
|
-
attributes: {},
|
1808
|
-
path: ["status", "color", "pill", "readonly", "border-default"],
|
1809
|
-
},
|
1810
|
-
label: {
|
1811
|
-
$type: "color",
|
1812
|
-
$value: "#000000ab",
|
1813
|
-
$description:
|
1814
|
-
"Pill (all types, readonly, when nested in disabled parent components)",
|
1815
|
-
filePath: "data/tokens/components/status.json",
|
1816
|
-
isSource: true,
|
1817
|
-
original: {
|
1818
|
-
$type: "color",
|
1819
|
-
$value: "{modes.color.generic.content.firm}",
|
1820
|
-
$description:
|
1821
|
-
"Pill (all types, readonly, when nested in disabled parent components)",
|
1822
|
-
},
|
1823
|
-
name: "statusColorPillReadonlyLabel",
|
1824
|
-
attributes: {},
|
1825
|
-
path: ["status", "color", "pill", "readonly", "label"],
|
1826
|
-
},
|
1827
|
-
},
|
1828
2828
|
},
|
1829
2829
|
rating: {
|
1830
2830
|
"bg-default": {
|
@@ -1856,7 +2856,7 @@
|
|
1856
2856
|
},
|
1857
2857
|
"bg-hover": {
|
1858
2858
|
$type: "color",
|
1859
|
-
$value: "#
|
2859
|
+
$value: "#0e6d1d",
|
1860
2860
|
filePath: "data/tokens/components/status.json",
|
1861
2861
|
isSource: true,
|
1862
2862
|
original: {
|