@mirohq/design-system-badge 0.3.10-use-press.0 → 0.3.11
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 +17 -11
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -83,7 +83,6 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
|
|
|
83
83
|
readonly 'background-danger-prominent-active'?: any;
|
|
84
84
|
readonly 'background-danger-prominent-hover'?: any;
|
|
85
85
|
readonly 'background-neutrals'?: any;
|
|
86
|
-
readonly 'background-neutrals-body'?: any;
|
|
87
86
|
readonly 'background-neutrals-container'?: any;
|
|
88
87
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
89
88
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -91,6 +90,8 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
|
|
|
91
90
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
92
91
|
readonly 'background-neutrals-inverted'?: any;
|
|
93
92
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
93
|
+
readonly 'background-neutrals-page'?: any;
|
|
94
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
94
95
|
readonly 'background-neutrals-scrolls'?: any;
|
|
95
96
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
96
97
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -114,12 +115,11 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
|
|
|
114
115
|
readonly 'text-neutrals'?: any;
|
|
115
116
|
readonly 'text-neutrals-disabled'?: any;
|
|
116
117
|
readonly 'text-neutrals-inverted'?: any;
|
|
117
|
-
readonly 'text-neutrals-link'?: any;
|
|
118
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
119
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
120
118
|
readonly 'text-neutrals-placeholder'?: any;
|
|
121
119
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
122
120
|
readonly 'text-neutrals-subtle'?: any;
|
|
121
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
122
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
123
123
|
readonly 'text-primary'?: any;
|
|
124
124
|
readonly 'text-primary-active'?: any;
|
|
125
125
|
readonly 'text-primary-hover'?: any;
|
|
@@ -139,7 +139,7 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
|
|
|
139
139
|
readonly 'icon-neutrals-inverted'?: any;
|
|
140
140
|
readonly 'icon-neutrals-search'?: any;
|
|
141
141
|
readonly 'icon-neutrals-subtle'?: any;
|
|
142
|
-
readonly 'icon-neutrals-
|
|
142
|
+
readonly 'icon-neutrals-text'?: any;
|
|
143
143
|
readonly 'icon-primary'?: any;
|
|
144
144
|
readonly 'icon-primary-active'?: any;
|
|
145
145
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -148,7 +148,10 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
|
|
|
148
148
|
readonly 'icon-success'?: any;
|
|
149
149
|
readonly 'icon-success-inverted'?: any;
|
|
150
150
|
readonly 'icon-warning'?: any;
|
|
151
|
+
readonly 'icon-warning-prominent'?: any;
|
|
151
152
|
readonly 'border-danger'?: any;
|
|
153
|
+
readonly 'border-danger-active'?: any;
|
|
154
|
+
readonly 'border-danger-hover'?: any;
|
|
152
155
|
readonly 'border-focus-inner'?: any;
|
|
153
156
|
readonly 'border-focus-middle'?: any;
|
|
154
157
|
readonly 'border-focus-outer'?: any;
|
|
@@ -160,6 +163,9 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
|
|
|
160
163
|
readonly 'border-neutrals-hover'?: any;
|
|
161
164
|
readonly 'border-neutrals-inverted'?: any;
|
|
162
165
|
readonly 'border-neutrals-subtle'?: any;
|
|
166
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
167
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
168
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
163
169
|
readonly 'border-primary'?: any;
|
|
164
170
|
readonly 'border-primary-active'?: any;
|
|
165
171
|
readonly 'border-primary-hover'?: any;
|
|
@@ -204,28 +210,28 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
|
|
|
204
210
|
readonly 'icon-400': "32px";
|
|
205
211
|
};
|
|
206
212
|
space: {
|
|
207
|
-
readonly
|
|
213
|
+
readonly 0: 0;
|
|
208
214
|
readonly 50: "4px";
|
|
209
215
|
readonly 100: "8px";
|
|
210
216
|
readonly 150: "12px";
|
|
211
217
|
readonly 200: "16px";
|
|
212
218
|
readonly 300: "24px";
|
|
213
219
|
readonly 400: "32px";
|
|
214
|
-
readonly 500: "
|
|
220
|
+
readonly 500: "40px";
|
|
215
221
|
readonly 600: "48px";
|
|
216
222
|
readonly 800: "64px";
|
|
217
223
|
readonly 1200: "96px";
|
|
218
224
|
readonly 1600: "128px";
|
|
219
225
|
};
|
|
220
226
|
'space-gap': {
|
|
221
|
-
readonly
|
|
227
|
+
readonly 0: any;
|
|
222
228
|
readonly 50: any;
|
|
223
229
|
readonly 100: any;
|
|
224
230
|
readonly 200: any;
|
|
225
231
|
readonly 300: any;
|
|
226
232
|
};
|
|
227
233
|
'space-inset': {
|
|
228
|
-
readonly
|
|
234
|
+
readonly 0: any;
|
|
229
235
|
readonly 50: any;
|
|
230
236
|
readonly 100: any;
|
|
231
237
|
readonly 150: any;
|
|
@@ -238,7 +244,7 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
|
|
|
238
244
|
readonly 1600: any;
|
|
239
245
|
};
|
|
240
246
|
'space-offset': {
|
|
241
|
-
readonly
|
|
247
|
+
readonly 0: any;
|
|
242
248
|
readonly 50: any;
|
|
243
249
|
readonly 100: any;
|
|
244
250
|
readonly 150: any;
|
|
@@ -249,7 +255,7 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
|
|
|
249
255
|
readonly 800: any;
|
|
250
256
|
readonly 1200: any;
|
|
251
257
|
readonly 1600: any;
|
|
252
|
-
readonly 'stacking-
|
|
258
|
+
readonly 'stacking-0': any;
|
|
253
259
|
readonly 'stacking-100': any;
|
|
254
260
|
readonly 'stacking-200': any;
|
|
255
261
|
readonly 'stacking-300': any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-badge",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.11",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
30
|
-
"@mirohq/design-system-
|
|
31
|
-
"@mirohq/design-system-
|
|
30
|
+
"@mirohq/design-system-types": "^0.5.0",
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.3"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|