@mirohq/design-system-calendar 0.1.35 → 0.1.36
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 +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -128,6 +128,9 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
128
128
|
"background-primary-subtle-pressed-hover"?: any;
|
|
129
129
|
"background-primary-subtle-selected"?: any;
|
|
130
130
|
"background-success"?: any;
|
|
131
|
+
"background-success-prominent"?: any;
|
|
132
|
+
"background-success-prominent-active"?: any;
|
|
133
|
+
"background-success-prominent-hover"?: any;
|
|
131
134
|
"background-warning-prominent"?: any;
|
|
132
135
|
"background-warning-subtle"?: any;
|
|
133
136
|
"border-danger"?: any;
|
|
@@ -156,6 +159,8 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
156
159
|
"border-primary-hover"?: any;
|
|
157
160
|
"border-primary-inverted"?: any;
|
|
158
161
|
"border-success"?: any;
|
|
162
|
+
"border-success-active"?: any;
|
|
163
|
+
"border-success-hover"?: any;
|
|
159
164
|
"border-warning"?: any;
|
|
160
165
|
"icon-danger"?: any;
|
|
161
166
|
"icon-danger-active"?: any;
|
|
@@ -175,9 +180,12 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
175
180
|
"icon-primary-inverted"?: any;
|
|
176
181
|
"icon-primary-selected"?: any;
|
|
177
182
|
"icon-success"?: any;
|
|
183
|
+
"icon-success-active"?: any;
|
|
184
|
+
"icon-success-hover"?: any;
|
|
178
185
|
"icon-success-inverted"?: any;
|
|
179
186
|
"icon-warning"?: any;
|
|
180
187
|
"icon-warning-prominent"?: any;
|
|
188
|
+
"icon-warning-subtle"?: any;
|
|
181
189
|
"text-danger"?: any;
|
|
182
190
|
"text-danger-active"?: any;
|
|
183
191
|
"text-danger-hover"?: any;
|
|
@@ -199,7 +207,11 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
199
207
|
"text-primary-inverted-subtle"?: any;
|
|
200
208
|
"text-primary-selected"?: any;
|
|
201
209
|
"text-success"?: any;
|
|
210
|
+
"text-success-active"?: any;
|
|
211
|
+
"text-success-hover"?: any;
|
|
212
|
+
"text-success-inverted"?: any;
|
|
202
213
|
"text-warning"?: any;
|
|
214
|
+
"text-warning-subtle"?: any;
|
|
203
215
|
};
|
|
204
216
|
'font-sizes': {
|
|
205
217
|
readonly 150: "0.75rem";
|
|
@@ -242,6 +254,7 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
242
254
|
};
|
|
243
255
|
space: {
|
|
244
256
|
readonly 0: "0px";
|
|
257
|
+
readonly 25: "2px";
|
|
245
258
|
readonly 50: "4px";
|
|
246
259
|
readonly 100: "8px";
|
|
247
260
|
readonly 150: "12px";
|
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.36",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"@react-types/datepicker": "^3.4.0",
|
|
31
31
|
"react-aria": "^3.25.0",
|
|
32
32
|
"react-stately": "^3.23.0",
|
|
33
|
-
"@mirohq/design-system-button": "^3.1.
|
|
34
|
-
"@mirohq/design-system-flex": "^2.1.
|
|
35
|
-
"@mirohq/design-system-icons": "^0.30.6",
|
|
33
|
+
"@mirohq/design-system-button": "^3.1.23",
|
|
34
|
+
"@mirohq/design-system-flex": "^2.1.27",
|
|
36
35
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
37
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
36
|
+
"@mirohq/design-system-stitches": "^2.3.14",
|
|
37
|
+
"@mirohq/design-system-icons": "^0.30.7"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "rollup -c ../../../rollup.config.js",
|