@jitera/jitera-web-ui-library 1.10.0 → 1.11.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 +8 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,5 +1,11 @@
1
1
  /// <reference types="react" />
2
- import React, { ReactNode, ForwardRefExoticComponent, RefAttributes, ReactElement } from 'react'
2
+ import React, {
3
+ ReactNode,
4
+ CSSProperties,
5
+ ForwardRefExoticComponent,
6
+ RefAttributes,
7
+ ReactElement
8
+ } from 'react'
3
9
  import {
4
10
  ButtonProps as ButtonProps$1,
5
11
  ColProps as ColProps$1,
@@ -41,6 +47,7 @@ interface BoxProps
41
47
  extends PreviewProps,
42
48
  ComponentProps<{
43
49
  children?: ReactNode | undefined
50
+ style?: CSSProperties
44
51
  }> {}
45
52
  declare const Box: React.ForwardRefExoticComponent<BoxProps & React.RefAttributes<HTMLDivElement>>
46
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitera/jitera-web-ui-library",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "description": "atoms and component for web project",
5
5
  "sideEffects": [
6
6
  "*.css"