@jetbrains/ring-ui 5.0.6 → 5.0.9
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/components/checkbox-ng/checkbox-ng.js +10 -1
- package/components/date-picker/date-picker.css +22 -2
- package/components/date-picker/date-picker.js +16 -4
- package/components/date-picker/date-popup.js +0 -4
- package/components/global/variables_dark.css +4 -1
- package/components/list/list.d.ts +1 -0
- package/components/list/list.js +17 -10
- package/components/markdown/markdown.js +2 -2
- package/components/select/select-popup.css +0 -4
- package/components/select/select.css +4 -4
- package/components/table/table.css +2 -2
- package/dist/_helpers/date-picker.js +1 -1
- package/dist/checkbox-ng/checkbox-ng.js +9 -1
- package/dist/date-picker/date-picker.js +33 -17
- package/dist/date-picker/date-popup.js +8 -12
- package/dist/list/list.d.ts +1 -0
- package/dist/list/list.js +18 -14
- package/dist/markdown/markdown.js +2 -1
- package/dist/select/select.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +8 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetbrains/ring-ui",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.9",
|
|
4
4
|
"description": "JetBrains UI library",
|
|
5
5
|
"author": "JetBrains",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"lint-ci": "eslint --format jslint-xml . > eslint-report.xml && npm run stylelint-ci",
|
|
53
53
|
"stylelint-ci": "stylelint --ignore-path .eslintignore --custom-formatter './jslint-xml.js' '**/*.css' | xmlappend eslint-report.xml",
|
|
54
54
|
"stylelint": "stylelint --ignore-path .eslintignore '**/*.css'",
|
|
55
|
+
"validate-tc-config": "mvn --file .teamcity/pom.xml org.jetbrains.teamcity:teamcity-configs-maven-plugin:generate -e",
|
|
55
56
|
"pretest-ci": "npm run lint-ci",
|
|
56
57
|
"test-ci": "karma start karma-ci.conf.js",
|
|
57
58
|
"test-watch": "karma start karma-watch.conf.js",
|
|
@@ -76,7 +77,7 @@
|
|
|
76
77
|
"@rollup/plugin-babel": "^5.3.1",
|
|
77
78
|
"@rollup/plugin-node-resolve": "^13.0.6",
|
|
78
79
|
"@rollup/plugin-replace": "^4.0.0",
|
|
79
|
-
"@storybook/addon-a11y": "6.5.
|
|
80
|
+
"@storybook/addon-a11y": "6.5.6",
|
|
80
81
|
"@storybook/addon-docs": "6.5.4",
|
|
81
82
|
"@storybook/addon-essentials": "6.5.4",
|
|
82
83
|
"@storybook/addon-storyshots": "6.5.4",
|
|
@@ -85,7 +86,7 @@
|
|
|
85
86
|
"@storybook/addons": "6.5.4",
|
|
86
87
|
"@storybook/builder-webpack5": "6.5.4",
|
|
87
88
|
"@storybook/client-api": "6.5.4",
|
|
88
|
-
"@storybook/core": "6.5.
|
|
89
|
+
"@storybook/core": "6.5.9",
|
|
89
90
|
"@storybook/html": "6.5.4",
|
|
90
91
|
"@storybook/manager-webpack5": "6.5.6",
|
|
91
92
|
"@storybook/react": "6.5.4",
|
|
@@ -122,7 +123,7 @@
|
|
|
122
123
|
"eslint-import-resolver-webpack": "^0.13.2",
|
|
123
124
|
"eslint-plugin-angular": "^4.1.0",
|
|
124
125
|
"eslint-plugin-bdd": "^2.1.1",
|
|
125
|
-
"eslint-plugin-import": "^2.
|
|
126
|
+
"eslint-plugin-import": "^2.26.0",
|
|
126
127
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
127
128
|
"eslint-plugin-react": "^7.29.4",
|
|
128
129
|
"events": "^3.3.0",
|
|
@@ -151,7 +152,7 @@
|
|
|
151
152
|
"react-test-renderer": "^18.0.0",
|
|
152
153
|
"regenerator-runtime": "^0.13.9",
|
|
153
154
|
"rimraf": "^3.0.2",
|
|
154
|
-
"rollup": "^2.
|
|
155
|
+
"rollup": "^2.75.5",
|
|
155
156
|
"rollup-plugin-clear": "^2.0.7",
|
|
156
157
|
"rollup-plugin-styles": "^4.0.0",
|
|
157
158
|
"sinon": "^13.0.1",
|
|
@@ -189,7 +190,7 @@
|
|
|
189
190
|
},
|
|
190
191
|
"dependencies": {
|
|
191
192
|
"@babel/core": "^7.17.8",
|
|
192
|
-
"@babel/preset-typescript": "^7.
|
|
193
|
+
"@babel/preset-typescript": "^7.17.12",
|
|
193
194
|
"@jetbrains/babel-preset-jetbrains": "^2.3.2",
|
|
194
195
|
"@jetbrains/icons": "^3.19.1",
|
|
195
196
|
"@jetbrains/logos": "^1.4.27",
|
|
@@ -253,5 +254,5 @@
|
|
|
253
254
|
"node": ">=7.4",
|
|
254
255
|
"npm": ">=6.0.0"
|
|
255
256
|
},
|
|
256
|
-
"gitHead": "
|
|
257
|
+
"gitHead": "16fd2e7a829125e20c7f211801a99ab004e2fbaf"
|
|
257
258
|
}
|