@codacy/ui-components 0.58.5 → 0.59.3
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/README.md +7 -7
- package/lib/Avatar/Avatar.js +2 -1
- package/lib/Avatar/Avatar.types.js +1 -0
- package/lib/Avatar/gravatar.js +2 -1
- package/lib/Button/Button.js +2 -1
- package/lib/Button/styles.d.ts +3 -3
- package/lib/Button/types.js +1 -0
- package/lib/Checkbox/Checkbox.js +2 -1
- package/lib/Checkbox/CheckboxFilterList.js +2 -1
- package/lib/Checkbox/styles.d.ts +7 -7
- package/lib/Checkbox/types.js +1 -0
- package/lib/Divider/Divider.js +2 -1
- package/lib/Divider/Divider.styles.d.ts +7 -7
- package/lib/Divider/Divider.types.js +1 -0
- package/lib/Dropdown/Content/DropdownItem.js +2 -1
- package/lib/Dropdown/Dropdown.js +2 -1
- package/lib/Dropdown/Dropdown.styles.d.ts +9 -9
- package/lib/Dropdown/Dropdown.types.js +1 -0
- package/lib/Dropdown/Triggers/DropdownButtonTrigger.js +2 -1
- package/lib/Dropdown/Triggers/DropdownLinkTrigger.js +2 -1
- package/lib/Dropdown/Triggers/SelectTrigger.js +2 -1
- package/lib/Dropdown/Triggers/hooks.d.ts +2 -2
- package/lib/Dropdown/Triggers/types.js +1 -0
- package/lib/Flexbox/Flexbox.d.ts +6 -6
- package/lib/Group/Group.js +2 -1
- package/lib/Group/Group.styles.d.ts +3 -3
- package/lib/Group/Group.types.js +1 -0
- package/lib/Icon/Icon.js +2 -1
- package/lib/Icon/Icon.styles.d.ts +6 -6
- package/lib/Icon/Icon.styles.js +3 -21
- package/lib/Icon/Icon.types.js +1 -0
- package/lib/IconAndText/IconAndText.js +2 -1
- package/lib/IconAndText/IconAndText.styles.d.ts +3 -3
- package/lib/IconAndText/IconAndText.types.js +1 -0
- package/lib/Img/Img.js +2 -1
- package/lib/Img/Img.styles.d.ts +4 -4
- package/lib/Img/Img.types.js +1 -0
- package/lib/InlineMessage/InlineMessage.js +2 -1
- package/lib/InlineMessage/types.js +1 -0
- package/lib/Input/Input.js +5 -2
- package/lib/Input/hooks.d.ts +4 -4
- package/lib/Input/hooks.js +5 -3
- package/lib/Input/styles.d.ts +30 -30
- package/lib/Input/types.d.ts +1 -0
- package/lib/Input/types.js +1 -0
- package/lib/Labeled/Labeled.js +2 -1
- package/lib/Labeled/styles.d.ts +3 -3
- package/lib/Labeled/types.js +1 -0
- package/lib/LeftMenu/LeftMenu.js +2 -1
- package/lib/LeftMenu/LeftMenu.styles.d.ts +3 -3
- package/lib/LeftMenu/LeftMenu.types.js +1 -0
- package/lib/Link/Link.js +2 -1
- package/lib/Link/Link.types.js +1 -0
- package/lib/Message/Message.js +2 -1
- package/lib/Message/Message.styles.d.ts +3 -3
- package/lib/Message/Message.types.js +1 -0
- package/lib/Modal/ConfirmationModal.js +2 -1
- package/lib/Modal/Modal.d.ts +1 -1
- package/lib/Modal/Modal.js +10 -5
- package/lib/Modal/styles.d.ts +20 -20
- package/lib/Modal/types.js +1 -0
- package/lib/MoreInfo/MoreInfo.js +2 -1
- package/lib/MoreInfo/types.js +1 -0
- package/lib/Panel/styles.d.ts +3 -3
- package/lib/PillLabel/PillLabel.js +2 -1
- package/lib/PillLabel/PillLabel.styles.d.ts +3 -3
- package/lib/PillLabel/PillLabel.types.js +1 -0
- package/lib/Popup/Popup.js +2 -1
- package/lib/Popup/styles.d.ts +3 -3
- package/lib/Popup/types.js +1 -0
- package/lib/Radio/Radio.js +2 -1
- package/lib/Radio/styles.d.ts +4 -4
- package/lib/Radio/types.js +1 -0
- package/lib/ScrollableContent/ScrollableContent.js +4 -2
- package/lib/ScrollableContent/ScrollableContent.styles.d.ts +3 -3
- package/lib/ScrollableContent/ScrollableContent.types.js +1 -0
- package/lib/Select/Select.js +2 -1
- package/lib/Select/types.js +1 -0
- package/lib/Skeleton/Skeleton.js +4 -2
- package/lib/Skeleton/Skeleton.styles.d.ts +3 -3
- package/lib/Skeleton/Skeleton.styles.js +2 -10
- package/lib/Skeleton/Skeleton.types.js +1 -0
- package/lib/Stepper/Stepper.js +4 -2
- package/lib/Stepper/Stepper.styles.d.ts +9 -9
- package/lib/Stepper/Stepper.types.js +1 -0
- package/lib/Switcher/Switcher.js +2 -1
- package/lib/Switcher/Switcher.styles.d.ts +3 -3
- package/lib/Switcher/Switcher.types.js +1 -0
- package/lib/Tab/Tab.d.ts +2 -2
- package/lib/Tab/Tab.js +4 -2
- package/lib/Tab/Tab.styles.d.ts +3 -3
- package/lib/Tab/Tab.types.js +1 -0
- package/lib/Table/NewSelectableTable.js +4 -2
- package/lib/Table/SelectableTable.js +6 -3
- package/lib/Table/Table.js +14 -7
- package/lib/Table/Table.styles.d.ts +4 -4
- package/lib/Table/Table.types.js +1 -0
- package/lib/TagsInput/TagsInput.js +2 -1
- package/lib/TagsInput/style.d.ts +6 -6
- package/lib/TagsInput/types.js +1 -0
- package/lib/Textarea/Textarea.js +2 -1
- package/lib/Textarea/Textarea.styles.d.ts +5 -5
- package/lib/Textarea/Textarea.types.js +1 -0
- package/lib/Toast/Toast.d.ts +1 -1
- package/lib/Toast/types.js +1 -0
- package/lib/Toggle/Toggle.js +2 -1
- package/lib/Toggle/styles.d.ts +6 -6
- package/lib/Toggle/types.js +1 -0
- package/lib/Tooltip/types.js +1 -0
- package/lib/Typography/Typography.js +12 -6
- package/lib/Typography/Typography.styles.d.ts +18 -18
- package/lib/Typography/Typography.types.js +1 -0
- package/lib/system-props/types.js +1 -0
- package/lib/theme/theme.d.ts +1 -1
- package/lib/types.js +1 -0
- package/package.json +21 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codacy/ui-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.59.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "",
|
|
@@ -31,13 +31,9 @@
|
|
|
31
31
|
"@pathofdev/react-tag-input": "github:inesgomas/react-tag-input",
|
|
32
32
|
"@styled-system/should-forward-prop": "^5.1.5",
|
|
33
33
|
"autosize": "^4.0.2",
|
|
34
|
-
"emotion-theming": "^10.3.0",
|
|
35
34
|
"md5": "^2.3.0",
|
|
36
|
-
"numeral": "^2.0.6",
|
|
37
|
-
"polished": "^3.6.7",
|
|
38
35
|
"query-string": "^6.13.7",
|
|
39
|
-
"react-popper": "^2.
|
|
40
|
-
"styled-system": "^5.1.5"
|
|
36
|
+
"react-popper": "^2.3.0"
|
|
41
37
|
},
|
|
42
38
|
"devDependencies": {
|
|
43
39
|
"@babel/cli": "^7.12.1",
|
|
@@ -45,11 +41,12 @@
|
|
|
45
41
|
"@emotion/core": "^10.3.0",
|
|
46
42
|
"@emotion/styled": "^10.3.0",
|
|
47
43
|
"@emotion/styled-base": "^10.3.0",
|
|
48
|
-
"@mdx-js/react": "^
|
|
44
|
+
"@mdx-js/react": "^2.0.0",
|
|
49
45
|
"@popperjs/core": "^2.5.4",
|
|
50
|
-
"@storybook/addon-docs": "^6.
|
|
51
|
-
"@storybook/addons": "^6.
|
|
52
|
-
"@storybook/
|
|
46
|
+
"@storybook/addon-docs": "^6.5.10",
|
|
47
|
+
"@storybook/addons": "^6.5.10",
|
|
48
|
+
"@storybook/mdx2-csf": "^0.0.3",
|
|
49
|
+
"@storybook/react": "^6.5.10",
|
|
53
50
|
"@testing-library/dom": "^8.16.0",
|
|
54
51
|
"@testing-library/jest-dom": "^5.11.6",
|
|
55
52
|
"@testing-library/react": "^13.3.0",
|
|
@@ -72,6 +69,7 @@
|
|
|
72
69
|
"babel-preset-react-app": "^9.1.2",
|
|
73
70
|
"copy-to-clipboard": "^3.3.1",
|
|
74
71
|
"depcheck": "^1.4.2",
|
|
72
|
+
"emotion-theming": "^10.3.0",
|
|
75
73
|
"eslint": "^6.8.0",
|
|
76
74
|
"eslint-config-prettier": "^6.15.0",
|
|
77
75
|
"eslint-config-react-app": "^5.2.1",
|
|
@@ -89,6 +87,8 @@
|
|
|
89
87
|
"jest-watch-typeahead": "^0.4.2",
|
|
90
88
|
"lint-staged": "^9.5.0",
|
|
91
89
|
"lodash": "^4.17.20",
|
|
90
|
+
"numeral": "^2.0.6",
|
|
91
|
+
"polished": "^3.6.7",
|
|
92
92
|
"prettier": "^1.19.1",
|
|
93
93
|
"react": "^18.2.0",
|
|
94
94
|
"react-docgen-typescript-loader": "^3.7.2",
|
|
@@ -96,8 +96,9 @@
|
|
|
96
96
|
"react-toastify": "^8.0.2",
|
|
97
97
|
"reakit": "^1.3.11",
|
|
98
98
|
"rimraf": "^3.0.2",
|
|
99
|
+
"styled-system": "^5.1.5",
|
|
99
100
|
"typeface-clear-sans": "0.0.44",
|
|
100
|
-
"typescript": "^
|
|
101
|
+
"typescript": "^4.5.4"
|
|
101
102
|
},
|
|
102
103
|
"peerDependencies": {
|
|
103
104
|
"@emotion/core": "^10.3.0",
|
|
@@ -105,10 +106,13 @@
|
|
|
105
106
|
"@emotion/styled-base": "^10.3.0",
|
|
106
107
|
"@popperjs/core": "^2.5.4",
|
|
107
108
|
"lodash": "^4.17.20",
|
|
108
|
-
"
|
|
109
|
-
"
|
|
109
|
+
"numeral": "^2.0.6",
|
|
110
|
+
"polished": "^3.6.7",
|
|
111
|
+
"react": "=>17.0.2",
|
|
112
|
+
"react-dom": "=>17.0.2",
|
|
110
113
|
"react-toastify": "^8.0.2",
|
|
111
114
|
"reakit": "^1.3.11",
|
|
115
|
+
"styled-system": "^5.1.5",
|
|
112
116
|
"typeface-clear-sans": "0.0.44"
|
|
113
117
|
},
|
|
114
118
|
"husky": {
|
|
@@ -121,9 +125,12 @@
|
|
|
121
125
|
"*.mdx": [
|
|
122
126
|
"eslint --ext .mdx"
|
|
123
127
|
],
|
|
124
|
-
"*.{js,jsx,ts,tsx
|
|
128
|
+
"*.{js,jsx,ts,tsx}": [
|
|
125
129
|
"prettier --write",
|
|
126
130
|
"npm run lint-cmd"
|
|
131
|
+
],
|
|
132
|
+
"*.md": [
|
|
133
|
+
"prettier --write"
|
|
127
134
|
]
|
|
128
135
|
}
|
|
129
136
|
}
|