@mirohq/design-system-calendar 0.1.2 → 0.1.3-dropdown.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/dist/types.d.ts +6 -6
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -217,28 +217,28 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Pick<Omit<{}, neve
|
|
|
217
217
|
readonly 'icon-400': "32px";
|
|
218
218
|
};
|
|
219
219
|
space: {
|
|
220
|
-
readonly
|
|
220
|
+
readonly 0: 0;
|
|
221
221
|
readonly 50: "4px";
|
|
222
222
|
readonly 100: "8px";
|
|
223
223
|
readonly 150: "12px";
|
|
224
224
|
readonly 200: "16px";
|
|
225
225
|
readonly 300: "24px";
|
|
226
226
|
readonly 400: "32px";
|
|
227
|
-
readonly 500: "
|
|
227
|
+
readonly 500: "40px";
|
|
228
228
|
readonly 600: "48px";
|
|
229
229
|
readonly 800: "64px";
|
|
230
230
|
readonly 1200: "96px";
|
|
231
231
|
readonly 1600: "128px";
|
|
232
232
|
};
|
|
233
233
|
'space-gap': {
|
|
234
|
-
readonly
|
|
234
|
+
readonly 0: any;
|
|
235
235
|
readonly 50: any;
|
|
236
236
|
readonly 100: any;
|
|
237
237
|
readonly 200: any;
|
|
238
238
|
readonly 300: any;
|
|
239
239
|
};
|
|
240
240
|
'space-inset': {
|
|
241
|
-
readonly
|
|
241
|
+
readonly 0: any;
|
|
242
242
|
readonly 50: any;
|
|
243
243
|
readonly 100: any;
|
|
244
244
|
readonly 150: any;
|
|
@@ -251,7 +251,7 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Pick<Omit<{}, neve
|
|
|
251
251
|
readonly 1600: any;
|
|
252
252
|
};
|
|
253
253
|
'space-offset': {
|
|
254
|
-
readonly
|
|
254
|
+
readonly 0: any;
|
|
255
255
|
readonly 50: any;
|
|
256
256
|
readonly 100: any;
|
|
257
257
|
readonly 150: any;
|
|
@@ -262,7 +262,7 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Pick<Omit<{}, neve
|
|
|
262
262
|
readonly 800: any;
|
|
263
263
|
readonly 1200: any;
|
|
264
264
|
readonly 1600: any;
|
|
265
|
-
readonly 'stacking-
|
|
265
|
+
readonly 'stacking-0': any;
|
|
266
266
|
readonly 'stacking-100': any;
|
|
267
267
|
readonly 'stacking-200': any;
|
|
268
268
|
readonly 'stacking-300': any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-calendar",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3-dropdown.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"@internationalized/date": "^3.2.0",
|
|
30
30
|
"react-aria": "^3.25.0",
|
|
31
31
|
"react-stately": "^3.23.0",
|
|
32
|
-
"@mirohq/design-system-button": "^3.1.3",
|
|
33
|
-
"@mirohq/design-system-
|
|
32
|
+
"@mirohq/design-system-button": "^3.1.1-dropdown.3",
|
|
33
|
+
"@mirohq/design-system-stitches": "^2.3.2-dropdown.0",
|
|
34
34
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
35
|
-
"@mirohq/design-system-
|
|
36
|
-
"@mirohq/design-system-flex": "^2.1.
|
|
35
|
+
"@mirohq/design-system-icons": "^0.23.1-dropdown.3",
|
|
36
|
+
"@mirohq/design-system-flex": "^2.1.12-dropdown.0"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "rollup -c ../../../rollup.config.js",
|