@mirohq/design-system-stitches 2.3.6 → 2.3.8
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 +81 -0
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -102,17 +102,26 @@ declare const config: {
|
|
|
102
102
|
"background-neutrals-page"?: any;
|
|
103
103
|
"background-neutrals-page-subtle"?: any;
|
|
104
104
|
"background-neutrals-scrolls"?: any;
|
|
105
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
105
106
|
"background-neutrals-scrolls-hover"?: any;
|
|
107
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
108
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
106
109
|
"background-neutrals-subtle"?: any;
|
|
107
110
|
"background-neutrals-subtle-active"?: any;
|
|
108
111
|
"background-neutrals-subtle-hover"?: any;
|
|
109
112
|
"background-primary-prominent"?: any;
|
|
110
113
|
"background-primary-prominent-active"?: any;
|
|
114
|
+
"background-primary-prominent-expanded"?: any;
|
|
111
115
|
"background-primary-prominent-hover"?: any;
|
|
116
|
+
"background-primary-prominent-pressed"?: any;
|
|
117
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
112
118
|
"background-primary-prominent-selected"?: any;
|
|
113
119
|
"background-primary-subtle"?: any;
|
|
114
120
|
"background-primary-subtle-active"?: any;
|
|
121
|
+
"background-primary-subtle-expanded"?: any;
|
|
115
122
|
"background-primary-subtle-hover"?: any;
|
|
123
|
+
"background-primary-subtle-pressed"?: any;
|
|
124
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
116
125
|
"background-primary-subtle-selected"?: any;
|
|
117
126
|
"background-success"?: any;
|
|
118
127
|
"background-warning-prominent"?: any;
|
|
@@ -560,17 +569,26 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
560
569
|
"background-neutrals-page"?: string | number | boolean | undefined;
|
|
561
570
|
"background-neutrals-page-subtle"?: string | number | boolean | undefined;
|
|
562
571
|
"background-neutrals-scrolls"?: string | number | boolean | undefined;
|
|
572
|
+
"background-neutrals-scrolls-expanded"?: string | number | boolean | undefined;
|
|
563
573
|
"background-neutrals-scrolls-hover"?: string | number | boolean | undefined;
|
|
574
|
+
"background-neutrals-scrolls-pressed"?: string | number | boolean | undefined;
|
|
575
|
+
"background-neutrals-scrolls-pressed-hover"?: string | number | boolean | undefined;
|
|
564
576
|
"background-neutrals-subtle"?: string | number | boolean | undefined;
|
|
565
577
|
"background-neutrals-subtle-active"?: string | number | boolean | undefined;
|
|
566
578
|
"background-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
567
579
|
"background-primary-prominent"?: string | number | boolean | undefined;
|
|
568
580
|
"background-primary-prominent-active"?: string | number | boolean | undefined;
|
|
581
|
+
"background-primary-prominent-expanded"?: string | number | boolean | undefined;
|
|
569
582
|
"background-primary-prominent-hover"?: string | number | boolean | undefined;
|
|
583
|
+
"background-primary-prominent-pressed"?: string | number | boolean | undefined;
|
|
584
|
+
"background-primary-prominent-pressed-hover"?: string | number | boolean | undefined;
|
|
570
585
|
"background-primary-prominent-selected"?: string | number | boolean | undefined;
|
|
571
586
|
"background-primary-subtle"?: string | number | boolean | undefined;
|
|
572
587
|
"background-primary-subtle-active"?: string | number | boolean | undefined;
|
|
588
|
+
"background-primary-subtle-expanded"?: string | number | boolean | undefined;
|
|
573
589
|
"background-primary-subtle-hover"?: string | number | boolean | undefined;
|
|
590
|
+
"background-primary-subtle-pressed"?: string | number | boolean | undefined;
|
|
591
|
+
"background-primary-subtle-pressed-hover"?: string | number | boolean | undefined;
|
|
574
592
|
"background-primary-subtle-selected"?: string | number | boolean | undefined;
|
|
575
593
|
"background-success"?: string | number | boolean | undefined;
|
|
576
594
|
"background-warning-prominent"?: string | number | boolean | undefined;
|
|
@@ -838,17 +856,26 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
838
856
|
"background-neutrals-page"?: string | number | boolean | undefined;
|
|
839
857
|
"background-neutrals-page-subtle"?: string | number | boolean | undefined;
|
|
840
858
|
"background-neutrals-scrolls"?: string | number | boolean | undefined;
|
|
859
|
+
"background-neutrals-scrolls-expanded"?: string | number | boolean | undefined;
|
|
841
860
|
"background-neutrals-scrolls-hover"?: string | number | boolean | undefined;
|
|
861
|
+
"background-neutrals-scrolls-pressed"?: string | number | boolean | undefined;
|
|
862
|
+
"background-neutrals-scrolls-pressed-hover"?: string | number | boolean | undefined;
|
|
842
863
|
"background-neutrals-subtle"?: string | number | boolean | undefined;
|
|
843
864
|
"background-neutrals-subtle-active"?: string | number | boolean | undefined;
|
|
844
865
|
"background-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
845
866
|
"background-primary-prominent"?: string | number | boolean | undefined;
|
|
846
867
|
"background-primary-prominent-active"?: string | number | boolean | undefined;
|
|
868
|
+
"background-primary-prominent-expanded"?: string | number | boolean | undefined;
|
|
847
869
|
"background-primary-prominent-hover"?: string | number | boolean | undefined;
|
|
870
|
+
"background-primary-prominent-pressed"?: string | number | boolean | undefined;
|
|
871
|
+
"background-primary-prominent-pressed-hover"?: string | number | boolean | undefined;
|
|
848
872
|
"background-primary-prominent-selected"?: string | number | boolean | undefined;
|
|
849
873
|
"background-primary-subtle"?: string | number | boolean | undefined;
|
|
850
874
|
"background-primary-subtle-active"?: string | number | boolean | undefined;
|
|
875
|
+
"background-primary-subtle-expanded"?: string | number | boolean | undefined;
|
|
851
876
|
"background-primary-subtle-hover"?: string | number | boolean | undefined;
|
|
877
|
+
"background-primary-subtle-pressed"?: string | number | boolean | undefined;
|
|
878
|
+
"background-primary-subtle-pressed-hover"?: string | number | boolean | undefined;
|
|
852
879
|
"background-primary-subtle-selected"?: string | number | boolean | undefined;
|
|
853
880
|
"background-success"?: string | number | boolean | undefined;
|
|
854
881
|
"background-warning-prominent"?: string | number | boolean | undefined;
|
|
@@ -1122,17 +1149,26 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1122
1149
|
"background-neutrals-page"?: any;
|
|
1123
1150
|
"background-neutrals-page-subtle"?: any;
|
|
1124
1151
|
"background-neutrals-scrolls"?: any;
|
|
1152
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
1125
1153
|
"background-neutrals-scrolls-hover"?: any;
|
|
1154
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
1155
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
1126
1156
|
"background-neutrals-subtle"?: any;
|
|
1127
1157
|
"background-neutrals-subtle-active"?: any;
|
|
1128
1158
|
"background-neutrals-subtle-hover"?: any;
|
|
1129
1159
|
"background-primary-prominent"?: any;
|
|
1130
1160
|
"background-primary-prominent-active"?: any;
|
|
1161
|
+
"background-primary-prominent-expanded"?: any;
|
|
1131
1162
|
"background-primary-prominent-hover"?: any;
|
|
1163
|
+
"background-primary-prominent-pressed"?: any;
|
|
1164
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
1132
1165
|
"background-primary-prominent-selected"?: any;
|
|
1133
1166
|
"background-primary-subtle"?: any;
|
|
1134
1167
|
"background-primary-subtle-active"?: any;
|
|
1168
|
+
"background-primary-subtle-expanded"?: any;
|
|
1135
1169
|
"background-primary-subtle-hover"?: any;
|
|
1170
|
+
"background-primary-subtle-pressed"?: any;
|
|
1171
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
1136
1172
|
"background-primary-subtle-selected"?: any;
|
|
1137
1173
|
"background-success"?: any;
|
|
1138
1174
|
"background-warning-prominent"?: any;
|
|
@@ -1595,17 +1631,26 @@ declare const globalCss: <Styles extends {
|
|
|
1595
1631
|
"background-neutrals-page"?: any;
|
|
1596
1632
|
"background-neutrals-page-subtle"?: any;
|
|
1597
1633
|
"background-neutrals-scrolls"?: any;
|
|
1634
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
1598
1635
|
"background-neutrals-scrolls-hover"?: any;
|
|
1636
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
1637
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
1599
1638
|
"background-neutrals-subtle"?: any;
|
|
1600
1639
|
"background-neutrals-subtle-active"?: any;
|
|
1601
1640
|
"background-neutrals-subtle-hover"?: any;
|
|
1602
1641
|
"background-primary-prominent"?: any;
|
|
1603
1642
|
"background-primary-prominent-active"?: any;
|
|
1643
|
+
"background-primary-prominent-expanded"?: any;
|
|
1604
1644
|
"background-primary-prominent-hover"?: any;
|
|
1645
|
+
"background-primary-prominent-pressed"?: any;
|
|
1646
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
1605
1647
|
"background-primary-prominent-selected"?: any;
|
|
1606
1648
|
"background-primary-subtle"?: any;
|
|
1607
1649
|
"background-primary-subtle-active"?: any;
|
|
1650
|
+
"background-primary-subtle-expanded"?: any;
|
|
1608
1651
|
"background-primary-subtle-hover"?: any;
|
|
1652
|
+
"background-primary-subtle-pressed"?: any;
|
|
1653
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
1609
1654
|
"background-primary-subtle-selected"?: any;
|
|
1610
1655
|
"background-success"?: any;
|
|
1611
1656
|
"background-warning-prominent"?: any;
|
|
@@ -2050,17 +2095,26 @@ declare const globalCss: <Styles extends {
|
|
|
2050
2095
|
"background-neutrals-page"?: any;
|
|
2051
2096
|
"background-neutrals-page-subtle"?: any;
|
|
2052
2097
|
"background-neutrals-scrolls"?: any;
|
|
2098
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
2053
2099
|
"background-neutrals-scrolls-hover"?: any;
|
|
2100
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
2101
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
2054
2102
|
"background-neutrals-subtle"?: any;
|
|
2055
2103
|
"background-neutrals-subtle-active"?: any;
|
|
2056
2104
|
"background-neutrals-subtle-hover"?: any;
|
|
2057
2105
|
"background-primary-prominent"?: any;
|
|
2058
2106
|
"background-primary-prominent-active"?: any;
|
|
2107
|
+
"background-primary-prominent-expanded"?: any;
|
|
2059
2108
|
"background-primary-prominent-hover"?: any;
|
|
2109
|
+
"background-primary-prominent-pressed"?: any;
|
|
2110
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
2060
2111
|
"background-primary-prominent-selected"?: any;
|
|
2061
2112
|
"background-primary-subtle"?: any;
|
|
2062
2113
|
"background-primary-subtle-active"?: any;
|
|
2114
|
+
"background-primary-subtle-expanded"?: any;
|
|
2063
2115
|
"background-primary-subtle-hover"?: any;
|
|
2116
|
+
"background-primary-subtle-pressed"?: any;
|
|
2117
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
2064
2118
|
"background-primary-subtle-selected"?: any;
|
|
2065
2119
|
"background-success"?: any;
|
|
2066
2120
|
"background-warning-prominent"?: any;
|
|
@@ -2506,17 +2560,26 @@ declare const keyframes: (style: {
|
|
|
2506
2560
|
"background-neutrals-page"?: any;
|
|
2507
2561
|
"background-neutrals-page-subtle"?: any;
|
|
2508
2562
|
"background-neutrals-scrolls"?: any;
|
|
2563
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
2509
2564
|
"background-neutrals-scrolls-hover"?: any;
|
|
2565
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
2566
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
2510
2567
|
"background-neutrals-subtle"?: any;
|
|
2511
2568
|
"background-neutrals-subtle-active"?: any;
|
|
2512
2569
|
"background-neutrals-subtle-hover"?: any;
|
|
2513
2570
|
"background-primary-prominent"?: any;
|
|
2514
2571
|
"background-primary-prominent-active"?: any;
|
|
2572
|
+
"background-primary-prominent-expanded"?: any;
|
|
2515
2573
|
"background-primary-prominent-hover"?: any;
|
|
2574
|
+
"background-primary-prominent-pressed"?: any;
|
|
2575
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
2516
2576
|
"background-primary-prominent-selected"?: any;
|
|
2517
2577
|
"background-primary-subtle"?: any;
|
|
2518
2578
|
"background-primary-subtle-active"?: any;
|
|
2579
|
+
"background-primary-subtle-expanded"?: any;
|
|
2519
2580
|
"background-primary-subtle-hover"?: any;
|
|
2581
|
+
"background-primary-subtle-pressed"?: any;
|
|
2582
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
2520
2583
|
"background-primary-subtle-selected"?: any;
|
|
2521
2584
|
"background-success"?: any;
|
|
2522
2585
|
"background-warning-prominent"?: any;
|
|
@@ -3184,17 +3247,26 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
3184
3247
|
"background-neutrals-page"?: any;
|
|
3185
3248
|
"background-neutrals-page-subtle"?: any;
|
|
3186
3249
|
"background-neutrals-scrolls"?: any;
|
|
3250
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
3187
3251
|
"background-neutrals-scrolls-hover"?: any;
|
|
3252
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
3253
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
3188
3254
|
"background-neutrals-subtle"?: any;
|
|
3189
3255
|
"background-neutrals-subtle-active"?: any;
|
|
3190
3256
|
"background-neutrals-subtle-hover"?: any;
|
|
3191
3257
|
"background-primary-prominent"?: any;
|
|
3192
3258
|
"background-primary-prominent-active"?: any;
|
|
3259
|
+
"background-primary-prominent-expanded"?: any;
|
|
3193
3260
|
"background-primary-prominent-hover"?: any;
|
|
3261
|
+
"background-primary-prominent-pressed"?: any;
|
|
3262
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
3194
3263
|
"background-primary-prominent-selected"?: any;
|
|
3195
3264
|
"background-primary-subtle"?: any;
|
|
3196
3265
|
"background-primary-subtle-active"?: any;
|
|
3266
|
+
"background-primary-subtle-expanded"?: any;
|
|
3197
3267
|
"background-primary-subtle-hover"?: any;
|
|
3268
|
+
"background-primary-subtle-pressed"?: any;
|
|
3269
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
3198
3270
|
"background-primary-subtle-selected"?: any;
|
|
3199
3271
|
"background-success"?: any;
|
|
3200
3272
|
"background-warning-prominent"?: any;
|
|
@@ -3641,17 +3713,26 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
3641
3713
|
"background-neutrals-page"?: any;
|
|
3642
3714
|
"background-neutrals-page-subtle"?: any;
|
|
3643
3715
|
"background-neutrals-scrolls"?: any;
|
|
3716
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
3644
3717
|
"background-neutrals-scrolls-hover"?: any;
|
|
3718
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
3719
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
3645
3720
|
"background-neutrals-subtle"?: any;
|
|
3646
3721
|
"background-neutrals-subtle-active"?: any;
|
|
3647
3722
|
"background-neutrals-subtle-hover"?: any;
|
|
3648
3723
|
"background-primary-prominent"?: any;
|
|
3649
3724
|
"background-primary-prominent-active"?: any;
|
|
3725
|
+
"background-primary-prominent-expanded"?: any;
|
|
3650
3726
|
"background-primary-prominent-hover"?: any;
|
|
3727
|
+
"background-primary-prominent-pressed"?: any;
|
|
3728
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
3651
3729
|
"background-primary-prominent-selected"?: any;
|
|
3652
3730
|
"background-primary-subtle"?: any;
|
|
3653
3731
|
"background-primary-subtle-active"?: any;
|
|
3732
|
+
"background-primary-subtle-expanded"?: any;
|
|
3654
3733
|
"background-primary-subtle-hover"?: any;
|
|
3734
|
+
"background-primary-subtle-pressed"?: any;
|
|
3735
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
3655
3736
|
"background-primary-subtle-selected"?: any;
|
|
3656
3737
|
"background-success"?: any;
|
|
3657
3738
|
"background-warning-prominent"?: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-stitches",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"lodash.merge": "^4.6.2",
|
|
30
|
-
"@mirohq/design-system-themes": "^0.
|
|
31
|
-
"@mirohq/design-system-types": "^0.6.
|
|
32
|
-
"@mirohq/design-tokens": "^3.0.
|
|
30
|
+
"@mirohq/design-system-themes": "^0.3.1",
|
|
31
|
+
"@mirohq/design-system-types": "^0.6.1",
|
|
32
|
+
"@mirohq/design-tokens": "^3.0.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|