@mirohq/design-system-flex 2.1.26 → 2.1.27
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/dist/types.d.ts +13 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -132,6 +132,9 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
132
132
|
"background-primary-subtle-pressed-hover"?: any;
|
|
133
133
|
"background-primary-subtle-selected"?: any;
|
|
134
134
|
"background-success"?: any;
|
|
135
|
+
"background-success-prominent"?: any;
|
|
136
|
+
"background-success-prominent-active"?: any;
|
|
137
|
+
"background-success-prominent-hover"?: any;
|
|
135
138
|
"background-warning-prominent"?: any;
|
|
136
139
|
"background-warning-subtle"?: any;
|
|
137
140
|
"border-danger"?: any;
|
|
@@ -160,6 +163,8 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
160
163
|
"border-primary-hover"?: any;
|
|
161
164
|
"border-primary-inverted"?: any;
|
|
162
165
|
"border-success"?: any;
|
|
166
|
+
"border-success-active"?: any;
|
|
167
|
+
"border-success-hover"?: any;
|
|
163
168
|
"border-warning"?: any;
|
|
164
169
|
"icon-danger"?: any;
|
|
165
170
|
"icon-danger-active"?: any;
|
|
@@ -179,9 +184,12 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
179
184
|
"icon-primary-inverted"?: any;
|
|
180
185
|
"icon-primary-selected"?: any;
|
|
181
186
|
"icon-success"?: any;
|
|
187
|
+
"icon-success-active"?: any;
|
|
188
|
+
"icon-success-hover"?: any;
|
|
182
189
|
"icon-success-inverted"?: any;
|
|
183
190
|
"icon-warning"?: any;
|
|
184
191
|
"icon-warning-prominent"?: any;
|
|
192
|
+
"icon-warning-subtle"?: any;
|
|
185
193
|
"text-danger"?: any;
|
|
186
194
|
"text-danger-active"?: any;
|
|
187
195
|
"text-danger-hover"?: any;
|
|
@@ -203,7 +211,11 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
203
211
|
"text-primary-inverted-subtle"?: any;
|
|
204
212
|
"text-primary-selected"?: any;
|
|
205
213
|
"text-success"?: any;
|
|
214
|
+
"text-success-active"?: any;
|
|
215
|
+
"text-success-hover"?: any;
|
|
216
|
+
"text-success-inverted"?: any;
|
|
206
217
|
"text-warning"?: any;
|
|
218
|
+
"text-warning-subtle"?: any;
|
|
207
219
|
};
|
|
208
220
|
'font-sizes': {
|
|
209
221
|
readonly 150: "0.75rem";
|
|
@@ -246,6 +258,7 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
246
258
|
};
|
|
247
259
|
space: {
|
|
248
260
|
readonly 0: "0px";
|
|
261
|
+
readonly 25: "2px";
|
|
249
262
|
readonly 50: "4px";
|
|
250
263
|
readonly 100: "8px";
|
|
251
264
|
readonly 150: "12px";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-flex",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.27",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.14",
|
|
31
31
|
"@mirohq/design-system-utils": "^0.14.3"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|