@mirohq/design-system-stitches 3.0.1-sync-design-tokens.1 → 3.0.1
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 +64 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -443,6 +443,14 @@ declare const config: {
|
|
|
443
443
|
"border-success-subtle": /*elided*/ any;
|
|
444
444
|
"border-warning": /*elided*/ any;
|
|
445
445
|
"border-warning-subtle": /*elided*/ any;
|
|
446
|
+
"format-icon-diagram": /*elided*/ any;
|
|
447
|
+
"format-icon-docs": /*elided*/ any;
|
|
448
|
+
"format-icon-external": /*elided*/ any;
|
|
449
|
+
"format-icon-kanban": /*elided*/ any;
|
|
450
|
+
"format-icon-prototype": /*elided*/ any;
|
|
451
|
+
"format-icon-slides": /*elided*/ any;
|
|
452
|
+
"format-icon-table": /*elided*/ any;
|
|
453
|
+
"format-icon-timeline": /*elided*/ any;
|
|
446
454
|
"button-background-primary": /*elided*/ any;
|
|
447
455
|
"button-background-primary-hover": /*elided*/ any;
|
|
448
456
|
"button-background-primary-pressed": /*elided*/ any;
|
|
@@ -1419,6 +1427,14 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1419
1427
|
"border-success-subtle"?: string | number | boolean | undefined;
|
|
1420
1428
|
"border-warning"?: string | number | boolean | undefined;
|
|
1421
1429
|
"border-warning-subtle"?: string | number | boolean | undefined;
|
|
1430
|
+
"format-icon-diagram"?: string | number | boolean | undefined;
|
|
1431
|
+
"format-icon-docs"?: string | number | boolean | undefined;
|
|
1432
|
+
"format-icon-external"?: string | number | boolean | undefined;
|
|
1433
|
+
"format-icon-kanban"?: string | number | boolean | undefined;
|
|
1434
|
+
"format-icon-prototype"?: string | number | boolean | undefined;
|
|
1435
|
+
"format-icon-slides"?: string | number | boolean | undefined;
|
|
1436
|
+
"format-icon-table"?: string | number | boolean | undefined;
|
|
1437
|
+
"format-icon-timeline"?: string | number | boolean | undefined;
|
|
1422
1438
|
"button-background-primary"?: string | number | boolean | undefined;
|
|
1423
1439
|
"button-background-primary-hover"?: string | number | boolean | undefined;
|
|
1424
1440
|
"button-background-primary-pressed"?: string | number | boolean | undefined;
|
|
@@ -2241,6 +2257,14 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
2241
2257
|
"border-success-subtle"?: string | number | boolean | undefined;
|
|
2242
2258
|
"border-warning"?: string | number | boolean | undefined;
|
|
2243
2259
|
"border-warning-subtle"?: string | number | boolean | undefined;
|
|
2260
|
+
"format-icon-diagram"?: string | number | boolean | undefined;
|
|
2261
|
+
"format-icon-docs"?: string | number | boolean | undefined;
|
|
2262
|
+
"format-icon-external"?: string | number | boolean | undefined;
|
|
2263
|
+
"format-icon-kanban"?: string | number | boolean | undefined;
|
|
2264
|
+
"format-icon-prototype"?: string | number | boolean | undefined;
|
|
2265
|
+
"format-icon-slides"?: string | number | boolean | undefined;
|
|
2266
|
+
"format-icon-table"?: string | number | boolean | undefined;
|
|
2267
|
+
"format-icon-timeline"?: string | number | boolean | undefined;
|
|
2244
2268
|
"button-background-primary"?: string | number | boolean | undefined;
|
|
2245
2269
|
"button-background-primary-hover"?: string | number | boolean | undefined;
|
|
2246
2270
|
"button-background-primary-pressed"?: string | number | boolean | undefined;
|
|
@@ -3069,6 +3093,14 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
3069
3093
|
"border-success-subtle": /*elided*/ any;
|
|
3070
3094
|
"border-warning": /*elided*/ any;
|
|
3071
3095
|
"border-warning-subtle": /*elided*/ any;
|
|
3096
|
+
"format-icon-diagram": /*elided*/ any;
|
|
3097
|
+
"format-icon-docs": /*elided*/ any;
|
|
3098
|
+
"format-icon-external": /*elided*/ any;
|
|
3099
|
+
"format-icon-kanban": /*elided*/ any;
|
|
3100
|
+
"format-icon-prototype": /*elided*/ any;
|
|
3101
|
+
"format-icon-slides": /*elided*/ any;
|
|
3102
|
+
"format-icon-table": /*elided*/ any;
|
|
3103
|
+
"format-icon-timeline": /*elided*/ any;
|
|
3072
3104
|
"button-background-primary": /*elided*/ any;
|
|
3073
3105
|
"button-background-primary-hover": /*elided*/ any;
|
|
3074
3106
|
"button-background-primary-pressed": /*elided*/ any;
|
|
@@ -4060,6 +4092,14 @@ declare const globalCss: <Styles extends {
|
|
|
4060
4092
|
"border-success-subtle": /*elided*/ any;
|
|
4061
4093
|
"border-warning": /*elided*/ any;
|
|
4062
4094
|
"border-warning-subtle": /*elided*/ any;
|
|
4095
|
+
"format-icon-diagram": /*elided*/ any;
|
|
4096
|
+
"format-icon-docs": /*elided*/ any;
|
|
4097
|
+
"format-icon-external": /*elided*/ any;
|
|
4098
|
+
"format-icon-kanban": /*elided*/ any;
|
|
4099
|
+
"format-icon-prototype": /*elided*/ any;
|
|
4100
|
+
"format-icon-slides": /*elided*/ any;
|
|
4101
|
+
"format-icon-table": /*elided*/ any;
|
|
4102
|
+
"format-icon-timeline": /*elided*/ any;
|
|
4063
4103
|
"button-background-primary": /*elided*/ any;
|
|
4064
4104
|
"button-background-primary-hover": /*elided*/ any;
|
|
4065
4105
|
"button-background-primary-pressed": /*elided*/ any;
|
|
@@ -5033,6 +5073,14 @@ declare const globalCss: <Styles extends {
|
|
|
5033
5073
|
"border-success-subtle": /*elided*/ any;
|
|
5034
5074
|
"border-warning": /*elided*/ any;
|
|
5035
5075
|
"border-warning-subtle": /*elided*/ any;
|
|
5076
|
+
"format-icon-diagram": /*elided*/ any;
|
|
5077
|
+
"format-icon-docs": /*elided*/ any;
|
|
5078
|
+
"format-icon-external": /*elided*/ any;
|
|
5079
|
+
"format-icon-kanban": /*elided*/ any;
|
|
5080
|
+
"format-icon-prototype": /*elided*/ any;
|
|
5081
|
+
"format-icon-slides": /*elided*/ any;
|
|
5082
|
+
"format-icon-table": /*elided*/ any;
|
|
5083
|
+
"format-icon-timeline": /*elided*/ any;
|
|
5036
5084
|
"button-background-primary": /*elided*/ any;
|
|
5037
5085
|
"button-background-primary-hover": /*elided*/ any;
|
|
5038
5086
|
"button-background-primary-pressed": /*elided*/ any;
|
|
@@ -6009,6 +6057,14 @@ declare const keyframes: (style: {
|
|
|
6009
6057
|
"border-success-subtle": /*elided*/ any;
|
|
6010
6058
|
"border-warning": /*elided*/ any;
|
|
6011
6059
|
"border-warning-subtle": /*elided*/ any;
|
|
6060
|
+
"format-icon-diagram": /*elided*/ any;
|
|
6061
|
+
"format-icon-docs": /*elided*/ any;
|
|
6062
|
+
"format-icon-external": /*elided*/ any;
|
|
6063
|
+
"format-icon-kanban": /*elided*/ any;
|
|
6064
|
+
"format-icon-prototype": /*elided*/ any;
|
|
6065
|
+
"format-icon-slides": /*elided*/ any;
|
|
6066
|
+
"format-icon-table": /*elided*/ any;
|
|
6067
|
+
"format-icon-timeline": /*elided*/ any;
|
|
6012
6068
|
"button-background-primary": /*elided*/ any;
|
|
6013
6069
|
"button-background-primary-hover": /*elided*/ any;
|
|
6014
6070
|
"button-background-primary-pressed": /*elided*/ any;
|
|
@@ -7154,6 +7210,14 @@ declare const theme: {
|
|
|
7154
7210
|
"border-success-subtle": _mirohq_design_system_themes.Color;
|
|
7155
7211
|
"border-warning": _mirohq_design_system_themes.Color;
|
|
7156
7212
|
"border-warning-subtle": _mirohq_design_system_themes.Color;
|
|
7213
|
+
"format-icon-diagram": _mirohq_design_system_themes.Color;
|
|
7214
|
+
"format-icon-docs": _mirohq_design_system_themes.Color;
|
|
7215
|
+
"format-icon-external": _mirohq_design_system_themes.Color;
|
|
7216
|
+
"format-icon-kanban": _mirohq_design_system_themes.Color;
|
|
7217
|
+
"format-icon-prototype": _mirohq_design_system_themes.Color;
|
|
7218
|
+
"format-icon-slides": _mirohq_design_system_themes.Color;
|
|
7219
|
+
"format-icon-table": _mirohq_design_system_themes.Color;
|
|
7220
|
+
"format-icon-timeline": _mirohq_design_system_themes.Color;
|
|
7157
7221
|
"button-background-primary": _mirohq_design_system_themes.Color;
|
|
7158
7222
|
"button-background-primary-hover": _mirohq_design_system_themes.Color;
|
|
7159
7223
|
"button-background-primary-pressed": _mirohq_design_system_themes.Color;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-stitches",
|
|
3
|
-
"version": "3.0.1
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"lodash.merge": "^4.6.2",
|
|
30
|
-
"@mirohq/design-system-themes": "^1.1.0
|
|
30
|
+
"@mirohq/design-system-themes": "^1.1.0",
|
|
31
31
|
"@mirohq/design-system-types": "^1.0.0",
|
|
32
32
|
"@mirohq/design-tokens": "^7.0.0"
|
|
33
33
|
},
|