@vkontakte/icons 2.114.0 → 2.115.0
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/dist/es6/index.js +1 -1
- package/dist/index.js +3 -0
- package/dist/typings/index.d.ts +1 -1
- package/package.json +8 -9
package/dist/es6/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { IconSettingsProvider } from '@vkontakte/icons-sprite';
|
|
1
|
+
export { IconSettingsProvider, IconAppearanceProvider } from '@vkontakte/icons-sprite';
|
|
2
2
|
export { Icon12Add } from './12/add_12';
|
|
3
3
|
export { Icon12AlbumFilled } from './12/album_filled_12';
|
|
4
4
|
export { Icon12ArrowDown } from './12/arrow_down_12';
|
package/dist/index.js
CHANGED
|
@@ -8979,6 +8979,9 @@ _export(exports, {
|
|
|
8979
8979
|
Icon96RadiowavesAroundOutline: function() {
|
|
8980
8980
|
return _radiowaves_around_outline_96.Icon96RadiowavesAroundOutline;
|
|
8981
8981
|
},
|
|
8982
|
+
IconAppearanceProvider: function() {
|
|
8983
|
+
return _iconssprite.IconAppearanceProvider;
|
|
8984
|
+
},
|
|
8982
8985
|
IconSettingsProvider: function() {
|
|
8983
8986
|
return _iconssprite.IconSettingsProvider;
|
|
8984
8987
|
}
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { IconSettingsProvider } from '@vkontakte/icons-sprite';
|
|
1
|
+
export { IconSettingsProvider, IconAppearanceProvider } from '@vkontakte/icons-sprite';
|
|
2
2
|
export { Icon12Add } from './12/add_12';
|
|
3
3
|
export { Icon12AlbumFilled } from './12/album_filled_12';
|
|
4
4
|
export { Icon12ArrowDown } from './12/arrow_down_12';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.115.0",
|
|
4
4
|
"description": "SVG icons, provided as a React components. With love from VKontakte",
|
|
5
5
|
"homepage": "https://vkcom.github.io/icons/",
|
|
6
6
|
"repository": {
|
|
@@ -20,23 +20,22 @@
|
|
|
20
20
|
"build": "yarn icons-build && yarn docs",
|
|
21
21
|
"docs": "node --max-old-space-size=4096 scripts/docs",
|
|
22
22
|
"icons-build": "yarn node scripts/build-icons.js",
|
|
23
|
-
"size": "yarn icons-build && yarn run size-limit"
|
|
24
|
-
"size:ci": "YARN_ENABLE_SCRIPTS=false yarn install --immutable && yarn icons-build"
|
|
23
|
+
"size": "yarn icons-build && yarn run size-limit"
|
|
25
24
|
},
|
|
26
25
|
"browserslist": [
|
|
27
26
|
"android >= 4.4",
|
|
28
27
|
"ios >= 9"
|
|
29
28
|
],
|
|
30
29
|
"dependencies": {
|
|
31
|
-
"@vkontakte/icons-sprite": "2.
|
|
30
|
+
"@vkontakte/icons-sprite": "2.2.0"
|
|
32
31
|
},
|
|
33
32
|
"devDependencies": {
|
|
34
|
-
"@size-limit/file": "^11.1.
|
|
35
|
-
"@size-limit/webpack": "^11.1.
|
|
33
|
+
"@size-limit/file": "^11.1.4",
|
|
34
|
+
"@size-limit/webpack": "^11.1.4",
|
|
36
35
|
"@swc/cli": "^0.3.12",
|
|
37
|
-
"@swc/core": "^1.
|
|
36
|
+
"@swc/core": "^1.5.7",
|
|
38
37
|
"@types/react": "16.14.34",
|
|
39
|
-
"@vkontakte/icons-scripts": "4.
|
|
38
|
+
"@vkontakte/icons-scripts": "4.2.0",
|
|
40
39
|
"css-loader": "^7.1.1",
|
|
41
40
|
"file-loader": "^6.2.0",
|
|
42
41
|
"html-webpack-plugin": "^5.6.0",
|
|
@@ -44,7 +43,7 @@
|
|
|
44
43
|
"react": "16.10.0",
|
|
45
44
|
"react-color": "^2.18.0",
|
|
46
45
|
"react-dom": "^16.9.0",
|
|
47
|
-
"size-limit": "^11.1.
|
|
46
|
+
"size-limit": "^11.1.4",
|
|
48
47
|
"style-loader": "^4.0.0",
|
|
49
48
|
"swc-loader": "0.2.6",
|
|
50
49
|
"typescript": "^5.4.5",
|