@spw-ds/spw-stencil-library 1.4.1 → 1.4.2
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/cjs/spw-table-body.cjs.entry.js +1 -1
- package/dist/cjs/spw-table-cell.cjs.entry.js +1 -1
- package/dist/cjs/spw-table-head.cjs.entry.js +1 -1
- package/dist/cjs/spw-table-header.cjs.entry.js +1 -1
- package/dist/cjs/spw-table-row.cjs.entry.js +1 -1
- package/dist/cjs/spw-table.cjs.entry.js +1 -1
- package/dist/collection/components/spw-table/spw-table-body/spw-table-body.css +6 -0
- package/dist/collection/components/spw-table/spw-table-cell/spw-table-cell.css +53 -2
- package/dist/collection/components/spw-table/spw-table-head/spw-table-head.css +5 -0
- package/dist/collection/components/spw-table/spw-table-header/spw-table-header.css +6 -0
- package/dist/collection/components/spw-table/spw-table-row/spw-table-row.css +28 -0
- package/dist/collection/components/spw-table/spw-table.css +10 -0
- package/dist/components/spw-table-body.js +1 -1
- package/dist/components/spw-table-cell.js +1 -1
- package/dist/components/spw-table-head.js +1 -1
- package/dist/components/spw-table-header.js +1 -1
- package/dist/components/spw-table-row.js +1 -1
- package/dist/components/spw-table.js +1 -1
- package/dist/components_json.json +1 -1
- package/dist/esm/spw-table-body.entry.js +1 -1
- package/dist/esm/spw-table-cell.entry.js +1 -1
- package/dist/esm/spw-table-head.entry.js +1 -1
- package/dist/esm/spw-table-header.entry.js +1 -1
- package/dist/esm/spw-table-row.entry.js +1 -1
- package/dist/esm/spw-table.entry.js +1 -1
- package/dist/spw-stencil-library/{p-520d152f.entry.js → p-015639e8.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-d2d4d92b.entry.js → p-0c689b94.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-73732d41.entry.js → p-8d537887.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-a063cc64.entry.js → p-a37672b0.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-7126e2cb.entry.js → p-b01fc73f.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-c4194531.entry.js → p-c17e3b67.entry.js} +1 -1
- package/dist/spw-stencil-library/spw-stencil-library.esm.js +1 -1
- package/dist/stats.json +21721 -19358
- package/hydrate/index.js +115 -115
- package/hydrate/index.mjs +115 -115
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spw-ds/spw-stencil-library",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "Design System du SPW. Librairie Stencil.",
|
|
5
5
|
"readme": "../../README.md",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -48,12 +48,9 @@
|
|
|
48
48
|
"@etchteam/storybook-addon-status": "^5.0.0",
|
|
49
49
|
"@jest/transform": "^29.7.0",
|
|
50
50
|
"@jest/types": "^29.6.3",
|
|
51
|
-
"@stencil/eslint-plugin": "^1.1.0",
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
53
|
-
"@typescript-eslint/parser": "^8.0.0",
|
|
54
|
-
"eslint": "^9.0.0",
|
|
55
51
|
"@stencil-community/postcss": "^2.1.0",
|
|
56
52
|
"@stencil/angular-output-target": "^0.10.2",
|
|
53
|
+
"@stencil/eslint-plugin": "^1.1.0",
|
|
57
54
|
"@stencil/react-output-target": "0.7.1",
|
|
58
55
|
"@stencil/sass": "^3.0.8",
|
|
59
56
|
"@storybook/addon-a11y": "^8.3.0",
|
|
@@ -66,16 +63,18 @@
|
|
|
66
63
|
"@types/node": "^20.11.7",
|
|
67
64
|
"@types/react": "^18.0.38",
|
|
68
65
|
"@types/react-dom": "^18.0.11",
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
67
|
+
"@typescript-eslint/parser": "^8.0.0",
|
|
69
68
|
"@whitespace/storybook-addon-html": "^7.0.0",
|
|
70
69
|
"babel-loader": "^9.2.1",
|
|
71
70
|
"chromatic": "^11.5.5",
|
|
72
71
|
"concurrently": "^8.2.2",
|
|
73
72
|
"cssnano": "^6.0.3",
|
|
73
|
+
"eslint": "^9.0.0",
|
|
74
74
|
"eslint-config-prettier": "^9.1.0",
|
|
75
75
|
"eslint-plugin-prettier": "^5.1.3",
|
|
76
76
|
"eslint-plugin-react": "^7.37.4",
|
|
77
77
|
"globals": "^15.0.0",
|
|
78
|
-
"typescript-eslint": "^8.0.0",
|
|
79
78
|
"jest": "^29.7.0",
|
|
80
79
|
"jest-cli": "^29.7.0",
|
|
81
80
|
"jest-environment-node": "^29.7.0",
|
|
@@ -87,7 +86,8 @@
|
|
|
87
86
|
"storybook": "^8.6.15",
|
|
88
87
|
"style-dictionary": "^3.9.2",
|
|
89
88
|
"ts-loader": "^9.5.1",
|
|
90
|
-
"typescript": "^5.8.2"
|
|
89
|
+
"typescript": "^5.8.2",
|
|
90
|
+
"typescript-eslint": "^8.0.0"
|
|
91
91
|
},
|
|
92
92
|
"publishConfig": {
|
|
93
93
|
"access": "public"
|