@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
@@ -66,16 +66,23 @@
|
|
66
66
|
#define containerSizeCopilotEmptystateIllustration 200
|
67
67
|
#define containerSizeCopilotEmptystateContentMaxwidth 600
|
68
68
|
#define containerSizeCopilotOverlayMaxheight 960
|
69
|
+
#define containerSizeDialogMaxWidthXxs 300
|
70
|
+
#define containerSizeDialogMaxWidthXs 380
|
71
|
+
#define containerSizeDialogMaxWidthS 540
|
72
|
+
#define containerSizeDialogMaxWidthM 750
|
73
|
+
#define containerSizeDialogMaxWidthL 850
|
74
|
+
#define containerSizeDialogMaxWidthXl 960
|
75
|
+
#define containerSizeDialogMaxWidthXxl 1080
|
69
76
|
#define containerSizeDragDroptarget 2
|
70
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
71
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
72
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
73
|
-
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
74
77
|
#define containerSizeDrawerMinwidth 288
|
75
78
|
#define containerSizeDrawerMaxwidth 760
|
76
79
|
#define containerSizeDrawerClosedM 40
|
77
80
|
#define containerSizeFooterM 56
|
78
81
|
#define containerSizeFooterL 72
|
82
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
83
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
84
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
85
|
+
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
79
86
|
#define containerSizeIconS 20
|
80
87
|
#define containerSizeIconM 20
|
81
88
|
#define containerSizeIconL 20
|
@@ -20,9 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
-
#define formSpaceDatepickerPrS
|
24
|
-
#define formSpaceDatepickerPrM
|
25
|
-
#define formSpaceDatepickerPrL
|
23
|
+
#define formSpaceDatepickerPrS 0
|
24
|
+
#define formSpaceDatepickerPrM 0
|
25
|
+
#define formSpaceDatepickerPrL 0
|
26
26
|
#define formSpaceDropdownButtonXS 20
|
27
27
|
#define formSpaceDropdownButtonXM 20
|
28
28
|
#define formSpaceDropdownButtonXL 20
|
@@ -62,6 +62,9 @@
|
|
62
62
|
#define formSpaceDropdownPillXgS 4
|
63
63
|
#define formSpaceDropdownPillXgM 4
|
64
64
|
#define formSpaceDropdownPillXgL 4
|
65
|
+
#define formSpaceDropdownTriggerSubtleS 4
|
66
|
+
#define formSpaceDropdownTriggerSubtleM 4
|
67
|
+
#define formSpaceDropdownTriggerSubtleL 4
|
65
68
|
#define formSpaceFileinputStatusXlM 28
|
66
69
|
#define formSpaceFileinputStatusYM 4
|
67
70
|
#define formSpaceFileinputThumbnailM 4
|
@@ -175,8 +175,8 @@
|
|
175
175
|
#define globalTypographyAdaptiveComponentPlaceholdertextXl [object Object]
|
176
176
|
#define globalTypographyAdaptiveComponentPlaceholdertextXxl [object Object]
|
177
177
|
#define globalTypographyAdaptiveComponentNotificationM [object Object]
|
178
|
-
#define
|
179
|
-
#define
|
178
|
+
#define globalFontSizeAdaptiveStepMinus2 11px
|
179
|
+
#define globalFontSizeAdaptiveStepMinus1 12px
|
180
180
|
#define globalFontSizeAdaptiveStep0 14px
|
181
181
|
#define globalFontSizeAdaptiveStep1 16px
|
182
182
|
#define globalFontSizeAdaptiveStep2 18px
|
@@ -18,6 +18,7 @@
|
|
18
18
|
#define buttonSizeToggleS 32
|
19
19
|
#define buttonSizeToggleM 40
|
20
20
|
#define buttonSizeToggleL 48
|
21
|
+
#define buttonSizeIconS 16
|
21
22
|
#define buttonSizeIconM 20
|
22
23
|
#define buttonSizeVideoS 40
|
23
24
|
#define buttonSizeVideoM 64
|
@@ -55,9 +56,12 @@
|
|
55
56
|
#define buttonSpacePrimaryYS 4
|
56
57
|
#define buttonSpacePrimaryYM 8
|
57
58
|
#define buttonSpacePrimaryYL 9.5
|
58
|
-
#define buttonSpacePrimaryIcononlyXS
|
59
|
-
#define buttonSpacePrimaryIcononlyXM
|
60
|
-
#define buttonSpacePrimaryIcononlyXL
|
59
|
+
#define buttonSpacePrimaryIcononlyXS 6
|
60
|
+
#define buttonSpacePrimaryIcononlyXM 10
|
61
|
+
#define buttonSpacePrimaryIcononlyXL 14
|
62
|
+
#define buttonSpacePrimaryIcononlyYS 6
|
63
|
+
#define buttonSpacePrimaryIcononlyYM 10
|
64
|
+
#define buttonSpacePrimaryIcononlyYL 14
|
61
65
|
#define buttonSpaceSecondaryXXs 8
|
62
66
|
#define buttonSpaceSecondaryXS 12
|
63
67
|
#define buttonSpaceSecondaryXM 16
|
@@ -66,13 +70,18 @@
|
|
66
70
|
#define buttonSpaceSecondaryYS 4
|
67
71
|
#define buttonSpaceSecondaryYM 8
|
68
72
|
#define buttonSpaceSecondaryYL 9.5
|
73
|
+
#define buttonSpaceSecondaryXgXs 4
|
69
74
|
#define buttonSpaceSecondaryXgS 8
|
70
75
|
#define buttonSpaceSecondaryXgM 8
|
71
76
|
#define buttonSpaceSecondaryXgL 8
|
72
|
-
#define
|
73
|
-
#define buttonSpaceSecondaryIcononlyXS
|
74
|
-
#define buttonSpaceSecondaryIcononlyXM
|
75
|
-
#define buttonSpaceSecondaryIcononlyXL
|
77
|
+
#define buttonSpaceSecondaryIcononlyXXs 4
|
78
|
+
#define buttonSpaceSecondaryIcononlyXS 6
|
79
|
+
#define buttonSpaceSecondaryIcononlyXM 10
|
80
|
+
#define buttonSpaceSecondaryIcononlyXL 14
|
81
|
+
#define buttonSpaceSecondaryIcononlyYXs 4
|
82
|
+
#define buttonSpaceSecondaryIcononlyYS 6
|
83
|
+
#define buttonSpaceSecondaryIcononlyYM 10
|
84
|
+
#define buttonSpaceSecondaryIcononlyYL 14
|
76
85
|
#define buttonSpaceTertiaryYXs 1.5
|
77
86
|
#define buttonSpaceTertiaryYS 4
|
78
87
|
#define buttonSpaceTertiaryYM 8
|
@@ -85,9 +94,14 @@
|
|
85
94
|
#define buttonSpaceTertiaryXgS 8
|
86
95
|
#define buttonSpaceTertiaryXgM 8
|
87
96
|
#define buttonSpaceTertiaryXgL 8
|
88
|
-
#define
|
89
|
-
#define
|
90
|
-
#define
|
97
|
+
#define buttonSpaceTertiaryIcononlyXXs 4
|
98
|
+
#define buttonSpaceTertiaryIcononlyXS 6
|
99
|
+
#define buttonSpaceTertiaryIcononlyXM 10
|
100
|
+
#define buttonSpaceTertiaryIcononlyXL 14
|
101
|
+
#define buttonSpaceTertiaryIcononlyYXs 4
|
102
|
+
#define buttonSpaceTertiaryIcononlyYS 6
|
103
|
+
#define buttonSpaceTertiaryIcononlyYM 10
|
104
|
+
#define buttonSpaceTertiaryIcononlyYL 14
|
91
105
|
#define buttonSpaceSubtleYXs 1.5
|
92
106
|
#define buttonSpaceSubtleYS 4
|
93
107
|
#define buttonSpaceSubtleYM 8
|
@@ -100,9 +114,14 @@
|
|
100
114
|
#define buttonSpaceSubtleXgS 4
|
101
115
|
#define buttonSpaceSubtleXgM 4
|
102
116
|
#define buttonSpaceSubtleXgL 4
|
103
|
-
#define
|
104
|
-
#define
|
105
|
-
#define
|
117
|
+
#define buttonSpaceSubtleIcononlyXXs 4
|
118
|
+
#define buttonSpaceSubtleIcononlyXS 6
|
119
|
+
#define buttonSpaceSubtleIcononlyXM 10
|
120
|
+
#define buttonSpaceSubtleIcononlyXL 14
|
121
|
+
#define buttonSpaceSubtleIcononlyYXs 4
|
122
|
+
#define buttonSpaceSubtleIcononlyYS 6
|
123
|
+
#define buttonSpaceSubtleIcononlyYM 10
|
124
|
+
#define buttonSpaceSubtleIcononlyYL 14
|
106
125
|
#define buttonSpaceToggleButtonXXs 8
|
107
126
|
#define buttonSpaceToggleButtonXS 12
|
108
127
|
#define buttonSpaceToggleButtonXM 16
|
@@ -66,16 +66,23 @@
|
|
66
66
|
#define containerSizeCopilotEmptystateIllustration 200
|
67
67
|
#define containerSizeCopilotEmptystateContentMaxwidth 600
|
68
68
|
#define containerSizeCopilotOverlayMaxheight 960
|
69
|
+
#define containerSizeDialogMaxWidthXxs 300
|
70
|
+
#define containerSizeDialogMaxWidthXs 380
|
71
|
+
#define containerSizeDialogMaxWidthS 540
|
72
|
+
#define containerSizeDialogMaxWidthM 750
|
73
|
+
#define containerSizeDialogMaxWidthL 850
|
74
|
+
#define containerSizeDialogMaxWidthXl 960
|
75
|
+
#define containerSizeDialogMaxWidthXxl 1080
|
69
76
|
#define containerSizeDragDroptarget 2
|
70
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
71
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
72
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
73
|
-
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
74
77
|
#define containerSizeDrawerMinwidth 288
|
75
78
|
#define containerSizeDrawerMaxwidth 760
|
76
79
|
#define containerSizeDrawerClosedM 40
|
77
80
|
#define containerSizeFooterM 56
|
78
81
|
#define containerSizeFooterL 72
|
82
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
83
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
84
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
85
|
+
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
79
86
|
#define containerSizeIconS 20
|
80
87
|
#define containerSizeIconM 20
|
81
88
|
#define containerSizeIconL 20
|
@@ -20,9 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
-
#define formSpaceDatepickerPrS
|
24
|
-
#define formSpaceDatepickerPrM
|
25
|
-
#define formSpaceDatepickerPrL
|
23
|
+
#define formSpaceDatepickerPrS 0
|
24
|
+
#define formSpaceDatepickerPrM 0
|
25
|
+
#define formSpaceDatepickerPrL 0
|
26
26
|
#define formSpaceDropdownButtonXS 20
|
27
27
|
#define formSpaceDropdownButtonXM 20
|
28
28
|
#define formSpaceDropdownButtonXL 20
|
@@ -62,6 +62,9 @@
|
|
62
62
|
#define formSpaceDropdownPillXgS 4
|
63
63
|
#define formSpaceDropdownPillXgM 4
|
64
64
|
#define formSpaceDropdownPillXgL 4
|
65
|
+
#define formSpaceDropdownTriggerSubtleS 4
|
66
|
+
#define formSpaceDropdownTriggerSubtleM 4
|
67
|
+
#define formSpaceDropdownTriggerSubtleL 4
|
65
68
|
#define formSpaceFileinputStatusXlM 28
|
66
69
|
#define formSpaceFileinputStatusYM 4
|
67
70
|
#define formSpaceFileinputThumbnailM 4
|
@@ -18,6 +18,7 @@
|
|
18
18
|
#define buttonSizeToggleS 32
|
19
19
|
#define buttonSizeToggleM 40
|
20
20
|
#define buttonSizeToggleL 48
|
21
|
+
#define buttonSizeIconS 16
|
21
22
|
#define buttonSizeIconM 20
|
22
23
|
#define buttonSizeVideoS 40
|
23
24
|
#define buttonSizeVideoM 64
|
@@ -55,9 +56,12 @@
|
|
55
56
|
#define buttonSpacePrimaryYS 4
|
56
57
|
#define buttonSpacePrimaryYM 8
|
57
58
|
#define buttonSpacePrimaryYL 9.5
|
58
|
-
#define buttonSpacePrimaryIcononlyXS
|
59
|
-
#define buttonSpacePrimaryIcononlyXM
|
60
|
-
#define buttonSpacePrimaryIcononlyXL
|
59
|
+
#define buttonSpacePrimaryIcononlyXS 6
|
60
|
+
#define buttonSpacePrimaryIcononlyXM 10
|
61
|
+
#define buttonSpacePrimaryIcononlyXL 14
|
62
|
+
#define buttonSpacePrimaryIcononlyYS 6
|
63
|
+
#define buttonSpacePrimaryIcononlyYM 10
|
64
|
+
#define buttonSpacePrimaryIcononlyYL 14
|
61
65
|
#define buttonSpaceSecondaryXXs 6.4
|
62
66
|
#define buttonSpaceSecondaryXS 12
|
63
67
|
#define buttonSpaceSecondaryXM 12.8
|
@@ -66,13 +70,18 @@
|
|
66
70
|
#define buttonSpaceSecondaryYS 4
|
67
71
|
#define buttonSpaceSecondaryYM 8
|
68
72
|
#define buttonSpaceSecondaryYL 9.5
|
73
|
+
#define buttonSpaceSecondaryXgXs 4
|
69
74
|
#define buttonSpaceSecondaryXgS 6.4
|
70
75
|
#define buttonSpaceSecondaryXgM 6.4
|
71
76
|
#define buttonSpaceSecondaryXgL 6.4
|
72
|
-
#define
|
73
|
-
#define buttonSpaceSecondaryIcononlyXS
|
74
|
-
#define buttonSpaceSecondaryIcononlyXM
|
75
|
-
#define buttonSpaceSecondaryIcononlyXL
|
77
|
+
#define buttonSpaceSecondaryIcononlyXXs 4
|
78
|
+
#define buttonSpaceSecondaryIcononlyXS 6
|
79
|
+
#define buttonSpaceSecondaryIcononlyXM 10
|
80
|
+
#define buttonSpaceSecondaryIcononlyXL 14
|
81
|
+
#define buttonSpaceSecondaryIcononlyYXs 4
|
82
|
+
#define buttonSpaceSecondaryIcononlyYS 6
|
83
|
+
#define buttonSpaceSecondaryIcononlyYM 10
|
84
|
+
#define buttonSpaceSecondaryIcononlyYL 14
|
76
85
|
#define buttonSpaceTertiaryYXs 1.1
|
77
86
|
#define buttonSpaceTertiaryYS 4
|
78
87
|
#define buttonSpaceTertiaryYM 8
|
@@ -85,9 +94,14 @@
|
|
85
94
|
#define buttonSpaceTertiaryXgS 6.4
|
86
95
|
#define buttonSpaceTertiaryXgM 6.4
|
87
96
|
#define buttonSpaceTertiaryXgL 6.4
|
88
|
-
#define
|
89
|
-
#define
|
90
|
-
#define
|
97
|
+
#define buttonSpaceTertiaryIcononlyXXs 4
|
98
|
+
#define buttonSpaceTertiaryIcononlyXS 6
|
99
|
+
#define buttonSpaceTertiaryIcononlyXM 10
|
100
|
+
#define buttonSpaceTertiaryIcononlyXL 14
|
101
|
+
#define buttonSpaceTertiaryIcononlyYXs 4
|
102
|
+
#define buttonSpaceTertiaryIcononlyYS 6
|
103
|
+
#define buttonSpaceTertiaryIcononlyYM 10
|
104
|
+
#define buttonSpaceTertiaryIcononlyYL 14
|
91
105
|
#define buttonSpaceSubtleYXs 1.1
|
92
106
|
#define buttonSpaceSubtleYS 4
|
93
107
|
#define buttonSpaceSubtleYM 8
|
@@ -100,9 +114,14 @@
|
|
100
114
|
#define buttonSpaceSubtleXgS 4
|
101
115
|
#define buttonSpaceSubtleXgM 4
|
102
116
|
#define buttonSpaceSubtleXgL 4
|
103
|
-
#define
|
104
|
-
#define
|
105
|
-
#define
|
117
|
+
#define buttonSpaceSubtleIcononlyXXs 4
|
118
|
+
#define buttonSpaceSubtleIcononlyXS 6
|
119
|
+
#define buttonSpaceSubtleIcononlyXM 10
|
120
|
+
#define buttonSpaceSubtleIcononlyXL 14
|
121
|
+
#define buttonSpaceSubtleIcononlyYXs 4
|
122
|
+
#define buttonSpaceSubtleIcononlyYS 6
|
123
|
+
#define buttonSpaceSubtleIcononlyYM 10
|
124
|
+
#define buttonSpaceSubtleIcononlyYL 14
|
106
125
|
#define buttonSpaceToggleButtonXXs 6.4
|
107
126
|
#define buttonSpaceToggleButtonXS 9.6
|
108
127
|
#define buttonSpaceToggleButtonXM 12.8
|
@@ -66,16 +66,23 @@
|
|
66
66
|
#define containerSizeCopilotEmptystateIllustration 200
|
67
67
|
#define containerSizeCopilotEmptystateContentMaxwidth 600
|
68
68
|
#define containerSizeCopilotOverlayMaxheight 960
|
69
|
+
#define containerSizeDialogMaxWidthXxs 300
|
70
|
+
#define containerSizeDialogMaxWidthXs 380
|
71
|
+
#define containerSizeDialogMaxWidthS 540
|
72
|
+
#define containerSizeDialogMaxWidthM 750
|
73
|
+
#define containerSizeDialogMaxWidthL 850
|
74
|
+
#define containerSizeDialogMaxWidthXl 960
|
75
|
+
#define containerSizeDialogMaxWidthXxl 1080
|
69
76
|
#define containerSizeDragDroptarget 2
|
70
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
71
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
72
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
73
|
-
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
74
77
|
#define containerSizeDrawerMinwidth 288
|
75
78
|
#define containerSizeDrawerMaxwidth 760
|
76
79
|
#define containerSizeDrawerClosedM 40
|
77
80
|
#define containerSizeFooterM 56
|
78
81
|
#define containerSizeFooterL 72
|
82
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
83
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
84
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
85
|
+
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
79
86
|
#define containerSizeIconS 20
|
80
87
|
#define containerSizeIconM 20
|
81
88
|
#define containerSizeIconL 20
|
@@ -20,9 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
-
#define formSpaceDatepickerPrS
|
24
|
-
#define formSpaceDatepickerPrM
|
25
|
-
#define formSpaceDatepickerPrL
|
23
|
+
#define formSpaceDatepickerPrS 0
|
24
|
+
#define formSpaceDatepickerPrM 0
|
25
|
+
#define formSpaceDatepickerPrL 0
|
26
26
|
#define formSpaceDropdownButtonXS 16
|
27
27
|
#define formSpaceDropdownButtonXM 16
|
28
28
|
#define formSpaceDropdownButtonXL 16
|
@@ -62,6 +62,9 @@
|
|
62
62
|
#define formSpaceDropdownPillXgS 4
|
63
63
|
#define formSpaceDropdownPillXgM 4
|
64
64
|
#define formSpaceDropdownPillXgL 4
|
65
|
+
#define formSpaceDropdownTriggerSubtleS 4
|
66
|
+
#define formSpaceDropdownTriggerSubtleM 4
|
67
|
+
#define formSpaceDropdownTriggerSubtleL 4
|
65
68
|
#define formSpaceFileinputStatusXlM 22.4
|
66
69
|
#define formSpaceFileinputStatusYM 4
|
67
70
|
#define formSpaceFileinputThumbnailM 4
|
@@ -175,8 +175,8 @@
|
|
175
175
|
#define globalTypographyAdaptiveComponentPlaceholdertextXl [object Object]
|
176
176
|
#define globalTypographyAdaptiveComponentPlaceholdertextXxl [object Object]
|
177
177
|
#define globalTypographyAdaptiveComponentNotificationM [object Object]
|
178
|
-
#define
|
179
|
-
#define
|
178
|
+
#define globalFontSizeAdaptiveStepMinus2 12px
|
179
|
+
#define globalFontSizeAdaptiveStepMinus1 13px
|
180
180
|
#define globalFontSizeAdaptiveStep0 14px
|
181
181
|
#define globalFontSizeAdaptiveStep1 16px
|
182
182
|
#define globalFontSizeAdaptiveStep2 17px
|
@@ -18,6 +18,7 @@
|
|
18
18
|
#define buttonSizeToggleS 32
|
19
19
|
#define buttonSizeToggleM 40
|
20
20
|
#define buttonSizeToggleL 48
|
21
|
+
#define buttonSizeIconS 16
|
21
22
|
#define buttonSizeIconM 20
|
22
23
|
#define buttonSizeVideoS 40
|
23
24
|
#define buttonSizeVideoM 64
|
@@ -55,9 +56,12 @@
|
|
55
56
|
#define buttonSpacePrimaryYS 4
|
56
57
|
#define buttonSpacePrimaryYM 8
|
57
58
|
#define buttonSpacePrimaryYL 9.5
|
58
|
-
#define buttonSpacePrimaryIcononlyXS
|
59
|
-
#define buttonSpacePrimaryIcononlyXM
|
60
|
-
#define buttonSpacePrimaryIcononlyXL
|
59
|
+
#define buttonSpacePrimaryIcononlyXS 6
|
60
|
+
#define buttonSpacePrimaryIcononlyXM 10
|
61
|
+
#define buttonSpacePrimaryIcononlyXL 14
|
62
|
+
#define buttonSpacePrimaryIcononlyYS 6
|
63
|
+
#define buttonSpacePrimaryIcononlyYM 10
|
64
|
+
#define buttonSpacePrimaryIcononlyYL 14
|
61
65
|
#define buttonSpaceSecondaryXXs 6.4
|
62
66
|
#define buttonSpaceSecondaryXS 12
|
63
67
|
#define buttonSpaceSecondaryXM 12.8
|
@@ -66,13 +70,18 @@
|
|
66
70
|
#define buttonSpaceSecondaryYS 4
|
67
71
|
#define buttonSpaceSecondaryYM 8
|
68
72
|
#define buttonSpaceSecondaryYL 9.5
|
73
|
+
#define buttonSpaceSecondaryXgXs 4
|
69
74
|
#define buttonSpaceSecondaryXgS 6.4
|
70
75
|
#define buttonSpaceSecondaryXgM 6.4
|
71
76
|
#define buttonSpaceSecondaryXgL 6.4
|
72
|
-
#define
|
73
|
-
#define buttonSpaceSecondaryIcononlyXS
|
74
|
-
#define buttonSpaceSecondaryIcononlyXM
|
75
|
-
#define buttonSpaceSecondaryIcononlyXL
|
77
|
+
#define buttonSpaceSecondaryIcononlyXXs 4
|
78
|
+
#define buttonSpaceSecondaryIcononlyXS 6
|
79
|
+
#define buttonSpaceSecondaryIcononlyXM 10
|
80
|
+
#define buttonSpaceSecondaryIcononlyXL 14
|
81
|
+
#define buttonSpaceSecondaryIcononlyYXs 4
|
82
|
+
#define buttonSpaceSecondaryIcononlyYS 6
|
83
|
+
#define buttonSpaceSecondaryIcononlyYM 10
|
84
|
+
#define buttonSpaceSecondaryIcononlyYL 14
|
76
85
|
#define buttonSpaceTertiaryYXs 1.1
|
77
86
|
#define buttonSpaceTertiaryYS 4
|
78
87
|
#define buttonSpaceTertiaryYM 8
|
@@ -85,9 +94,14 @@
|
|
85
94
|
#define buttonSpaceTertiaryXgS 6.4
|
86
95
|
#define buttonSpaceTertiaryXgM 6.4
|
87
96
|
#define buttonSpaceTertiaryXgL 6.4
|
88
|
-
#define
|
89
|
-
#define
|
90
|
-
#define
|
97
|
+
#define buttonSpaceTertiaryIcononlyXXs 4
|
98
|
+
#define buttonSpaceTertiaryIcononlyXS 6
|
99
|
+
#define buttonSpaceTertiaryIcononlyXM 10
|
100
|
+
#define buttonSpaceTertiaryIcononlyXL 14
|
101
|
+
#define buttonSpaceTertiaryIcononlyYXs 4
|
102
|
+
#define buttonSpaceTertiaryIcononlyYS 6
|
103
|
+
#define buttonSpaceTertiaryIcononlyYM 10
|
104
|
+
#define buttonSpaceTertiaryIcononlyYL 14
|
91
105
|
#define buttonSpaceSubtleYXs 1.1
|
92
106
|
#define buttonSpaceSubtleYS 4
|
93
107
|
#define buttonSpaceSubtleYM 8
|
@@ -100,9 +114,14 @@
|
|
100
114
|
#define buttonSpaceSubtleXgS 4
|
101
115
|
#define buttonSpaceSubtleXgM 4
|
102
116
|
#define buttonSpaceSubtleXgL 4
|
103
|
-
#define
|
104
|
-
#define
|
105
|
-
#define
|
117
|
+
#define buttonSpaceSubtleIcononlyXXs 4
|
118
|
+
#define buttonSpaceSubtleIcononlyXS 6
|
119
|
+
#define buttonSpaceSubtleIcononlyXM 10
|
120
|
+
#define buttonSpaceSubtleIcononlyXL 14
|
121
|
+
#define buttonSpaceSubtleIcononlyYXs 4
|
122
|
+
#define buttonSpaceSubtleIcononlyYS 6
|
123
|
+
#define buttonSpaceSubtleIcononlyYM 10
|
124
|
+
#define buttonSpaceSubtleIcononlyYL 14
|
106
125
|
#define buttonSpaceToggleButtonXXs 6.4
|
107
126
|
#define buttonSpaceToggleButtonXS 9.6
|
108
127
|
#define buttonSpaceToggleButtonXM 12.8
|
@@ -66,16 +66,23 @@
|
|
66
66
|
#define containerSizeCopilotEmptystateIllustration 200
|
67
67
|
#define containerSizeCopilotEmptystateContentMaxwidth 600
|
68
68
|
#define containerSizeCopilotOverlayMaxheight 960
|
69
|
+
#define containerSizeDialogMaxWidthXxs 300
|
70
|
+
#define containerSizeDialogMaxWidthXs 380
|
71
|
+
#define containerSizeDialogMaxWidthS 540
|
72
|
+
#define containerSizeDialogMaxWidthM 750
|
73
|
+
#define containerSizeDialogMaxWidthL 850
|
74
|
+
#define containerSizeDialogMaxWidthXl 960
|
75
|
+
#define containerSizeDialogMaxWidthXxl 1080
|
69
76
|
#define containerSizeDragDroptarget 2
|
70
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
71
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
72
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
73
|
-
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
74
77
|
#define containerSizeDrawerMinwidth 288
|
75
78
|
#define containerSizeDrawerMaxwidth 760
|
76
79
|
#define containerSizeDrawerClosedM 40
|
77
80
|
#define containerSizeFooterM 56
|
78
81
|
#define containerSizeFooterL 72
|
82
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
83
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
84
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
85
|
+
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
79
86
|
#define containerSizeIconS 20
|
80
87
|
#define containerSizeIconM 20
|
81
88
|
#define containerSizeIconL 20
|
@@ -20,9 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
-
#define formSpaceDatepickerPrS
|
24
|
-
#define formSpaceDatepickerPrM
|
25
|
-
#define formSpaceDatepickerPrL
|
23
|
+
#define formSpaceDatepickerPrS 0
|
24
|
+
#define formSpaceDatepickerPrM 0
|
25
|
+
#define formSpaceDatepickerPrL 0
|
26
26
|
#define formSpaceDropdownButtonXS 16
|
27
27
|
#define formSpaceDropdownButtonXM 16
|
28
28
|
#define formSpaceDropdownButtonXL 16
|
@@ -62,6 +62,9 @@
|
|
62
62
|
#define formSpaceDropdownPillXgS 4
|
63
63
|
#define formSpaceDropdownPillXgM 4
|
64
64
|
#define formSpaceDropdownPillXgL 4
|
65
|
+
#define formSpaceDropdownTriggerSubtleS 4
|
66
|
+
#define formSpaceDropdownTriggerSubtleM 4
|
67
|
+
#define formSpaceDropdownTriggerSubtleL 4
|
65
68
|
#define formSpaceFileinputStatusXlM 22.4
|
66
69
|
#define formSpaceFileinputStatusYM 4
|
67
70
|
#define formSpaceFileinputThumbnailM 4
|
@@ -18,6 +18,7 @@
|
|
18
18
|
#define buttonSizeToggleS 32
|
19
19
|
#define buttonSizeToggleM 40
|
20
20
|
#define buttonSizeToggleL 48
|
21
|
+
#define buttonSizeIconS 16
|
21
22
|
#define buttonSizeIconM 20
|
22
23
|
#define buttonSizeVideoS 40
|
23
24
|
#define buttonSizeVideoM 64
|
@@ -55,9 +56,12 @@
|
|
55
56
|
#define buttonSpacePrimaryYS 4
|
56
57
|
#define buttonSpacePrimaryYM 8
|
57
58
|
#define buttonSpacePrimaryYL 9.5
|
58
|
-
#define buttonSpacePrimaryIcononlyXS
|
59
|
-
#define buttonSpacePrimaryIcononlyXM
|
60
|
-
#define buttonSpacePrimaryIcononlyXL
|
59
|
+
#define buttonSpacePrimaryIcononlyXS 6
|
60
|
+
#define buttonSpacePrimaryIcononlyXM 10
|
61
|
+
#define buttonSpacePrimaryIcononlyXL 14
|
62
|
+
#define buttonSpacePrimaryIcononlyYS 6
|
63
|
+
#define buttonSpacePrimaryIcononlyYM 10
|
64
|
+
#define buttonSpacePrimaryIcononlyYL 14
|
61
65
|
#define buttonSpaceSecondaryXXs 8
|
62
66
|
#define buttonSpaceSecondaryXS 12
|
63
67
|
#define buttonSpaceSecondaryXM 16
|
@@ -66,13 +70,18 @@
|
|
66
70
|
#define buttonSpaceSecondaryYS 4
|
67
71
|
#define buttonSpaceSecondaryYM 8
|
68
72
|
#define buttonSpaceSecondaryYL 9.5
|
73
|
+
#define buttonSpaceSecondaryXgXs 4
|
69
74
|
#define buttonSpaceSecondaryXgS 8
|
70
75
|
#define buttonSpaceSecondaryXgM 8
|
71
76
|
#define buttonSpaceSecondaryXgL 8
|
72
|
-
#define
|
73
|
-
#define buttonSpaceSecondaryIcononlyXS
|
74
|
-
#define buttonSpaceSecondaryIcononlyXM
|
75
|
-
#define buttonSpaceSecondaryIcononlyXL
|
77
|
+
#define buttonSpaceSecondaryIcononlyXXs 4
|
78
|
+
#define buttonSpaceSecondaryIcononlyXS 6
|
79
|
+
#define buttonSpaceSecondaryIcononlyXM 10
|
80
|
+
#define buttonSpaceSecondaryIcononlyXL 14
|
81
|
+
#define buttonSpaceSecondaryIcononlyYXs 4
|
82
|
+
#define buttonSpaceSecondaryIcononlyYS 6
|
83
|
+
#define buttonSpaceSecondaryIcononlyYM 10
|
84
|
+
#define buttonSpaceSecondaryIcononlyYL 14
|
76
85
|
#define buttonSpaceTertiaryYXs 1.5
|
77
86
|
#define buttonSpaceTertiaryYS 4
|
78
87
|
#define buttonSpaceTertiaryYM 8
|
@@ -85,9 +94,14 @@
|
|
85
94
|
#define buttonSpaceTertiaryXgS 8
|
86
95
|
#define buttonSpaceTertiaryXgM 8
|
87
96
|
#define buttonSpaceTertiaryXgL 8
|
88
|
-
#define
|
89
|
-
#define
|
90
|
-
#define
|
97
|
+
#define buttonSpaceTertiaryIcononlyXXs 4
|
98
|
+
#define buttonSpaceTertiaryIcononlyXS 6
|
99
|
+
#define buttonSpaceTertiaryIcononlyXM 10
|
100
|
+
#define buttonSpaceTertiaryIcononlyXL 14
|
101
|
+
#define buttonSpaceTertiaryIcononlyYXs 4
|
102
|
+
#define buttonSpaceTertiaryIcononlyYS 6
|
103
|
+
#define buttonSpaceTertiaryIcononlyYM 10
|
104
|
+
#define buttonSpaceTertiaryIcononlyYL 14
|
91
105
|
#define buttonSpaceSubtleYXs 1.5
|
92
106
|
#define buttonSpaceSubtleYS 4
|
93
107
|
#define buttonSpaceSubtleYM 8
|
@@ -100,9 +114,14 @@
|
|
100
114
|
#define buttonSpaceSubtleXgS 4
|
101
115
|
#define buttonSpaceSubtleXgM 4
|
102
116
|
#define buttonSpaceSubtleXgL 4
|
103
|
-
#define
|
104
|
-
#define
|
105
|
-
#define
|
117
|
+
#define buttonSpaceSubtleIcononlyXXs 4
|
118
|
+
#define buttonSpaceSubtleIcononlyXS 6
|
119
|
+
#define buttonSpaceSubtleIcononlyXM 10
|
120
|
+
#define buttonSpaceSubtleIcononlyXL 14
|
121
|
+
#define buttonSpaceSubtleIcononlyYXs 4
|
122
|
+
#define buttonSpaceSubtleIcononlyYS 6
|
123
|
+
#define buttonSpaceSubtleIcononlyYM 10
|
124
|
+
#define buttonSpaceSubtleIcononlyYL 14
|
106
125
|
#define buttonSpaceToggleButtonXXs 8
|
107
126
|
#define buttonSpaceToggleButtonXS 12
|
108
127
|
#define buttonSpaceToggleButtonXM 16
|
@@ -66,16 +66,23 @@
|
|
66
66
|
#define containerSizeCopilotEmptystateIllustration 200
|
67
67
|
#define containerSizeCopilotEmptystateContentMaxwidth 600
|
68
68
|
#define containerSizeCopilotOverlayMaxheight 960
|
69
|
+
#define containerSizeDialogMaxWidthXxs 300
|
70
|
+
#define containerSizeDialogMaxWidthXs 380
|
71
|
+
#define containerSizeDialogMaxWidthS 540
|
72
|
+
#define containerSizeDialogMaxWidthM 750
|
73
|
+
#define containerSizeDialogMaxWidthL 850
|
74
|
+
#define containerSizeDialogMaxWidthXl 960
|
75
|
+
#define containerSizeDialogMaxWidthXxl 1080
|
69
76
|
#define containerSizeDragDroptarget 2
|
70
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
71
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
72
|
-
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
73
|
-
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
74
77
|
#define containerSizeDrawerMinwidth 288
|
75
78
|
#define containerSizeDrawerMaxwidth 760
|
76
79
|
#define containerSizeDrawerClosedM 40
|
77
80
|
#define containerSizeFooterM 56
|
78
81
|
#define containerSizeFooterL 72
|
82
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryS 200
|
83
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryM 240
|
84
|
+
#define containerSizeGenericEmptystateIllustrationPrimaryL 320
|
85
|
+
#define containerSizeGenericEmptystateIllustrationSecondary 60
|
79
86
|
#define containerSizeIconS 20
|
80
87
|
#define containerSizeIconM 20
|
81
88
|
#define containerSizeIconL 20
|
@@ -20,9 +20,9 @@
|
|
20
20
|
#define formSpaceCheckradioYS 3
|
21
21
|
#define formSpaceCheckradioYM 2
|
22
22
|
#define formSpaceCheckradioYL 4
|
23
|
-
#define formSpaceDatepickerPrS
|
24
|
-
#define formSpaceDatepickerPrM
|
25
|
-
#define formSpaceDatepickerPrL
|
23
|
+
#define formSpaceDatepickerPrS 0
|
24
|
+
#define formSpaceDatepickerPrM 0
|
25
|
+
#define formSpaceDatepickerPrL 0
|
26
26
|
#define formSpaceDropdownButtonXS 20
|
27
27
|
#define formSpaceDropdownButtonXM 20
|
28
28
|
#define formSpaceDropdownButtonXL 20
|
@@ -62,6 +62,9 @@
|
|
62
62
|
#define formSpaceDropdownPillXgS 4
|
63
63
|
#define formSpaceDropdownPillXgM 4
|
64
64
|
#define formSpaceDropdownPillXgL 4
|
65
|
+
#define formSpaceDropdownTriggerSubtleS 4
|
66
|
+
#define formSpaceDropdownTriggerSubtleM 4
|
67
|
+
#define formSpaceDropdownTriggerSubtleL 4
|
65
68
|
#define formSpaceFileinputStatusXlM 28
|
66
69
|
#define formSpaceFileinputStatusYM 4
|
67
70
|
#define formSpaceFileinputThumbnailM 4
|
@@ -175,8 +175,8 @@
|
|
175
175
|
#define globalTypographyAdaptiveComponentPlaceholdertextXl [object Object]
|
176
176
|
#define globalTypographyAdaptiveComponentPlaceholdertextXxl [object Object]
|
177
177
|
#define globalTypographyAdaptiveComponentNotificationM [object Object]
|
178
|
-
#define
|
179
|
-
#define
|
178
|
+
#define globalFontSizeAdaptiveStepMinus2 11px
|
179
|
+
#define globalFontSizeAdaptiveStepMinus1 12px
|
180
180
|
#define globalFontSizeAdaptiveStep0 14px
|
181
181
|
#define globalFontSizeAdaptiveStep1 16px
|
182
182
|
#define globalFontSizeAdaptiveStep2 18px
|