@sage/design-tokens 14.6.0 → 14.8.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 +13 -5
- package/css/frozenproduct/large/components/container.css +10 -3
- package/css/frozenproduct/large/components/table.css +3 -2
- package/css/frozenproduct/small/components/container.css +10 -3
- package/css/frozenproduct/small/components/table.css +3 -2
- package/css/marketing/all.css +13 -5
- package/css/marketing/large/components/container.css +10 -3
- package/css/marketing/large/components/table.css +3 -2
- package/css/marketing/small/components/container.css +10 -3
- package/css/marketing/small/components/table.css +3 -2
- package/css/product/all.css +13 -5
- package/css/product/large/components/container.css +10 -3
- package/css/product/large/components/table.css +3 -2
- package/css/product/small/components/container.css +10 -3
- package/css/product/small/components/table.css +3 -2
- package/ios/frozenproduct/large/dark/components/container.h +11 -4
- package/ios/frozenproduct/large/dark/components/table.h +2 -1
- package/ios/frozenproduct/large/light/components/container.h +11 -4
- package/ios/frozenproduct/large/light/components/table.h +2 -1
- package/ios/frozenproduct/small/dark/components/container.h +11 -4
- package/ios/frozenproduct/small/dark/components/table.h +2 -1
- package/ios/frozenproduct/small/light/components/container.h +11 -4
- package/ios/frozenproduct/small/light/components/table.h +2 -1
- package/ios/marketing/large/dark/components/container.h +11 -4
- package/ios/marketing/large/dark/components/table.h +2 -1
- package/ios/marketing/large/light/components/container.h +11 -4
- package/ios/marketing/large/light/components/table.h +2 -1
- package/ios/marketing/small/dark/components/container.h +11 -4
- package/ios/marketing/small/dark/components/table.h +2 -1
- package/ios/marketing/small/light/components/container.h +11 -4
- package/ios/marketing/small/light/components/table.h +2 -1
- package/ios/product/large/dark/components/container.h +11 -4
- package/ios/product/large/dark/components/table.h +2 -1
- package/ios/product/large/light/components/container.h +11 -4
- package/ios/product/large/light/components/table.h +2 -1
- package/ios/product/small/dark/components/container.h +11 -4
- package/ios/product/small/dark/components/table.h +2 -1
- package/ios/product/small/light/components/container.h +11 -4
- package/ios/product/small/light/components/table.h +2 -1
- 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/table.d.ts +1 -0
- package/js/common/frozenproduct/large/dark/components/table.js +22 -5
- 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/table.d.ts +1 -0
- package/js/common/frozenproduct/large/light/components/table.js +22 -5
- 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/table.d.ts +1 -0
- package/js/common/frozenproduct/small/dark/components/table.js +22 -5
- 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/table.d.ts +1 -0
- package/js/common/frozenproduct/small/light/components/table.js +22 -5
- 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/table.d.ts +1 -0
- package/js/common/marketing/large/dark/components/table.js +22 -5
- 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/table.d.ts +1 -0
- package/js/common/marketing/large/light/components/table.js +22 -5
- 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/table.d.ts +1 -0
- package/js/common/marketing/small/dark/components/table.js +22 -5
- 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/table.d.ts +1 -0
- package/js/common/marketing/small/light/components/table.js +22 -5
- 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/table.d.ts +1 -0
- package/js/common/product/large/dark/components/table.js +22 -5
- 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/table.d.ts +1 -0
- package/js/common/product/large/light/components/table.js +22 -5
- 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/table.d.ts +1 -0
- package/js/common/product/small/dark/components/table.js +22 -5
- 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/table.d.ts +1 -0
- package/js/common/product/small/light/components/table.js +22 -5
- 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/table.d.ts +1 -0
- package/js/es6/frozenproduct/large/dark/components/table.js +2 -1
- 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/table.d.ts +1 -0
- package/js/es6/frozenproduct/large/light/components/table.js +2 -1
- 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/table.d.ts +1 -0
- package/js/es6/frozenproduct/small/dark/components/table.js +2 -1
- 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/table.d.ts +1 -0
- package/js/es6/frozenproduct/small/light/components/table.js +2 -1
- 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/table.d.ts +1 -0
- package/js/es6/marketing/large/dark/components/table.js +2 -1
- 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/table.d.ts +1 -0
- package/js/es6/marketing/large/light/components/table.js +2 -1
- 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/table.d.ts +1 -0
- package/js/es6/marketing/small/dark/components/table.js +2 -1
- 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/table.d.ts +1 -0
- package/js/es6/marketing/small/light/components/table.js +2 -1
- 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/table.d.ts +1 -0
- package/js/es6/product/large/dark/components/table.js +2 -1
- 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/table.d.ts +1 -0
- package/js/es6/product/large/light/components/table.js +2 -1
- 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/table.d.ts +1 -0
- package/js/es6/product/small/dark/components/table.js +2 -1
- 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/table.d.ts +1 -0
- package/js/es6/product/small/light/components/table.js +2 -1
- package/js/umd/frozenproduct/large/dark/components/container.js +176 -81
- package/js/umd/frozenproduct/large/dark/components/table.js +22 -5
- package/js/umd/frozenproduct/large/light/components/container.js +176 -81
- package/js/umd/frozenproduct/large/light/components/table.js +22 -5
- package/js/umd/frozenproduct/small/dark/components/container.js +176 -81
- package/js/umd/frozenproduct/small/dark/components/table.js +22 -5
- package/js/umd/frozenproduct/small/light/components/container.js +176 -81
- package/js/umd/frozenproduct/small/light/components/table.js +22 -5
- package/js/umd/marketing/large/dark/components/container.js +176 -81
- package/js/umd/marketing/large/dark/components/table.js +22 -5
- package/js/umd/marketing/large/light/components/container.js +176 -81
- package/js/umd/marketing/large/light/components/table.js +22 -5
- package/js/umd/marketing/small/dark/components/container.js +176 -81
- package/js/umd/marketing/small/dark/components/table.js +22 -5
- package/js/umd/marketing/small/light/components/container.js +176 -81
- package/js/umd/marketing/small/light/components/table.js +22 -5
- package/js/umd/product/large/dark/components/container.js +176 -81
- package/js/umd/product/large/dark/components/table.js +22 -5
- package/js/umd/product/large/light/components/container.js +176 -81
- package/js/umd/product/large/light/components/table.js +22 -5
- package/js/umd/product/small/dark/components/container.js +176 -81
- package/js/umd/product/small/dark/components/table.js +22 -5
- package/js/umd/product/small/light/components/container.js +176 -81
- package/js/umd/product/small/light/components/table.js +22 -5
- package/json/flat/frozenproduct/large/dark/components/container.json +11 -4
- package/json/flat/frozenproduct/large/dark/components/table.json +2 -1
- package/json/flat/frozenproduct/large/light/components/container.json +11 -4
- package/json/flat/frozenproduct/large/light/components/table.json +2 -1
- package/json/flat/frozenproduct/small/dark/components/container.json +11 -4
- package/json/flat/frozenproduct/small/dark/components/table.json +2 -1
- package/json/flat/frozenproduct/small/light/components/container.json +11 -4
- package/json/flat/frozenproduct/small/light/components/table.json +2 -1
- package/json/flat/marketing/large/dark/components/container.json +11 -4
- package/json/flat/marketing/large/dark/components/table.json +2 -1
- package/json/flat/marketing/large/light/components/container.json +11 -4
- package/json/flat/marketing/large/light/components/table.json +2 -1
- package/json/flat/marketing/small/dark/components/container.json +11 -4
- package/json/flat/marketing/small/dark/components/table.json +2 -1
- package/json/flat/marketing/small/light/components/container.json +11 -4
- package/json/flat/marketing/small/light/components/table.json +2 -1
- package/json/flat/product/large/dark/components/container.json +11 -4
- package/json/flat/product/large/dark/components/table.json +2 -1
- package/json/flat/product/large/light/components/container.json +11 -4
- package/json/flat/product/large/light/components/table.json +2 -1
- package/json/flat/product/small/dark/components/container.json +11 -4
- package/json/flat/product/small/dark/components/table.json +2 -1
- package/json/flat/product/small/light/components/container.json +11 -4
- package/json/flat/product/small/light/components/table.json +2 -1
- package/json/nested/frozenproduct/large/dark/components/container.json +22 -11
- package/json/nested/frozenproduct/large/dark/components/table.json +2 -1
- package/json/nested/frozenproduct/large/light/components/container.json +22 -11
- package/json/nested/frozenproduct/large/light/components/table.json +2 -1
- package/json/nested/frozenproduct/small/dark/components/container.json +22 -11
- package/json/nested/frozenproduct/small/dark/components/table.json +2 -1
- package/json/nested/frozenproduct/small/light/components/container.json +22 -11
- package/json/nested/frozenproduct/small/light/components/table.json +2 -1
- package/json/nested/marketing/large/dark/components/container.json +22 -11
- package/json/nested/marketing/large/dark/components/table.json +2 -1
- package/json/nested/marketing/large/light/components/container.json +22 -11
- package/json/nested/marketing/large/light/components/table.json +2 -1
- package/json/nested/marketing/small/dark/components/container.json +22 -11
- package/json/nested/marketing/small/dark/components/table.json +2 -1
- package/json/nested/marketing/small/light/components/container.json +22 -11
- package/json/nested/marketing/small/light/components/table.json +2 -1
- package/json/nested/product/large/dark/components/container.json +22 -11
- package/json/nested/product/large/dark/components/table.json +2 -1
- package/json/nested/product/large/light/components/container.json +22 -11
- package/json/nested/product/large/light/components/table.json +2 -1
- package/json/nested/product/small/dark/components/container.json +22 -11
- package/json/nested/product/small/dark/components/table.json +2 -1
- package/json/nested/product/small/light/components/container.json +22 -11
- package/json/nested/product/small/light/components/table.json +2 -1
- package/package.json +1 -1
- package/sage-design-tokens-14.8.0.tgz +0 -0
- package/scss/frozenproduct/large/components/container.scss +10 -3
- package/scss/frozenproduct/large/components/table.scss +3 -2
- package/scss/frozenproduct/small/components/button.scss +13 -13
- package/scss/frozenproduct/small/components/container.scss +20 -13
- package/scss/frozenproduct/small/components/form.scss +7 -7
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/nav.scss +5 -5
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +6 -6
- package/scss/frozenproduct/small/components/status.scss +3 -3
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +13 -12
- package/scss/marketing/large/components/container.scss +10 -3
- package/scss/marketing/large/components/table.scss +3 -2
- package/scss/marketing/small/components/button.scss +13 -13
- package/scss/marketing/small/components/container.scss +20 -13
- package/scss/marketing/small/components/form.scss +7 -7
- 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 +13 -12
- package/scss/product/large/components/container.scss +20 -13
- package/scss/product/large/components/form.scss +7 -7
- 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 +13 -12
- package/scss/product/small/components/container.scss +10 -3
- package/scss/product/small/components/table.scss +3 -2
- package/sage-design-tokens-14.6.0.tgz +0 -0
@@ -100,9 +100,31 @@
|
|
100
100
|
"maxheight": 960
|
101
101
|
}
|
102
102
|
},
|
103
|
+
"dialog": {
|
104
|
+
"maxWidth": {
|
105
|
+
"XXS": "300",
|
106
|
+
"XS": "380",
|
107
|
+
"S": "540",
|
108
|
+
"M": "750",
|
109
|
+
"L": "850",
|
110
|
+
"XL": "960",
|
111
|
+
"XXL": "1080"
|
112
|
+
}
|
113
|
+
},
|
103
114
|
"drag": {
|
104
115
|
"droptarget": 2
|
105
116
|
},
|
117
|
+
"drawer": {
|
118
|
+
"minwidth": 288,
|
119
|
+
"maxwidth": 760,
|
120
|
+
"closed": {
|
121
|
+
"M": 40
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"footer": {
|
125
|
+
"M": 56,
|
126
|
+
"L": 72
|
127
|
+
},
|
106
128
|
"generic": {
|
107
129
|
"emptystate": {
|
108
130
|
"illustration": {
|
@@ -115,17 +137,6 @@
|
|
115
137
|
}
|
116
138
|
}
|
117
139
|
},
|
118
|
-
"drawer": {
|
119
|
-
"minwidth": 288,
|
120
|
-
"maxwidth": 760,
|
121
|
-
"closed": {
|
122
|
-
"M": 40
|
123
|
-
}
|
124
|
-
},
|
125
|
-
"footer": {
|
126
|
-
"M": 56,
|
127
|
-
"L": 72
|
128
|
-
},
|
129
140
|
"icon": {
|
130
141
|
"S": 20,
|
131
142
|
"M": 20,
|
@@ -100,9 +100,31 @@
|
|
100
100
|
"maxheight": 960
|
101
101
|
}
|
102
102
|
},
|
103
|
+
"dialog": {
|
104
|
+
"maxWidth": {
|
105
|
+
"XXS": "300",
|
106
|
+
"XS": "380",
|
107
|
+
"S": "540",
|
108
|
+
"M": "750",
|
109
|
+
"L": "850",
|
110
|
+
"XL": "960",
|
111
|
+
"XXL": "1080"
|
112
|
+
}
|
113
|
+
},
|
103
114
|
"drag": {
|
104
115
|
"droptarget": 2
|
105
116
|
},
|
117
|
+
"drawer": {
|
118
|
+
"minwidth": 288,
|
119
|
+
"maxwidth": 760,
|
120
|
+
"closed": {
|
121
|
+
"M": 40
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"footer": {
|
125
|
+
"M": 56,
|
126
|
+
"L": 72
|
127
|
+
},
|
106
128
|
"generic": {
|
107
129
|
"emptystate": {
|
108
130
|
"illustration": {
|
@@ -115,17 +137,6 @@
|
|
115
137
|
}
|
116
138
|
}
|
117
139
|
},
|
118
|
-
"drawer": {
|
119
|
-
"minwidth": 288,
|
120
|
-
"maxwidth": 760,
|
121
|
-
"closed": {
|
122
|
-
"M": 40
|
123
|
-
}
|
124
|
-
},
|
125
|
-
"footer": {
|
126
|
-
"M": 56,
|
127
|
-
"L": 72
|
128
|
-
},
|
129
140
|
"icon": {
|
130
141
|
"S": 20,
|
131
142
|
"M": 20,
|
@@ -100,9 +100,31 @@
|
|
100
100
|
"maxheight": 960
|
101
101
|
}
|
102
102
|
},
|
103
|
+
"dialog": {
|
104
|
+
"maxWidth": {
|
105
|
+
"XXS": "300",
|
106
|
+
"XS": "380",
|
107
|
+
"S": "540",
|
108
|
+
"M": "750",
|
109
|
+
"L": "850",
|
110
|
+
"XL": "960",
|
111
|
+
"XXL": "1080"
|
112
|
+
}
|
113
|
+
},
|
103
114
|
"drag": {
|
104
115
|
"droptarget": 2
|
105
116
|
},
|
117
|
+
"drawer": {
|
118
|
+
"minwidth": 288,
|
119
|
+
"maxwidth": 760,
|
120
|
+
"closed": {
|
121
|
+
"M": 40
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"footer": {
|
125
|
+
"M": 56,
|
126
|
+
"L": 72
|
127
|
+
},
|
106
128
|
"generic": {
|
107
129
|
"emptystate": {
|
108
130
|
"illustration": {
|
@@ -115,17 +137,6 @@
|
|
115
137
|
}
|
116
138
|
}
|
117
139
|
},
|
118
|
-
"drawer": {
|
119
|
-
"minwidth": 288,
|
120
|
-
"maxwidth": 760,
|
121
|
-
"closed": {
|
122
|
-
"M": 40
|
123
|
-
}
|
124
|
-
},
|
125
|
-
"footer": {
|
126
|
-
"M": 56,
|
127
|
-
"L": 72
|
128
|
-
},
|
129
140
|
"icon": {
|
130
141
|
"S": 20,
|
131
142
|
"M": 20,
|
@@ -100,9 +100,31 @@
|
|
100
100
|
"maxheight": 960
|
101
101
|
}
|
102
102
|
},
|
103
|
+
"dialog": {
|
104
|
+
"maxWidth": {
|
105
|
+
"XXS": "300",
|
106
|
+
"XS": "380",
|
107
|
+
"S": "540",
|
108
|
+
"M": "750",
|
109
|
+
"L": "850",
|
110
|
+
"XL": "960",
|
111
|
+
"XXL": "1080"
|
112
|
+
}
|
113
|
+
},
|
103
114
|
"drag": {
|
104
115
|
"droptarget": 2
|
105
116
|
},
|
117
|
+
"drawer": {
|
118
|
+
"minwidth": 288,
|
119
|
+
"maxwidth": 760,
|
120
|
+
"closed": {
|
121
|
+
"M": 40
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"footer": {
|
125
|
+
"M": 56,
|
126
|
+
"L": 72
|
127
|
+
},
|
106
128
|
"generic": {
|
107
129
|
"emptystate": {
|
108
130
|
"illustration": {
|
@@ -115,17 +137,6 @@
|
|
115
137
|
}
|
116
138
|
}
|
117
139
|
},
|
118
|
-
"drawer": {
|
119
|
-
"minwidth": 288,
|
120
|
-
"maxwidth": 760,
|
121
|
-
"closed": {
|
122
|
-
"M": 40
|
123
|
-
}
|
124
|
-
},
|
125
|
-
"footer": {
|
126
|
-
"M": 56,
|
127
|
-
"L": 72
|
128
|
-
},
|
129
140
|
"icon": {
|
130
141
|
"S": 20,
|
131
142
|
"M": 20,
|
@@ -100,9 +100,31 @@
|
|
100
100
|
"maxheight": 960
|
101
101
|
}
|
102
102
|
},
|
103
|
+
"dialog": {
|
104
|
+
"maxWidth": {
|
105
|
+
"XXS": "300",
|
106
|
+
"XS": "380",
|
107
|
+
"S": "540",
|
108
|
+
"M": "750",
|
109
|
+
"L": "850",
|
110
|
+
"XL": "960",
|
111
|
+
"XXL": "1080"
|
112
|
+
}
|
113
|
+
},
|
103
114
|
"drag": {
|
104
115
|
"droptarget": 2
|
105
116
|
},
|
117
|
+
"drawer": {
|
118
|
+
"minwidth": 288,
|
119
|
+
"maxwidth": 760,
|
120
|
+
"closed": {
|
121
|
+
"M": 40
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"footer": {
|
125
|
+
"M": 56,
|
126
|
+
"L": 72
|
127
|
+
},
|
106
128
|
"generic": {
|
107
129
|
"emptystate": {
|
108
130
|
"illustration": {
|
@@ -115,17 +137,6 @@
|
|
115
137
|
}
|
116
138
|
}
|
117
139
|
},
|
118
|
-
"drawer": {
|
119
|
-
"minwidth": 288,
|
120
|
-
"maxwidth": 760,
|
121
|
-
"closed": {
|
122
|
-
"M": 40
|
123
|
-
}
|
124
|
-
},
|
125
|
-
"footer": {
|
126
|
-
"M": 56,
|
127
|
-
"L": 72
|
128
|
-
},
|
129
140
|
"icon": {
|
130
141
|
"S": 20,
|
131
142
|
"M": 20,
|
@@ -100,9 +100,31 @@
|
|
100
100
|
"maxheight": 960
|
101
101
|
}
|
102
102
|
},
|
103
|
+
"dialog": {
|
104
|
+
"maxWidth": {
|
105
|
+
"XXS": "300",
|
106
|
+
"XS": "380",
|
107
|
+
"S": "540",
|
108
|
+
"M": "750",
|
109
|
+
"L": "850",
|
110
|
+
"XL": "960",
|
111
|
+
"XXL": "1080"
|
112
|
+
}
|
113
|
+
},
|
103
114
|
"drag": {
|
104
115
|
"droptarget": 2
|
105
116
|
},
|
117
|
+
"drawer": {
|
118
|
+
"minwidth": 288,
|
119
|
+
"maxwidth": 760,
|
120
|
+
"closed": {
|
121
|
+
"M": 40
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"footer": {
|
125
|
+
"M": 56,
|
126
|
+
"L": 72
|
127
|
+
},
|
106
128
|
"generic": {
|
107
129
|
"emptystate": {
|
108
130
|
"illustration": {
|
@@ -115,17 +137,6 @@
|
|
115
137
|
}
|
116
138
|
}
|
117
139
|
},
|
118
|
-
"drawer": {
|
119
|
-
"minwidth": 288,
|
120
|
-
"maxwidth": 760,
|
121
|
-
"closed": {
|
122
|
-
"M": 40
|
123
|
-
}
|
124
|
-
},
|
125
|
-
"footer": {
|
126
|
-
"M": 56,
|
127
|
-
"L": 72
|
128
|
-
},
|
129
140
|
"icon": {
|
130
141
|
"S": 20,
|
131
142
|
"M": 20,
|
@@ -100,9 +100,31 @@
|
|
100
100
|
"maxheight": 960
|
101
101
|
}
|
102
102
|
},
|
103
|
+
"dialog": {
|
104
|
+
"maxWidth": {
|
105
|
+
"XXS": "300",
|
106
|
+
"XS": "380",
|
107
|
+
"S": "540",
|
108
|
+
"M": "750",
|
109
|
+
"L": "850",
|
110
|
+
"XL": "960",
|
111
|
+
"XXL": "1080"
|
112
|
+
}
|
113
|
+
},
|
103
114
|
"drag": {
|
104
115
|
"droptarget": 2
|
105
116
|
},
|
117
|
+
"drawer": {
|
118
|
+
"minwidth": 288,
|
119
|
+
"maxwidth": 760,
|
120
|
+
"closed": {
|
121
|
+
"M": 40
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"footer": {
|
125
|
+
"M": 56,
|
126
|
+
"L": 72
|
127
|
+
},
|
106
128
|
"generic": {
|
107
129
|
"emptystate": {
|
108
130
|
"illustration": {
|
@@ -115,17 +137,6 @@
|
|
115
137
|
}
|
116
138
|
}
|
117
139
|
},
|
118
|
-
"drawer": {
|
119
|
-
"minwidth": 288,
|
120
|
-
"maxwidth": 760,
|
121
|
-
"closed": {
|
122
|
-
"M": 40
|
123
|
-
}
|
124
|
-
},
|
125
|
-
"footer": {
|
126
|
-
"M": 56,
|
127
|
-
"L": 72
|
128
|
-
},
|
129
140
|
"icon": {
|
130
141
|
"S": 20,
|
131
142
|
"M": 20,
|
@@ -100,9 +100,31 @@
|
|
100
100
|
"maxheight": 960
|
101
101
|
}
|
102
102
|
},
|
103
|
+
"dialog": {
|
104
|
+
"maxWidth": {
|
105
|
+
"XXS": "300",
|
106
|
+
"XS": "380",
|
107
|
+
"S": "540",
|
108
|
+
"M": "750",
|
109
|
+
"L": "850",
|
110
|
+
"XL": "960",
|
111
|
+
"XXL": "1080"
|
112
|
+
}
|
113
|
+
},
|
103
114
|
"drag": {
|
104
115
|
"droptarget": 2
|
105
116
|
},
|
117
|
+
"drawer": {
|
118
|
+
"minwidth": 288,
|
119
|
+
"maxwidth": 760,
|
120
|
+
"closed": {
|
121
|
+
"M": 40
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"footer": {
|
125
|
+
"M": 56,
|
126
|
+
"L": 72
|
127
|
+
},
|
106
128
|
"generic": {
|
107
129
|
"emptystate": {
|
108
130
|
"illustration": {
|
@@ -115,17 +137,6 @@
|
|
115
137
|
}
|
116
138
|
}
|
117
139
|
},
|
118
|
-
"drawer": {
|
119
|
-
"minwidth": 288,
|
120
|
-
"maxwidth": 760,
|
121
|
-
"closed": {
|
122
|
-
"M": 40
|
123
|
-
}
|
124
|
-
},
|
125
|
-
"footer": {
|
126
|
-
"M": 56,
|
127
|
-
"L": 72
|
128
|
-
},
|
129
140
|
"icon": {
|
130
141
|
"S": 20,
|
131
142
|
"M": 20,
|
@@ -100,9 +100,31 @@
|
|
100
100
|
"maxheight": 960
|
101
101
|
}
|
102
102
|
},
|
103
|
+
"dialog": {
|
104
|
+
"maxWidth": {
|
105
|
+
"XXS": "300",
|
106
|
+
"XS": "380",
|
107
|
+
"S": "540",
|
108
|
+
"M": "750",
|
109
|
+
"L": "850",
|
110
|
+
"XL": "960",
|
111
|
+
"XXL": "1080"
|
112
|
+
}
|
113
|
+
},
|
103
114
|
"drag": {
|
104
115
|
"droptarget": 2
|
105
116
|
},
|
117
|
+
"drawer": {
|
118
|
+
"minwidth": 288,
|
119
|
+
"maxwidth": 760,
|
120
|
+
"closed": {
|
121
|
+
"M": 40
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"footer": {
|
125
|
+
"M": 56,
|
126
|
+
"L": 72
|
127
|
+
},
|
106
128
|
"generic": {
|
107
129
|
"emptystate": {
|
108
130
|
"illustration": {
|
@@ -115,17 +137,6 @@
|
|
115
137
|
}
|
116
138
|
}
|
117
139
|
},
|
118
|
-
"drawer": {
|
119
|
-
"minwidth": 288,
|
120
|
-
"maxwidth": 760,
|
121
|
-
"closed": {
|
122
|
-
"M": 40
|
123
|
-
}
|
124
|
-
},
|
125
|
-
"footer": {
|
126
|
-
"M": 56,
|
127
|
-
"L": 72
|
128
|
-
},
|
129
140
|
"icon": {
|
130
141
|
"S": 20,
|
131
142
|
"M": 20,
|
package/package.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
},
|
7
7
|
"description": "Design tokens for the Sage Design System.",
|
8
8
|
"author": "The Sage Group plc",
|
9
|
-
"version": "14.
|
9
|
+
"version": "14.8.0",
|
10
10
|
"license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",
|
11
11
|
"tags": [
|
12
12
|
"design tokens",
|
Binary file
|
@@ -6,6 +6,13 @@
|
|
6
6
|
// Do not edit directly, this file was auto-generated.
|
7
7
|
|
8
8
|
$container-size-carousel-mediaslide-minheight: 300; // max height for media visual
|
9
|
+
$container-size-dialog-max-width-xxs: 300;
|
10
|
+
$container-size-dialog-max-width-xs: 380;
|
11
|
+
$container-size-dialog-max-width-s: 540;
|
12
|
+
$container-size-dialog-max-width-m: 750;
|
13
|
+
$container-size-dialog-max-width-l: 850;
|
14
|
+
$container-size-dialog-max-width-xl: 960;
|
15
|
+
$container-size-dialog-max-width-xxl: 1080;
|
9
16
|
$container-opacity-carousel-hidden: 0.3; // opacity applied to next and previous carousel slides
|
10
17
|
$container-opacity-dialog-dimmer: 0.4; // dimmer opacity value
|
11
18
|
$container-opacity-drag-ghost: 0.5; // drag ghost state opacity value
|
@@ -98,13 +105,13 @@ $container-size-copilot-emptystate-illustration: $global-size-macro-m * 5; // Il
|
|
98
105
|
$container-size-copilot-emptystate-content-maxwidth: $global-size-macro-xxxxl * 5; // max-width of the insight empty state content area
|
99
106
|
$container-size-copilot-overlay-maxheight: $global-size-macro-xxxxl * 8; // max-height of the copilot container overlay
|
100
107
|
$container-size-drag-droptarget: $global-size-micro-xxs; // drop target width or height
|
108
|
+
$container-size-drawer-closed-m: $global-size-macro-m; // width for the closed drawer state
|
109
|
+
$container-size-footer-m: $global-size-macro-xl; // card and tile footers
|
110
|
+
$container-size-footer-l: $global-size-macro-xs * 3; // Dialog, sidebar and drawer footer max-height
|
101
111
|
$container-size-generic-emptystate-illustration-primary-s: $global-size-macro-m * 5; // Illustration size for small error and empty states
|
102
112
|
$container-size-generic-emptystate-illustration-primary-m: $global-size-macro-m * 6; // Illustration size for medium error and empty states
|
103
113
|
$container-size-generic-emptystate-illustration-primary-l: $global-size-macro-m * 8; // Illustration size for large error and empty states
|
104
114
|
$container-size-generic-emptystate-illustration-secondary: $global-size-macro-m + $button-size-icon-m; // Illustration size for secondary empty states
|
105
|
-
$container-size-drawer-closed-m: $global-size-macro-m; // width for the closed drawer state
|
106
|
-
$container-size-footer-m: $global-size-macro-xl; // card and tile footers
|
107
|
-
$container-size-footer-l: $global-size-macro-xs * 3; // Dialog, sidebar and drawer footer max-height
|
108
115
|
$container-size-icon-s: $global-size-icon-m;
|
109
116
|
$container-size-icon-m: $global-size-icon-m;
|
110
117
|
$container-size-icon-l: $global-size-icon-m; // Deliberately referencing global M (20px). Accordion chevron.
|
@@ -56,8 +56,9 @@ $table-color-row-label-active: $modes-color-interactive-monochrome-with-active;
|
|
56
56
|
$table-color-footer-border-default: $modes-color-generic-fg-delicate; // Header borders
|
57
57
|
$table-color-footer-label-default: $modes-color-interactive-monochrome-default;
|
58
58
|
$table-radius-container: $global-radius-container-m; // Table (parent container)
|
59
|
-
$table-borderwidth-thin: $global-borderwidth-xs; // Table border
|
60
|
-
$table-borderwidth-
|
59
|
+
$table-borderwidth-thin: $global-borderwidth-xs; // Table border. Optional choice of cell border width.
|
60
|
+
$table-borderwidth-medium: $global-borderwidth-s; // Header border for subtle. Optional choice of cell border width.
|
61
|
+
$table-borderwidth-thick: $global-borderwidth-m; // Optional choice of cell border width.
|
61
62
|
$table-space-none: $global-space-none;
|
62
63
|
$table-space-yg: $global-space-micro-s; // space between table and pagination
|
63
64
|
$table-space-row-x-xs: $global-space-micro-l; // Left and right padding inside XS row cells
|