@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
@@ -1441,14 +1441,33 @@ module.exports = {
|
|
1441
1441
|
path: ["modes", "color", "interactive", "danger", "hover"],
|
1442
1442
|
},
|
1443
1443
|
hoverAlt: {
|
1444
|
+
$extensions: {
|
1445
|
+
"studio.tokens": {
|
1446
|
+
modify: {
|
1447
|
+
type: "alpha",
|
1448
|
+
value: "0.08",
|
1449
|
+
space: "lch",
|
1450
|
+
format: "hex",
|
1451
|
+
},
|
1452
|
+
},
|
1453
|
+
},
|
1444
1454
|
$type: "color",
|
1445
|
-
$value: "#
|
1455
|
+
$value: "#cd384b14",
|
1446
1456
|
$description: "used on secondary-button hover states",
|
1447
1457
|
filePath: "data/tokens/modes/light.json",
|
1448
1458
|
isSource: true,
|
1449
1459
|
original: {
|
1460
|
+
$extensions: {
|
1461
|
+
"studio.tokens": {
|
1462
|
+
modify: {
|
1463
|
+
type: "alpha",
|
1464
|
+
value: "{modes.color.modifiers.button.hoverAlt}",
|
1465
|
+
space: "lch",
|
1466
|
+
},
|
1467
|
+
},
|
1468
|
+
},
|
1450
1469
|
$type: "color",
|
1451
|
-
$value: "{modes.color.
|
1470
|
+
$value: "{modes.color.interactive.danger.default}",
|
1452
1471
|
$description: "used on secondary-button hover states",
|
1453
1472
|
},
|
1454
1473
|
name: "modesColorInteractiveDangerHoverAlt",
|
@@ -1498,7 +1517,7 @@ module.exports = {
|
|
1498
1517
|
isSource: true,
|
1499
1518
|
original: {
|
1500
1519
|
$type: "color",
|
1501
|
-
$value: "{
|
1520
|
+
$value: "{primitives.colors.white}",
|
1502
1521
|
},
|
1503
1522
|
name: "modesColorInteractiveDangerWithActive",
|
1504
1523
|
attributes: {},
|
@@ -1511,12 +1530,289 @@ module.exports = {
|
|
1511
1530
|
isSource: true,
|
1512
1531
|
original: {
|
1513
1532
|
$type: "color",
|
1514
|
-
$value: "{
|
1533
|
+
$value: "{primitives.colors.white}",
|
1515
1534
|
},
|
1516
1535
|
name: "modesColorInteractiveDangerWithDefault",
|
1517
1536
|
attributes: {},
|
1518
1537
|
path: ["modes", "color", "interactive", "danger", "withDefault"],
|
1519
1538
|
},
|
1539
|
+
inverse: {
|
1540
|
+
active: {
|
1541
|
+
$extensions: {
|
1542
|
+
"studio.tokens": {
|
1543
|
+
modify: {
|
1544
|
+
type: "mix",
|
1545
|
+
value: "0.32",
|
1546
|
+
space: "lch",
|
1547
|
+
color: "#FFFFFF ",
|
1548
|
+
format: "hex",
|
1549
|
+
},
|
1550
|
+
},
|
1551
|
+
},
|
1552
|
+
$type: "color",
|
1553
|
+
$value: "#f28486",
|
1554
|
+
$description: "used on pill hover states",
|
1555
|
+
filePath: "data/tokens/modes/light.json",
|
1556
|
+
isSource: true,
|
1557
|
+
original: {
|
1558
|
+
$extensions: {
|
1559
|
+
"studio.tokens": {
|
1560
|
+
modify: {
|
1561
|
+
type: "mix",
|
1562
|
+
value: "{modes.color.modifiers.button.active}",
|
1563
|
+
space: "lch",
|
1564
|
+
color: "{modes.color.modifier.contrastLess} ",
|
1565
|
+
},
|
1566
|
+
},
|
1567
|
+
},
|
1568
|
+
$type: "color",
|
1569
|
+
$value: "{modes.color.interactive.danger.inverse.default}",
|
1570
|
+
$description: "used on pill hover states",
|
1571
|
+
},
|
1572
|
+
name: "modesColorInteractiveDangerInverseActive",
|
1573
|
+
attributes: {},
|
1574
|
+
path: [
|
1575
|
+
"modes",
|
1576
|
+
"color",
|
1577
|
+
"interactive",
|
1578
|
+
"danger",
|
1579
|
+
"inverse",
|
1580
|
+
"active",
|
1581
|
+
],
|
1582
|
+
},
|
1583
|
+
default: {
|
1584
|
+
$type: "color",
|
1585
|
+
$value: "#E13E53",
|
1586
|
+
filePath: "data/tokens/modes/light.json",
|
1587
|
+
isSource: true,
|
1588
|
+
original: {
|
1589
|
+
$type: "color",
|
1590
|
+
$value: "{primitives.colors.blush}",
|
1591
|
+
},
|
1592
|
+
name: "modesColorInteractiveDangerInverseDefault",
|
1593
|
+
attributes: {},
|
1594
|
+
path: [
|
1595
|
+
"modes",
|
1596
|
+
"color",
|
1597
|
+
"interactive",
|
1598
|
+
"danger",
|
1599
|
+
"inverse",
|
1600
|
+
"default",
|
1601
|
+
],
|
1602
|
+
},
|
1603
|
+
defaultAlt: {
|
1604
|
+
$extensions: {
|
1605
|
+
"studio.tokens": {
|
1606
|
+
modify: {
|
1607
|
+
type: "mix",
|
1608
|
+
value: "0.12",
|
1609
|
+
space: "lch",
|
1610
|
+
color: "#FFFFFF ",
|
1611
|
+
format: "hex",
|
1612
|
+
},
|
1613
|
+
},
|
1614
|
+
},
|
1615
|
+
$type: "color",
|
1616
|
+
$value: "#e85b66",
|
1617
|
+
$description: "For links in datatables",
|
1618
|
+
filePath: "data/tokens/modes/light.json",
|
1619
|
+
isSource: true,
|
1620
|
+
original: {
|
1621
|
+
$extensions: {
|
1622
|
+
"studio.tokens": {
|
1623
|
+
modify: {
|
1624
|
+
type: "mix",
|
1625
|
+
value: "0.12",
|
1626
|
+
space: "lch",
|
1627
|
+
color: "{modes.color.modifier.contrastLess} ",
|
1628
|
+
},
|
1629
|
+
},
|
1630
|
+
},
|
1631
|
+
$type: "color",
|
1632
|
+
$value: "{modes.color.interactive.danger.inverse.default}",
|
1633
|
+
$description: "For links in datatables",
|
1634
|
+
},
|
1635
|
+
name: "modesColorInteractiveDangerInverseDefaultAlt",
|
1636
|
+
attributes: {},
|
1637
|
+
path: [
|
1638
|
+
"modes",
|
1639
|
+
"color",
|
1640
|
+
"interactive",
|
1641
|
+
"danger",
|
1642
|
+
"inverse",
|
1643
|
+
"defaultAlt",
|
1644
|
+
],
|
1645
|
+
},
|
1646
|
+
hover: {
|
1647
|
+
$extensions: {
|
1648
|
+
"studio.tokens": {
|
1649
|
+
modify: {
|
1650
|
+
type: "mix",
|
1651
|
+
value: "0.16",
|
1652
|
+
space: "lch",
|
1653
|
+
color: "#FFFFFF ",
|
1654
|
+
format: "hex",
|
1655
|
+
},
|
1656
|
+
},
|
1657
|
+
},
|
1658
|
+
$type: "color",
|
1659
|
+
$value: "#eb646c",
|
1660
|
+
$description:
|
1661
|
+
"used on solid-pill and primary-button hover states",
|
1662
|
+
filePath: "data/tokens/modes/light.json",
|
1663
|
+
isSource: true,
|
1664
|
+
original: {
|
1665
|
+
$extensions: {
|
1666
|
+
"studio.tokens": {
|
1667
|
+
modify: {
|
1668
|
+
type: "mix",
|
1669
|
+
value: "{modes.color.modifiers.button.hover}",
|
1670
|
+
space: "lch",
|
1671
|
+
color: "{modes.color.modifier.contrastLess} ",
|
1672
|
+
},
|
1673
|
+
},
|
1674
|
+
},
|
1675
|
+
$type: "color",
|
1676
|
+
$value: "{modes.color.interactive.danger.inverse.default}",
|
1677
|
+
$description:
|
1678
|
+
"used on solid-pill and primary-button hover states",
|
1679
|
+
},
|
1680
|
+
name: "modesColorInteractiveDangerInverseHover",
|
1681
|
+
attributes: {},
|
1682
|
+
path: [
|
1683
|
+
"modes",
|
1684
|
+
"color",
|
1685
|
+
"interactive",
|
1686
|
+
"danger",
|
1687
|
+
"inverse",
|
1688
|
+
"hover",
|
1689
|
+
],
|
1690
|
+
},
|
1691
|
+
hoverAlt: {
|
1692
|
+
$extensions: {
|
1693
|
+
"studio.tokens": {
|
1694
|
+
modify: {
|
1695
|
+
type: "alpha",
|
1696
|
+
value: "0.08",
|
1697
|
+
space: "lch",
|
1698
|
+
format: "hex",
|
1699
|
+
},
|
1700
|
+
},
|
1701
|
+
},
|
1702
|
+
$type: "color",
|
1703
|
+
$value: "#e13e5314",
|
1704
|
+
$description: "used on secondary-button hover states",
|
1705
|
+
filePath: "data/tokens/modes/light.json",
|
1706
|
+
isSource: true,
|
1707
|
+
original: {
|
1708
|
+
$extensions: {
|
1709
|
+
"studio.tokens": {
|
1710
|
+
modify: {
|
1711
|
+
type: "alpha",
|
1712
|
+
value: "{modes.color.modifiers.button.hoverAlt}",
|
1713
|
+
space: "lch",
|
1714
|
+
},
|
1715
|
+
},
|
1716
|
+
},
|
1717
|
+
$type: "color",
|
1718
|
+
$value: "{modes.color.interactive.danger.inverse.default}",
|
1719
|
+
$description: "used on secondary-button hover states",
|
1720
|
+
},
|
1721
|
+
name: "modesColorInteractiveDangerInverseHoverAlt",
|
1722
|
+
attributes: {},
|
1723
|
+
path: [
|
1724
|
+
"modes",
|
1725
|
+
"color",
|
1726
|
+
"interactive",
|
1727
|
+
"danger",
|
1728
|
+
"inverse",
|
1729
|
+
"hoverAlt",
|
1730
|
+
],
|
1731
|
+
},
|
1732
|
+
hoverAlt2: {
|
1733
|
+
$extensions: {
|
1734
|
+
"studio.tokens": {
|
1735
|
+
modify: {
|
1736
|
+
type: "mix",
|
1737
|
+
value: "0.08",
|
1738
|
+
space: "lch",
|
1739
|
+
color: "#FFFFFF ",
|
1740
|
+
format: "hex",
|
1741
|
+
},
|
1742
|
+
},
|
1743
|
+
},
|
1744
|
+
$type: "color",
|
1745
|
+
$value: "#ec6a71",
|
1746
|
+
$description: "used on link hover state",
|
1747
|
+
filePath: "data/tokens/modes/light.json",
|
1748
|
+
isSource: true,
|
1749
|
+
original: {
|
1750
|
+
$extensions: {
|
1751
|
+
"studio.tokens": {
|
1752
|
+
modify: {
|
1753
|
+
type: "mix",
|
1754
|
+
value: "{modes.color.modifiers.button.hoverAlt}",
|
1755
|
+
space: "lch",
|
1756
|
+
color: "{modes.color.modifier.contrastLess} ",
|
1757
|
+
},
|
1758
|
+
},
|
1759
|
+
},
|
1760
|
+
$type: "color",
|
1761
|
+
$value: "{modes.color.interactive.danger.inverse.defaultAlt}",
|
1762
|
+
$description: "used on link hover state",
|
1763
|
+
},
|
1764
|
+
name: "modesColorInteractiveDangerInverseHoverAlt2",
|
1765
|
+
attributes: {},
|
1766
|
+
path: [
|
1767
|
+
"modes",
|
1768
|
+
"color",
|
1769
|
+
"interactive",
|
1770
|
+
"danger",
|
1771
|
+
"inverse",
|
1772
|
+
"hoverAlt2",
|
1773
|
+
],
|
1774
|
+
},
|
1775
|
+
withActive: {
|
1776
|
+
$type: "color",
|
1777
|
+
$value: "#000000",
|
1778
|
+
filePath: "data/tokens/modes/light.json",
|
1779
|
+
isSource: true,
|
1780
|
+
original: {
|
1781
|
+
$type: "color",
|
1782
|
+
$value: "{primitives.colors.black}",
|
1783
|
+
},
|
1784
|
+
name: "modesColorInteractiveDangerInverseWithActive",
|
1785
|
+
attributes: {},
|
1786
|
+
path: [
|
1787
|
+
"modes",
|
1788
|
+
"color",
|
1789
|
+
"interactive",
|
1790
|
+
"danger",
|
1791
|
+
"inverse",
|
1792
|
+
"withActive",
|
1793
|
+
],
|
1794
|
+
},
|
1795
|
+
withDefault: {
|
1796
|
+
$type: "color",
|
1797
|
+
$value: "#000000",
|
1798
|
+
filePath: "data/tokens/modes/light.json",
|
1799
|
+
isSource: true,
|
1800
|
+
original: {
|
1801
|
+
$type: "color",
|
1802
|
+
$value: "{primitives.colors.black}",
|
1803
|
+
},
|
1804
|
+
name: "modesColorInteractiveDangerInverseWithDefault",
|
1805
|
+
attributes: {},
|
1806
|
+
path: [
|
1807
|
+
"modes",
|
1808
|
+
"color",
|
1809
|
+
"interactive",
|
1810
|
+
"danger",
|
1811
|
+
"inverse",
|
1812
|
+
"withDefault",
|
1813
|
+
],
|
1814
|
+
},
|
1815
|
+
},
|
1520
1816
|
},
|
1521
1817
|
dataEntry: {
|
1522
1818
|
default: {
|
@@ -1726,6 +2022,32 @@ module.exports = {
|
|
1726
2022
|
},
|
1727
2023
|
},
|
1728
2024
|
focus: {
|
2025
|
+
default: {
|
2026
|
+
$type: "color",
|
2027
|
+
$value: "#000000",
|
2028
|
+
filePath: "data/tokens/modes/light.json",
|
2029
|
+
isSource: true,
|
2030
|
+
original: {
|
2031
|
+
$type: "color",
|
2032
|
+
$value: "{primitives.colors.black}",
|
2033
|
+
},
|
2034
|
+
name: "modesColorInteractiveFocusDefault",
|
2035
|
+
attributes: {},
|
2036
|
+
path: ["modes", "color", "interactive", "focus", "default"],
|
2037
|
+
},
|
2038
|
+
content: {
|
2039
|
+
$type: "color",
|
2040
|
+
$value: "#000000",
|
2041
|
+
filePath: "data/tokens/modes/light.json",
|
2042
|
+
isSource: true,
|
2043
|
+
original: {
|
2044
|
+
$type: "color",
|
2045
|
+
$value: "{primitives.colors.black}",
|
2046
|
+
},
|
2047
|
+
name: "modesColorInteractiveFocusContent",
|
2048
|
+
attributes: {},
|
2049
|
+
path: ["modes", "color", "interactive", "focus", "content"],
|
2050
|
+
},
|
1729
2051
|
withDefault: {
|
1730
2052
|
$type: "color",
|
1731
2053
|
$value: "#FFB500",
|
@@ -1773,31 +2095,108 @@ module.exports = {
|
|
1773
2095
|
attributes: {},
|
1774
2096
|
path: ["modes", "color", "interactive", "focus", "withDefaultAlt"],
|
1775
2097
|
},
|
1776
|
-
|
1777
|
-
|
1778
|
-
$value: "#000000",
|
1779
|
-
filePath: "data/tokens/modes/light.json",
|
1780
|
-
isSource: true,
|
1781
|
-
original: {
|
2098
|
+
inverse: {
|
2099
|
+
default: {
|
1782
2100
|
$type: "color",
|
1783
|
-
$value: "
|
2101
|
+
$value: "#FFB500",
|
2102
|
+
filePath: "data/tokens/modes/light.json",
|
2103
|
+
isSource: true,
|
2104
|
+
original: {
|
2105
|
+
$type: "color",
|
2106
|
+
$value: "{primitives.colors.gold}",
|
2107
|
+
},
|
2108
|
+
name: "modesColorInteractiveFocusInverseDefault",
|
2109
|
+
attributes: {},
|
2110
|
+
path: [
|
2111
|
+
"modes",
|
2112
|
+
"color",
|
2113
|
+
"interactive",
|
2114
|
+
"focus",
|
2115
|
+
"inverse",
|
2116
|
+
"default",
|
2117
|
+
],
|
1784
2118
|
},
|
1785
|
-
|
1786
|
-
attributes: {},
|
1787
|
-
path: ["modes", "color", "interactive", "focus", "default"],
|
1788
|
-
},
|
1789
|
-
content: {
|
1790
|
-
$type: "color",
|
1791
|
-
$value: "#000000",
|
1792
|
-
filePath: "data/tokens/modes/light.json",
|
1793
|
-
isSource: true,
|
1794
|
-
original: {
|
2119
|
+
content: {
|
1795
2120
|
$type: "color",
|
1796
|
-
$value: "
|
2121
|
+
$value: "#FFFFFF",
|
2122
|
+
filePath: "data/tokens/modes/light.json",
|
2123
|
+
isSource: true,
|
2124
|
+
original: {
|
2125
|
+
$type: "color",
|
2126
|
+
$value: "{primitives.colors.white}",
|
2127
|
+
},
|
2128
|
+
name: "modesColorInteractiveFocusInverseContent",
|
2129
|
+
attributes: {},
|
2130
|
+
path: [
|
2131
|
+
"modes",
|
2132
|
+
"color",
|
2133
|
+
"interactive",
|
2134
|
+
"focus",
|
2135
|
+
"inverse",
|
2136
|
+
"content",
|
2137
|
+
],
|
2138
|
+
},
|
2139
|
+
withDefault: {
|
2140
|
+
$type: "color",
|
2141
|
+
$value: "#000000",
|
2142
|
+
filePath: "data/tokens/modes/light.json",
|
2143
|
+
isSource: true,
|
2144
|
+
original: {
|
2145
|
+
$type: "color",
|
2146
|
+
$value: "{primitives.colors.black}",
|
2147
|
+
},
|
2148
|
+
name: "modesColorInteractiveFocusInverseWithDefault",
|
2149
|
+
attributes: {},
|
2150
|
+
path: [
|
2151
|
+
"modes",
|
2152
|
+
"color",
|
2153
|
+
"interactive",
|
2154
|
+
"focus",
|
2155
|
+
"inverse",
|
2156
|
+
"withDefault",
|
2157
|
+
],
|
2158
|
+
},
|
2159
|
+
withDefaultAlt: {
|
2160
|
+
$extensions: {
|
2161
|
+
"studio.tokens": {
|
2162
|
+
modify: {
|
2163
|
+
type: "mix",
|
2164
|
+
value: "0.4",
|
2165
|
+
space: "lch",
|
2166
|
+
color: "#000000 ",
|
2167
|
+
format: "hex",
|
2168
|
+
},
|
2169
|
+
},
|
2170
|
+
},
|
2171
|
+
$type: "color",
|
2172
|
+
$value: "#926916",
|
2173
|
+
filePath: "data/tokens/modes/light.json",
|
2174
|
+
isSource: true,
|
2175
|
+
original: {
|
2176
|
+
$extensions: {
|
2177
|
+
"studio.tokens": {
|
2178
|
+
modify: {
|
2179
|
+
type: "mix",
|
2180
|
+
value: "0.4",
|
2181
|
+
space: "lch",
|
2182
|
+
color: "{modes.color.modifier.contrastMore} ",
|
2183
|
+
},
|
2184
|
+
},
|
2185
|
+
},
|
2186
|
+
$type: "color",
|
2187
|
+
$value: "{primitives.colors.gold}",
|
2188
|
+
},
|
2189
|
+
name: "modesColorInteractiveFocusInverseWithDefaultAlt",
|
2190
|
+
attributes: {},
|
2191
|
+
path: [
|
2192
|
+
"modes",
|
2193
|
+
"color",
|
2194
|
+
"interactive",
|
2195
|
+
"focus",
|
2196
|
+
"inverse",
|
2197
|
+
"withDefaultAlt",
|
2198
|
+
],
|
1797
2199
|
},
|
1798
|
-
name: "modesColorInteractiveFocusContent",
|
1799
|
-
attributes: {},
|
1800
|
-
path: ["modes", "color", "interactive", "focus", "content"],
|
1801
2200
|
},
|
1802
2201
|
},
|
1803
2202
|
inactive: {
|
@@ -2046,6 +2445,28 @@ module.exports = {
|
|
2046
2445
|
"content",
|
2047
2446
|
],
|
2048
2447
|
},
|
2448
|
+
contentAlt: {
|
2449
|
+
$type: "color",
|
2450
|
+
$value: "#000000",
|
2451
|
+
$description: " Disabled labels inside buttons and Switch.",
|
2452
|
+
filePath: "data/tokens/modes/light.json",
|
2453
|
+
isSource: true,
|
2454
|
+
original: {
|
2455
|
+
$type: "color",
|
2456
|
+
$value: "{primitives.colors.black}",
|
2457
|
+
$description: " Disabled labels inside buttons and Switch.",
|
2458
|
+
},
|
2459
|
+
name: "modesColorInteractiveInactiveInverseContentAlt",
|
2460
|
+
attributes: {},
|
2461
|
+
path: [
|
2462
|
+
"modes",
|
2463
|
+
"color",
|
2464
|
+
"interactive",
|
2465
|
+
"inactive",
|
2466
|
+
"inverse",
|
2467
|
+
"contentAlt",
|
2468
|
+
],
|
2469
|
+
},
|
2049
2470
|
},
|
2050
2471
|
},
|
2051
2472
|
monochrome: {
|
@@ -3505,7 +3926,7 @@ module.exports = {
|
|
3505
3926
|
isSource: true,
|
3506
3927
|
original: {
|
3507
3928
|
$type: "color",
|
3508
|
-
$value: "{
|
3929
|
+
$value: "{primitives.colors.white}",
|
3509
3930
|
},
|
3510
3931
|
name: "modesColorInteractivePrimaryWithActive",
|
3511
3932
|
attributes: {},
|
@@ -3518,7 +3939,7 @@ module.exports = {
|
|
3518
3939
|
isSource: true,
|
3519
3940
|
original: {
|
3520
3941
|
$type: "color",
|
3521
|
-
$value: "{
|
3942
|
+
$value: "{primitives.colors.white}",
|
3522
3943
|
},
|
3523
3944
|
name: "modesColorInteractivePrimaryWithDefault",
|
3524
3945
|
attributes: {},
|
@@ -3531,7 +3952,7 @@ module.exports = {
|
|
3531
3952
|
isSource: true,
|
3532
3953
|
original: {
|
3533
3954
|
$type: "color",
|
3534
|
-
$value: "{
|
3955
|
+
$value: "{primitives.colors.white}",
|
3535
3956
|
},
|
3536
3957
|
name: "modesColorInteractivePrimaryWithHover",
|
3537
3958
|
attributes: {},
|
@@ -4187,7 +4608,7 @@ module.exports = {
|
|
4187
4608
|
isSource: true,
|
4188
4609
|
original: {
|
4189
4610
|
$type: "color",
|
4190
|
-
$value: "{
|
4611
|
+
$value: "{primitives.colors.black}",
|
4191
4612
|
},
|
4192
4613
|
name: "modesColorInteractivePrimaryInverseWithActive",
|
4193
4614
|
attributes: {},
|
@@ -4207,7 +4628,7 @@ module.exports = {
|
|
4207
4628
|
isSource: true,
|
4208
4629
|
original: {
|
4209
4630
|
$type: "color",
|
4210
|
-
$value: "{
|
4631
|
+
$value: "{primitives.colors.black}",
|
4211
4632
|
},
|
4212
4633
|
name: "modesColorInteractivePrimaryInverseWithDefault",
|
4213
4634
|
attributes: {},
|
@@ -4227,7 +4648,7 @@ module.exports = {
|
|
4227
4648
|
isSource: true,
|
4228
4649
|
original: {
|
4229
4650
|
$type: "color",
|
4230
|
-
$value: "{
|
4651
|
+
$value: "{primitives.colors.black}",
|
4231
4652
|
},
|
4232
4653
|
name: "modesColorInteractivePrimaryInverseWithHover",
|
4233
4654
|
attributes: {},
|
@@ -27,6 +27,13 @@ declare const tokens: {
|
|
27
27
|
"bg-alt": DesignToken;
|
28
28
|
"label-default": DesignToken;
|
29
29
|
"label-alt": DesignToken;
|
30
|
+
inverse: {
|
31
|
+
"border-default": DesignToken;
|
32
|
+
"bg-default": DesignToken;
|
33
|
+
"bg-alt": DesignToken;
|
34
|
+
"label-default": DesignToken;
|
35
|
+
"label-alt": DesignToken;
|
36
|
+
};
|
30
37
|
};
|
31
38
|
};
|
32
39
|
size: {
|