@mirohq/design-system-grid 2.1.25 → 2.1.26

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +26 -0
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -139,6 +139,9 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<{
139
139
  "background-primary-subtle-pressed-hover"?: any;
140
140
  "background-primary-subtle-selected"?: any;
141
141
  "background-success"?: any;
142
+ "background-success-prominent"?: any;
143
+ "background-success-prominent-active"?: any;
144
+ "background-success-prominent-hover"?: any;
142
145
  "background-warning-prominent"?: any;
143
146
  "background-warning-subtle"?: any;
144
147
  "border-danger"?: any;
@@ -167,6 +170,8 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<{
167
170
  "border-primary-hover"?: any;
168
171
  "border-primary-inverted"?: any;
169
172
  "border-success"?: any;
173
+ "border-success-active"?: any;
174
+ "border-success-hover"?: any;
170
175
  "border-warning"?: any;
171
176
  "icon-danger"?: any;
172
177
  "icon-danger-active"?: any;
@@ -186,9 +191,12 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<{
186
191
  "icon-primary-inverted"?: any;
187
192
  "icon-primary-selected"?: any;
188
193
  "icon-success"?: any;
194
+ "icon-success-active"?: any;
195
+ "icon-success-hover"?: any;
189
196
  "icon-success-inverted"?: any;
190
197
  "icon-warning"?: any;
191
198
  "icon-warning-prominent"?: any;
199
+ "icon-warning-subtle"?: any;
192
200
  "text-danger"?: any;
193
201
  "text-danger-active"?: any;
194
202
  "text-danger-hover"?: any;
@@ -210,7 +218,11 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<{
210
218
  "text-primary-inverted-subtle"?: any;
211
219
  "text-primary-selected"?: any;
212
220
  "text-success"?: any;
221
+ "text-success-active"?: any;
222
+ "text-success-hover"?: any;
223
+ "text-success-inverted"?: any;
213
224
  "text-warning"?: any;
225
+ "text-warning-subtle"?: any;
214
226
  };
215
227
  'font-sizes': {
216
228
  readonly 150: "0.75rem";
@@ -253,6 +265,7 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<{
253
265
  };
254
266
  space: {
255
267
  readonly 0: "0px";
268
+ readonly 25: "2px";
256
269
  readonly 50: "4px";
257
270
  readonly 100: "8px";
258
271
  readonly 150: "12px";
@@ -639,6 +652,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
639
652
  "background-primary-subtle-pressed-hover"?: any;
640
653
  "background-primary-subtle-selected"?: any;
641
654
  "background-success"?: any;
655
+ "background-success-prominent"?: any;
656
+ "background-success-prominent-active"?: any;
657
+ "background-success-prominent-hover"?: any;
642
658
  "background-warning-prominent"?: any;
643
659
  "background-warning-subtle"?: any;
644
660
  "border-danger"?: any;
@@ -667,6 +683,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
667
683
  "border-primary-hover"?: any;
668
684
  "border-primary-inverted"?: any;
669
685
  "border-success"?: any;
686
+ "border-success-active"?: any;
687
+ "border-success-hover"?: any;
670
688
  "border-warning"?: any;
671
689
  "icon-danger"?: any;
672
690
  "icon-danger-active"?: any;
@@ -686,9 +704,12 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
686
704
  "icon-primary-inverted"?: any;
687
705
  "icon-primary-selected"?: any;
688
706
  "icon-success"?: any;
707
+ "icon-success-active"?: any;
708
+ "icon-success-hover"?: any;
689
709
  "icon-success-inverted"?: any;
690
710
  "icon-warning"?: any;
691
711
  "icon-warning-prominent"?: any;
712
+ "icon-warning-subtle"?: any;
692
713
  "text-danger"?: any;
693
714
  "text-danger-active"?: any;
694
715
  "text-danger-hover"?: any;
@@ -710,7 +731,11 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
710
731
  "text-primary-inverted-subtle"?: any;
711
732
  "text-primary-selected"?: any;
712
733
  "text-success"?: any;
734
+ "text-success-active"?: any;
735
+ "text-success-hover"?: any;
736
+ "text-success-inverted"?: any;
713
737
  "text-warning"?: any;
738
+ "text-warning-subtle"?: any;
714
739
  };
715
740
  'font-sizes': {
716
741
  readonly 150: "0.75rem";
@@ -753,6 +778,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
753
778
  };
754
779
  space: {
755
780
  readonly 0: "0px";
781
+ readonly 25: "2px";
756
782
  readonly 50: "4px";
757
783
  readonly 100: "8px";
758
784
  readonly 150: "12px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-grid",
3
- "version": "2.1.25",
3
+ "version": "2.1.26",
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.1",
30
- "@mirohq/design-system-utils": "^0.14.3",
31
- "@mirohq/design-system-stitches": "^2.3.13"
30
+ "@mirohq/design-system-stitches": "^2.3.14",
31
+ "@mirohq/design-system-utils": "^0.14.3"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "rollup -c ../../../rollup.config.js",