@jitera/jitera-web-ui-library 1.26.0 → 1.27.0

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/index.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -173,13 +173,13 @@ declare type BaseLinkProps = React.AnchorHTMLAttributes<HTMLAnchorElement>
173
173
  declare type TextProps = PreviewProps &
174
174
  BaseTextProps &
175
175
  BaseLinkProps & {
176
- textType?: TextTypeEnum
176
+ textType?: `${TextTypeEnum}`
177
177
  }
178
178
  declare const Text: React.ForwardRefExoticComponent<
179
179
  PreviewProps &
180
180
  BaseTextProps &
181
181
  BaseLinkProps & {
182
- textType?: TextTypeEnum
182
+ textType?: `${TextTypeEnum}`
183
183
  } & React.RefAttributes<HTMLDivElement & HTMLAnchorElement>
184
184
  >
185
185
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitera/jitera-web-ui-library",
3
- "version": "1.26.0",
3
+ "version": "1.27.0",
4
4
  "description": "atoms and component for web project",
5
5
  "sideEffects": [
6
6
  "*.css"