@ecoportal/icons 3.1.31 → 3.1.32
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/components/AI/index.js +1 -1
- package/dist/components/Custom/EpCustomFitView.js +1 -1
- package/dist/components/Custom/EpCustomNoPriceTag3Line.js +1 -1
- package/dist/components/Custom/EpCustomSpiral.js +1 -1
- package/dist/components/Custom/index.js +1 -1
- package/dist/components/Design/EpDesignNoLayoutGridLine.js +1 -1
- package/dist/components/Design/index.js +1 -1
- package/dist/components/Device/EpDeviceNoSmartphoneLine.js +1 -1
- package/dist/components/Device/index.js +1 -1
- package/dist/components/Document/EpDocumentFileListLinkLine.js +1 -1
- package/dist/components/Document/EpDocumentNoFileListLine.js +1 -1
- package/dist/components/Document/index.js +1 -1
- package/dist/components/Logos/EpLogosSoundcloudLine.js +1 -1
- package/dist/components/Logos/index.js +1 -1
- package/dist/components/Media/EpMediaNotification3LineStrikethrough.js +1 -1
- package/dist/components/Media/index.js +1 -1
- package/dist/components/Others/EpOthersAccessibilityLine.d.ts +4 -0
- package/dist/components/Others/EpOthersAccessibilityLine.d.ts.map +1 -0
- package/dist/components/Others/EpOthersAccessibilityLine.js +1 -0
- package/dist/components/Others/index.d.ts +1 -0
- package/dist/components/Others/index.d.ts.map +1 -1
- package/dist/components/Others/index.js +1 -1
- package/dist/components/System/EpSystemCheckLine.js +1 -1
- package/dist/components/System/index.js +1 -1
- package/dist/components/User/EpUserUserExternalLine.js +1 -1
- package/dist/components/User/EpUserUserSettingsLine.js +1 -1
- package/dist/components/User/index.js +1 -1
- package/dist/png/spiral.png +0 -0
- package/dist/png/user-external-line.png +0 -0
- package/dist/scripts/icon-diff.d.ts +3 -0
- package/dist/scripts/icon-diff.d.ts.map +1 -0
- package/dist/scripts/lint-icons.d.ts +3 -0
- package/dist/scripts/lint-icons.d.ts.map +1 -0
- package/package.json +4 -1
package/dist/png/spiral.png
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-diff.d.ts","sourceRoot":"","sources":["../../src/scripts/icon-diff.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lint-icons.d.ts","sourceRoot":"","sources":["../../src/scripts/lint-icons.ts"],"names":[],"mappings":";AAkCA,wBAAgB,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAkE5D"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ecoportal/icons",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.32",
|
|
4
4
|
"description": "Icons for the EcoPortal design system",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -391,6 +391,8 @@
|
|
|
391
391
|
"build": "yarn clean && yarn build:icons && yarn build:pngs && yarn build:webpack && yarn build:types && yarn postbuild",
|
|
392
392
|
"postbuild": "rm -rf src/components src/index.ts",
|
|
393
393
|
"test": "node src/tests/tree-shaking.js",
|
|
394
|
+
"lint:icons": "tsx src/scripts/lint-icons.ts",
|
|
395
|
+
"diff:icons": "tsx src/scripts/icon-diff.ts",
|
|
394
396
|
"prepublishOnly": "yarn build"
|
|
395
397
|
},
|
|
396
398
|
"keywords": [
|
|
@@ -418,6 +420,7 @@
|
|
|
418
420
|
"terser": "^5.24.0",
|
|
419
421
|
"terser-webpack-plugin": "^5.3.14",
|
|
420
422
|
"ts-loader": "^9.4.2",
|
|
423
|
+
"tsx": "^4.22.4",
|
|
421
424
|
"typescript": "^5.0.4",
|
|
422
425
|
"webpack": "^5.89.0",
|
|
423
426
|
"webpack-bundle-analyzer": "^4.9.1",
|