@qasa/qds-ui 0.1.10-next.0 → 0.2.0-next.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.
Files changed (30) hide show
  1. package/dist/cjs/index.js +1 -1
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/components/button/button-styles.d.ts +0 -2
  4. package/dist/cjs/types/components/heading/heading.d.ts +0 -1
  5. package/dist/cjs/types/components/icon/create-icon.d.ts +0 -1
  6. package/dist/cjs/types/components/icon-button/icon-button-styles.d.ts +0 -2
  7. package/dist/cjs/types/components/label/label.d.ts +0 -1
  8. package/dist/cjs/types/components/loading-dots/loading-dots.d.ts +0 -1
  9. package/dist/cjs/types/components/paragraph/paragraph.d.ts +0 -1
  10. package/dist/cjs/types/styles/common-styles.d.ts +0 -1
  11. package/dist/cjs/types/theme/foundations/index.d.ts +0 -1
  12. package/dist/cjs/types/theme/foundations/radius.d.ts +0 -1
  13. package/dist/cjs/types/theme/theme-tools.d.ts +0 -1
  14. package/dist/cjs/types/theme/theme.d.ts +0 -1
  15. package/dist/esm/index.js +1 -1
  16. package/dist/esm/index.js.map +1 -1
  17. package/dist/esm/types/components/button/button-styles.d.ts +0 -2
  18. package/dist/esm/types/components/heading/heading.d.ts +0 -1
  19. package/dist/esm/types/components/icon/create-icon.d.ts +0 -1
  20. package/dist/esm/types/components/icon-button/icon-button-styles.d.ts +0 -2
  21. package/dist/esm/types/components/label/label.d.ts +0 -1
  22. package/dist/esm/types/components/loading-dots/loading-dots.d.ts +0 -1
  23. package/dist/esm/types/components/paragraph/paragraph.d.ts +0 -1
  24. package/dist/esm/types/styles/common-styles.d.ts +0 -1
  25. package/dist/esm/types/theme/foundations/index.d.ts +0 -1
  26. package/dist/esm/types/theme/foundations/radius.d.ts +0 -1
  27. package/dist/esm/types/theme/theme-tools.d.ts +0 -1
  28. package/dist/esm/types/theme/theme.d.ts +0 -1
  29. package/dist/index.d.ts +0 -12
  30. package/package.json +1 -1
@@ -182,7 +182,6 @@ export declare const getSizeStyles: (theme: {
182
182
  };
183
183
  radii: {
184
184
  none: string;
185
- xs: string;
186
185
  sm: string;
187
186
  md: string;
188
187
  lg: string;
@@ -546,7 +545,6 @@ export declare const getVariantStyles: (theme: {
546
545
  };
547
546
  radii: {
548
547
  none: string;
549
- xs: string;
550
548
  sm: string;
551
549
  md: string;
552
550
  lg: string;
@@ -184,7 +184,6 @@ declare const getSizeStyles: (theme: {
184
184
  };
185
185
  radii: {
186
186
  none: string;
187
- xs: string;
188
187
  sm: string;
189
188
  md: string;
190
189
  lg: string;
@@ -189,7 +189,6 @@ declare const getSizeStyles: (theme: {
189
189
  };
190
190
  radii: {
191
191
  none: string;
192
- xs: string;
193
192
  sm: string;
194
193
  md: string;
195
194
  lg: string;
@@ -182,7 +182,6 @@ export declare const getSizeStyles: (theme: {
182
182
  };
183
183
  radii: {
184
184
  none: string;
185
- xs: string;
186
185
  sm: string;
187
186
  md: string;
188
187
  lg: string;
@@ -528,7 +527,6 @@ export declare const getVariantStyles: (theme: {
528
527
  };
529
528
  radii: {
530
529
  none: string;
531
- xs: string;
532
530
  sm: string;
533
531
  md: string;
534
532
  lg: string;
@@ -184,7 +184,6 @@ declare const getSizeStyles: (theme: {
184
184
  };
185
185
  radii: {
186
186
  none: string;
187
- xs: string;
188
187
  sm: string;
189
188
  md: string;
190
189
  lg: string;
@@ -185,7 +185,6 @@ declare const getSizeStyles: (theme: {
185
185
  };
186
186
  radii: {
187
187
  none: string;
188
- xs: string;
189
188
  sm: string;
190
189
  md: string;
191
190
  lg: string;
@@ -185,7 +185,6 @@ declare const getSizeStyles: (theme: {
185
185
  };
186
186
  radii: {
187
187
  none: string;
188
- xs: string;
189
188
  sm: string;
190
189
  md: string;
191
190
  lg: string;
@@ -182,7 +182,6 @@ export declare const getFormFieldBaseStyles: (theme: {
182
182
  };
183
183
  radii: {
184
184
  none: string;
185
- xs: string;
186
185
  sm: string;
187
186
  md: string;
188
187
  lg: string;
@@ -187,7 +187,6 @@ export declare const foundations: {
187
187
  };
188
188
  radii: {
189
189
  none: string;
190
- xs: string;
191
190
  sm: string;
192
191
  md: string;
193
192
  lg: string;
@@ -1,6 +1,5 @@
1
1
  export declare const radii: {
2
2
  none: string;
3
- xs: string;
4
3
  sm: string;
5
4
  md: string;
6
5
  lg: string;
@@ -327,7 +327,6 @@ export declare const overrideTheme: (overrides: ThemeOverrides) => {
327
327
  };
328
328
  radii: {
329
329
  none: string;
330
- xs: string;
331
330
  sm: string;
332
331
  md: string;
333
332
  lg: string;
@@ -182,7 +182,6 @@ export declare const theme: {
182
182
  };
183
183
  radii: {
184
184
  none: string;
185
- xs: string;
186
185
  sm: string;
187
186
  md: string;
188
187
  lg: string;
package/dist/index.d.ts CHANGED
@@ -187,7 +187,6 @@ declare const theme: {
187
187
  };
188
188
  radii: {
189
189
  none: string;
190
- xs: string;
191
190
  sm: string;
192
191
  md: string;
193
192
  lg: string;
@@ -667,7 +666,6 @@ declare const overrideTheme: (overrides: ThemeOverrides) => {
667
666
  };
668
667
  radii: {
669
668
  none: string;
670
- xs: string;
671
669
  sm: string;
672
670
  md: string;
673
671
  lg: string;
@@ -923,7 +921,6 @@ declare const getFormFieldBaseStyles: (theme: {
923
921
  };
924
922
  radii: {
925
923
  none: string;
926
- xs: string;
927
924
  sm: string;
928
925
  md: string;
929
926
  lg: string;
@@ -1333,7 +1330,6 @@ declare const getSizeStyles$6: (theme: {
1333
1330
  };
1334
1331
  radii: {
1335
1332
  none: string;
1336
- xs: string;
1337
1333
  sm: string;
1338
1334
  md: string;
1339
1335
  lg: string;
@@ -1697,7 +1693,6 @@ declare const getVariantStyles$1: (theme: {
1697
1693
  };
1698
1694
  radii: {
1699
1695
  none: string;
1700
- xs: string;
1701
1696
  sm: string;
1702
1697
  md: string;
1703
1698
  lg: string;
@@ -2139,7 +2134,6 @@ declare const getSizeStyles$5: (theme: {
2139
2134
  };
2140
2135
  radii: {
2141
2136
  none: string;
2142
- xs: string;
2143
2137
  sm: string;
2144
2138
  md: string;
2145
2139
  lg: string;
@@ -2542,7 +2536,6 @@ declare const getSizeStyles$4: (theme: {
2542
2536
  };
2543
2537
  radii: {
2544
2538
  none: string;
2545
- xs: string;
2546
2539
  sm: string;
2547
2540
  md: string;
2548
2541
  lg: string;
@@ -2996,7 +2989,6 @@ declare const getSizeStyles$3: (theme: {
2996
2989
  };
2997
2990
  radii: {
2998
2991
  none: string;
2999
- xs: string;
3000
2992
  sm: string;
3001
2993
  md: string;
3002
2994
  lg: string;
@@ -3342,7 +3334,6 @@ declare const getVariantStyles: (theme: {
3342
3334
  };
3343
3335
  radii: {
3344
3336
  none: string;
3345
- xs: string;
3346
3337
  sm: string;
3347
3338
  md: string;
3348
3339
  lg: string;
@@ -3809,7 +3800,6 @@ declare const getSizeStyles$2: (theme: {
3809
3800
  };
3810
3801
  radii: {
3811
3802
  none: string;
3812
- xs: string;
3813
3803
  sm: string;
3814
3804
  md: string;
3815
3805
  lg: string;
@@ -4181,7 +4171,6 @@ declare const getSizeStyles$1: (theme: {
4181
4171
  };
4182
4172
  radii: {
4183
4173
  none: string;
4184
- xs: string;
4185
4174
  sm: string;
4186
4175
  md: string;
4187
4176
  lg: string;
@@ -4526,7 +4515,6 @@ declare const getSizeStyles: (theme: {
4526
4515
  };
4527
4516
  radii: {
4528
4517
  none: string;
4529
- xs: string;
4530
4518
  sm: string;
4531
4519
  md: string;
4532
4520
  lg: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qasa/qds-ui",
3
- "version": "0.1.10-next.0",
3
+ "version": "0.2.0-next.1",
4
4
  "license": "UNLICENSED",
5
5
  "repository": {
6
6
  "type": "git",