@mirohq/design-system-typography 0.4.15 → 0.4.16

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 +3 -3
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -271,8 +271,8 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_syste
271
271
  "focus-small-outline": any;
272
272
  "focus-large": any;
273
273
  "focus-controls": any;
274
+ "focus-small-error": any;
274
275
  "focus-controls-error": any;
275
- "focus-controls-error-small": any;
276
276
  "focus-controls-success": any;
277
277
  };
278
278
  sizes: {
@@ -780,8 +780,8 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
780
780
  "focus-small-outline": any;
781
781
  "focus-large": any;
782
782
  "focus-controls": any;
783
+ "focus-small-error": any;
783
784
  "focus-controls-error": any;
784
- "focus-controls-error-small": any;
785
785
  "focus-controls-success": any;
786
786
  };
787
787
  sizes: {
@@ -1293,8 +1293,8 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
1293
1293
  "focus-small-outline": any;
1294
1294
  "focus-large": any;
1295
1295
  "focus-controls": any;
1296
+ "focus-small-error": any;
1296
1297
  "focus-controls-error": any;
1297
- "focus-controls-error-small": any;
1298
1298
  "focus-controls-success": any;
1299
1299
  };
1300
1300
  sizes: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-typography",
3
- "version": "0.4.15",
3
+ "version": "0.4.16",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@mirohq/design-system-primitive": "^1.1.2",
30
- "@mirohq/design-system-stitches": "^2.6.5"
30
+ "@mirohq/design-system-stitches": "^2.6.6"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rollup -c ../../../rollup.config.js",