@fattureincloud/fic-design-system 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/components/dropdown/components/DefaultTrigger.d.ts +2 -2
  3. package/dist/components/form/common/styles.d.ts +2 -0
  4. package/dist/components/form/inputText/InputText.d.ts +2 -1
  5. package/dist/components/form/inputText/components/InputElement.d.ts +4 -2
  6. package/dist/components/form/inputText/index.d.ts +2 -1
  7. package/dist/components/form/inputText/inputText.stories.d.ts +1 -0
  8. package/dist/components/form/inputText/types.d.ts +4 -0
  9. package/dist/components/form/label/Label.d.ts +2 -1
  10. package/dist/components/form/select/SelectWrapper.d.ts +2 -2
  11. package/dist/components/form/select/components/Option.d.ts +1 -1
  12. package/dist/components/form/select/hooks/useSelectGeneric.d.ts +10 -0
  13. package/dist/components/form/select/hooks/useSelectSimpleValue.d.ts +8 -0
  14. package/dist/components/form/select/hooks/useSelectThemeStyles.d.ts +6 -2
  15. package/dist/components/form/select/index.d.ts +4 -2
  16. package/dist/components/form/select/select.stories.d.ts +1 -0
  17. package/dist/components/form/select/types.d.ts +11 -4
  18. package/dist/components/form/select/utils.d.ts +3 -0
  19. package/dist/components/form/textArea/components/TextAreaElement.d.ts +2 -2
  20. package/dist/components/form/textArea/types.d.ts +1 -0
  21. package/dist/components/modals/modalStyled.d.ts +2 -0
  22. package/dist/components/modals/types.d.ts +2 -0
  23. package/dist/index.d.ts +4 -3
  24. package/dist/index.esm.js +2 -2
  25. package/dist/index.esm.js.map +1 -1
  26. package/dist/index.js +1 -1
  27. package/dist/index.js.map +1 -1
  28. package/dist/package.json +98 -0
  29. package/package.json +1 -1
@@ -0,0 +1,98 @@
1
+ {
2
+ "name": "@fattureincloud/fic-design-system",
3
+ "version": "0.4.5",
4
+ "description": "Fatture in Cloud and Danea design system",
5
+ "repository": "git@bitbucket.org:fattureincloud/design-system.git",
6
+ "license": "MIT",
7
+ "main": "dist/index.js",
8
+ "module": "dist/index.esm.js",
9
+ "types": "dist/index.d.ts",
10
+ "files": [
11
+ "dist"
12
+ ],
13
+ "devDependencies": {
14
+ "@babel/core": "^7.5.5",
15
+ "@rollup/plugin-commonjs": "^21.0.1",
16
+ "@rollup/plugin-node-resolve": "^13.1.1",
17
+ "@rollup/plugin-typescript": "^8.3.0",
18
+ "@storybook/addon-actions": "^6.4.9",
19
+ "@storybook/addon-essentials": "^6.4.9",
20
+ "@storybook/addon-knobs": "^6.4.0",
21
+ "@storybook/react": "^6.4.9",
22
+ "@storybook/theming": "^6.4.9",
23
+ "@types/lodash": "^4.14.138",
24
+ "@types/react-beautiful-dnd": "^11.0.3",
25
+ "@types/react-modal": "^3.10.4",
26
+ "@types/react-select": "^4.0.18",
27
+ "@types/react-transition-group": "^4.4.4",
28
+ "@types/styled-components": "~5.1.15",
29
+ "@typescript-eslint/eslint-plugin": "^4.25.0",
30
+ "@typescript-eslint/parser": "^4.25.0",
31
+ "eslint": "^7.27.0",
32
+ "eslint-config-prettier": "^8.3.0",
33
+ "eslint-plugin-prettier": "^3.4.0",
34
+ "eslint-plugin-react": "^7.23.2",
35
+ "eslint-plugin-react-hooks": "^4.2.0",
36
+ "eslint-plugin-simple-import-sort": "^7.0.0",
37
+ "eslint-plugin-sort-destructure-keys": "^1.3.5",
38
+ "husky": "^7.0.4",
39
+ "lint-staged": "^12.1.2",
40
+ "prettier": "^2.3.0",
41
+ "pretty-quick": "^2.0.1",
42
+ "react": "^17.0.2",
43
+ "react-beautiful-dnd": "^11.0.5",
44
+ "react-dom": "^17.0.2",
45
+ "rollup": "^2.60.0",
46
+ "rollup-plugin-filesize": "^9.1.1",
47
+ "rollup-plugin-peer-deps-external": "^2.2.4",
48
+ "rollup-plugin-terser": "^7.0.2",
49
+ "tslib": "^2.3.1",
50
+ "typescript": "~4.4.0"
51
+ },
52
+ "dependencies": {
53
+ "@fortawesome/fontawesome-svg-core": "^1.3.0",
54
+ "@fortawesome/free-brands-svg-icons": "^6.0.0",
55
+ "@fortawesome/free-regular-svg-icons": "^6.0.0",
56
+ "@fortawesome/free-solid-svg-icons": "^6.0.0",
57
+ "@fortawesome/pro-duotone-svg-icons": "^6.0.0",
58
+ "@fortawesome/pro-light-svg-icons": "^6.0.0",
59
+ "@fortawesome/pro-regular-svg-icons": "^6.0.0",
60
+ "@fortawesome/pro-solid-svg-icons": "^6.0.0",
61
+ "@fortawesome/react-fontawesome": "^0.1.17",
62
+ "@popperjs/core": "^2.6.0",
63
+ "@types/react": "^17.0.37",
64
+ "@types/react-select": "^4.0.18",
65
+ "lodash": "^4.17.21",
66
+ "react-device-detect": "^2.1.2",
67
+ "react-is": "^17.0.2",
68
+ "react-modal": "^3.11.1",
69
+ "react-popper": "^2.2.4",
70
+ "react-select": "^4.3.1",
71
+ "react-toastify": "^6.0.8",
72
+ "react-transition-group": "^4.4.2",
73
+ "react-use": "^17.3.1",
74
+ "styled-components": "5.3.1"
75
+ },
76
+ "peerDependencies": {
77
+ "@types/styled-components": "~5.1.15",
78
+ "react": "^17.0.2",
79
+ "react-beautiful-dnd": "^11.0.5",
80
+ "react-dom": "^17.0.2",
81
+ "styled-components": "5.3.1"
82
+ },
83
+ "scripts": {
84
+ "storybook": "start-storybook -s ./static -p 9001",
85
+ "build": "rollup -c",
86
+ "build-storybook": "build-storybook -c .storybook",
87
+ "precommit": "pretty-quick --staged",
88
+ "fix": "eslint --fix src/**/*.{ts,tsx}",
89
+ "prepare": "husky install"
90
+ },
91
+ "lint-staged": {
92
+ "*.{ts,tsx}": [
93
+ "yarn run prettier --write",
94
+ "yarn run eslint --fix"
95
+ ]
96
+ },
97
+ "packageManager": "yarn@3.1.1"
98
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fattureincloud/fic-design-system",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Fatture in Cloud and Danea design system",
5
5
  "repository": "git@bitbucket.org:fattureincloud/design-system.git",
6
6
  "license": "MIT",