@ilo-org/react 0.27.0 → 0.27.1
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/lib/styles/components/linklist.css +1 -1
- package/lib/styles/components/tableofcontents.css +1 -1
- package/lib/styles/global.css.map +1 -1
- package/lib/styles/index.css +1 -1
- package/lib/styles/index.css.map +1 -1
- package/lib/styles/monorepo.css +1 -1
- package/lib/styles/monorepo.css.map +1 -1
- package/package.json +21 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ilo-org/react",
|
|
3
|
-
"version": "0.27.
|
|
3
|
+
"version": "0.27.1",
|
|
4
4
|
"description": "React components for the ILO's Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ui_patterns",
|
|
@@ -75,25 +75,26 @@
|
|
|
75
75
|
"video.js": "^7.21.2",
|
|
76
76
|
"videojs-youtube": "^3.0.1",
|
|
77
77
|
"@ilo-org/brand-assets": "1.0.1",
|
|
78
|
-
"@ilo-org/styles": "1.10.1",
|
|
79
|
-
"@ilo-org/icons-react": "1.0.6",
|
|
80
78
|
"@ilo-org/fonts": "2.0.0",
|
|
79
|
+
"@ilo-org/icons-react": "1.0.6",
|
|
80
|
+
"@ilo-org/styles": "1.10.2",
|
|
81
81
|
"@ilo-org/themes": "0.9.1"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@storybook
|
|
85
|
-
"@storybook/addon-
|
|
86
|
-
"@storybook/addon-
|
|
87
|
-
"@storybook/addon-
|
|
88
|
-
"@storybook/addon-
|
|
89
|
-
"@storybook/
|
|
90
|
-
"@storybook/
|
|
91
|
-
"@storybook/
|
|
92
|
-
"@storybook/
|
|
84
|
+
"@chromatic-com/storybook": "3.2.7",
|
|
85
|
+
"@storybook/addon-actions": "^8.6.11",
|
|
86
|
+
"@storybook/addon-docs": "^8.6.11",
|
|
87
|
+
"@storybook/addon-essentials": "^8.6.11",
|
|
88
|
+
"@storybook/addon-interactions": "^8.6.11",
|
|
89
|
+
"@storybook/addon-links": "^8.6.11",
|
|
90
|
+
"@storybook/blocks": "^8.6.11",
|
|
91
|
+
"@storybook/builder-vite": "^8.6.11",
|
|
92
|
+
"@storybook/manager-api": "^8.6.11",
|
|
93
|
+
"@storybook/node-logger": "^8.6.11",
|
|
93
94
|
"@storybook/preset-scss": "^1.0.3",
|
|
94
|
-
"@storybook/react": "^8.
|
|
95
|
-
"@storybook/react-vite": "^8.
|
|
96
|
-
"@storybook/theming": "^8.
|
|
95
|
+
"@storybook/react": "^8.6.11",
|
|
96
|
+
"@storybook/react-vite": "^8.6.11",
|
|
97
|
+
"@storybook/theming": "^8.6.11",
|
|
97
98
|
"@testing-library/jest-dom": "^6.5.0",
|
|
98
99
|
"@testing-library/react": "^16.0.1",
|
|
99
100
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -104,17 +105,18 @@
|
|
|
104
105
|
"@types/video.js": "7.3.57",
|
|
105
106
|
"@vitejs/plugin-react": "^4.3.1",
|
|
106
107
|
"@vitest/ui": "^2.0.5",
|
|
108
|
+
"chromatic": "^13.3.4",
|
|
107
109
|
"glob": "^10.3.10",
|
|
108
110
|
"http-server": "^14.1.0",
|
|
109
111
|
"jsdom": "^25.0.0",
|
|
110
|
-
"storybook": "^8.
|
|
112
|
+
"storybook": "^8.6.11",
|
|
111
113
|
"storybook-addon-rtl": "^1.0.0",
|
|
112
114
|
"vite": "^5.2.0",
|
|
113
115
|
"vite-plugin-dts": "^3.9.1",
|
|
114
116
|
"vite-plugin-static-copy": "^1.0.6",
|
|
115
117
|
"vitest": "^2.0.5",
|
|
116
|
-
"@ilo-org/prettier-config": "2.0.0",
|
|
117
118
|
"@ilo-org/eslint-config": "2.0.0",
|
|
119
|
+
"@ilo-org/prettier-config": "2.0.0",
|
|
118
120
|
"@ilo-org/typescript-config": "2.0.0"
|
|
119
121
|
},
|
|
120
122
|
"peerDependencies": {
|
|
@@ -134,6 +136,7 @@
|
|
|
134
136
|
"storybook": "storybook dev -p 6006",
|
|
135
137
|
"storybook:static": "http-server ./storybook-static",
|
|
136
138
|
"test": "vitest",
|
|
137
|
-
"test:ui": "vitest --ui"
|
|
139
|
+
"test:ui": "vitest --ui",
|
|
140
|
+
"chromatic": "npx chromatic --build-script-name=build:docs"
|
|
138
141
|
}
|
|
139
142
|
}
|