@mirohq/design-system-icons 0.30.6 → 0.30.7
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 +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -129,6 +129,9 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<{
|
|
|
129
129
|
"background-primary-subtle-pressed-hover"?: any;
|
|
130
130
|
"background-primary-subtle-selected"?: any;
|
|
131
131
|
"background-success"?: any;
|
|
132
|
+
"background-success-prominent"?: any;
|
|
133
|
+
"background-success-prominent-active"?: any;
|
|
134
|
+
"background-success-prominent-hover"?: any;
|
|
132
135
|
"background-warning-prominent"?: any;
|
|
133
136
|
"background-warning-subtle"?: any;
|
|
134
137
|
"border-danger"?: any;
|
|
@@ -157,6 +160,8 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<{
|
|
|
157
160
|
"border-primary-hover"?: any;
|
|
158
161
|
"border-primary-inverted"?: any;
|
|
159
162
|
"border-success"?: any;
|
|
163
|
+
"border-success-active"?: any;
|
|
164
|
+
"border-success-hover"?: any;
|
|
160
165
|
"border-warning"?: any;
|
|
161
166
|
"icon-danger"?: any;
|
|
162
167
|
"icon-danger-active"?: any;
|
|
@@ -176,9 +181,12 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<{
|
|
|
176
181
|
"icon-primary-inverted"?: any;
|
|
177
182
|
"icon-primary-selected"?: any;
|
|
178
183
|
"icon-success"?: any;
|
|
184
|
+
"icon-success-active"?: any;
|
|
185
|
+
"icon-success-hover"?: any;
|
|
179
186
|
"icon-success-inverted"?: any;
|
|
180
187
|
"icon-warning"?: any;
|
|
181
188
|
"icon-warning-prominent"?: any;
|
|
189
|
+
"icon-warning-subtle"?: any;
|
|
182
190
|
"text-danger"?: any;
|
|
183
191
|
"text-danger-active"?: any;
|
|
184
192
|
"text-danger-hover"?: any;
|
|
@@ -200,7 +208,11 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<{
|
|
|
200
208
|
"text-primary-inverted-subtle"?: any;
|
|
201
209
|
"text-primary-selected"?: any;
|
|
202
210
|
"text-success"?: any;
|
|
211
|
+
"text-success-active"?: any;
|
|
212
|
+
"text-success-hover"?: any;
|
|
213
|
+
"text-success-inverted"?: any;
|
|
203
214
|
"text-warning"?: any;
|
|
215
|
+
"text-warning-subtle"?: any;
|
|
204
216
|
};
|
|
205
217
|
'font-sizes': {
|
|
206
218
|
readonly 150: "0.75rem";
|
|
@@ -243,6 +255,7 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<{
|
|
|
243
255
|
};
|
|
244
256
|
space: {
|
|
245
257
|
readonly 0: "0px";
|
|
258
|
+
readonly 25: "2px";
|
|
246
259
|
readonly 50: "4px";
|
|
247
260
|
readonly 100: "8px";
|
|
248
261
|
readonly 150: "12px";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icons",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"react": "^16.14 || ^17 || ^18"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-
|
|
34
|
+
"@mirohq/design-system-link": "^1.3.4",
|
|
35
|
+
"@mirohq/design-system-base-icon": "^0.1.13",
|
|
36
36
|
"@mirohq/design-system-utils": "^0.14.3",
|
|
37
|
-
"@mirohq/design-system-
|
|
37
|
+
"@mirohq/design-system-stitches": "^2.3.14",
|
|
38
38
|
"@mirohq/design-system-primitive": "^1.1.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|