@arthurzakharov/ui-kit 2.2.0 → 2.2.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 (2) hide show
  1. package/dist/main.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/main.d.ts CHANGED
@@ -46,6 +46,6 @@ export { Payment, type PaymentBlockProps, type PaymentGlassProps, type PaymentIn
46
46
  export { Sidebar, type SidebarProps } from './components/sidebar';
47
47
  export { Signature } from './components/signature';
48
48
  export { Svg, type SvgProps } from './utils/svg/svg.component';
49
- export { Text } from './components/text';
49
+ export { Text, type TextProps } from './components/text';
50
50
  export { UserPanel } from './components/user-panel';
51
51
  export { Warranty, type WarrantyProps } from './components/warranty';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arthurzakharov/ui-kit",
3
3
  "private": false,
4
- "version": "2.2.0",
4
+ "version": "2.2.1",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",