@1024pix/pix-ui 58.4.4 → 58.4.6
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/package.json +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1024pix/pix-ui",
|
|
3
|
-
"version": "58.4.
|
|
3
|
+
"version": "58.4.6",
|
|
4
4
|
"description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -57,8 +57,7 @@
|
|
|
57
57
|
"svg:generate-sprite": "npm run svg:compile && npm run svg:optimize && npm run svg:rename-id",
|
|
58
58
|
"svg:compile": "svg-sprite -C 'svgs/svg-sprite.config.json' 'svgs/icons/*.svg'",
|
|
59
59
|
"svg:optimize": "svgo --config='svgs/svgo.config.js' -i 'public/svg/' -o 'public/svg/'",
|
|
60
|
-
"svg:rename-id": "bash ./svgs/rename-icon-id-in-sprite.sh"
|
|
61
|
-
"chromatic": "npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN --only-changed"
|
|
60
|
+
"svg:rename-id": "bash ./svgs/rename-icon-id-in-sprite.sh"
|
|
62
61
|
},
|
|
63
62
|
"dependencies": {
|
|
64
63
|
"@babel/core": "^7.25.2",
|
|
@@ -101,7 +100,6 @@
|
|
|
101
100
|
"@storybook/theming": "^8.4.7",
|
|
102
101
|
"@testing-library/dom": "^10.0.0",
|
|
103
102
|
"@testing-library/user-event": "^14.4.3",
|
|
104
|
-
"chromatic": "^11.0.0",
|
|
105
103
|
"core-js": "^3.26.1",
|
|
106
104
|
"ember-cli": "^6.0.0",
|
|
107
105
|
"ember-cli-dependency-checker": "^3.3.3",
|
|
@@ -111,7 +109,6 @@
|
|
|
111
109
|
"ember-page-title": "^9.0.0",
|
|
112
110
|
"ember-qunit": "^9.0.0",
|
|
113
111
|
"ember-resolver": "^13.0.0",
|
|
114
|
-
"ember-sinon": "^5.0.0",
|
|
115
112
|
"ember-source": "^5.11.0",
|
|
116
113
|
"ember-template-lint": "^7.0.2",
|
|
117
114
|
"ember-template-lint-plugin-prettier": "^5.0.0",
|
|
@@ -134,6 +131,7 @@
|
|
|
134
131
|
"qunit": "^2.23.1",
|
|
135
132
|
"qunit-dom": "^3.4.0",
|
|
136
133
|
"sass": "^1.83.1",
|
|
134
|
+
"sinon": "^21.0.1",
|
|
137
135
|
"storybook": "^8.4.7",
|
|
138
136
|
"storybook-addon-tag-badges": "^1.4.0",
|
|
139
137
|
"stylelint": "^16.15.0",
|