@mirohq/design-system-typography 0.4.14 → 0.4.15

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