@sage/design-tokens 14.5.0 → 14.7.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 +52 -23
- package/css/frozenproduct/large/components/button.css +32 -13
- package/css/frozenproduct/large/components/container.css +10 -3
- package/css/frozenproduct/large/components/form.css +6 -3
- package/css/frozenproduct/large/global.css +2 -2
- package/css/frozenproduct/small/components/button.css +32 -13
- package/css/frozenproduct/small/components/container.css +10 -3
- package/css/frozenproduct/small/components/form.css +6 -3
- package/css/frozenproduct/small/global.css +2 -2
- package/css/marketing/all.css +52 -23
- package/css/marketing/large/components/button.css +32 -13
- package/css/marketing/large/components/container.css +10 -3
- package/css/marketing/large/components/form.css +6 -3
- package/css/marketing/large/global.css +2 -2
- package/css/marketing/small/components/button.css +32 -13
- package/css/marketing/small/components/container.css +10 -3
- package/css/marketing/small/components/form.css +6 -3
- package/css/marketing/small/global.css +2 -2
- package/css/product/all.css +62 -33
- package/css/product/large/components/button.css +32 -13
- package/css/product/large/components/container.css +10 -3
- package/css/product/large/components/form.css +6 -3
- package/css/product/large/global.css +2 -2
- package/css/product/small/components/button.css +32 -13
- package/css/product/small/components/container.css +10 -3
- package/css/product/small/components/form.css +6 -3
- package/css/product/small/components/table.css +10 -10
- package/css/product/small/global.css +2 -2
- package/ios/frozenproduct/large/dark/components/button.h +32 -13
- package/ios/frozenproduct/large/dark/components/container.h +11 -4
- package/ios/frozenproduct/large/dark/components/form.h +6 -3
- package/ios/frozenproduct/large/global.h +2 -2
- package/ios/frozenproduct/large/light/components/button.h +32 -13
- package/ios/frozenproduct/large/light/components/container.h +11 -4
- package/ios/frozenproduct/large/light/components/form.h +6 -3
- package/ios/frozenproduct/small/dark/components/button.h +32 -13
- package/ios/frozenproduct/small/dark/components/container.h +11 -4
- package/ios/frozenproduct/small/dark/components/form.h +6 -3
- package/ios/frozenproduct/small/global.h +2 -2
- package/ios/frozenproduct/small/light/components/button.h +32 -13
- package/ios/frozenproduct/small/light/components/container.h +11 -4
- package/ios/frozenproduct/small/light/components/form.h +6 -3
- package/ios/marketing/large/dark/components/button.h +32 -13
- package/ios/marketing/large/dark/components/container.h +11 -4
- package/ios/marketing/large/dark/components/form.h +6 -3
- package/ios/marketing/large/global.h +2 -2
- package/ios/marketing/large/light/components/button.h +32 -13
- package/ios/marketing/large/light/components/container.h +11 -4
- package/ios/marketing/large/light/components/form.h +6 -3
- package/ios/marketing/small/dark/components/button.h +32 -13
- package/ios/marketing/small/dark/components/container.h +11 -4
- package/ios/marketing/small/dark/components/form.h +6 -3
- package/ios/marketing/small/global.h +2 -2
- package/ios/marketing/small/light/components/button.h +32 -13
- package/ios/marketing/small/light/components/container.h +11 -4
- package/ios/marketing/small/light/components/form.h +6 -3
- package/ios/product/large/dark/components/button.h +32 -13
- package/ios/product/large/dark/components/container.h +11 -4
- package/ios/product/large/dark/components/form.h +6 -3
- package/ios/product/large/global.h +2 -2
- package/ios/product/large/light/components/button.h +32 -13
- package/ios/product/large/light/components/container.h +11 -4
- package/ios/product/large/light/components/form.h +6 -3
- package/ios/product/small/dark/components/button.h +32 -13
- package/ios/product/small/dark/components/container.h +11 -4
- package/ios/product/small/dark/components/form.h +6 -3
- package/ios/product/small/global.h +2 -2
- package/ios/product/small/light/components/button.h +32 -13
- package/ios/product/small/light/components/container.h +11 -4
- package/ios/product/small/light/components/form.h +6 -3
- package/js/common/frozenproduct/large/dark/components/button.d.ts +28 -1
- package/js/common/frozenproduct/large/dark/components/button.js +366 -39
- package/js/common/frozenproduct/large/dark/components/container.d.ts +22 -11
- package/js/common/frozenproduct/large/dark/components/container.js +176 -81
- package/js/common/frozenproduct/large/dark/components/form.d.ts +7 -0
- package/js/common/frozenproduct/large/dark/components/form.js +61 -6
- package/js/common/frozenproduct/large/global.d.ts +2 -2
- package/js/common/frozenproduct/large/global.js +18 -14
- package/js/common/frozenproduct/large/light/components/button.d.ts +28 -1
- package/js/common/frozenproduct/large/light/components/button.js +366 -39
- package/js/common/frozenproduct/large/light/components/container.d.ts +22 -11
- package/js/common/frozenproduct/large/light/components/container.js +176 -81
- package/js/common/frozenproduct/large/light/components/form.d.ts +7 -0
- package/js/common/frozenproduct/large/light/components/form.js +61 -6
- package/js/common/frozenproduct/small/dark/components/button.d.ts +28 -1
- package/js/common/frozenproduct/small/dark/components/button.js +366 -39
- package/js/common/frozenproduct/small/dark/components/container.d.ts +22 -11
- package/js/common/frozenproduct/small/dark/components/container.js +176 -81
- package/js/common/frozenproduct/small/dark/components/form.d.ts +7 -0
- package/js/common/frozenproduct/small/dark/components/form.js +61 -6
- package/js/common/frozenproduct/small/global.d.ts +2 -2
- package/js/common/frozenproduct/small/global.js +18 -14
- package/js/common/frozenproduct/small/light/components/button.d.ts +28 -1
- package/js/common/frozenproduct/small/light/components/button.js +366 -39
- package/js/common/frozenproduct/small/light/components/container.d.ts +22 -11
- package/js/common/frozenproduct/small/light/components/container.js +176 -81
- package/js/common/frozenproduct/small/light/components/form.d.ts +7 -0
- package/js/common/frozenproduct/small/light/components/form.js +61 -6
- package/js/common/marketing/large/dark/components/button.d.ts +28 -1
- package/js/common/marketing/large/dark/components/button.js +366 -39
- package/js/common/marketing/large/dark/components/container.d.ts +22 -11
- package/js/common/marketing/large/dark/components/container.js +176 -81
- package/js/common/marketing/large/dark/components/form.d.ts +7 -0
- package/js/common/marketing/large/dark/components/form.js +61 -6
- package/js/common/marketing/large/global.d.ts +2 -2
- package/js/common/marketing/large/global.js +18 -14
- package/js/common/marketing/large/light/components/button.d.ts +28 -1
- package/js/common/marketing/large/light/components/button.js +366 -39
- package/js/common/marketing/large/light/components/container.d.ts +22 -11
- package/js/common/marketing/large/light/components/container.js +176 -81
- package/js/common/marketing/large/light/components/form.d.ts +7 -0
- package/js/common/marketing/large/light/components/form.js +61 -6
- package/js/common/marketing/small/dark/components/button.d.ts +28 -1
- package/js/common/marketing/small/dark/components/button.js +366 -39
- package/js/common/marketing/small/dark/components/container.d.ts +22 -11
- package/js/common/marketing/small/dark/components/container.js +176 -81
- package/js/common/marketing/small/dark/components/form.d.ts +7 -0
- package/js/common/marketing/small/dark/components/form.js +61 -6
- package/js/common/marketing/small/global.d.ts +2 -2
- package/js/common/marketing/small/global.js +18 -14
- package/js/common/marketing/small/light/components/button.d.ts +28 -1
- package/js/common/marketing/small/light/components/button.js +366 -39
- package/js/common/marketing/small/light/components/container.d.ts +22 -11
- package/js/common/marketing/small/light/components/container.js +176 -81
- package/js/common/marketing/small/light/components/form.d.ts +7 -0
- package/js/common/marketing/small/light/components/form.js +61 -6
- package/js/common/product/large/dark/components/button.d.ts +28 -1
- package/js/common/product/large/dark/components/button.js +366 -39
- package/js/common/product/large/dark/components/container.d.ts +22 -11
- package/js/common/product/large/dark/components/container.js +176 -81
- package/js/common/product/large/dark/components/form.d.ts +7 -0
- package/js/common/product/large/dark/components/form.js +61 -6
- package/js/common/product/large/global.d.ts +2 -2
- package/js/common/product/large/global.js +18 -14
- package/js/common/product/large/light/components/button.d.ts +28 -1
- package/js/common/product/large/light/components/button.js +366 -39
- package/js/common/product/large/light/components/container.d.ts +22 -11
- package/js/common/product/large/light/components/container.js +176 -81
- package/js/common/product/large/light/components/form.d.ts +7 -0
- package/js/common/product/large/light/components/form.js +61 -6
- package/js/common/product/small/dark/components/button.d.ts +28 -1
- package/js/common/product/small/dark/components/button.js +366 -39
- package/js/common/product/small/dark/components/container.d.ts +22 -11
- package/js/common/product/small/dark/components/container.js +176 -81
- package/js/common/product/small/dark/components/form.d.ts +7 -0
- package/js/common/product/small/dark/components/form.js +61 -6
- package/js/common/product/small/global.d.ts +2 -2
- package/js/common/product/small/global.js +18 -14
- package/js/common/product/small/light/components/button.d.ts +28 -1
- package/js/common/product/small/light/components/button.js +366 -39
- package/js/common/product/small/light/components/container.d.ts +22 -11
- package/js/common/product/small/light/components/container.js +176 -81
- package/js/common/product/small/light/components/form.d.ts +7 -0
- package/js/common/product/small/light/components/form.js +61 -6
- package/js/es6/frozenproduct/large/dark/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/large/dark/components/button.js +32 -13
- package/js/es6/frozenproduct/large/dark/components/container.d.ts +11 -4
- package/js/es6/frozenproduct/large/dark/components/container.js +11 -4
- package/js/es6/frozenproduct/large/dark/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/large/dark/components/form.js +6 -3
- package/js/es6/frozenproduct/large/global.d.ts +2 -2
- package/js/es6/frozenproduct/large/global.js +2 -2
- package/js/es6/frozenproduct/large/light/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/large/light/components/button.js +32 -13
- package/js/es6/frozenproduct/large/light/components/container.d.ts +11 -4
- package/js/es6/frozenproduct/large/light/components/container.js +11 -4
- package/js/es6/frozenproduct/large/light/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/large/light/components/form.js +6 -3
- package/js/es6/frozenproduct/small/dark/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/small/dark/components/button.js +32 -13
- package/js/es6/frozenproduct/small/dark/components/container.d.ts +11 -4
- package/js/es6/frozenproduct/small/dark/components/container.js +11 -4
- package/js/es6/frozenproduct/small/dark/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/small/dark/components/form.js +6 -3
- package/js/es6/frozenproduct/small/global.d.ts +2 -2
- package/js/es6/frozenproduct/small/global.js +2 -2
- package/js/es6/frozenproduct/small/light/components/button.d.ts +20 -1
- package/js/es6/frozenproduct/small/light/components/button.js +32 -13
- package/js/es6/frozenproduct/small/light/components/container.d.ts +11 -4
- package/js/es6/frozenproduct/small/light/components/container.js +11 -4
- package/js/es6/frozenproduct/small/light/components/form.d.ts +6 -3
- package/js/es6/frozenproduct/small/light/components/form.js +6 -3
- package/js/es6/marketing/large/dark/components/button.d.ts +20 -1
- package/js/es6/marketing/large/dark/components/button.js +32 -13
- package/js/es6/marketing/large/dark/components/container.d.ts +11 -4
- package/js/es6/marketing/large/dark/components/container.js +11 -4
- package/js/es6/marketing/large/dark/components/form.d.ts +6 -3
- package/js/es6/marketing/large/dark/components/form.js +6 -3
- package/js/es6/marketing/large/global.d.ts +2 -2
- package/js/es6/marketing/large/global.js +2 -2
- package/js/es6/marketing/large/light/components/button.d.ts +20 -1
- package/js/es6/marketing/large/light/components/button.js +32 -13
- package/js/es6/marketing/large/light/components/container.d.ts +11 -4
- package/js/es6/marketing/large/light/components/container.js +11 -4
- package/js/es6/marketing/large/light/components/form.d.ts +6 -3
- package/js/es6/marketing/large/light/components/form.js +6 -3
- package/js/es6/marketing/small/dark/components/button.d.ts +20 -1
- package/js/es6/marketing/small/dark/components/button.js +32 -13
- package/js/es6/marketing/small/dark/components/container.d.ts +11 -4
- package/js/es6/marketing/small/dark/components/container.js +11 -4
- package/js/es6/marketing/small/dark/components/form.d.ts +6 -3
- package/js/es6/marketing/small/dark/components/form.js +6 -3
- package/js/es6/marketing/small/global.d.ts +2 -2
- package/js/es6/marketing/small/global.js +2 -2
- package/js/es6/marketing/small/light/components/button.d.ts +20 -1
- package/js/es6/marketing/small/light/components/button.js +32 -13
- package/js/es6/marketing/small/light/components/container.d.ts +11 -4
- package/js/es6/marketing/small/light/components/container.js +11 -4
- package/js/es6/marketing/small/light/components/form.d.ts +6 -3
- package/js/es6/marketing/small/light/components/form.js +6 -3
- package/js/es6/product/large/dark/components/button.d.ts +20 -1
- package/js/es6/product/large/dark/components/button.js +32 -13
- package/js/es6/product/large/dark/components/container.d.ts +11 -4
- package/js/es6/product/large/dark/components/container.js +11 -4
- package/js/es6/product/large/dark/components/form.d.ts +6 -3
- package/js/es6/product/large/dark/components/form.js +6 -3
- package/js/es6/product/large/global.d.ts +2 -2
- package/js/es6/product/large/global.js +2 -2
- package/js/es6/product/large/light/components/button.d.ts +20 -1
- package/js/es6/product/large/light/components/button.js +32 -13
- package/js/es6/product/large/light/components/container.d.ts +11 -4
- package/js/es6/product/large/light/components/container.js +11 -4
- package/js/es6/product/large/light/components/form.d.ts +6 -3
- package/js/es6/product/large/light/components/form.js +6 -3
- package/js/es6/product/small/dark/components/button.d.ts +20 -1
- package/js/es6/product/small/dark/components/button.js +32 -13
- package/js/es6/product/small/dark/components/container.d.ts +11 -4
- package/js/es6/product/small/dark/components/container.js +11 -4
- package/js/es6/product/small/dark/components/form.d.ts +6 -3
- package/js/es6/product/small/dark/components/form.js +6 -3
- package/js/es6/product/small/global.d.ts +2 -2
- package/js/es6/product/small/global.js +2 -2
- package/js/es6/product/small/light/components/button.d.ts +20 -1
- package/js/es6/product/small/light/components/button.js +32 -13
- package/js/es6/product/small/light/components/container.d.ts +11 -4
- package/js/es6/product/small/light/components/container.js +11 -4
- package/js/es6/product/small/light/components/form.d.ts +6 -3
- package/js/es6/product/small/light/components/form.js +6 -3
- package/js/umd/frozenproduct/large/dark/components/button.js +366 -39
- package/js/umd/frozenproduct/large/dark/components/container.js +176 -81
- package/js/umd/frozenproduct/large/dark/components/form.js +61 -6
- package/js/umd/frozenproduct/large/global.js +18 -14
- package/js/umd/frozenproduct/large/light/components/button.js +366 -39
- package/js/umd/frozenproduct/large/light/components/container.js +176 -81
- package/js/umd/frozenproduct/large/light/components/form.js +61 -6
- package/js/umd/frozenproduct/small/dark/components/button.js +366 -39
- package/js/umd/frozenproduct/small/dark/components/container.js +176 -81
- package/js/umd/frozenproduct/small/dark/components/form.js +61 -6
- package/js/umd/frozenproduct/small/global.js +18 -14
- package/js/umd/frozenproduct/small/light/components/button.js +366 -39
- package/js/umd/frozenproduct/small/light/components/container.js +176 -81
- package/js/umd/frozenproduct/small/light/components/form.js +61 -6
- package/js/umd/marketing/large/dark/components/button.js +366 -39
- package/js/umd/marketing/large/dark/components/container.js +176 -81
- package/js/umd/marketing/large/dark/components/form.js +61 -6
- package/js/umd/marketing/large/global.js +18 -14
- package/js/umd/marketing/large/light/components/button.js +366 -39
- package/js/umd/marketing/large/light/components/container.js +176 -81
- package/js/umd/marketing/large/light/components/form.js +61 -6
- package/js/umd/marketing/small/dark/components/button.js +366 -39
- package/js/umd/marketing/small/dark/components/container.js +176 -81
- package/js/umd/marketing/small/dark/components/form.js +61 -6
- package/js/umd/marketing/small/global.js +18 -14
- package/js/umd/marketing/small/light/components/button.js +366 -39
- package/js/umd/marketing/small/light/components/container.js +176 -81
- package/js/umd/marketing/small/light/components/form.js +61 -6
- package/js/umd/product/large/dark/components/button.js +366 -39
- package/js/umd/product/large/dark/components/container.js +176 -81
- package/js/umd/product/large/dark/components/form.js +61 -6
- package/js/umd/product/large/global.js +18 -14
- package/js/umd/product/large/light/components/button.js +366 -39
- package/js/umd/product/large/light/components/container.js +176 -81
- package/js/umd/product/large/light/components/form.js +61 -6
- package/js/umd/product/small/dark/components/button.js +366 -39
- package/js/umd/product/small/dark/components/container.js +176 -81
- package/js/umd/product/small/dark/components/form.js +61 -6
- package/js/umd/product/small/global.js +18 -14
- package/js/umd/product/small/light/components/button.js +366 -39
- package/js/umd/product/small/light/components/container.js +176 -81
- package/js/umd/product/small/light/components/form.js +61 -6
- package/json/flat/frozenproduct/large/dark/components/button.json +32 -13
- package/json/flat/frozenproduct/large/dark/components/container.json +11 -4
- package/json/flat/frozenproduct/large/dark/components/form.json +6 -3
- package/json/flat/frozenproduct/large/global.json +2 -2
- package/json/flat/frozenproduct/large/light/components/button.json +32 -13
- package/json/flat/frozenproduct/large/light/components/container.json +11 -4
- package/json/flat/frozenproduct/large/light/components/form.json +6 -3
- package/json/flat/frozenproduct/small/dark/components/button.json +32 -13
- package/json/flat/frozenproduct/small/dark/components/container.json +11 -4
- package/json/flat/frozenproduct/small/dark/components/form.json +6 -3
- package/json/flat/frozenproduct/small/global.json +2 -2
- package/json/flat/frozenproduct/small/light/components/button.json +32 -13
- package/json/flat/frozenproduct/small/light/components/container.json +11 -4
- package/json/flat/frozenproduct/small/light/components/form.json +6 -3
- package/json/flat/marketing/large/dark/components/button.json +32 -13
- package/json/flat/marketing/large/dark/components/container.json +11 -4
- package/json/flat/marketing/large/dark/components/form.json +6 -3
- package/json/flat/marketing/large/global.json +2 -2
- package/json/flat/marketing/large/light/components/button.json +32 -13
- package/json/flat/marketing/large/light/components/container.json +11 -4
- package/json/flat/marketing/large/light/components/form.json +6 -3
- package/json/flat/marketing/small/dark/components/button.json +32 -13
- package/json/flat/marketing/small/dark/components/container.json +11 -4
- package/json/flat/marketing/small/dark/components/form.json +6 -3
- package/json/flat/marketing/small/global.json +2 -2
- package/json/flat/marketing/small/light/components/button.json +32 -13
- package/json/flat/marketing/small/light/components/container.json +11 -4
- package/json/flat/marketing/small/light/components/form.json +6 -3
- package/json/flat/product/large/dark/components/button.json +32 -13
- package/json/flat/product/large/dark/components/container.json +11 -4
- package/json/flat/product/large/dark/components/form.json +6 -3
- package/json/flat/product/large/global.json +2 -2
- package/json/flat/product/large/light/components/button.json +32 -13
- package/json/flat/product/large/light/components/container.json +11 -4
- package/json/flat/product/large/light/components/form.json +6 -3
- package/json/flat/product/small/dark/components/button.json +32 -13
- package/json/flat/product/small/dark/components/container.json +11 -4
- package/json/flat/product/small/dark/components/form.json +6 -3
- package/json/flat/product/small/global.json +2 -2
- package/json/flat/product/small/light/components/button.json +32 -13
- package/json/flat/product/small/light/components/container.json +11 -4
- package/json/flat/product/small/light/components/form.json +6 -3
- package/json/nested/frozenproduct/large/dark/components/button.json +41 -14
- package/json/nested/frozenproduct/large/dark/components/container.json +22 -11
- package/json/nested/frozenproduct/large/dark/components/form.json +10 -3
- package/json/nested/frozenproduct/large/global.json +2 -2
- package/json/nested/frozenproduct/large/light/components/button.json +41 -14
- package/json/nested/frozenproduct/large/light/components/container.json +22 -11
- package/json/nested/frozenproduct/large/light/components/form.json +10 -3
- package/json/nested/frozenproduct/small/dark/components/button.json +41 -14
- package/json/nested/frozenproduct/small/dark/components/container.json +22 -11
- package/json/nested/frozenproduct/small/dark/components/form.json +10 -3
- package/json/nested/frozenproduct/small/global.json +2 -2
- package/json/nested/frozenproduct/small/light/components/button.json +41 -14
- package/json/nested/frozenproduct/small/light/components/container.json +22 -11
- package/json/nested/frozenproduct/small/light/components/form.json +10 -3
- package/json/nested/marketing/large/dark/components/button.json +41 -14
- package/json/nested/marketing/large/dark/components/container.json +22 -11
- package/json/nested/marketing/large/dark/components/form.json +10 -3
- package/json/nested/marketing/large/global.json +2 -2
- package/json/nested/marketing/large/light/components/button.json +41 -14
- package/json/nested/marketing/large/light/components/container.json +22 -11
- package/json/nested/marketing/large/light/components/form.json +10 -3
- package/json/nested/marketing/small/dark/components/button.json +41 -14
- package/json/nested/marketing/small/dark/components/container.json +22 -11
- package/json/nested/marketing/small/dark/components/form.json +10 -3
- package/json/nested/marketing/small/global.json +2 -2
- package/json/nested/marketing/small/light/components/button.json +41 -14
- package/json/nested/marketing/small/light/components/container.json +22 -11
- package/json/nested/marketing/small/light/components/form.json +10 -3
- package/json/nested/product/large/dark/components/button.json +41 -14
- package/json/nested/product/large/dark/components/container.json +22 -11
- package/json/nested/product/large/dark/components/form.json +10 -3
- package/json/nested/product/large/global.json +2 -2
- package/json/nested/product/large/light/components/button.json +41 -14
- package/json/nested/product/large/light/components/container.json +22 -11
- package/json/nested/product/large/light/components/form.json +10 -3
- package/json/nested/product/small/dark/components/button.json +41 -14
- package/json/nested/product/small/dark/components/container.json +22 -11
- package/json/nested/product/small/dark/components/form.json +10 -3
- package/json/nested/product/small/global.json +2 -2
- package/json/nested/product/small/light/components/button.json +41 -14
- package/json/nested/product/small/light/components/container.json +22 -11
- package/json/nested/product/small/light/components/form.json +10 -3
- package/package.json +1 -1
- package/sage-design-tokens-14.7.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +32 -13
- package/scss/frozenproduct/large/components/container.scss +10 -3
- package/scss/frozenproduct/large/components/form.scss +6 -3
- package/scss/frozenproduct/large/global.scss +2 -2
- package/scss/frozenproduct/small/components/button.scss +32 -13
- package/scss/frozenproduct/small/components/container.scss +10 -3
- package/scss/frozenproduct/small/components/form.scss +6 -3
- package/scss/frozenproduct/small/global.scss +2 -2
- package/scss/marketing/large/components/button.scss +45 -26
- package/scss/marketing/large/components/container.scss +20 -13
- package/scss/marketing/large/components/form.scss +13 -10
- package/scss/marketing/large/components/link.scss +2 -2
- package/scss/marketing/large/components/nav.scss +5 -5
- package/scss/marketing/large/components/page.scss +1 -1
- package/scss/marketing/large/components/progress.scss +6 -6
- package/scss/marketing/large/components/status.scss +3 -3
- package/scss/marketing/large/components/tab.scss +7 -7
- package/scss/marketing/large/components/table.scss +10 -10
- package/scss/marketing/large/global.scss +2 -2
- package/scss/marketing/small/components/button.scss +45 -26
- package/scss/marketing/small/components/container.scss +20 -13
- package/scss/marketing/small/components/form.scss +13 -10
- package/scss/marketing/small/components/link.scss +2 -2
- package/scss/marketing/small/components/nav.scss +5 -5
- package/scss/marketing/small/components/page.scss +1 -1
- package/scss/marketing/small/components/popover.scss +2 -2
- package/scss/marketing/small/components/progress.scss +6 -6
- package/scss/marketing/small/components/status.scss +3 -3
- package/scss/marketing/small/components/tab.scss +7 -7
- package/scss/marketing/small/components/table.scss +10 -10
- package/scss/marketing/small/global.scss +2 -2
- package/scss/product/large/components/button.scss +45 -26
- package/scss/product/large/components/container.scss +20 -13
- package/scss/product/large/components/form.scss +13 -10
- package/scss/product/large/components/link.scss +2 -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 +6 -6
- package/scss/product/large/components/status.scss +3 -3
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +10 -10
- package/scss/product/large/global.scss +2 -2
- package/scss/product/small/components/button.scss +32 -13
- package/scss/product/small/components/container.scss +10 -3
- package/scss/product/small/components/form.scss +6 -3
- package/scss/product/small/global.scss +2 -2
- package/sage-design-tokens-14.5.0.tgz +0 -0
@@ -162,6 +162,19 @@
|
|
162
162
|
},
|
163
163
|
},
|
164
164
|
icon: {
|
165
|
+
S: {
|
166
|
+
$type: "sizing",
|
167
|
+
$value: 16,
|
168
|
+
filePath: "data/tokens/components/button.json",
|
169
|
+
isSource: true,
|
170
|
+
original: {
|
171
|
+
$type: "sizing",
|
172
|
+
$value: "{global.size.icon.S}",
|
173
|
+
},
|
174
|
+
name: "buttonSizeIconS",
|
175
|
+
attributes: {},
|
176
|
+
path: ["button", "size", "icon", "S"],
|
177
|
+
},
|
165
178
|
M: {
|
166
179
|
$type: "sizing",
|
167
180
|
$value: 20,
|
@@ -795,14 +808,14 @@
|
|
795
808
|
x: {
|
796
809
|
S: {
|
797
810
|
$type: "spacing",
|
798
|
-
$value:
|
811
|
+
$value: 6,
|
799
812
|
$description:
|
800
813
|
"Left and right padding on icon-only S size primary buttons",
|
801
814
|
filePath: "data/tokens/components/button.json",
|
802
815
|
isSource: true,
|
803
816
|
original: {
|
804
817
|
$type: "spacing",
|
805
|
-
$value: "{global.space.micro.
|
818
|
+
$value: "{global.space.micro.M}",
|
806
819
|
$description:
|
807
820
|
"Left and right padding on icon-only S size primary buttons",
|
808
821
|
},
|
@@ -812,14 +825,14 @@
|
|
812
825
|
},
|
813
826
|
M: {
|
814
827
|
$type: "spacing",
|
815
|
-
$value:
|
828
|
+
$value: 10,
|
816
829
|
$description:
|
817
830
|
"Left and right padding on icon-only M size primary buttons",
|
818
831
|
filePath: "data/tokens/components/button.json",
|
819
832
|
isSource: true,
|
820
833
|
original: {
|
821
834
|
$type: "spacing",
|
822
|
-
$value: "{global.space.micro.
|
835
|
+
$value: "{global.space.micro.XL}",
|
823
836
|
$description:
|
824
837
|
"Left and right padding on icon-only M size primary buttons",
|
825
838
|
},
|
@@ -829,14 +842,14 @@
|
|
829
842
|
},
|
830
843
|
L: {
|
831
844
|
$type: "spacing",
|
832
|
-
$value:
|
845
|
+
$value: 14,
|
833
846
|
$description:
|
834
847
|
"Left and right padding on icon-only L size primary buttons",
|
835
848
|
filePath: "data/tokens/components/button.json",
|
836
849
|
isSource: true,
|
837
850
|
original: {
|
838
851
|
$type: "spacing",
|
839
|
-
$value: "{global.space.micro.
|
852
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
840
853
|
$description:
|
841
854
|
"Left and right padding on icon-only L size primary buttons",
|
842
855
|
},
|
@@ -845,6 +858,59 @@
|
|
845
858
|
path: ["button", "space", "primary", "icononly", "x", "L"],
|
846
859
|
},
|
847
860
|
},
|
861
|
+
y: {
|
862
|
+
S: {
|
863
|
+
$type: "spacing",
|
864
|
+
$value: 6,
|
865
|
+
$description:
|
866
|
+
"Top and bottom padding on icon-only S size primary buttons",
|
867
|
+
filePath: "data/tokens/components/button.json",
|
868
|
+
isSource: true,
|
869
|
+
original: {
|
870
|
+
$type: "spacing",
|
871
|
+
$value: "{global.space.micro.M}",
|
872
|
+
$description:
|
873
|
+
"Top and bottom padding on icon-only S size primary buttons",
|
874
|
+
},
|
875
|
+
name: "buttonSpacePrimaryIcononlyYS",
|
876
|
+
attributes: {},
|
877
|
+
path: ["button", "space", "primary", "icononly", "y", "S"],
|
878
|
+
},
|
879
|
+
M: {
|
880
|
+
$type: "spacing",
|
881
|
+
$value: 10,
|
882
|
+
$description:
|
883
|
+
"Top and bottom padding on icon-only M size primary buttons",
|
884
|
+
filePath: "data/tokens/components/button.json",
|
885
|
+
isSource: true,
|
886
|
+
original: {
|
887
|
+
$type: "spacing",
|
888
|
+
$value: "{global.space.micro.XL}",
|
889
|
+
$description:
|
890
|
+
"Top and bottom padding on icon-only M size primary buttons",
|
891
|
+
},
|
892
|
+
name: "buttonSpacePrimaryIcononlyYM",
|
893
|
+
attributes: {},
|
894
|
+
path: ["button", "space", "primary", "icononly", "y", "M"],
|
895
|
+
},
|
896
|
+
L: {
|
897
|
+
$type: "spacing",
|
898
|
+
$value: 14,
|
899
|
+
$description:
|
900
|
+
"Top and bottom padding on icon-only L size primary buttons",
|
901
|
+
filePath: "data/tokens/components/button.json",
|
902
|
+
isSource: true,
|
903
|
+
original: {
|
904
|
+
$type: "spacing",
|
905
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
906
|
+
$description:
|
907
|
+
"Top and bottom padding on icon-only L size primary buttons",
|
908
|
+
},
|
909
|
+
name: "buttonSpacePrimaryIcononlyYL",
|
910
|
+
attributes: {},
|
911
|
+
path: ["button", "space", "primary", "icononly", "y", "L"],
|
912
|
+
},
|
913
|
+
},
|
848
914
|
},
|
849
915
|
},
|
850
916
|
secondary: {
|
@@ -973,6 +1039,21 @@
|
|
973
1039
|
},
|
974
1040
|
},
|
975
1041
|
xg: {
|
1042
|
+
XS: {
|
1043
|
+
$type: "spacing",
|
1044
|
+
$value: 4,
|
1045
|
+
$description: "Item spacing inside XS buttons",
|
1046
|
+
filePath: "data/tokens/components/button.json",
|
1047
|
+
isSource: true,
|
1048
|
+
original: {
|
1049
|
+
$type: "spacing",
|
1050
|
+
$value: "{global.space.micro.S}",
|
1051
|
+
$description: "Item spacing inside XS buttons",
|
1052
|
+
},
|
1053
|
+
name: "buttonSpaceSecondaryXgXs",
|
1054
|
+
attributes: {},
|
1055
|
+
path: ["button", "space", "secondary", "xg", "XS"],
|
1056
|
+
},
|
976
1057
|
S: {
|
977
1058
|
$type: "spacing",
|
978
1059
|
$value: 8,
|
@@ -1018,34 +1099,36 @@
|
|
1018
1099
|
attributes: {},
|
1019
1100
|
path: ["button", "space", "secondary", "xg", "L"],
|
1020
1101
|
},
|
1021
|
-
XS: {
|
1022
|
-
$type: "spacing",
|
1023
|
-
$value: 4,
|
1024
|
-
$description: "Item spacing inside XS buttons",
|
1025
|
-
filePath: "data/tokens/components/button.json",
|
1026
|
-
isSource: true,
|
1027
|
-
original: {
|
1028
|
-
$type: "spacing",
|
1029
|
-
$value: "{global.space.micro.S}",
|
1030
|
-
$description: "Item spacing inside XS buttons",
|
1031
|
-
},
|
1032
|
-
name: "buttonSpaceSecondaryXgXs",
|
1033
|
-
attributes: {},
|
1034
|
-
path: ["button", "space", "secondary", "xg", "XS"],
|
1035
|
-
},
|
1036
1102
|
},
|
1037
1103
|
icononly: {
|
1038
1104
|
x: {
|
1039
|
-
|
1105
|
+
XS: {
|
1040
1106
|
$type: "spacing",
|
1041
1107
|
$value: 4,
|
1042
1108
|
$description:
|
1043
|
-
"Left and right padding on icon-only
|
1109
|
+
"Left and right padding on icon-only XS size secondary buttons",
|
1044
1110
|
filePath: "data/tokens/components/button.json",
|
1045
1111
|
isSource: true,
|
1046
1112
|
original: {
|
1047
1113
|
$type: "spacing",
|
1048
1114
|
$value: "{global.space.micro.S}",
|
1115
|
+
$description:
|
1116
|
+
"Left and right padding on icon-only XS size secondary buttons",
|
1117
|
+
},
|
1118
|
+
name: "buttonSpaceSecondaryIcononlyXXs",
|
1119
|
+
attributes: {},
|
1120
|
+
path: ["button", "space", "secondary", "icononly", "x", "XS"],
|
1121
|
+
},
|
1122
|
+
S: {
|
1123
|
+
$type: "spacing",
|
1124
|
+
$value: 6,
|
1125
|
+
$description:
|
1126
|
+
"Left and right padding on icon-only S size secondary buttons",
|
1127
|
+
filePath: "data/tokens/components/button.json",
|
1128
|
+
isSource: true,
|
1129
|
+
original: {
|
1130
|
+
$type: "spacing",
|
1131
|
+
$value: "{global.space.micro.M}",
|
1049
1132
|
$description:
|
1050
1133
|
"Left and right padding on icon-only S size secondary buttons",
|
1051
1134
|
},
|
@@ -1055,14 +1138,14 @@
|
|
1055
1138
|
},
|
1056
1139
|
M: {
|
1057
1140
|
$type: "spacing",
|
1058
|
-
$value:
|
1141
|
+
$value: 10,
|
1059
1142
|
$description:
|
1060
1143
|
"Left and right padding on icon-only M size secondary buttons",
|
1061
1144
|
filePath: "data/tokens/components/button.json",
|
1062
1145
|
isSource: true,
|
1063
1146
|
original: {
|
1064
1147
|
$type: "spacing",
|
1065
|
-
$value: "{global.space.micro.
|
1148
|
+
$value: "{global.space.micro.XL}",
|
1066
1149
|
$description:
|
1067
1150
|
"Left and right padding on icon-only M size secondary buttons",
|
1068
1151
|
},
|
@@ -1072,14 +1155,14 @@
|
|
1072
1155
|
},
|
1073
1156
|
L: {
|
1074
1157
|
$type: "spacing",
|
1075
|
-
$value:
|
1158
|
+
$value: 14,
|
1076
1159
|
$description:
|
1077
1160
|
"Left and right padding on icon-only L size secondary buttons",
|
1078
1161
|
filePath: "data/tokens/components/button.json",
|
1079
1162
|
isSource: true,
|
1080
1163
|
original: {
|
1081
1164
|
$type: "spacing",
|
1082
|
-
$value: "{global.space.micro.
|
1165
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
1083
1166
|
$description:
|
1084
1167
|
"Left and right padding on icon-only L size secondary buttons",
|
1085
1168
|
},
|
@@ -1088,6 +1171,76 @@
|
|
1088
1171
|
path: ["button", "space", "secondary", "icononly", "x", "L"],
|
1089
1172
|
},
|
1090
1173
|
},
|
1174
|
+
y: {
|
1175
|
+
XS: {
|
1176
|
+
$type: "spacing",
|
1177
|
+
$value: 4,
|
1178
|
+
$description:
|
1179
|
+
"Top and bottom padding on icon-only XS size secondary buttons",
|
1180
|
+
filePath: "data/tokens/components/button.json",
|
1181
|
+
isSource: true,
|
1182
|
+
original: {
|
1183
|
+
$type: "spacing",
|
1184
|
+
$value: "{global.space.micro.S}",
|
1185
|
+
$description:
|
1186
|
+
"Top and bottom padding on icon-only XS size secondary buttons",
|
1187
|
+
},
|
1188
|
+
name: "buttonSpaceSecondaryIcononlyYXs",
|
1189
|
+
attributes: {},
|
1190
|
+
path: ["button", "space", "secondary", "icononly", "y", "XS"],
|
1191
|
+
},
|
1192
|
+
S: {
|
1193
|
+
$type: "spacing",
|
1194
|
+
$value: 6,
|
1195
|
+
$description:
|
1196
|
+
"Top and bottom padding on icon-only S size secondary buttons",
|
1197
|
+
filePath: "data/tokens/components/button.json",
|
1198
|
+
isSource: true,
|
1199
|
+
original: {
|
1200
|
+
$type: "spacing",
|
1201
|
+
$value: "{global.space.micro.M}",
|
1202
|
+
$description:
|
1203
|
+
"Top and bottom padding on icon-only S size secondary buttons",
|
1204
|
+
},
|
1205
|
+
name: "buttonSpaceSecondaryIcononlyYS",
|
1206
|
+
attributes: {},
|
1207
|
+
path: ["button", "space", "secondary", "icononly", "y", "S"],
|
1208
|
+
},
|
1209
|
+
M: {
|
1210
|
+
$type: "spacing",
|
1211
|
+
$value: 10,
|
1212
|
+
$description:
|
1213
|
+
"Top and bottom padding on icon-only M size secondary buttons",
|
1214
|
+
filePath: "data/tokens/components/button.json",
|
1215
|
+
isSource: true,
|
1216
|
+
original: {
|
1217
|
+
$type: "spacing",
|
1218
|
+
$value: "{global.space.micro.XL}",
|
1219
|
+
$description:
|
1220
|
+
"Top and bottom padding on icon-only M size secondary buttons",
|
1221
|
+
},
|
1222
|
+
name: "buttonSpaceSecondaryIcononlyYM",
|
1223
|
+
attributes: {},
|
1224
|
+
path: ["button", "space", "secondary", "icononly", "y", "M"],
|
1225
|
+
},
|
1226
|
+
L: {
|
1227
|
+
$type: "spacing",
|
1228
|
+
$value: 14,
|
1229
|
+
$description:
|
1230
|
+
"Top and bottom padding on icon-only L size secondary buttons",
|
1231
|
+
filePath: "data/tokens/components/button.json",
|
1232
|
+
isSource: true,
|
1233
|
+
original: {
|
1234
|
+
$type: "spacing",
|
1235
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
1236
|
+
$description:
|
1237
|
+
"Top and bottom padding on icon-only L size secondary buttons",
|
1238
|
+
},
|
1239
|
+
name: "buttonSpaceSecondaryIcononlyYL",
|
1240
|
+
attributes: {},
|
1241
|
+
path: ["button", "space", "secondary", "icononly", "y", "L"],
|
1242
|
+
},
|
1243
|
+
},
|
1091
1244
|
},
|
1092
1245
|
},
|
1093
1246
|
tertiary: {
|
@@ -1279,16 +1432,33 @@
|
|
1279
1432
|
},
|
1280
1433
|
icononly: {
|
1281
1434
|
x: {
|
1282
|
-
|
1435
|
+
XS: {
|
1283
1436
|
$type: "spacing",
|
1284
1437
|
$value: 4,
|
1285
1438
|
$description:
|
1286
|
-
"Left and right padding on icon-only
|
1439
|
+
"Left and right padding on icon-only XS size tertiary buttons",
|
1287
1440
|
filePath: "data/tokens/components/button.json",
|
1288
1441
|
isSource: true,
|
1289
1442
|
original: {
|
1290
1443
|
$type: "spacing",
|
1291
1444
|
$value: "{global.space.micro.S}",
|
1445
|
+
$description:
|
1446
|
+
"Left and right padding on icon-only XS size tertiary buttons",
|
1447
|
+
},
|
1448
|
+
name: "buttonSpaceTertiaryIcononlyXXs",
|
1449
|
+
attributes: {},
|
1450
|
+
path: ["button", "space", "tertiary", "icononly", "x", "XS"],
|
1451
|
+
},
|
1452
|
+
S: {
|
1453
|
+
$type: "spacing",
|
1454
|
+
$value: 6,
|
1455
|
+
$description:
|
1456
|
+
"Left and right padding on icon-only S size tertiary buttons",
|
1457
|
+
filePath: "data/tokens/components/button.json",
|
1458
|
+
isSource: true,
|
1459
|
+
original: {
|
1460
|
+
$type: "spacing",
|
1461
|
+
$value: "{global.space.micro.M}",
|
1292
1462
|
$description:
|
1293
1463
|
"Left and right padding on icon-only S size tertiary buttons",
|
1294
1464
|
},
|
@@ -1298,14 +1468,14 @@
|
|
1298
1468
|
},
|
1299
1469
|
M: {
|
1300
1470
|
$type: "spacing",
|
1301
|
-
$value:
|
1471
|
+
$value: 10,
|
1302
1472
|
$description:
|
1303
1473
|
"Left and right padding on icon-only M size tertiary buttons",
|
1304
1474
|
filePath: "data/tokens/components/button.json",
|
1305
1475
|
isSource: true,
|
1306
1476
|
original: {
|
1307
1477
|
$type: "spacing",
|
1308
|
-
$value: "{global.space.micro.
|
1478
|
+
$value: "{global.space.micro.XL}",
|
1309
1479
|
$description:
|
1310
1480
|
"Left and right padding on icon-only M size tertiary buttons",
|
1311
1481
|
},
|
@@ -1315,14 +1485,14 @@
|
|
1315
1485
|
},
|
1316
1486
|
L: {
|
1317
1487
|
$type: "spacing",
|
1318
|
-
$value:
|
1488
|
+
$value: 14,
|
1319
1489
|
$description:
|
1320
1490
|
"Left and right padding on icon-only L size tertiary buttons",
|
1321
1491
|
filePath: "data/tokens/components/button.json",
|
1322
1492
|
isSource: true,
|
1323
1493
|
original: {
|
1324
1494
|
$type: "spacing",
|
1325
|
-
$value: "{global.space.micro.
|
1495
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
1326
1496
|
$description:
|
1327
1497
|
"Left and right padding on icon-only L size tertiary buttons",
|
1328
1498
|
},
|
@@ -1331,6 +1501,76 @@
|
|
1331
1501
|
path: ["button", "space", "tertiary", "icononly", "x", "L"],
|
1332
1502
|
},
|
1333
1503
|
},
|
1504
|
+
y: {
|
1505
|
+
XS: {
|
1506
|
+
$type: "spacing",
|
1507
|
+
$value: 4,
|
1508
|
+
$description:
|
1509
|
+
"Top and bottom padding on icon-only XS size tertiary buttons",
|
1510
|
+
filePath: "data/tokens/components/button.json",
|
1511
|
+
isSource: true,
|
1512
|
+
original: {
|
1513
|
+
$type: "spacing",
|
1514
|
+
$value: "{global.space.micro.S}",
|
1515
|
+
$description:
|
1516
|
+
"Top and bottom padding on icon-only XS size tertiary buttons",
|
1517
|
+
},
|
1518
|
+
name: "buttonSpaceTertiaryIcononlyYXs",
|
1519
|
+
attributes: {},
|
1520
|
+
path: ["button", "space", "tertiary", "icononly", "y", "XS"],
|
1521
|
+
},
|
1522
|
+
S: {
|
1523
|
+
$type: "spacing",
|
1524
|
+
$value: 6,
|
1525
|
+
$description:
|
1526
|
+
"Top and bottom padding on icon-only S size tertiary buttons",
|
1527
|
+
filePath: "data/tokens/components/button.json",
|
1528
|
+
isSource: true,
|
1529
|
+
original: {
|
1530
|
+
$type: "spacing",
|
1531
|
+
$value: "{global.space.micro.M}",
|
1532
|
+
$description:
|
1533
|
+
"Top and bottom padding on icon-only S size tertiary buttons",
|
1534
|
+
},
|
1535
|
+
name: "buttonSpaceTertiaryIcononlyYS",
|
1536
|
+
attributes: {},
|
1537
|
+
path: ["button", "space", "tertiary", "icononly", "y", "S"],
|
1538
|
+
},
|
1539
|
+
M: {
|
1540
|
+
$type: "spacing",
|
1541
|
+
$value: 10,
|
1542
|
+
$description:
|
1543
|
+
"Top and bottom padding on icon-only M size tertiary buttons",
|
1544
|
+
filePath: "data/tokens/components/button.json",
|
1545
|
+
isSource: true,
|
1546
|
+
original: {
|
1547
|
+
$type: "spacing",
|
1548
|
+
$value: "{global.space.micro.XL}",
|
1549
|
+
$description:
|
1550
|
+
"Top and bottom padding on icon-only M size tertiary buttons",
|
1551
|
+
},
|
1552
|
+
name: "buttonSpaceTertiaryIcononlyYM",
|
1553
|
+
attributes: {},
|
1554
|
+
path: ["button", "space", "tertiary", "icononly", "y", "M"],
|
1555
|
+
},
|
1556
|
+
L: {
|
1557
|
+
$type: "spacing",
|
1558
|
+
$value: 14,
|
1559
|
+
$description:
|
1560
|
+
"Top and bottom padding on icon-only L size tertiary buttons",
|
1561
|
+
filePath: "data/tokens/components/button.json",
|
1562
|
+
isSource: true,
|
1563
|
+
original: {
|
1564
|
+
$type: "spacing",
|
1565
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
1566
|
+
$description:
|
1567
|
+
"Top and bottom padding on icon-only L size tertiary buttons",
|
1568
|
+
},
|
1569
|
+
name: "buttonSpaceTertiaryIcononlyYL",
|
1570
|
+
attributes: {},
|
1571
|
+
path: ["button", "space", "tertiary", "icononly", "y", "L"],
|
1572
|
+
},
|
1573
|
+
},
|
1334
1574
|
},
|
1335
1575
|
},
|
1336
1576
|
subtle: {
|
@@ -1522,16 +1762,33 @@
|
|
1522
1762
|
},
|
1523
1763
|
icononly: {
|
1524
1764
|
x: {
|
1525
|
-
|
1765
|
+
XS: {
|
1526
1766
|
$type: "spacing",
|
1527
1767
|
$value: 4,
|
1528
1768
|
$description:
|
1529
|
-
"Left and right padding on icon-only
|
1769
|
+
"Left and right padding on icon-only XS size subtle buttons",
|
1530
1770
|
filePath: "data/tokens/components/button.json",
|
1531
1771
|
isSource: true,
|
1532
1772
|
original: {
|
1533
1773
|
$type: "spacing",
|
1534
1774
|
$value: "{global.space.micro.S}",
|
1775
|
+
$description:
|
1776
|
+
"Left and right padding on icon-only XS size subtle buttons",
|
1777
|
+
},
|
1778
|
+
name: "buttonSpaceSubtleIcononlyXXs",
|
1779
|
+
attributes: {},
|
1780
|
+
path: ["button", "space", "subtle", "icononly", "x", "XS"],
|
1781
|
+
},
|
1782
|
+
S: {
|
1783
|
+
$type: "spacing",
|
1784
|
+
$value: 6,
|
1785
|
+
$description:
|
1786
|
+
"Left and right padding on icon-only S size subtle buttons",
|
1787
|
+
filePath: "data/tokens/components/button.json",
|
1788
|
+
isSource: true,
|
1789
|
+
original: {
|
1790
|
+
$type: "spacing",
|
1791
|
+
$value: "{global.space.micro.M}",
|
1535
1792
|
$description:
|
1536
1793
|
"Left and right padding on icon-only S size subtle buttons",
|
1537
1794
|
},
|
@@ -1541,14 +1798,14 @@
|
|
1541
1798
|
},
|
1542
1799
|
M: {
|
1543
1800
|
$type: "spacing",
|
1544
|
-
$value:
|
1801
|
+
$value: 10,
|
1545
1802
|
$description:
|
1546
1803
|
"Left and right padding on icon-only M size subtle buttons",
|
1547
1804
|
filePath: "data/tokens/components/button.json",
|
1548
1805
|
isSource: true,
|
1549
1806
|
original: {
|
1550
1807
|
$type: "spacing",
|
1551
|
-
$value: "{global.space.micro.
|
1808
|
+
$value: "{global.space.micro.XL}",
|
1552
1809
|
$description:
|
1553
1810
|
"Left and right padding on icon-only M size subtle buttons",
|
1554
1811
|
},
|
@@ -1558,14 +1815,14 @@
|
|
1558
1815
|
},
|
1559
1816
|
L: {
|
1560
1817
|
$type: "spacing",
|
1561
|
-
$value:
|
1818
|
+
$value: 14,
|
1562
1819
|
$description:
|
1563
1820
|
"Left and right padding on icon-only L size subtle buttons",
|
1564
1821
|
filePath: "data/tokens/components/button.json",
|
1565
1822
|
isSource: true,
|
1566
1823
|
original: {
|
1567
1824
|
$type: "spacing",
|
1568
|
-
$value: "{global.space.micro.
|
1825
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
1569
1826
|
$description:
|
1570
1827
|
"Left and right padding on icon-only L size subtle buttons",
|
1571
1828
|
},
|
@@ -1574,6 +1831,76 @@
|
|
1574
1831
|
path: ["button", "space", "subtle", "icononly", "x", "L"],
|
1575
1832
|
},
|
1576
1833
|
},
|
1834
|
+
y: {
|
1835
|
+
XS: {
|
1836
|
+
$type: "spacing",
|
1837
|
+
$value: 4,
|
1838
|
+
$description:
|
1839
|
+
"Top and bottom padding on icon-only XS size subtle buttons",
|
1840
|
+
filePath: "data/tokens/components/button.json",
|
1841
|
+
isSource: true,
|
1842
|
+
original: {
|
1843
|
+
$type: "spacing",
|
1844
|
+
$value: "{global.space.micro.S}",
|
1845
|
+
$description:
|
1846
|
+
"Top and bottom padding on icon-only XS size subtle buttons",
|
1847
|
+
},
|
1848
|
+
name: "buttonSpaceSubtleIcononlyYXs",
|
1849
|
+
attributes: {},
|
1850
|
+
path: ["button", "space", "subtle", "icononly", "y", "XS"],
|
1851
|
+
},
|
1852
|
+
S: {
|
1853
|
+
$type: "spacing",
|
1854
|
+
$value: 6,
|
1855
|
+
$description:
|
1856
|
+
"Top and bottom padding on icon-only S size subtle buttons",
|
1857
|
+
filePath: "data/tokens/components/button.json",
|
1858
|
+
isSource: true,
|
1859
|
+
original: {
|
1860
|
+
$type: "spacing",
|
1861
|
+
$value: "{global.space.micro.M}",
|
1862
|
+
$description:
|
1863
|
+
"Top and bottom padding on icon-only S size subtle buttons",
|
1864
|
+
},
|
1865
|
+
name: "buttonSpaceSubtleIcononlyYS",
|
1866
|
+
attributes: {},
|
1867
|
+
path: ["button", "space", "subtle", "icononly", "y", "S"],
|
1868
|
+
},
|
1869
|
+
M: {
|
1870
|
+
$type: "spacing",
|
1871
|
+
$value: 10,
|
1872
|
+
$description:
|
1873
|
+
"Top and bottom padding on icon-only M size subtle buttons",
|
1874
|
+
filePath: "data/tokens/components/button.json",
|
1875
|
+
isSource: true,
|
1876
|
+
original: {
|
1877
|
+
$type: "spacing",
|
1878
|
+
$value: "{global.space.micro.XL}",
|
1879
|
+
$description:
|
1880
|
+
"Top and bottom padding on icon-only M size subtle buttons",
|
1881
|
+
},
|
1882
|
+
name: "buttonSpaceSubtleIcononlyYM",
|
1883
|
+
attributes: {},
|
1884
|
+
path: ["button", "space", "subtle", "icononly", "y", "M"],
|
1885
|
+
},
|
1886
|
+
L: {
|
1887
|
+
$type: "spacing",
|
1888
|
+
$value: 14,
|
1889
|
+
$description:
|
1890
|
+
"Top and bottom padding on icon-only L size subtle buttons",
|
1891
|
+
filePath: "data/tokens/components/button.json",
|
1892
|
+
isSource: true,
|
1893
|
+
original: {
|
1894
|
+
$type: "spacing",
|
1895
|
+
$value: "{global.space.micro.XXL} + {global.space.micro.XS}",
|
1896
|
+
$description:
|
1897
|
+
"Top and bottom padding on icon-only L size subtle buttons",
|
1898
|
+
},
|
1899
|
+
name: "buttonSpaceSubtleIcononlyYL",
|
1900
|
+
attributes: {},
|
1901
|
+
path: ["button", "space", "subtle", "icononly", "y", "L"],
|
1902
|
+
},
|
1903
|
+
},
|
1577
1904
|
},
|
1578
1905
|
},
|
1579
1906
|
toggle: {
|