@stokr/components-library 1.0.3 → 1.0.4

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": "@stokr/components-library",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "STOKR - Components Library",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -20,7 +20,8 @@
20
20
  "start": "npm run storybook",
21
21
  "chromatic": "CHROMATIC_APP_CODE=7kzdke5umep chromatic",
22
22
  "release": "auto shipit",
23
- "pub": "rm -rf ./dist && npm publish --access public"
23
+ "pub": "rm -rf ./dist && npm publish --access public",
24
+ "postinstall": "semantic-ui-css-patch"
24
25
  },
25
26
  "dependencies": {
26
27
  "@atlaskit/field-range": "^9.0.5",
@@ -29,6 +30,7 @@
29
30
  "@fortawesome/react-fontawesome": "^0.1.14",
30
31
  "@randlabs/myalgo-connect": "^1.1.1",
31
32
  "@reach/router": "^1.3.4",
33
+ "@semantic-ui-react/css-patch": "^1.1.1",
32
34
  "@stokr/utils": "^1.0.3",
33
35
  "@testing-library/jest-dom": "^4.2.4",
34
36
  "@testing-library/react": "^9.5.0",
@@ -81,6 +83,8 @@
81
83
  "@storybook/addon-links": "^6.4.14",
82
84
  "@storybook/addon-storysource": "^6.4.14",
83
85
  "@storybook/addons": "^6.4.14",
86
+ "@storybook/builder-webpack5": "^6.5.0-rc.1",
87
+ "@storybook/manager-webpack5": "^6.5.0-rc.1",
84
88
  "@storybook/preset-create-react-app": "^4.1.2",
85
89
  "@storybook/react": "^6.4.14",
86
90
  "auto": "^10.37.4",
Binary file