@televet/kibble-ui 0.1.0-beta.21 → 0.1.0-beta.22

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@televet/kibble-ui",
3
- "version": "0.1.0-beta.21",
3
+ "version": "0.1.0-beta.22",
4
4
  "description": "Kibble Design System by Televet",
5
5
  "author": "TeleVet",
6
6
  "main": "build/index.js",
@@ -38,6 +38,9 @@
38
38
  "@babel/preset-env": "^7.15.0",
39
39
  "@babel/preset-react": "^7.14.5",
40
40
  "@babel/runtime": "^7.15.3",
41
+ "@chakra-ui/icons": "^1.0.14",
42
+ "@chakra-ui/react": "^1.6.5",
43
+ "@chakra-ui/theme-tools": "^1.3.6",
41
44
  "@chakra-ui/storybook-addon": "^1.0.3",
42
45
  "@emotion/react": "^11.4.0",
43
46
  "@emotion/styled": "^11.3.0",
@@ -84,6 +87,8 @@
84
87
  "postcss-preset-env": "^6.7.0",
85
88
  "prettier": "^2.3.2",
86
89
  "prop-types": "^15.7.2",
90
+ "react": "^16.13.1",
91
+ "react-dom": "^16.13.1",
87
92
  "react-scripts": "^4.0.3",
88
93
  "recursive-copy": "^2.0.13",
89
94
  "rimraf": "^3.0.2",
@@ -101,11 +106,15 @@
101
106
  "stylelint": "^13.13.1",
102
107
  "stylelint-config-standard": "^22.0.0",
103
108
  "stylelint-order": "^4.1.0",
104
- "react": "^16.13.1",
105
- "react-dom": "^16.13.1",
109
+ "styled-components": "^5.3.3",
106
110
  "typescript": "^4.6.2"
107
111
  },
108
112
  "peerDependencies": {
113
+ "@chakra-ui/react": ">=1.6.5",
114
+ "@chakra-ui/icons": ">=1.0.14",
115
+ "@chakra-ui/theme-tools": "^1.3.6",
116
+ "@emotion/react": "^11.4.0",
117
+ "@emotion/styled": "^11.3.0",
109
118
  "prop-types": ">=15.0.0",
110
119
  "react": ">=16.13.1",
111
120
  "react-dom": ">=16.13.1",