@codeforamerica/marcomms-design-system 1.21.1 → 1.21.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/components/accordion.js +1 -159
- package/dist/components/avatar.js +1 -102
- package/dist/components/bar.js +1 -121
- package/dist/components/blob.js +1 -132
- package/dist/components/box.js +1 -111
- package/dist/components/breadcrumbs.js +1 -111
- package/dist/components/button.js +1 -158
- package/dist/components/callout.js +1 -134
- package/dist/components/card.js +1 -876
- package/dist/components/carousel.js +1 -290
- package/dist/components/icon.js +1 -90
- package/dist/components/label.js +1 -501
- package/dist/components/logo-card.js +1 -517
- package/dist/components/nav.js +1 -128
- package/dist/components/page-nav.js +1 -162
- package/dist/components/pager.js +1 -710
- package/dist/components/pagination.js +1 -302
- package/dist/components/person-card.js +1 -867
- package/dist/components/pill.js +1 -79
- package/dist/components/placeholder.js +1 -11
- package/dist/components/promo.js +1 -539
- package/dist/components/pullquote.js +1 -88
- package/dist/components/quote.js +1 -154
- package/dist/components/reveal.js +1 -141
- package/dist/components/slide.js +1 -156
- package/dist/components/social-icon.js +1 -239
- package/dist/components/stat.js +1 -510
- package/dist/components/tab-list.js +1 -691
- package/dist/components/tab.js +1 -497
- package/dist/components/tile.js +1 -665
- package/dist/components/transcript.js +1 -486
- package/dist/index.js +1 -2951
- package/package.json +36 -28
package/package.json
CHANGED
|
@@ -1,51 +1,52 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codeforamerica/marcomms-design-system",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"lit": "^3.
|
|
7
|
-
"lit-html": "^3.
|
|
6
|
+
"lit": "^3.3.3",
|
|
7
|
+
"lit-html": "^3.3.3"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"@babel/core": "^7.
|
|
11
|
-
"@babel/preset-env": "^7.
|
|
10
|
+
"@babel/core": "^7.29.7",
|
|
11
|
+
"@babel/preset-env": "^7.29.7",
|
|
12
12
|
"@eslint/js": "^10.0.1",
|
|
13
13
|
"@semantic-release/changelog": "^6.0.3",
|
|
14
|
-
"@storybook/addon-a11y": "^10.
|
|
15
|
-
"@storybook/addon-docs": "^10.
|
|
16
|
-
"@storybook/addon-links": "^10.
|
|
17
|
-
"@storybook/html": "^10.
|
|
14
|
+
"@storybook/addon-a11y": "^10.4.6",
|
|
15
|
+
"@storybook/addon-docs": "^10.4.6",
|
|
16
|
+
"@storybook/addon-links": "^10.4.6",
|
|
17
|
+
"@storybook/html": "^10.4.6",
|
|
18
18
|
"@storybook/preset-scss": "^1.0.3",
|
|
19
19
|
"@storybook/testing-library": "0.2.1",
|
|
20
|
-
"@storybook/web-components-vite": "^10.
|
|
20
|
+
"@storybook/web-components-vite": "^10.4.6",
|
|
21
21
|
"autoprefixer": "^10.4.20",
|
|
22
22
|
"babel-loader": "^10.0.0",
|
|
23
|
-
"baseline-browser-mapping": "^2.
|
|
24
|
-
"chromatic": "^
|
|
25
|
-
"commitizen": "^4.3.
|
|
26
|
-
"css-loader": "7.1.
|
|
23
|
+
"baseline-browser-mapping": "^2.10.38",
|
|
24
|
+
"chromatic": "^17.5.0",
|
|
25
|
+
"commitizen": "^4.3.2",
|
|
26
|
+
"css-loader": "7.1.4",
|
|
27
27
|
"cz-conventional-changelog": "^3.0.1",
|
|
28
|
-
"eslint": "^10.0
|
|
28
|
+
"eslint": "^10.5.0",
|
|
29
29
|
"eslint-config-prettier": "^10.1.8",
|
|
30
|
-
"eslint-plugin-prettier": "^5.
|
|
31
|
-
"eslint-plugin-storybook": "^10.
|
|
32
|
-
"globals": "^17.
|
|
30
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
31
|
+
"eslint-plugin-storybook": "^10.4.6",
|
|
32
|
+
"globals": "^17.7.0",
|
|
33
33
|
"lodash": "^4.17.23",
|
|
34
34
|
"mini-css-extract-plugin": "^2.9.2",
|
|
35
|
-
"postcss": "^8.
|
|
36
|
-
"prettier": "^3.
|
|
37
|
-
"react": "^19.
|
|
38
|
-
"sass": "^1.
|
|
39
|
-
"sass-loader": "^
|
|
40
|
-
"semantic-release": "^
|
|
41
|
-
"storybook": "^10.
|
|
42
|
-
"tmp": "^0.2.
|
|
43
|
-
"webpack": "^5.
|
|
44
|
-
"webpack-cli": "^7.0.
|
|
35
|
+
"postcss": "^8.5.15",
|
|
36
|
+
"prettier": "^3.8.4",
|
|
37
|
+
"react": "^19.2.7",
|
|
38
|
+
"sass": "^1.101.0",
|
|
39
|
+
"sass-loader": "^17.0.0",
|
|
40
|
+
"semantic-release": "^25.0.5",
|
|
41
|
+
"storybook": "^10.4.6",
|
|
42
|
+
"tmp": "^0.2.7",
|
|
43
|
+
"webpack": "^5.107.2",
|
|
44
|
+
"webpack-cli": "^7.0.3"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "webpack --mode=production",
|
|
48
48
|
"develop": "webpack --watch --mode=development",
|
|
49
|
+
"dev": "webpack --watch --mode=development",
|
|
49
50
|
"storybook": "storybook dev -p 6006",
|
|
50
51
|
"build-storybook": "storybook build -o storybook",
|
|
51
52
|
"chromatic": "chromatic --exit-zero-on-changes"
|
|
@@ -62,6 +63,13 @@
|
|
|
62
63
|
},
|
|
63
64
|
"overrides": {
|
|
64
65
|
"esbuild": "0.25.0",
|
|
66
|
+
"undici": "6.27.0",
|
|
67
|
+
"npm": {
|
|
68
|
+
"brace-expansion": "2.0.3",
|
|
69
|
+
"ip-address": "10.2.0",
|
|
70
|
+
"picomatch": "4.0.4",
|
|
71
|
+
"tar": "7.5.16"
|
|
72
|
+
},
|
|
65
73
|
"commitizen": {
|
|
66
74
|
"lodash": "^4.17.23",
|
|
67
75
|
"inquirer": "^9.3.8"
|