@ilo-org/twig 1.11.0 → 1.12.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/README.md +1 -2
- package/dist/components/form/form.component.yml +2 -2
- package/dist/components/form/form.wingsuit.yml +2 -2
- package/dist/components/localnav/localnav.behavior.js +1 -1
- package/dist/components/navigation/navigation.behavior.js +1 -1
- package/dist/components/notification/notification.twig +20 -7
- package/dist/components/search/search.behavior.js +3 -1
- package/dist/components/search/search.twig +10 -10
- package/dist/styles/components/container.css +1 -1
- package/dist/styles/components/contextmenu.css +1 -1
- package/dist/styles/components/factlistcard.css +1 -1
- package/dist/styles/components/fieldset.css +1 -1
- package/dist/styles/components/file-upload.css +1 -1
- package/dist/styles/components/hero.css +1 -1
- package/dist/styles/components/herocard.css +1 -1
- package/dist/styles/components/input.css +1 -1
- package/dist/styles/components/linklist.css +1 -1
- package/dist/styles/components/logo.css +1 -1
- package/dist/styles/components/logogrid.css +1 -1
- package/dist/styles/components/modal.css +1 -1
- package/dist/styles/components/navigation.css +1 -1
- package/dist/styles/components/notification.css +1 -1
- package/dist/styles/components/radio.css +1 -1
- package/dist/styles/components/readmore.css +1 -1
- package/dist/styles/components/searchfield.css +1 -1
- package/dist/styles/components/statcard.css +1 -1
- package/dist/styles/components/table.css +1 -1
- package/dist/styles/components/tableofcontents.css +1 -1
- package/dist/styles/components/textarea.css +1 -1
- package/dist/styles/components/textinput.css +1 -1
- package/dist/styles/components/toggle.css +1 -1
- package/dist/styles/components/tooltip.css +1 -1
- package/dist/styles/components/video.css +1 -1
- package/dist/styles/global.css +1 -1
- package/dist/styles/global.css.map +1 -1
- package/dist/styles/index.css +7 -9
- package/dist/styles/index.css.map +1 -1
- package/dist/styles/monorepo.css +7 -9
- package/dist/styles/monorepo.css.map +1 -1
- package/package.json +18 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ilo-org/twig",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*"
|
|
@@ -45,23 +45,24 @@
|
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@chromatic-com/storybook": "
|
|
48
|
+
"@chromatic-com/storybook": "3.2.7",
|
|
49
49
|
"@modyfi/vite-plugin-yaml": "^1.1.0",
|
|
50
50
|
"@rollup/plugin-commonjs": "^23.0.2",
|
|
51
51
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
52
52
|
"@rollup/plugin-swc": "^0.3.1",
|
|
53
|
-
"@storybook/addon-docs": "^8.6.
|
|
54
|
-
"@storybook/addon-essentials": "^8.6.
|
|
55
|
-
"@storybook/addon-interactions": "^8.6.
|
|
56
|
-
"@storybook/addon-links": "^8.6.
|
|
57
|
-
"@storybook/blocks": "^8.6.
|
|
58
|
-
"@storybook/builder-vite": "^8.6.
|
|
59
|
-
"@storybook/html": "^8.6.
|
|
60
|
-
"@storybook/html-vite": "^8.6.
|
|
61
|
-
"@storybook/manager-api": "^8.6.
|
|
62
|
-
"@storybook/test": "^8.6.
|
|
63
|
-
"@storybook/theming": "^8.6.
|
|
53
|
+
"@storybook/addon-docs": "^8.6.11",
|
|
54
|
+
"@storybook/addon-essentials": "^8.6.11",
|
|
55
|
+
"@storybook/addon-interactions": "^8.6.11",
|
|
56
|
+
"@storybook/addon-links": "^8.6.11",
|
|
57
|
+
"@storybook/blocks": "^8.6.11",
|
|
58
|
+
"@storybook/builder-vite": "^8.6.11",
|
|
59
|
+
"@storybook/html": "^8.6.11",
|
|
60
|
+
"@storybook/html-vite": "^8.6.11",
|
|
61
|
+
"@storybook/manager-api": "^8.6.11",
|
|
62
|
+
"@storybook/test": "^8.6.11",
|
|
63
|
+
"@storybook/theming": "^8.6.11",
|
|
64
64
|
"@swc/core": "^1.7.1",
|
|
65
|
+
"chromatic": "^13.3.4",
|
|
65
66
|
"drupal-attribute": "^1.0.2",
|
|
66
67
|
"drupal-twig-extensions": "^1.0.0-beta.5",
|
|
67
68
|
"eslint-plugin-cypress": "^3.5.0",
|
|
@@ -69,7 +70,7 @@
|
|
|
69
70
|
"react": "^18.3.1",
|
|
70
71
|
"react-dom": "^18.3.1",
|
|
71
72
|
"rollup-plugin-copy": "^3.4.0",
|
|
72
|
-
"storybook": "^8.6.
|
|
73
|
+
"storybook": "^8.6.11",
|
|
73
74
|
"twig": "^1.16.0",
|
|
74
75
|
"vite": "^5.3.6",
|
|
75
76
|
"zod": "^3.23.8",
|
|
@@ -82,11 +83,10 @@
|
|
|
82
83
|
"video.js": "^7.21.2",
|
|
83
84
|
"videojs-youtube": "^3.0.1",
|
|
84
85
|
"@ilo-org/brand-assets": "1.0.1",
|
|
85
|
-
"@ilo-org/styles": "1.10.1",
|
|
86
86
|
"@ilo-org/fonts": "2.0.0",
|
|
87
87
|
"@ilo-org/icons": "2.4.0",
|
|
88
88
|
"@ilo-org/maestro": "1.0.1",
|
|
89
|
-
"@ilo-org/
|
|
89
|
+
"@ilo-org/styles": "1.11.0"
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|
|
92
92
|
"build:lib": "rollup -c",
|
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
"cy:open": "cypress open",
|
|
98
98
|
"test": "cypress run",
|
|
99
99
|
"lint": "eslint .",
|
|
100
|
-
"lint:fix": "eslint . --fix"
|
|
100
|
+
"lint:fix": "eslint . --fix",
|
|
101
|
+
"chromatic": "npx chromatic --build-script-name build:docs"
|
|
101
102
|
}
|
|
102
103
|
}
|