@zealicsolutions/web-ui 0.3.272 → 0.3.275

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
- import { ContainerComponentProps } from '../../containers';
1
+ import { ContainerComponentProps } from 'containers';
2
2
  import { ContainerDTO } from '../types';
3
3
  export declare const toOrganismItem: ({ children, ...restContainer }: ContainerDTO) => ContainerComponentProps;
@@ -1,2 +1 @@
1
- export { OrganismItem } from './OrganismItem/OrganismItem';
2
1
  export { Organism } from './Organism/Organism';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.272",
3
+ "version": "0.3.275",
4
4
  "testVersion": "0.3.266",
5
5
  "repository": {
6
6
  "type": "git",
@@ -61,7 +61,6 @@
61
61
  "@types/react": "18.0.18",
62
62
  "@types/react-pdf": "6.2.0",
63
63
  "@types/react-text-mask": "5.4.11",
64
- "@types/styled-components": "5.1.26",
65
64
  "@types/styled-system": "5.1.15",
66
65
  "@types/text-mask-addons": "3.8.1",
67
66
  "@typescript-eslint/eslint-plugin": "5.36.2",
@@ -76,7 +75,6 @@
76
75
  "jest": "29.0.2",
77
76
  "jest-environment-jsdom": "29.0.2",
78
77
  "prettier": "2.7.1",
79
- "react-router-dom": "6.3.0",
80
78
  "rimraf": "3.0.2",
81
79
  "rollup": "2.79.0",
82
80
  "rollup-plugin-dts": "4.2.2",
@@ -94,6 +92,7 @@
94
92
  "react-pdf": "6.2.2"
95
93
  },
96
94
  "dependencies": {
95
+ "react-router-dom": "6.3.0",
97
96
  "@emotion/react": "^11.13.3",
98
97
  "@emotion/styled": "^11.13.0",
99
98
  "@mui/material": "6.1.5",