@sage/design-tokens 13.1.0 → 14.0.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 +67 -21
- package/css/frozenproduct/large/components/badge.css +8 -3
- package/css/frozenproduct/large/components/button.css +16 -7
- package/css/frozenproduct/large/components/focus.css +4 -0
- package/css/frozenproduct/large/components/link.css +2 -0
- package/css/frozenproduct/large/components/logo.css +0 -2
- package/css/frozenproduct/large/components/progress.css +4 -3
- package/css/frozenproduct/large/components/table.css +1 -0
- package/css/frozenproduct/large/dark.css +16 -3
- package/css/frozenproduct/large/light.css +16 -3
- package/css/frozenproduct/small/components/badge.css +8 -3
- package/css/frozenproduct/small/components/button.css +16 -7
- package/css/frozenproduct/small/components/focus.css +4 -0
- package/css/frozenproduct/small/components/link.css +2 -0
- package/css/frozenproduct/small/components/logo.css +0 -2
- package/css/frozenproduct/small/components/progress.css +4 -3
- package/css/frozenproduct/small/components/table.css +1 -0
- package/css/frozenproduct/small/dark.css +16 -3
- package/css/frozenproduct/small/light.css +16 -3
- package/css/marketing/all.css +67 -21
- package/css/marketing/large/components/badge.css +8 -3
- package/css/marketing/large/components/button.css +16 -7
- package/css/marketing/large/components/focus.css +4 -0
- package/css/marketing/large/components/link.css +2 -0
- package/css/marketing/large/components/logo.css +0 -2
- package/css/marketing/large/components/progress.css +4 -3
- package/css/marketing/large/components/table.css +1 -0
- package/css/marketing/large/dark.css +16 -3
- package/css/marketing/large/light.css +16 -3
- package/css/marketing/small/components/badge.css +8 -3
- package/css/marketing/small/components/button.css +16 -7
- package/css/marketing/small/components/focus.css +4 -0
- package/css/marketing/small/components/link.css +2 -0
- package/css/marketing/small/components/logo.css +0 -2
- package/css/marketing/small/components/progress.css +4 -3
- package/css/marketing/small/components/table.css +1 -0
- package/css/marketing/small/dark.css +16 -3
- package/css/marketing/small/light.css +16 -3
- package/css/product/all.css +67 -21
- package/css/product/large/components/badge.css +8 -3
- package/css/product/large/components/button.css +16 -7
- package/css/product/large/components/focus.css +4 -0
- package/css/product/large/components/link.css +2 -0
- package/css/product/large/components/logo.css +0 -2
- package/css/product/large/components/progress.css +4 -3
- package/css/product/large/components/table.css +1 -0
- package/css/product/large/dark.css +16 -3
- package/css/product/large/light.css +16 -3
- package/css/product/small/components/badge.css +8 -3
- package/css/product/small/components/button.css +16 -7
- package/css/product/small/components/focus.css +4 -0
- package/css/product/small/components/link.css +2 -0
- package/css/product/small/components/logo.css +0 -2
- package/css/product/small/components/progress.css +4 -3
- package/css/product/small/components/table.css +1 -0
- package/css/product/small/dark.css +16 -3
- package/css/product/small/light.css +16 -3
- package/ios/frozenproduct/large/dark/components/badge.h +5 -0
- package/ios/frozenproduct/large/dark/components/button.h +10 -1
- package/ios/frozenproduct/large/dark/components/focus.h +4 -0
- package/ios/frozenproduct/large/dark/components/link.h +2 -0
- package/ios/frozenproduct/large/dark/components/logo.h +0 -2
- package/ios/frozenproduct/large/dark/components/progress.h +4 -3
- package/ios/frozenproduct/large/dark/components/table.h +1 -0
- package/ios/frozenproduct/large/dark/mode.h +16 -3
- package/ios/frozenproduct/large/light/components/badge.h +5 -0
- package/ios/frozenproduct/large/light/components/button.h +10 -1
- package/ios/frozenproduct/large/light/components/focus.h +4 -0
- package/ios/frozenproduct/large/light/components/link.h +2 -0
- package/ios/frozenproduct/large/light/components/logo.h +0 -2
- package/ios/frozenproduct/large/light/components/progress.h +4 -3
- package/ios/frozenproduct/large/light/components/table.h +1 -0
- package/ios/frozenproduct/large/light/mode.h +16 -3
- package/ios/frozenproduct/small/dark/components/badge.h +5 -0
- package/ios/frozenproduct/small/dark/components/button.h +10 -1
- package/ios/frozenproduct/small/dark/components/focus.h +4 -0
- package/ios/frozenproduct/small/dark/components/link.h +2 -0
- package/ios/frozenproduct/small/dark/components/logo.h +0 -2
- package/ios/frozenproduct/small/dark/components/progress.h +4 -3
- package/ios/frozenproduct/small/dark/components/table.h +1 -0
- package/ios/frozenproduct/small/dark/mode.h +16 -3
- package/ios/frozenproduct/small/light/components/badge.h +5 -0
- package/ios/frozenproduct/small/light/components/button.h +10 -1
- package/ios/frozenproduct/small/light/components/focus.h +4 -0
- package/ios/frozenproduct/small/light/components/link.h +2 -0
- package/ios/frozenproduct/small/light/components/logo.h +0 -2
- package/ios/frozenproduct/small/light/components/progress.h +4 -3
- package/ios/frozenproduct/small/light/components/table.h +1 -0
- package/ios/frozenproduct/small/light/mode.h +16 -3
- package/ios/marketing/large/dark/components/badge.h +5 -0
- package/ios/marketing/large/dark/components/button.h +10 -1
- package/ios/marketing/large/dark/components/focus.h +4 -0
- package/ios/marketing/large/dark/components/link.h +2 -0
- package/ios/marketing/large/dark/components/logo.h +0 -2
- package/ios/marketing/large/dark/components/progress.h +4 -3
- package/ios/marketing/large/dark/components/table.h +1 -0
- package/ios/marketing/large/dark/mode.h +16 -3
- package/ios/marketing/large/light/components/badge.h +5 -0
- package/ios/marketing/large/light/components/button.h +10 -1
- package/ios/marketing/large/light/components/focus.h +4 -0
- package/ios/marketing/large/light/components/link.h +2 -0
- package/ios/marketing/large/light/components/logo.h +0 -2
- package/ios/marketing/large/light/components/progress.h +4 -3
- package/ios/marketing/large/light/components/table.h +1 -0
- package/ios/marketing/large/light/mode.h +16 -3
- package/ios/marketing/small/dark/components/badge.h +5 -0
- package/ios/marketing/small/dark/components/button.h +10 -1
- package/ios/marketing/small/dark/components/focus.h +4 -0
- package/ios/marketing/small/dark/components/link.h +2 -0
- package/ios/marketing/small/dark/components/logo.h +0 -2
- package/ios/marketing/small/dark/components/progress.h +4 -3
- package/ios/marketing/small/dark/components/table.h +1 -0
- package/ios/marketing/small/dark/mode.h +16 -3
- package/ios/marketing/small/light/components/badge.h +5 -0
- package/ios/marketing/small/light/components/button.h +10 -1
- package/ios/marketing/small/light/components/focus.h +4 -0
- package/ios/marketing/small/light/components/link.h +2 -0
- package/ios/marketing/small/light/components/logo.h +0 -2
- package/ios/marketing/small/light/components/progress.h +4 -3
- package/ios/marketing/small/light/components/table.h +1 -0
- package/ios/marketing/small/light/mode.h +16 -3
- package/ios/product/large/dark/components/badge.h +5 -0
- package/ios/product/large/dark/components/button.h +10 -1
- package/ios/product/large/dark/components/focus.h +4 -0
- package/ios/product/large/dark/components/link.h +2 -0
- package/ios/product/large/dark/components/logo.h +0 -2
- package/ios/product/large/dark/components/progress.h +4 -3
- package/ios/product/large/dark/components/table.h +1 -0
- package/ios/product/large/dark/mode.h +16 -3
- package/ios/product/large/light/components/badge.h +5 -0
- package/ios/product/large/light/components/button.h +10 -1
- package/ios/product/large/light/components/focus.h +4 -0
- package/ios/product/large/light/components/link.h +2 -0
- package/ios/product/large/light/components/logo.h +0 -2
- package/ios/product/large/light/components/progress.h +4 -3
- package/ios/product/large/light/components/table.h +1 -0
- package/ios/product/large/light/mode.h +16 -3
- package/ios/product/small/dark/components/badge.h +5 -0
- package/ios/product/small/dark/components/button.h +10 -1
- package/ios/product/small/dark/components/focus.h +4 -0
- package/ios/product/small/dark/components/link.h +2 -0
- package/ios/product/small/dark/components/logo.h +0 -2
- package/ios/product/small/dark/components/progress.h +4 -3
- package/ios/product/small/dark/components/table.h +1 -0
- package/ios/product/small/dark/mode.h +16 -3
- package/ios/product/small/light/components/badge.h +5 -0
- package/ios/product/small/light/components/button.h +10 -1
- package/ios/product/small/light/components/focus.h +4 -0
- package/ios/product/small/light/components/link.h +2 -0
- package/ios/product/small/light/components/logo.h +0 -2
- package/ios/product/small/light/components/progress.h +4 -3
- package/ios/product/small/light/components/table.h +1 -0
- package/ios/product/small/light/mode.h +16 -3
- package/js/common/frozenproduct/large/dark/components/badge.d.ts +7 -0
- package/js/common/frozenproduct/large/dark/components/badge.js +84 -3
- package/js/common/frozenproduct/large/dark/components/button.d.ts +11 -0
- package/js/common/frozenproduct/large/dark/components/button.js +185 -1
- package/js/common/frozenproduct/large/dark/components/focus.d.ts +6 -0
- package/js/common/frozenproduct/large/dark/components/focus.js +54 -0
- package/js/common/frozenproduct/large/dark/components/link.d.ts +4 -0
- package/js/common/frozenproduct/large/dark/components/link.js +30 -0
- package/js/common/frozenproduct/large/dark/components/logo.d.ts +0 -4
- package/js/common/frozenproduct/large/dark/components/logo.js +0 -30
- package/js/common/frozenproduct/large/dark/components/progress.d.ts +2 -1
- package/js/common/frozenproduct/large/dark/components/progress.js +22 -7
- package/js/common/frozenproduct/large/dark/components/table.d.ts +1 -0
- package/js/common/frozenproduct/large/dark/components/table.js +15 -0
- package/js/common/frozenproduct/large/dark/mode.d.ts +19 -2
- package/js/common/frozenproduct/large/dark/mode.js +447 -26
- package/js/common/frozenproduct/large/light/components/badge.d.ts +7 -0
- package/js/common/frozenproduct/large/light/components/badge.js +84 -3
- package/js/common/frozenproduct/large/light/components/button.d.ts +11 -0
- package/js/common/frozenproduct/large/light/components/button.js +185 -1
- package/js/common/frozenproduct/large/light/components/focus.d.ts +6 -0
- package/js/common/frozenproduct/large/light/components/focus.js +54 -0
- package/js/common/frozenproduct/large/light/components/link.d.ts +4 -0
- package/js/common/frozenproduct/large/light/components/link.js +30 -0
- package/js/common/frozenproduct/large/light/components/logo.d.ts +0 -4
- package/js/common/frozenproduct/large/light/components/logo.js +0 -30
- package/js/common/frozenproduct/large/light/components/progress.d.ts +2 -1
- package/js/common/frozenproduct/large/light/components/progress.js +22 -7
- package/js/common/frozenproduct/large/light/components/table.d.ts +1 -0
- package/js/common/frozenproduct/large/light/components/table.js +15 -0
- package/js/common/frozenproduct/large/light/mode.d.ts +19 -2
- package/js/common/frozenproduct/large/light/mode.js +452 -31
- package/js/common/frozenproduct/small/dark/components/badge.d.ts +7 -0
- package/js/common/frozenproduct/small/dark/components/badge.js +84 -3
- package/js/common/frozenproduct/small/dark/components/button.d.ts +11 -0
- package/js/common/frozenproduct/small/dark/components/button.js +185 -1
- package/js/common/frozenproduct/small/dark/components/focus.d.ts +6 -0
- package/js/common/frozenproduct/small/dark/components/focus.js +54 -0
- package/js/common/frozenproduct/small/dark/components/link.d.ts +4 -0
- package/js/common/frozenproduct/small/dark/components/link.js +30 -0
- package/js/common/frozenproduct/small/dark/components/logo.d.ts +0 -4
- package/js/common/frozenproduct/small/dark/components/logo.js +0 -30
- package/js/common/frozenproduct/small/dark/components/progress.d.ts +2 -1
- package/js/common/frozenproduct/small/dark/components/progress.js +22 -7
- package/js/common/frozenproduct/small/dark/components/table.d.ts +1 -0
- package/js/common/frozenproduct/small/dark/components/table.js +15 -0
- package/js/common/frozenproduct/small/dark/mode.d.ts +19 -2
- package/js/common/frozenproduct/small/dark/mode.js +447 -26
- package/js/common/frozenproduct/small/light/components/badge.d.ts +7 -0
- package/js/common/frozenproduct/small/light/components/badge.js +84 -3
- package/js/common/frozenproduct/small/light/components/button.d.ts +11 -0
- package/js/common/frozenproduct/small/light/components/button.js +185 -1
- package/js/common/frozenproduct/small/light/components/focus.d.ts +6 -0
- package/js/common/frozenproduct/small/light/components/focus.js +54 -0
- package/js/common/frozenproduct/small/light/components/link.d.ts +4 -0
- package/js/common/frozenproduct/small/light/components/link.js +30 -0
- package/js/common/frozenproduct/small/light/components/logo.d.ts +0 -4
- package/js/common/frozenproduct/small/light/components/logo.js +0 -30
- package/js/common/frozenproduct/small/light/components/progress.d.ts +2 -1
- package/js/common/frozenproduct/small/light/components/progress.js +22 -7
- package/js/common/frozenproduct/small/light/components/table.d.ts +1 -0
- package/js/common/frozenproduct/small/light/components/table.js +15 -0
- package/js/common/frozenproduct/small/light/mode.d.ts +19 -2
- package/js/common/frozenproduct/small/light/mode.js +452 -31
- package/js/common/marketing/large/dark/components/badge.d.ts +7 -0
- package/js/common/marketing/large/dark/components/badge.js +84 -3
- package/js/common/marketing/large/dark/components/button.d.ts +11 -0
- package/js/common/marketing/large/dark/components/button.js +185 -1
- package/js/common/marketing/large/dark/components/focus.d.ts +6 -0
- package/js/common/marketing/large/dark/components/focus.js +54 -0
- package/js/common/marketing/large/dark/components/link.d.ts +4 -0
- package/js/common/marketing/large/dark/components/link.js +30 -0
- package/js/common/marketing/large/dark/components/logo.d.ts +0 -4
- package/js/common/marketing/large/dark/components/logo.js +0 -30
- package/js/common/marketing/large/dark/components/progress.d.ts +2 -1
- package/js/common/marketing/large/dark/components/progress.js +22 -7
- package/js/common/marketing/large/dark/components/table.d.ts +1 -0
- package/js/common/marketing/large/dark/components/table.js +15 -0
- package/js/common/marketing/large/dark/mode.d.ts +19 -2
- package/js/common/marketing/large/dark/mode.js +447 -26
- package/js/common/marketing/large/light/components/badge.d.ts +7 -0
- package/js/common/marketing/large/light/components/badge.js +84 -3
- package/js/common/marketing/large/light/components/button.d.ts +11 -0
- package/js/common/marketing/large/light/components/button.js +185 -1
- package/js/common/marketing/large/light/components/focus.d.ts +6 -0
- package/js/common/marketing/large/light/components/focus.js +54 -0
- package/js/common/marketing/large/light/components/link.d.ts +4 -0
- package/js/common/marketing/large/light/components/link.js +30 -0
- package/js/common/marketing/large/light/components/logo.d.ts +0 -4
- package/js/common/marketing/large/light/components/logo.js +0 -30
- package/js/common/marketing/large/light/components/progress.d.ts +2 -1
- package/js/common/marketing/large/light/components/progress.js +22 -7
- package/js/common/marketing/large/light/components/table.d.ts +1 -0
- package/js/common/marketing/large/light/components/table.js +15 -0
- package/js/common/marketing/large/light/mode.d.ts +19 -2
- package/js/common/marketing/large/light/mode.js +452 -31
- package/js/common/marketing/small/dark/components/badge.d.ts +7 -0
- package/js/common/marketing/small/dark/components/badge.js +84 -3
- package/js/common/marketing/small/dark/components/button.d.ts +11 -0
- package/js/common/marketing/small/dark/components/button.js +185 -1
- package/js/common/marketing/small/dark/components/focus.d.ts +6 -0
- package/js/common/marketing/small/dark/components/focus.js +54 -0
- package/js/common/marketing/small/dark/components/link.d.ts +4 -0
- package/js/common/marketing/small/dark/components/link.js +30 -0
- package/js/common/marketing/small/dark/components/logo.d.ts +0 -4
- package/js/common/marketing/small/dark/components/logo.js +0 -30
- package/js/common/marketing/small/dark/components/progress.d.ts +2 -1
- package/js/common/marketing/small/dark/components/progress.js +22 -7
- package/js/common/marketing/small/dark/components/table.d.ts +1 -0
- package/js/common/marketing/small/dark/components/table.js +15 -0
- package/js/common/marketing/small/dark/mode.d.ts +19 -2
- package/js/common/marketing/small/dark/mode.js +447 -26
- package/js/common/marketing/small/light/components/badge.d.ts +7 -0
- package/js/common/marketing/small/light/components/badge.js +84 -3
- package/js/common/marketing/small/light/components/button.d.ts +11 -0
- package/js/common/marketing/small/light/components/button.js +185 -1
- package/js/common/marketing/small/light/components/focus.d.ts +6 -0
- package/js/common/marketing/small/light/components/focus.js +54 -0
- package/js/common/marketing/small/light/components/link.d.ts +4 -0
- package/js/common/marketing/small/light/components/link.js +30 -0
- package/js/common/marketing/small/light/components/logo.d.ts +0 -4
- package/js/common/marketing/small/light/components/logo.js +0 -30
- package/js/common/marketing/small/light/components/progress.d.ts +2 -1
- package/js/common/marketing/small/light/components/progress.js +22 -7
- package/js/common/marketing/small/light/components/table.d.ts +1 -0
- package/js/common/marketing/small/light/components/table.js +15 -0
- package/js/common/marketing/small/light/mode.d.ts +19 -2
- package/js/common/marketing/small/light/mode.js +452 -31
- package/js/common/product/large/dark/components/badge.d.ts +7 -0
- package/js/common/product/large/dark/components/badge.js +84 -3
- package/js/common/product/large/dark/components/button.d.ts +11 -0
- package/js/common/product/large/dark/components/button.js +185 -1
- package/js/common/product/large/dark/components/focus.d.ts +6 -0
- package/js/common/product/large/dark/components/focus.js +54 -0
- package/js/common/product/large/dark/components/link.d.ts +4 -0
- package/js/common/product/large/dark/components/link.js +30 -0
- package/js/common/product/large/dark/components/logo.d.ts +0 -4
- package/js/common/product/large/dark/components/logo.js +0 -30
- package/js/common/product/large/dark/components/progress.d.ts +2 -1
- package/js/common/product/large/dark/components/progress.js +22 -7
- package/js/common/product/large/dark/components/table.d.ts +1 -0
- package/js/common/product/large/dark/components/table.js +15 -0
- package/js/common/product/large/dark/mode.d.ts +19 -2
- package/js/common/product/large/dark/mode.js +447 -26
- package/js/common/product/large/light/components/badge.d.ts +7 -0
- package/js/common/product/large/light/components/badge.js +84 -3
- package/js/common/product/large/light/components/button.d.ts +11 -0
- package/js/common/product/large/light/components/button.js +185 -1
- package/js/common/product/large/light/components/focus.d.ts +6 -0
- package/js/common/product/large/light/components/focus.js +54 -0
- package/js/common/product/large/light/components/link.d.ts +4 -0
- package/js/common/product/large/light/components/link.js +30 -0
- package/js/common/product/large/light/components/logo.d.ts +0 -4
- package/js/common/product/large/light/components/logo.js +0 -30
- package/js/common/product/large/light/components/progress.d.ts +2 -1
- package/js/common/product/large/light/components/progress.js +22 -7
- package/js/common/product/large/light/components/table.d.ts +1 -0
- package/js/common/product/large/light/components/table.js +15 -0
- package/js/common/product/large/light/mode.d.ts +19 -2
- package/js/common/product/large/light/mode.js +452 -31
- package/js/common/product/small/dark/components/badge.d.ts +7 -0
- package/js/common/product/small/dark/components/badge.js +84 -3
- package/js/common/product/small/dark/components/button.d.ts +11 -0
- package/js/common/product/small/dark/components/button.js +185 -1
- package/js/common/product/small/dark/components/focus.d.ts +6 -0
- package/js/common/product/small/dark/components/focus.js +54 -0
- package/js/common/product/small/dark/components/link.d.ts +4 -0
- package/js/common/product/small/dark/components/link.js +30 -0
- package/js/common/product/small/dark/components/logo.d.ts +0 -4
- package/js/common/product/small/dark/components/logo.js +0 -30
- package/js/common/product/small/dark/components/progress.d.ts +2 -1
- package/js/common/product/small/dark/components/progress.js +22 -7
- package/js/common/product/small/dark/components/table.d.ts +1 -0
- package/js/common/product/small/dark/components/table.js +15 -0
- package/js/common/product/small/dark/mode.d.ts +19 -2
- package/js/common/product/small/dark/mode.js +447 -26
- package/js/common/product/small/light/components/badge.d.ts +7 -0
- package/js/common/product/small/light/components/badge.js +84 -3
- package/js/common/product/small/light/components/button.d.ts +11 -0
- package/js/common/product/small/light/components/button.js +185 -1
- package/js/common/product/small/light/components/focus.d.ts +6 -0
- package/js/common/product/small/light/components/focus.js +54 -0
- package/js/common/product/small/light/components/link.d.ts +4 -0
- package/js/common/product/small/light/components/link.js +30 -0
- package/js/common/product/small/light/components/logo.d.ts +0 -4
- package/js/common/product/small/light/components/logo.js +0 -30
- package/js/common/product/small/light/components/progress.d.ts +2 -1
- package/js/common/product/small/light/components/progress.js +22 -7
- package/js/common/product/small/light/components/table.d.ts +1 -0
- package/js/common/product/small/light/components/table.js +15 -0
- package/js/common/product/small/light/mode.d.ts +19 -2
- package/js/common/product/small/light/mode.js +452 -31
- package/js/es6/frozenproduct/large/dark/components/badge.d.ts +5 -0
- package/js/es6/frozenproduct/large/dark/components/badge.js +5 -0
- package/js/es6/frozenproduct/large/dark/components/button.d.ts +9 -0
- package/js/es6/frozenproduct/large/dark/components/button.js +10 -1
- package/js/es6/frozenproduct/large/dark/components/focus.d.ts +4 -0
- package/js/es6/frozenproduct/large/dark/components/focus.js +4 -0
- package/js/es6/frozenproduct/large/dark/components/link.d.ts +2 -0
- package/js/es6/frozenproduct/large/dark/components/link.js +2 -0
- package/js/es6/frozenproduct/large/dark/components/logo.d.ts +0 -2
- package/js/es6/frozenproduct/large/dark/components/logo.js +0 -2
- package/js/es6/frozenproduct/large/dark/components/progress.d.ts +4 -3
- package/js/es6/frozenproduct/large/dark/components/progress.js +4 -3
- package/js/es6/frozenproduct/large/dark/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/large/dark/components/table.js +1 -0
- package/js/es6/frozenproduct/large/dark/mode.d.ts +15 -2
- package/js/es6/frozenproduct/large/dark/mode.js +16 -3
- package/js/es6/frozenproduct/large/light/components/badge.d.ts +5 -0
- package/js/es6/frozenproduct/large/light/components/badge.js +5 -0
- package/js/es6/frozenproduct/large/light/components/button.d.ts +9 -0
- package/js/es6/frozenproduct/large/light/components/button.js +10 -1
- package/js/es6/frozenproduct/large/light/components/focus.d.ts +4 -0
- package/js/es6/frozenproduct/large/light/components/focus.js +4 -0
- package/js/es6/frozenproduct/large/light/components/link.d.ts +2 -0
- package/js/es6/frozenproduct/large/light/components/link.js +2 -0
- package/js/es6/frozenproduct/large/light/components/logo.d.ts +0 -2
- package/js/es6/frozenproduct/large/light/components/logo.js +0 -2
- package/js/es6/frozenproduct/large/light/components/progress.d.ts +4 -3
- package/js/es6/frozenproduct/large/light/components/progress.js +4 -3
- package/js/es6/frozenproduct/large/light/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/large/light/components/table.js +1 -0
- package/js/es6/frozenproduct/large/light/mode.d.ts +15 -2
- package/js/es6/frozenproduct/large/light/mode.js +16 -3
- package/js/es6/frozenproduct/small/dark/components/badge.d.ts +5 -0
- package/js/es6/frozenproduct/small/dark/components/badge.js +5 -0
- package/js/es6/frozenproduct/small/dark/components/button.d.ts +9 -0
- package/js/es6/frozenproduct/small/dark/components/button.js +10 -1
- package/js/es6/frozenproduct/small/dark/components/focus.d.ts +4 -0
- package/js/es6/frozenproduct/small/dark/components/focus.js +4 -0
- package/js/es6/frozenproduct/small/dark/components/link.d.ts +2 -0
- package/js/es6/frozenproduct/small/dark/components/link.js +2 -0
- package/js/es6/frozenproduct/small/dark/components/logo.d.ts +0 -2
- package/js/es6/frozenproduct/small/dark/components/logo.js +0 -2
- package/js/es6/frozenproduct/small/dark/components/progress.d.ts +4 -3
- package/js/es6/frozenproduct/small/dark/components/progress.js +4 -3
- package/js/es6/frozenproduct/small/dark/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/small/dark/components/table.js +1 -0
- package/js/es6/frozenproduct/small/dark/mode.d.ts +15 -2
- package/js/es6/frozenproduct/small/dark/mode.js +16 -3
- package/js/es6/frozenproduct/small/light/components/badge.d.ts +5 -0
- package/js/es6/frozenproduct/small/light/components/badge.js +5 -0
- package/js/es6/frozenproduct/small/light/components/button.d.ts +9 -0
- package/js/es6/frozenproduct/small/light/components/button.js +10 -1
- package/js/es6/frozenproduct/small/light/components/focus.d.ts +4 -0
- package/js/es6/frozenproduct/small/light/components/focus.js +4 -0
- package/js/es6/frozenproduct/small/light/components/link.d.ts +2 -0
- package/js/es6/frozenproduct/small/light/components/link.js +2 -0
- package/js/es6/frozenproduct/small/light/components/logo.d.ts +0 -2
- package/js/es6/frozenproduct/small/light/components/logo.js +0 -2
- package/js/es6/frozenproduct/small/light/components/progress.d.ts +4 -3
- package/js/es6/frozenproduct/small/light/components/progress.js +4 -3
- package/js/es6/frozenproduct/small/light/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/small/light/components/table.js +1 -0
- package/js/es6/frozenproduct/small/light/mode.d.ts +15 -2
- package/js/es6/frozenproduct/small/light/mode.js +16 -3
- package/js/es6/marketing/large/dark/components/badge.d.ts +5 -0
- package/js/es6/marketing/large/dark/components/badge.js +5 -0
- package/js/es6/marketing/large/dark/components/button.d.ts +9 -0
- package/js/es6/marketing/large/dark/components/button.js +10 -1
- package/js/es6/marketing/large/dark/components/focus.d.ts +4 -0
- package/js/es6/marketing/large/dark/components/focus.js +4 -0
- package/js/es6/marketing/large/dark/components/link.d.ts +2 -0
- package/js/es6/marketing/large/dark/components/link.js +2 -0
- package/js/es6/marketing/large/dark/components/logo.d.ts +0 -2
- package/js/es6/marketing/large/dark/components/logo.js +0 -2
- package/js/es6/marketing/large/dark/components/progress.d.ts +4 -3
- package/js/es6/marketing/large/dark/components/progress.js +4 -3
- package/js/es6/marketing/large/dark/components/table.d.ts +1 -0
- package/js/es6/marketing/large/dark/components/table.js +1 -0
- package/js/es6/marketing/large/dark/mode.d.ts +15 -2
- package/js/es6/marketing/large/dark/mode.js +16 -3
- package/js/es6/marketing/large/light/components/badge.d.ts +5 -0
- package/js/es6/marketing/large/light/components/badge.js +5 -0
- package/js/es6/marketing/large/light/components/button.d.ts +9 -0
- package/js/es6/marketing/large/light/components/button.js +10 -1
- package/js/es6/marketing/large/light/components/focus.d.ts +4 -0
- package/js/es6/marketing/large/light/components/focus.js +4 -0
- package/js/es6/marketing/large/light/components/link.d.ts +2 -0
- package/js/es6/marketing/large/light/components/link.js +2 -0
- package/js/es6/marketing/large/light/components/logo.d.ts +0 -2
- package/js/es6/marketing/large/light/components/logo.js +0 -2
- package/js/es6/marketing/large/light/components/progress.d.ts +4 -3
- package/js/es6/marketing/large/light/components/progress.js +4 -3
- package/js/es6/marketing/large/light/components/table.d.ts +1 -0
- package/js/es6/marketing/large/light/components/table.js +1 -0
- package/js/es6/marketing/large/light/mode.d.ts +15 -2
- package/js/es6/marketing/large/light/mode.js +16 -3
- package/js/es6/marketing/small/dark/components/badge.d.ts +5 -0
- package/js/es6/marketing/small/dark/components/badge.js +5 -0
- package/js/es6/marketing/small/dark/components/button.d.ts +9 -0
- package/js/es6/marketing/small/dark/components/button.js +10 -1
- package/js/es6/marketing/small/dark/components/focus.d.ts +4 -0
- package/js/es6/marketing/small/dark/components/focus.js +4 -0
- package/js/es6/marketing/small/dark/components/link.d.ts +2 -0
- package/js/es6/marketing/small/dark/components/link.js +2 -0
- package/js/es6/marketing/small/dark/components/logo.d.ts +0 -2
- package/js/es6/marketing/small/dark/components/logo.js +0 -2
- package/js/es6/marketing/small/dark/components/progress.d.ts +4 -3
- package/js/es6/marketing/small/dark/components/progress.js +4 -3
- package/js/es6/marketing/small/dark/components/table.d.ts +1 -0
- package/js/es6/marketing/small/dark/components/table.js +1 -0
- package/js/es6/marketing/small/dark/mode.d.ts +15 -2
- package/js/es6/marketing/small/dark/mode.js +16 -3
- package/js/es6/marketing/small/light/components/badge.d.ts +5 -0
- package/js/es6/marketing/small/light/components/badge.js +5 -0
- package/js/es6/marketing/small/light/components/button.d.ts +9 -0
- package/js/es6/marketing/small/light/components/button.js +10 -1
- package/js/es6/marketing/small/light/components/focus.d.ts +4 -0
- package/js/es6/marketing/small/light/components/focus.js +4 -0
- package/js/es6/marketing/small/light/components/link.d.ts +2 -0
- package/js/es6/marketing/small/light/components/link.js +2 -0
- package/js/es6/marketing/small/light/components/logo.d.ts +0 -2
- package/js/es6/marketing/small/light/components/logo.js +0 -2
- package/js/es6/marketing/small/light/components/progress.d.ts +4 -3
- package/js/es6/marketing/small/light/components/progress.js +4 -3
- package/js/es6/marketing/small/light/components/table.d.ts +1 -0
- package/js/es6/marketing/small/light/components/table.js +1 -0
- package/js/es6/marketing/small/light/mode.d.ts +15 -2
- package/js/es6/marketing/small/light/mode.js +16 -3
- package/js/es6/product/large/dark/components/badge.d.ts +5 -0
- package/js/es6/product/large/dark/components/badge.js +5 -0
- package/js/es6/product/large/dark/components/button.d.ts +9 -0
- package/js/es6/product/large/dark/components/button.js +10 -1
- package/js/es6/product/large/dark/components/focus.d.ts +4 -0
- package/js/es6/product/large/dark/components/focus.js +4 -0
- package/js/es6/product/large/dark/components/link.d.ts +2 -0
- package/js/es6/product/large/dark/components/link.js +2 -0
- package/js/es6/product/large/dark/components/logo.d.ts +0 -2
- package/js/es6/product/large/dark/components/logo.js +0 -2
- package/js/es6/product/large/dark/components/progress.d.ts +4 -3
- package/js/es6/product/large/dark/components/progress.js +4 -3
- package/js/es6/product/large/dark/components/table.d.ts +1 -0
- package/js/es6/product/large/dark/components/table.js +1 -0
- package/js/es6/product/large/dark/mode.d.ts +15 -2
- package/js/es6/product/large/dark/mode.js +16 -3
- package/js/es6/product/large/light/components/badge.d.ts +5 -0
- package/js/es6/product/large/light/components/badge.js +5 -0
- package/js/es6/product/large/light/components/button.d.ts +9 -0
- package/js/es6/product/large/light/components/button.js +10 -1
- package/js/es6/product/large/light/components/focus.d.ts +4 -0
- package/js/es6/product/large/light/components/focus.js +4 -0
- package/js/es6/product/large/light/components/link.d.ts +2 -0
- package/js/es6/product/large/light/components/link.js +2 -0
- package/js/es6/product/large/light/components/logo.d.ts +0 -2
- package/js/es6/product/large/light/components/logo.js +0 -2
- package/js/es6/product/large/light/components/progress.d.ts +4 -3
- package/js/es6/product/large/light/components/progress.js +4 -3
- package/js/es6/product/large/light/components/table.d.ts +1 -0
- package/js/es6/product/large/light/components/table.js +1 -0
- package/js/es6/product/large/light/mode.d.ts +15 -2
- package/js/es6/product/large/light/mode.js +16 -3
- package/js/es6/product/small/dark/components/badge.d.ts +5 -0
- package/js/es6/product/small/dark/components/badge.js +5 -0
- package/js/es6/product/small/dark/components/button.d.ts +9 -0
- package/js/es6/product/small/dark/components/button.js +10 -1
- package/js/es6/product/small/dark/components/focus.d.ts +4 -0
- package/js/es6/product/small/dark/components/focus.js +4 -0
- package/js/es6/product/small/dark/components/link.d.ts +2 -0
- package/js/es6/product/small/dark/components/link.js +2 -0
- package/js/es6/product/small/dark/components/logo.d.ts +0 -2
- package/js/es6/product/small/dark/components/logo.js +0 -2
- package/js/es6/product/small/dark/components/progress.d.ts +4 -3
- package/js/es6/product/small/dark/components/progress.js +4 -3
- package/js/es6/product/small/dark/components/table.d.ts +1 -0
- package/js/es6/product/small/dark/components/table.js +1 -0
- package/js/es6/product/small/dark/mode.d.ts +15 -2
- package/js/es6/product/small/dark/mode.js +16 -3
- package/js/es6/product/small/light/components/badge.d.ts +5 -0
- package/js/es6/product/small/light/components/badge.js +5 -0
- package/js/es6/product/small/light/components/button.d.ts +9 -0
- package/js/es6/product/small/light/components/button.js +10 -1
- package/js/es6/product/small/light/components/focus.d.ts +4 -0
- package/js/es6/product/small/light/components/focus.js +4 -0
- package/js/es6/product/small/light/components/link.d.ts +2 -0
- package/js/es6/product/small/light/components/link.js +2 -0
- package/js/es6/product/small/light/components/logo.d.ts +0 -2
- package/js/es6/product/small/light/components/logo.js +0 -2
- package/js/es6/product/small/light/components/progress.d.ts +4 -3
- package/js/es6/product/small/light/components/progress.js +4 -3
- package/js/es6/product/small/light/components/table.d.ts +1 -0
- package/js/es6/product/small/light/components/table.js +1 -0
- package/js/es6/product/small/light/mode.d.ts +15 -2
- package/js/es6/product/small/light/mode.js +16 -3
- package/js/umd/frozenproduct/large/dark/components/badge.js +84 -3
- package/js/umd/frozenproduct/large/dark/components/button.js +190 -1
- package/js/umd/frozenproduct/large/dark/components/focus.js +54 -0
- package/js/umd/frozenproduct/large/dark/components/link.js +36 -0
- package/js/umd/frozenproduct/large/dark/components/logo.js +0 -30
- package/js/umd/frozenproduct/large/dark/components/progress.js +22 -7
- package/js/umd/frozenproduct/large/dark/components/table.js +15 -0
- package/js/umd/frozenproduct/large/dark/mode.js +447 -26
- package/js/umd/frozenproduct/large/light/components/badge.js +84 -3
- package/js/umd/frozenproduct/large/light/components/button.js +190 -1
- package/js/umd/frozenproduct/large/light/components/focus.js +54 -0
- package/js/umd/frozenproduct/large/light/components/link.js +36 -0
- package/js/umd/frozenproduct/large/light/components/logo.js +0 -30
- package/js/umd/frozenproduct/large/light/components/progress.js +22 -7
- package/js/umd/frozenproduct/large/light/components/table.js +15 -0
- package/js/umd/frozenproduct/large/light/mode.js +452 -31
- package/js/umd/frozenproduct/small/dark/components/badge.js +84 -3
- package/js/umd/frozenproduct/small/dark/components/button.js +190 -1
- package/js/umd/frozenproduct/small/dark/components/focus.js +54 -0
- package/js/umd/frozenproduct/small/dark/components/link.js +36 -0
- package/js/umd/frozenproduct/small/dark/components/logo.js +0 -30
- package/js/umd/frozenproduct/small/dark/components/progress.js +22 -7
- package/js/umd/frozenproduct/small/dark/components/table.js +15 -0
- package/js/umd/frozenproduct/small/dark/mode.js +447 -26
- package/js/umd/frozenproduct/small/light/components/badge.js +84 -3
- package/js/umd/frozenproduct/small/light/components/button.js +190 -1
- package/js/umd/frozenproduct/small/light/components/focus.js +54 -0
- package/js/umd/frozenproduct/small/light/components/link.js +36 -0
- package/js/umd/frozenproduct/small/light/components/logo.js +0 -30
- package/js/umd/frozenproduct/small/light/components/progress.js +22 -7
- package/js/umd/frozenproduct/small/light/components/table.js +15 -0
- package/js/umd/frozenproduct/small/light/mode.js +452 -31
- package/js/umd/marketing/large/dark/components/badge.js +84 -3
- package/js/umd/marketing/large/dark/components/button.js +190 -1
- package/js/umd/marketing/large/dark/components/focus.js +54 -0
- package/js/umd/marketing/large/dark/components/link.js +36 -0
- package/js/umd/marketing/large/dark/components/logo.js +0 -30
- package/js/umd/marketing/large/dark/components/progress.js +22 -7
- package/js/umd/marketing/large/dark/components/table.js +15 -0
- package/js/umd/marketing/large/dark/mode.js +447 -26
- package/js/umd/marketing/large/light/components/badge.js +84 -3
- package/js/umd/marketing/large/light/components/button.js +190 -1
- package/js/umd/marketing/large/light/components/focus.js +54 -0
- package/js/umd/marketing/large/light/components/link.js +36 -0
- package/js/umd/marketing/large/light/components/logo.js +0 -30
- package/js/umd/marketing/large/light/components/progress.js +22 -7
- package/js/umd/marketing/large/light/components/table.js +15 -0
- package/js/umd/marketing/large/light/mode.js +452 -31
- package/js/umd/marketing/small/dark/components/badge.js +84 -3
- package/js/umd/marketing/small/dark/components/button.js +190 -1
- package/js/umd/marketing/small/dark/components/focus.js +54 -0
- package/js/umd/marketing/small/dark/components/link.js +36 -0
- package/js/umd/marketing/small/dark/components/logo.js +0 -30
- package/js/umd/marketing/small/dark/components/progress.js +22 -7
- package/js/umd/marketing/small/dark/components/table.js +15 -0
- package/js/umd/marketing/small/dark/mode.js +447 -26
- package/js/umd/marketing/small/light/components/badge.js +84 -3
- package/js/umd/marketing/small/light/components/button.js +190 -1
- package/js/umd/marketing/small/light/components/focus.js +54 -0
- package/js/umd/marketing/small/light/components/link.js +36 -0
- package/js/umd/marketing/small/light/components/logo.js +0 -30
- package/js/umd/marketing/small/light/components/progress.js +22 -7
- package/js/umd/marketing/small/light/components/table.js +15 -0
- package/js/umd/marketing/small/light/mode.js +452 -31
- package/js/umd/product/large/dark/components/badge.js +84 -3
- package/js/umd/product/large/dark/components/button.js +190 -1
- package/js/umd/product/large/dark/components/focus.js +54 -0
- package/js/umd/product/large/dark/components/link.js +36 -0
- package/js/umd/product/large/dark/components/logo.js +0 -30
- package/js/umd/product/large/dark/components/progress.js +22 -7
- package/js/umd/product/large/dark/components/table.js +15 -0
- package/js/umd/product/large/dark/mode.js +447 -26
- package/js/umd/product/large/light/components/badge.js +84 -3
- package/js/umd/product/large/light/components/button.js +190 -1
- package/js/umd/product/large/light/components/focus.js +54 -0
- package/js/umd/product/large/light/components/link.js +36 -0
- package/js/umd/product/large/light/components/logo.js +0 -30
- package/js/umd/product/large/light/components/progress.js +22 -7
- package/js/umd/product/large/light/components/table.js +15 -0
- package/js/umd/product/large/light/mode.js +452 -31
- package/js/umd/product/small/dark/components/badge.js +84 -3
- package/js/umd/product/small/dark/components/button.js +190 -1
- package/js/umd/product/small/dark/components/focus.js +54 -0
- package/js/umd/product/small/dark/components/link.js +36 -0
- package/js/umd/product/small/dark/components/logo.js +0 -30
- package/js/umd/product/small/dark/components/progress.js +22 -7
- package/js/umd/product/small/dark/components/table.js +15 -0
- package/js/umd/product/small/dark/mode.js +447 -26
- package/js/umd/product/small/light/components/badge.js +84 -3
- package/js/umd/product/small/light/components/button.js +190 -1
- package/js/umd/product/small/light/components/focus.js +54 -0
- package/js/umd/product/small/light/components/link.js +36 -0
- package/js/umd/product/small/light/components/logo.js +0 -30
- package/js/umd/product/small/light/components/progress.js +22 -7
- package/js/umd/product/small/light/components/table.js +15 -0
- package/js/umd/product/small/light/mode.js +452 -31
- package/json/flat/frozenproduct/large/dark/components/badge.json +5 -0
- package/json/flat/frozenproduct/large/dark/components/button.json +10 -1
- package/json/flat/frozenproduct/large/dark/components/focus.json +4 -0
- package/json/flat/frozenproduct/large/dark/components/link.json +2 -0
- package/json/flat/frozenproduct/large/dark/components/logo.json +0 -2
- package/json/flat/frozenproduct/large/dark/components/progress.json +4 -3
- package/json/flat/frozenproduct/large/dark/components/table.json +1 -0
- package/json/flat/frozenproduct/large/dark/mode.json +16 -3
- package/json/flat/frozenproduct/large/light/components/badge.json +5 -0
- package/json/flat/frozenproduct/large/light/components/button.json +10 -1
- package/json/flat/frozenproduct/large/light/components/focus.json +4 -0
- package/json/flat/frozenproduct/large/light/components/link.json +2 -0
- package/json/flat/frozenproduct/large/light/components/logo.json +0 -2
- package/json/flat/frozenproduct/large/light/components/progress.json +4 -3
- package/json/flat/frozenproduct/large/light/components/table.json +1 -0
- package/json/flat/frozenproduct/large/light/mode.json +16 -3
- package/json/flat/frozenproduct/small/dark/components/badge.json +5 -0
- package/json/flat/frozenproduct/small/dark/components/button.json +10 -1
- package/json/flat/frozenproduct/small/dark/components/focus.json +4 -0
- package/json/flat/frozenproduct/small/dark/components/link.json +2 -0
- package/json/flat/frozenproduct/small/dark/components/logo.json +0 -2
- package/json/flat/frozenproduct/small/dark/components/progress.json +4 -3
- package/json/flat/frozenproduct/small/dark/components/table.json +1 -0
- package/json/flat/frozenproduct/small/dark/mode.json +16 -3
- package/json/flat/frozenproduct/small/light/components/badge.json +5 -0
- package/json/flat/frozenproduct/small/light/components/button.json +10 -1
- package/json/flat/frozenproduct/small/light/components/focus.json +4 -0
- package/json/flat/frozenproduct/small/light/components/link.json +2 -0
- package/json/flat/frozenproduct/small/light/components/logo.json +0 -2
- package/json/flat/frozenproduct/small/light/components/progress.json +4 -3
- package/json/flat/frozenproduct/small/light/components/table.json +1 -0
- package/json/flat/frozenproduct/small/light/mode.json +16 -3
- package/json/flat/marketing/large/dark/components/badge.json +5 -0
- package/json/flat/marketing/large/dark/components/button.json +10 -1
- package/json/flat/marketing/large/dark/components/focus.json +4 -0
- package/json/flat/marketing/large/dark/components/link.json +2 -0
- package/json/flat/marketing/large/dark/components/logo.json +0 -2
- package/json/flat/marketing/large/dark/components/progress.json +4 -3
- package/json/flat/marketing/large/dark/components/table.json +1 -0
- package/json/flat/marketing/large/dark/mode.json +16 -3
- package/json/flat/marketing/large/light/components/badge.json +5 -0
- package/json/flat/marketing/large/light/components/button.json +10 -1
- package/json/flat/marketing/large/light/components/focus.json +4 -0
- package/json/flat/marketing/large/light/components/link.json +2 -0
- package/json/flat/marketing/large/light/components/logo.json +0 -2
- package/json/flat/marketing/large/light/components/progress.json +4 -3
- package/json/flat/marketing/large/light/components/table.json +1 -0
- package/json/flat/marketing/large/light/mode.json +16 -3
- package/json/flat/marketing/small/dark/components/badge.json +5 -0
- package/json/flat/marketing/small/dark/components/button.json +10 -1
- package/json/flat/marketing/small/dark/components/focus.json +4 -0
- package/json/flat/marketing/small/dark/components/link.json +2 -0
- package/json/flat/marketing/small/dark/components/logo.json +0 -2
- package/json/flat/marketing/small/dark/components/progress.json +4 -3
- package/json/flat/marketing/small/dark/components/table.json +1 -0
- package/json/flat/marketing/small/dark/mode.json +16 -3
- package/json/flat/marketing/small/light/components/badge.json +5 -0
- package/json/flat/marketing/small/light/components/button.json +10 -1
- package/json/flat/marketing/small/light/components/focus.json +4 -0
- package/json/flat/marketing/small/light/components/link.json +2 -0
- package/json/flat/marketing/small/light/components/logo.json +0 -2
- package/json/flat/marketing/small/light/components/progress.json +4 -3
- package/json/flat/marketing/small/light/components/table.json +1 -0
- package/json/flat/marketing/small/light/mode.json +16 -3
- package/json/flat/product/large/dark/components/badge.json +5 -0
- package/json/flat/product/large/dark/components/button.json +10 -1
- package/json/flat/product/large/dark/components/focus.json +4 -0
- package/json/flat/product/large/dark/components/link.json +2 -0
- package/json/flat/product/large/dark/components/logo.json +0 -2
- package/json/flat/product/large/dark/components/progress.json +4 -3
- package/json/flat/product/large/dark/components/table.json +1 -0
- package/json/flat/product/large/dark/mode.json +16 -3
- package/json/flat/product/large/light/components/badge.json +5 -0
- package/json/flat/product/large/light/components/button.json +10 -1
- package/json/flat/product/large/light/components/focus.json +4 -0
- package/json/flat/product/large/light/components/link.json +2 -0
- package/json/flat/product/large/light/components/logo.json +0 -2
- package/json/flat/product/large/light/components/progress.json +4 -3
- package/json/flat/product/large/light/components/table.json +1 -0
- package/json/flat/product/large/light/mode.json +16 -3
- package/json/flat/product/small/dark/components/badge.json +5 -0
- package/json/flat/product/small/dark/components/button.json +10 -1
- package/json/flat/product/small/dark/components/focus.json +4 -0
- package/json/flat/product/small/dark/components/link.json +2 -0
- package/json/flat/product/small/dark/components/logo.json +0 -2
- package/json/flat/product/small/dark/components/progress.json +4 -3
- package/json/flat/product/small/dark/components/table.json +1 -0
- package/json/flat/product/small/dark/mode.json +16 -3
- package/json/flat/product/small/light/components/badge.json +5 -0
- package/json/flat/product/small/light/components/button.json +10 -1
- package/json/flat/product/small/light/components/focus.json +4 -0
- package/json/flat/product/small/light/components/link.json +2 -0
- package/json/flat/product/small/light/components/logo.json +0 -2
- package/json/flat/product/small/light/components/progress.json +4 -3
- package/json/flat/product/small/light/components/table.json +1 -0
- package/json/flat/product/small/light/mode.json +16 -3
- package/json/nested/frozenproduct/large/dark/components/badge.json +8 -1
- package/json/nested/frozenproduct/large/dark/components/button.json +13 -2
- package/json/nested/frozenproduct/large/dark/components/focus.json +7 -1
- package/json/nested/frozenproduct/large/dark/components/link.json +5 -1
- package/json/nested/frozenproduct/large/dark/components/logo.json +0 -4
- package/json/nested/frozenproduct/large/dark/components/progress.json +2 -1
- package/json/nested/frozenproduct/large/dark/components/table.json +1 -0
- package/json/nested/frozenproduct/large/dark/mode.json +22 -5
- package/json/nested/frozenproduct/large/light/components/badge.json +8 -1
- package/json/nested/frozenproduct/large/light/components/button.json +13 -2
- package/json/nested/frozenproduct/large/light/components/focus.json +7 -1
- package/json/nested/frozenproduct/large/light/components/link.json +5 -1
- package/json/nested/frozenproduct/large/light/components/logo.json +0 -4
- package/json/nested/frozenproduct/large/light/components/progress.json +2 -1
- package/json/nested/frozenproduct/large/light/components/table.json +1 -0
- package/json/nested/frozenproduct/large/light/mode.json +22 -5
- package/json/nested/frozenproduct/small/dark/components/badge.json +8 -1
- package/json/nested/frozenproduct/small/dark/components/button.json +13 -2
- package/json/nested/frozenproduct/small/dark/components/focus.json +7 -1
- package/json/nested/frozenproduct/small/dark/components/link.json +5 -1
- package/json/nested/frozenproduct/small/dark/components/logo.json +0 -4
- package/json/nested/frozenproduct/small/dark/components/progress.json +2 -1
- package/json/nested/frozenproduct/small/dark/components/table.json +1 -0
- package/json/nested/frozenproduct/small/dark/mode.json +22 -5
- package/json/nested/frozenproduct/small/light/components/badge.json +8 -1
- package/json/nested/frozenproduct/small/light/components/button.json +13 -2
- package/json/nested/frozenproduct/small/light/components/focus.json +7 -1
- package/json/nested/frozenproduct/small/light/components/link.json +5 -1
- package/json/nested/frozenproduct/small/light/components/logo.json +0 -4
- package/json/nested/frozenproduct/small/light/components/progress.json +2 -1
- package/json/nested/frozenproduct/small/light/components/table.json +1 -0
- package/json/nested/frozenproduct/small/light/mode.json +22 -5
- package/json/nested/marketing/large/dark/components/badge.json +8 -1
- package/json/nested/marketing/large/dark/components/button.json +13 -2
- package/json/nested/marketing/large/dark/components/focus.json +7 -1
- package/json/nested/marketing/large/dark/components/link.json +5 -1
- package/json/nested/marketing/large/dark/components/logo.json +0 -4
- package/json/nested/marketing/large/dark/components/progress.json +2 -1
- package/json/nested/marketing/large/dark/components/table.json +1 -0
- package/json/nested/marketing/large/dark/mode.json +22 -5
- package/json/nested/marketing/large/light/components/badge.json +8 -1
- package/json/nested/marketing/large/light/components/button.json +13 -2
- package/json/nested/marketing/large/light/components/focus.json +7 -1
- package/json/nested/marketing/large/light/components/link.json +5 -1
- package/json/nested/marketing/large/light/components/logo.json +0 -4
- package/json/nested/marketing/large/light/components/progress.json +2 -1
- package/json/nested/marketing/large/light/components/table.json +1 -0
- package/json/nested/marketing/large/light/mode.json +22 -5
- package/json/nested/marketing/small/dark/components/badge.json +8 -1
- package/json/nested/marketing/small/dark/components/button.json +13 -2
- package/json/nested/marketing/small/dark/components/focus.json +7 -1
- package/json/nested/marketing/small/dark/components/link.json +5 -1
- package/json/nested/marketing/small/dark/components/logo.json +0 -4
- package/json/nested/marketing/small/dark/components/progress.json +2 -1
- package/json/nested/marketing/small/dark/components/table.json +1 -0
- package/json/nested/marketing/small/dark/mode.json +22 -5
- package/json/nested/marketing/small/light/components/badge.json +8 -1
- package/json/nested/marketing/small/light/components/button.json +13 -2
- package/json/nested/marketing/small/light/components/focus.json +7 -1
- package/json/nested/marketing/small/light/components/link.json +5 -1
- package/json/nested/marketing/small/light/components/logo.json +0 -4
- package/json/nested/marketing/small/light/components/progress.json +2 -1
- package/json/nested/marketing/small/light/components/table.json +1 -0
- package/json/nested/marketing/small/light/mode.json +22 -5
- package/json/nested/product/large/dark/components/badge.json +8 -1
- package/json/nested/product/large/dark/components/button.json +13 -2
- package/json/nested/product/large/dark/components/focus.json +7 -1
- package/json/nested/product/large/dark/components/link.json +5 -1
- package/json/nested/product/large/dark/components/logo.json +0 -4
- package/json/nested/product/large/dark/components/progress.json +2 -1
- package/json/nested/product/large/dark/components/table.json +1 -0
- package/json/nested/product/large/dark/mode.json +22 -5
- package/json/nested/product/large/light/components/badge.json +8 -1
- package/json/nested/product/large/light/components/button.json +13 -2
- package/json/nested/product/large/light/components/focus.json +7 -1
- package/json/nested/product/large/light/components/link.json +5 -1
- package/json/nested/product/large/light/components/logo.json +0 -4
- package/json/nested/product/large/light/components/progress.json +2 -1
- package/json/nested/product/large/light/components/table.json +1 -0
- package/json/nested/product/large/light/mode.json +22 -5
- package/json/nested/product/small/dark/components/badge.json +8 -1
- package/json/nested/product/small/dark/components/button.json +13 -2
- package/json/nested/product/small/dark/components/focus.json +7 -1
- package/json/nested/product/small/dark/components/link.json +5 -1
- package/json/nested/product/small/dark/components/logo.json +0 -4
- package/json/nested/product/small/dark/components/progress.json +2 -1
- package/json/nested/product/small/dark/components/table.json +1 -0
- package/json/nested/product/small/dark/mode.json +22 -5
- package/json/nested/product/small/light/components/badge.json +8 -1
- package/json/nested/product/small/light/components/button.json +13 -2
- package/json/nested/product/small/light/components/focus.json +7 -1
- package/json/nested/product/small/light/components/link.json +5 -1
- package/json/nested/product/small/light/components/logo.json +0 -4
- package/json/nested/product/small/light/components/progress.json +2 -1
- package/json/nested/product/small/light/components/table.json +1 -0
- package/json/nested/product/small/light/mode.json +22 -5
- package/package.json +1 -1
- package/sage-design-tokens-14.0.0.tgz +0 -0
- package/scss/frozenproduct/large/components/badge.scss +8 -3
- package/scss/frozenproduct/large/components/button.scss +16 -7
- package/scss/frozenproduct/large/components/focus.scss +4 -0
- package/scss/frozenproduct/large/components/link.scss +2 -0
- package/scss/frozenproduct/large/components/logo.scss +0 -2
- package/scss/frozenproduct/large/components/progress.scss +4 -3
- package/scss/frozenproduct/large/components/table.scss +1 -0
- package/scss/frozenproduct/large/dark.scss +16 -3
- package/scss/frozenproduct/large/light.scss +16 -3
- package/scss/frozenproduct/small/components/badge.scss +8 -3
- package/scss/frozenproduct/small/components/button.scss +27 -18
- package/scss/frozenproduct/small/components/container.scss +9 -9
- package/scss/frozenproduct/small/components/focus.scss +4 -0
- package/scss/frozenproduct/small/components/form.scss +7 -7
- package/scss/frozenproduct/small/components/link.scss +4 -2
- package/scss/frozenproduct/small/components/logo.scss +0 -2
- 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 +10 -9
- package/scss/frozenproduct/small/components/status.scss +3 -3
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +11 -10
- package/scss/frozenproduct/small/dark.scss +16 -3
- package/scss/frozenproduct/small/light.scss +16 -3
- package/scss/marketing/large/components/badge.scss +8 -3
- package/scss/marketing/large/components/button.scss +16 -7
- package/scss/marketing/large/components/focus.scss +4 -0
- package/scss/marketing/large/components/link.scss +2 -0
- package/scss/marketing/large/components/logo.scss +0 -2
- package/scss/marketing/large/components/progress.scss +4 -3
- package/scss/marketing/large/components/table.scss +1 -0
- package/scss/marketing/large/dark.scss +16 -3
- package/scss/marketing/large/light.scss +16 -3
- package/scss/marketing/small/components/badge.scss +8 -3
- package/scss/marketing/small/components/button.scss +16 -7
- package/scss/marketing/small/components/focus.scss +4 -0
- package/scss/marketing/small/components/link.scss +2 -0
- package/scss/marketing/small/components/logo.scss +0 -2
- package/scss/marketing/small/components/progress.scss +4 -3
- package/scss/marketing/small/components/table.scss +1 -0
- package/scss/marketing/small/dark.scss +16 -3
- package/scss/marketing/small/light.scss +16 -3
- package/scss/product/large/components/badge.scss +8 -3
- package/scss/product/large/components/button.scss +27 -18
- package/scss/product/large/components/container.scss +9 -9
- package/scss/product/large/components/focus.scss +4 -0
- package/scss/product/large/components/form.scss +7 -7
- package/scss/product/large/components/link.scss +4 -2
- package/scss/product/large/components/logo.scss +0 -2
- 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 +10 -9
- package/scss/product/large/components/status.scss +3 -3
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +11 -10
- package/scss/product/large/dark.scss +16 -3
- package/scss/product/large/light.scss +16 -3
- package/scss/product/small/components/badge.scss +8 -3
- package/scss/product/small/components/button.scss +16 -7
- package/scss/product/small/components/focus.scss +4 -0
- package/scss/product/small/components/link.scss +2 -0
- package/scss/product/small/components/logo.scss +0 -2
- package/scss/product/small/components/progress.scss +4 -3
- package/scss/product/small/components/table.scss +1 -0
- package/scss/product/small/dark.scss +16 -3
- package/scss/product/small/light.scss +16 -3
- package/sage-design-tokens-13.1.0.tgz +0 -0
@@ -1453,14 +1453,33 @@
|
|
1453
1453
|
path: ["modes", "color", "interactive", "danger", "hover"],
|
1454
1454
|
},
|
1455
1455
|
hoverAlt: {
|
1456
|
+
$extensions: {
|
1457
|
+
"studio.tokens": {
|
1458
|
+
modify: {
|
1459
|
+
type: "alpha",
|
1460
|
+
value: "0.08",
|
1461
|
+
space: "lch",
|
1462
|
+
format: "hex",
|
1463
|
+
},
|
1464
|
+
},
|
1465
|
+
},
|
1456
1466
|
$type: "color",
|
1457
|
-
$value: "#
|
1467
|
+
$value: "#cd384b14",
|
1458
1468
|
$description: "used on secondary-button hover states",
|
1459
1469
|
filePath: "data/tokens/modes/light.json",
|
1460
1470
|
isSource: true,
|
1461
1471
|
original: {
|
1472
|
+
$extensions: {
|
1473
|
+
"studio.tokens": {
|
1474
|
+
modify: {
|
1475
|
+
type: "alpha",
|
1476
|
+
value: "{modes.color.modifiers.button.hoverAlt}",
|
1477
|
+
space: "lch",
|
1478
|
+
},
|
1479
|
+
},
|
1480
|
+
},
|
1462
1481
|
$type: "color",
|
1463
|
-
$value: "{modes.color.
|
1482
|
+
$value: "{modes.color.interactive.danger.default}",
|
1464
1483
|
$description: "used on secondary-button hover states",
|
1465
1484
|
},
|
1466
1485
|
name: "modesColorInteractiveDangerHoverAlt",
|
@@ -1510,7 +1529,7 @@
|
|
1510
1529
|
isSource: true,
|
1511
1530
|
original: {
|
1512
1531
|
$type: "color",
|
1513
|
-
$value: "{
|
1532
|
+
$value: "{primitives.colors.white}",
|
1514
1533
|
},
|
1515
1534
|
name: "modesColorInteractiveDangerWithActive",
|
1516
1535
|
attributes: {},
|
@@ -1523,12 +1542,289 @@
|
|
1523
1542
|
isSource: true,
|
1524
1543
|
original: {
|
1525
1544
|
$type: "color",
|
1526
|
-
$value: "{
|
1545
|
+
$value: "{primitives.colors.white}",
|
1527
1546
|
},
|
1528
1547
|
name: "modesColorInteractiveDangerWithDefault",
|
1529
1548
|
attributes: {},
|
1530
1549
|
path: ["modes", "color", "interactive", "danger", "withDefault"],
|
1531
1550
|
},
|
1551
|
+
inverse: {
|
1552
|
+
active: {
|
1553
|
+
$extensions: {
|
1554
|
+
"studio.tokens": {
|
1555
|
+
modify: {
|
1556
|
+
type: "mix",
|
1557
|
+
value: "0.32",
|
1558
|
+
space: "lch",
|
1559
|
+
color: "#FFFFFF ",
|
1560
|
+
format: "hex",
|
1561
|
+
},
|
1562
|
+
},
|
1563
|
+
},
|
1564
|
+
$type: "color",
|
1565
|
+
$value: "#f28486",
|
1566
|
+
$description: "used on pill hover states",
|
1567
|
+
filePath: "data/tokens/modes/light.json",
|
1568
|
+
isSource: true,
|
1569
|
+
original: {
|
1570
|
+
$extensions: {
|
1571
|
+
"studio.tokens": {
|
1572
|
+
modify: {
|
1573
|
+
type: "mix",
|
1574
|
+
value: "{modes.color.modifiers.button.active}",
|
1575
|
+
space: "lch",
|
1576
|
+
color: "{modes.color.modifier.contrastLess} ",
|
1577
|
+
},
|
1578
|
+
},
|
1579
|
+
},
|
1580
|
+
$type: "color",
|
1581
|
+
$value: "{modes.color.interactive.danger.inverse.default}",
|
1582
|
+
$description: "used on pill hover states",
|
1583
|
+
},
|
1584
|
+
name: "modesColorInteractiveDangerInverseActive",
|
1585
|
+
attributes: {},
|
1586
|
+
path: [
|
1587
|
+
"modes",
|
1588
|
+
"color",
|
1589
|
+
"interactive",
|
1590
|
+
"danger",
|
1591
|
+
"inverse",
|
1592
|
+
"active",
|
1593
|
+
],
|
1594
|
+
},
|
1595
|
+
default: {
|
1596
|
+
$type: "color",
|
1597
|
+
$value: "#E13E53",
|
1598
|
+
filePath: "data/tokens/modes/light.json",
|
1599
|
+
isSource: true,
|
1600
|
+
original: {
|
1601
|
+
$type: "color",
|
1602
|
+
$value: "{primitives.colors.blush}",
|
1603
|
+
},
|
1604
|
+
name: "modesColorInteractiveDangerInverseDefault",
|
1605
|
+
attributes: {},
|
1606
|
+
path: [
|
1607
|
+
"modes",
|
1608
|
+
"color",
|
1609
|
+
"interactive",
|
1610
|
+
"danger",
|
1611
|
+
"inverse",
|
1612
|
+
"default",
|
1613
|
+
],
|
1614
|
+
},
|
1615
|
+
defaultAlt: {
|
1616
|
+
$extensions: {
|
1617
|
+
"studio.tokens": {
|
1618
|
+
modify: {
|
1619
|
+
type: "mix",
|
1620
|
+
value: "0.12",
|
1621
|
+
space: "lch",
|
1622
|
+
color: "#FFFFFF ",
|
1623
|
+
format: "hex",
|
1624
|
+
},
|
1625
|
+
},
|
1626
|
+
},
|
1627
|
+
$type: "color",
|
1628
|
+
$value: "#e85b66",
|
1629
|
+
$description: "For links in datatables",
|
1630
|
+
filePath: "data/tokens/modes/light.json",
|
1631
|
+
isSource: true,
|
1632
|
+
original: {
|
1633
|
+
$extensions: {
|
1634
|
+
"studio.tokens": {
|
1635
|
+
modify: {
|
1636
|
+
type: "mix",
|
1637
|
+
value: "0.12",
|
1638
|
+
space: "lch",
|
1639
|
+
color: "{modes.color.modifier.contrastLess} ",
|
1640
|
+
},
|
1641
|
+
},
|
1642
|
+
},
|
1643
|
+
$type: "color",
|
1644
|
+
$value: "{modes.color.interactive.danger.inverse.default}",
|
1645
|
+
$description: "For links in datatables",
|
1646
|
+
},
|
1647
|
+
name: "modesColorInteractiveDangerInverseDefaultAlt",
|
1648
|
+
attributes: {},
|
1649
|
+
path: [
|
1650
|
+
"modes",
|
1651
|
+
"color",
|
1652
|
+
"interactive",
|
1653
|
+
"danger",
|
1654
|
+
"inverse",
|
1655
|
+
"defaultAlt",
|
1656
|
+
],
|
1657
|
+
},
|
1658
|
+
hover: {
|
1659
|
+
$extensions: {
|
1660
|
+
"studio.tokens": {
|
1661
|
+
modify: {
|
1662
|
+
type: "mix",
|
1663
|
+
value: "0.16",
|
1664
|
+
space: "lch",
|
1665
|
+
color: "#FFFFFF ",
|
1666
|
+
format: "hex",
|
1667
|
+
},
|
1668
|
+
},
|
1669
|
+
},
|
1670
|
+
$type: "color",
|
1671
|
+
$value: "#eb646c",
|
1672
|
+
$description:
|
1673
|
+
"used on solid-pill and primary-button hover states",
|
1674
|
+
filePath: "data/tokens/modes/light.json",
|
1675
|
+
isSource: true,
|
1676
|
+
original: {
|
1677
|
+
$extensions: {
|
1678
|
+
"studio.tokens": {
|
1679
|
+
modify: {
|
1680
|
+
type: "mix",
|
1681
|
+
value: "{modes.color.modifiers.button.hover}",
|
1682
|
+
space: "lch",
|
1683
|
+
color: "{modes.color.modifier.contrastLess} ",
|
1684
|
+
},
|
1685
|
+
},
|
1686
|
+
},
|
1687
|
+
$type: "color",
|
1688
|
+
$value: "{modes.color.interactive.danger.inverse.default}",
|
1689
|
+
$description:
|
1690
|
+
"used on solid-pill and primary-button hover states",
|
1691
|
+
},
|
1692
|
+
name: "modesColorInteractiveDangerInverseHover",
|
1693
|
+
attributes: {},
|
1694
|
+
path: [
|
1695
|
+
"modes",
|
1696
|
+
"color",
|
1697
|
+
"interactive",
|
1698
|
+
"danger",
|
1699
|
+
"inverse",
|
1700
|
+
"hover",
|
1701
|
+
],
|
1702
|
+
},
|
1703
|
+
hoverAlt: {
|
1704
|
+
$extensions: {
|
1705
|
+
"studio.tokens": {
|
1706
|
+
modify: {
|
1707
|
+
type: "alpha",
|
1708
|
+
value: "0.08",
|
1709
|
+
space: "lch",
|
1710
|
+
format: "hex",
|
1711
|
+
},
|
1712
|
+
},
|
1713
|
+
},
|
1714
|
+
$type: "color",
|
1715
|
+
$value: "#e13e5314",
|
1716
|
+
$description: "used on secondary-button hover states",
|
1717
|
+
filePath: "data/tokens/modes/light.json",
|
1718
|
+
isSource: true,
|
1719
|
+
original: {
|
1720
|
+
$extensions: {
|
1721
|
+
"studio.tokens": {
|
1722
|
+
modify: {
|
1723
|
+
type: "alpha",
|
1724
|
+
value: "{modes.color.modifiers.button.hoverAlt}",
|
1725
|
+
space: "lch",
|
1726
|
+
},
|
1727
|
+
},
|
1728
|
+
},
|
1729
|
+
$type: "color",
|
1730
|
+
$value: "{modes.color.interactive.danger.inverse.default}",
|
1731
|
+
$description: "used on secondary-button hover states",
|
1732
|
+
},
|
1733
|
+
name: "modesColorInteractiveDangerInverseHoverAlt",
|
1734
|
+
attributes: {},
|
1735
|
+
path: [
|
1736
|
+
"modes",
|
1737
|
+
"color",
|
1738
|
+
"interactive",
|
1739
|
+
"danger",
|
1740
|
+
"inverse",
|
1741
|
+
"hoverAlt",
|
1742
|
+
],
|
1743
|
+
},
|
1744
|
+
hoverAlt2: {
|
1745
|
+
$extensions: {
|
1746
|
+
"studio.tokens": {
|
1747
|
+
modify: {
|
1748
|
+
type: "mix",
|
1749
|
+
value: "0.08",
|
1750
|
+
space: "lch",
|
1751
|
+
color: "#FFFFFF ",
|
1752
|
+
format: "hex",
|
1753
|
+
},
|
1754
|
+
},
|
1755
|
+
},
|
1756
|
+
$type: "color",
|
1757
|
+
$value: "#ec6a71",
|
1758
|
+
$description: "used on link hover state",
|
1759
|
+
filePath: "data/tokens/modes/light.json",
|
1760
|
+
isSource: true,
|
1761
|
+
original: {
|
1762
|
+
$extensions: {
|
1763
|
+
"studio.tokens": {
|
1764
|
+
modify: {
|
1765
|
+
type: "mix",
|
1766
|
+
value: "{modes.color.modifiers.button.hoverAlt}",
|
1767
|
+
space: "lch",
|
1768
|
+
color: "{modes.color.modifier.contrastLess} ",
|
1769
|
+
},
|
1770
|
+
},
|
1771
|
+
},
|
1772
|
+
$type: "color",
|
1773
|
+
$value: "{modes.color.interactive.danger.inverse.defaultAlt}",
|
1774
|
+
$description: "used on link hover state",
|
1775
|
+
},
|
1776
|
+
name: "modesColorInteractiveDangerInverseHoverAlt2",
|
1777
|
+
attributes: {},
|
1778
|
+
path: [
|
1779
|
+
"modes",
|
1780
|
+
"color",
|
1781
|
+
"interactive",
|
1782
|
+
"danger",
|
1783
|
+
"inverse",
|
1784
|
+
"hoverAlt2",
|
1785
|
+
],
|
1786
|
+
},
|
1787
|
+
withActive: {
|
1788
|
+
$type: "color",
|
1789
|
+
$value: "#000000",
|
1790
|
+
filePath: "data/tokens/modes/light.json",
|
1791
|
+
isSource: true,
|
1792
|
+
original: {
|
1793
|
+
$type: "color",
|
1794
|
+
$value: "{primitives.colors.black}",
|
1795
|
+
},
|
1796
|
+
name: "modesColorInteractiveDangerInverseWithActive",
|
1797
|
+
attributes: {},
|
1798
|
+
path: [
|
1799
|
+
"modes",
|
1800
|
+
"color",
|
1801
|
+
"interactive",
|
1802
|
+
"danger",
|
1803
|
+
"inverse",
|
1804
|
+
"withActive",
|
1805
|
+
],
|
1806
|
+
},
|
1807
|
+
withDefault: {
|
1808
|
+
$type: "color",
|
1809
|
+
$value: "#000000",
|
1810
|
+
filePath: "data/tokens/modes/light.json",
|
1811
|
+
isSource: true,
|
1812
|
+
original: {
|
1813
|
+
$type: "color",
|
1814
|
+
$value: "{primitives.colors.black}",
|
1815
|
+
},
|
1816
|
+
name: "modesColorInteractiveDangerInverseWithDefault",
|
1817
|
+
attributes: {},
|
1818
|
+
path: [
|
1819
|
+
"modes",
|
1820
|
+
"color",
|
1821
|
+
"interactive",
|
1822
|
+
"danger",
|
1823
|
+
"inverse",
|
1824
|
+
"withDefault",
|
1825
|
+
],
|
1826
|
+
},
|
1827
|
+
},
|
1532
1828
|
},
|
1533
1829
|
dataEntry: {
|
1534
1830
|
default: {
|
@@ -1763,6 +2059,32 @@
|
|
1763
2059
|
},
|
1764
2060
|
},
|
1765
2061
|
focus: {
|
2062
|
+
default: {
|
2063
|
+
$type: "color",
|
2064
|
+
$value: "#000000",
|
2065
|
+
filePath: "data/tokens/modes/light.json",
|
2066
|
+
isSource: true,
|
2067
|
+
original: {
|
2068
|
+
$type: "color",
|
2069
|
+
$value: "{primitives.colors.black}",
|
2070
|
+
},
|
2071
|
+
name: "modesColorInteractiveFocusDefault",
|
2072
|
+
attributes: {},
|
2073
|
+
path: ["modes", "color", "interactive", "focus", "default"],
|
2074
|
+
},
|
2075
|
+
content: {
|
2076
|
+
$type: "color",
|
2077
|
+
$value: "#000000",
|
2078
|
+
filePath: "data/tokens/modes/light.json",
|
2079
|
+
isSource: true,
|
2080
|
+
original: {
|
2081
|
+
$type: "color",
|
2082
|
+
$value: "{primitives.colors.black}",
|
2083
|
+
},
|
2084
|
+
name: "modesColorInteractiveFocusContent",
|
2085
|
+
attributes: {},
|
2086
|
+
path: ["modes", "color", "interactive", "focus", "content"],
|
2087
|
+
},
|
1766
2088
|
withDefault: {
|
1767
2089
|
$type: "color",
|
1768
2090
|
$value: "#FFB500",
|
@@ -1816,31 +2138,108 @@
|
|
1816
2138
|
"withDefaultAlt",
|
1817
2139
|
],
|
1818
2140
|
},
|
1819
|
-
|
1820
|
-
|
1821
|
-
$value: "#000000",
|
1822
|
-
filePath: "data/tokens/modes/light.json",
|
1823
|
-
isSource: true,
|
1824
|
-
original: {
|
2141
|
+
inverse: {
|
2142
|
+
default: {
|
1825
2143
|
$type: "color",
|
1826
|
-
$value: "
|
2144
|
+
$value: "#FFB500",
|
2145
|
+
filePath: "data/tokens/modes/light.json",
|
2146
|
+
isSource: true,
|
2147
|
+
original: {
|
2148
|
+
$type: "color",
|
2149
|
+
$value: "{primitives.colors.gold}",
|
2150
|
+
},
|
2151
|
+
name: "modesColorInteractiveFocusInverseDefault",
|
2152
|
+
attributes: {},
|
2153
|
+
path: [
|
2154
|
+
"modes",
|
2155
|
+
"color",
|
2156
|
+
"interactive",
|
2157
|
+
"focus",
|
2158
|
+
"inverse",
|
2159
|
+
"default",
|
2160
|
+
],
|
1827
2161
|
},
|
1828
|
-
|
1829
|
-
attributes: {},
|
1830
|
-
path: ["modes", "color", "interactive", "focus", "default"],
|
1831
|
-
},
|
1832
|
-
content: {
|
1833
|
-
$type: "color",
|
1834
|
-
$value: "#000000",
|
1835
|
-
filePath: "data/tokens/modes/light.json",
|
1836
|
-
isSource: true,
|
1837
|
-
original: {
|
2162
|
+
content: {
|
1838
2163
|
$type: "color",
|
1839
|
-
$value: "
|
2164
|
+
$value: "#FFFFFF",
|
2165
|
+
filePath: "data/tokens/modes/light.json",
|
2166
|
+
isSource: true,
|
2167
|
+
original: {
|
2168
|
+
$type: "color",
|
2169
|
+
$value: "{primitives.colors.white}",
|
2170
|
+
},
|
2171
|
+
name: "modesColorInteractiveFocusInverseContent",
|
2172
|
+
attributes: {},
|
2173
|
+
path: [
|
2174
|
+
"modes",
|
2175
|
+
"color",
|
2176
|
+
"interactive",
|
2177
|
+
"focus",
|
2178
|
+
"inverse",
|
2179
|
+
"content",
|
2180
|
+
],
|
2181
|
+
},
|
2182
|
+
withDefault: {
|
2183
|
+
$type: "color",
|
2184
|
+
$value: "#000000",
|
2185
|
+
filePath: "data/tokens/modes/light.json",
|
2186
|
+
isSource: true,
|
2187
|
+
original: {
|
2188
|
+
$type: "color",
|
2189
|
+
$value: "{primitives.colors.black}",
|
2190
|
+
},
|
2191
|
+
name: "modesColorInteractiveFocusInverseWithDefault",
|
2192
|
+
attributes: {},
|
2193
|
+
path: [
|
2194
|
+
"modes",
|
2195
|
+
"color",
|
2196
|
+
"interactive",
|
2197
|
+
"focus",
|
2198
|
+
"inverse",
|
2199
|
+
"withDefault",
|
2200
|
+
],
|
2201
|
+
},
|
2202
|
+
withDefaultAlt: {
|
2203
|
+
$extensions: {
|
2204
|
+
"studio.tokens": {
|
2205
|
+
modify: {
|
2206
|
+
type: "mix",
|
2207
|
+
value: "0.4",
|
2208
|
+
space: "lch",
|
2209
|
+
color: "#000000 ",
|
2210
|
+
format: "hex",
|
2211
|
+
},
|
2212
|
+
},
|
2213
|
+
},
|
2214
|
+
$type: "color",
|
2215
|
+
$value: "#926916",
|
2216
|
+
filePath: "data/tokens/modes/light.json",
|
2217
|
+
isSource: true,
|
2218
|
+
original: {
|
2219
|
+
$extensions: {
|
2220
|
+
"studio.tokens": {
|
2221
|
+
modify: {
|
2222
|
+
type: "mix",
|
2223
|
+
value: "0.4",
|
2224
|
+
space: "lch",
|
2225
|
+
color: "{modes.color.modifier.contrastMore} ",
|
2226
|
+
},
|
2227
|
+
},
|
2228
|
+
},
|
2229
|
+
$type: "color",
|
2230
|
+
$value: "{primitives.colors.gold}",
|
2231
|
+
},
|
2232
|
+
name: "modesColorInteractiveFocusInverseWithDefaultAlt",
|
2233
|
+
attributes: {},
|
2234
|
+
path: [
|
2235
|
+
"modes",
|
2236
|
+
"color",
|
2237
|
+
"interactive",
|
2238
|
+
"focus",
|
2239
|
+
"inverse",
|
2240
|
+
"withDefaultAlt",
|
2241
|
+
],
|
1840
2242
|
},
|
1841
|
-
name: "modesColorInteractiveFocusContent",
|
1842
|
-
attributes: {},
|
1843
|
-
path: ["modes", "color", "interactive", "focus", "content"],
|
1844
2243
|
},
|
1845
2244
|
},
|
1846
2245
|
inactive: {
|
@@ -2089,6 +2488,28 @@
|
|
2089
2488
|
"content",
|
2090
2489
|
],
|
2091
2490
|
},
|
2491
|
+
contentAlt: {
|
2492
|
+
$type: "color",
|
2493
|
+
$value: "#000000",
|
2494
|
+
$description: " Disabled labels inside buttons and Switch.",
|
2495
|
+
filePath: "data/tokens/modes/light.json",
|
2496
|
+
isSource: true,
|
2497
|
+
original: {
|
2498
|
+
$type: "color",
|
2499
|
+
$value: "{primitives.colors.black}",
|
2500
|
+
$description: " Disabled labels inside buttons and Switch.",
|
2501
|
+
},
|
2502
|
+
name: "modesColorInteractiveInactiveInverseContentAlt",
|
2503
|
+
attributes: {},
|
2504
|
+
path: [
|
2505
|
+
"modes",
|
2506
|
+
"color",
|
2507
|
+
"interactive",
|
2508
|
+
"inactive",
|
2509
|
+
"inverse",
|
2510
|
+
"contentAlt",
|
2511
|
+
],
|
2512
|
+
},
|
2092
2513
|
},
|
2093
2514
|
},
|
2094
2515
|
monochrome: {
|
@@ -3579,7 +4000,7 @@
|
|
3579
4000
|
isSource: true,
|
3580
4001
|
original: {
|
3581
4002
|
$type: "color",
|
3582
|
-
$value: "{
|
4003
|
+
$value: "{primitives.colors.white}",
|
3583
4004
|
},
|
3584
4005
|
name: "modesColorInteractivePrimaryWithActive",
|
3585
4006
|
attributes: {},
|
@@ -3592,7 +4013,7 @@
|
|
3592
4013
|
isSource: true,
|
3593
4014
|
original: {
|
3594
4015
|
$type: "color",
|
3595
|
-
$value: "{
|
4016
|
+
$value: "{primitives.colors.white}",
|
3596
4017
|
},
|
3597
4018
|
name: "modesColorInteractivePrimaryWithDefault",
|
3598
4019
|
attributes: {},
|
@@ -3605,7 +4026,7 @@
|
|
3605
4026
|
isSource: true,
|
3606
4027
|
original: {
|
3607
4028
|
$type: "color",
|
3608
|
-
$value: "{
|
4029
|
+
$value: "{primitives.colors.white}",
|
3609
4030
|
},
|
3610
4031
|
name: "modesColorInteractivePrimaryWithHover",
|
3611
4032
|
attributes: {},
|
@@ -4264,7 +4685,7 @@
|
|
4264
4685
|
isSource: true,
|
4265
4686
|
original: {
|
4266
4687
|
$type: "color",
|
4267
|
-
$value: "{
|
4688
|
+
$value: "{primitives.colors.black}",
|
4268
4689
|
},
|
4269
4690
|
name: "modesColorInteractivePrimaryInverseWithActive",
|
4270
4691
|
attributes: {},
|
@@ -4284,7 +4705,7 @@
|
|
4284
4705
|
isSource: true,
|
4285
4706
|
original: {
|
4286
4707
|
$type: "color",
|
4287
|
-
$value: "{
|
4708
|
+
$value: "{primitives.colors.black}",
|
4288
4709
|
},
|
4289
4710
|
name: "modesColorInteractivePrimaryInverseWithDefault",
|
4290
4711
|
attributes: {},
|
@@ -4304,7 +4725,7 @@
|
|
4304
4725
|
isSource: true,
|
4305
4726
|
original: {
|
4306
4727
|
$type: "color",
|
4307
|
-
$value: "{
|
4728
|
+
$value: "{primitives.colors.black}",
|
4308
4729
|
},
|
4309
4730
|
name: "modesColorInteractivePrimaryInverseWithHover",
|
4310
4731
|
attributes: {},
|
@@ -28,7 +28,7 @@
|
|
28
28
|
isSource: true,
|
29
29
|
original: {
|
30
30
|
$type: "color",
|
31
|
-
$value: "{modes.color.generic.
|
31
|
+
$value: "{modes.color.generic.content.nought}",
|
32
32
|
},
|
33
33
|
name: "badgeColorNotificationBorderDefault",
|
34
34
|
attributes: {},
|
@@ -69,7 +69,7 @@
|
|
69
69
|
isSource: true,
|
70
70
|
original: {
|
71
71
|
$type: "color",
|
72
|
-
$value: "{modes.color.generic.
|
72
|
+
$value: "{modes.color.generic.content.nought}",
|
73
73
|
},
|
74
74
|
name: "badgeColorNotificationLabelDefault",
|
75
75
|
attributes: {},
|
@@ -82,12 +82,93 @@
|
|
82
82
|
isSource: true,
|
83
83
|
original: {
|
84
84
|
$type: "color",
|
85
|
-
$value: "{modes.color.generic.
|
85
|
+
$value: "{modes.color.generic.content.nought}",
|
86
86
|
},
|
87
87
|
name: "badgeColorNotificationLabelAlt",
|
88
88
|
attributes: {},
|
89
89
|
path: ["badge", "color", "notification", "label-alt"],
|
90
90
|
},
|
91
|
+
inverse: {
|
92
|
+
"border-default": {
|
93
|
+
$type: "color",
|
94
|
+
$value: "#FFFFFF",
|
95
|
+
filePath: "data/tokens/components/badge.json",
|
96
|
+
isSource: true,
|
97
|
+
original: {
|
98
|
+
$type: "color",
|
99
|
+
$value: "{modes.color.generic.content.extreme}",
|
100
|
+
},
|
101
|
+
name: "badgeColorNotificationInverseBorderDefault",
|
102
|
+
attributes: {},
|
103
|
+
path: [
|
104
|
+
"badge",
|
105
|
+
"color",
|
106
|
+
"notification",
|
107
|
+
"inverse",
|
108
|
+
"border-default",
|
109
|
+
],
|
110
|
+
},
|
111
|
+
"bg-default": {
|
112
|
+
$type: "color",
|
113
|
+
$value: "#CD384B",
|
114
|
+
$description: "Used in global nav notification badges",
|
115
|
+
filePath: "data/tokens/components/badge.json",
|
116
|
+
isSource: true,
|
117
|
+
original: {
|
118
|
+
$type: "color",
|
119
|
+
$value: "{modes.color.status.negative.inverse.default}",
|
120
|
+
$description: "Used in global nav notification badges",
|
121
|
+
},
|
122
|
+
name: "badgeColorNotificationInverseBgDefault",
|
123
|
+
attributes: {},
|
124
|
+
path: ["badge", "color", "notification", "inverse", "bg-default"],
|
125
|
+
},
|
126
|
+
"bg-alt": {
|
127
|
+
$type: "color",
|
128
|
+
$value: "#0060A7",
|
129
|
+
filePath: "data/tokens/components/badge.json",
|
130
|
+
isSource: true,
|
131
|
+
original: {
|
132
|
+
$type: "color",
|
133
|
+
$value: "{modes.color.status.info.inverse.default}",
|
134
|
+
},
|
135
|
+
name: "badgeColorNotificationInverseBgAlt",
|
136
|
+
attributes: {},
|
137
|
+
path: ["badge", "color", "notification", "inverse", "bg-alt"],
|
138
|
+
},
|
139
|
+
"label-default": {
|
140
|
+
$type: "color",
|
141
|
+
$value: "#FFFFFF",
|
142
|
+
filePath: "data/tokens/components/badge.json",
|
143
|
+
isSource: true,
|
144
|
+
original: {
|
145
|
+
$type: "color",
|
146
|
+
$value: "{modes.color.generic.content.extreme}",
|
147
|
+
},
|
148
|
+
name: "badgeColorNotificationInverseLabelDefault",
|
149
|
+
attributes: {},
|
150
|
+
path: [
|
151
|
+
"badge",
|
152
|
+
"color",
|
153
|
+
"notification",
|
154
|
+
"inverse",
|
155
|
+
"label-default",
|
156
|
+
],
|
157
|
+
},
|
158
|
+
"label-alt": {
|
159
|
+
$type: "color",
|
160
|
+
$value: "#FFFFFF",
|
161
|
+
filePath: "data/tokens/components/badge.json",
|
162
|
+
isSource: true,
|
163
|
+
original: {
|
164
|
+
$type: "color",
|
165
|
+
$value: "{modes.color.generic.content.extreme}",
|
166
|
+
},
|
167
|
+
name: "badgeColorNotificationInverseLabelAlt",
|
168
|
+
attributes: {},
|
169
|
+
path: ["badge", "color", "notification", "inverse", "label-alt"],
|
170
|
+
},
|
171
|
+
},
|
91
172
|
},
|
92
173
|
},
|
93
174
|
size: {
|