@mittwald/flow-react-components 0.1.0-alpha.11 → 0.1.0-alpha.12
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 +37 -51
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -37,78 +37,76 @@
|
|
|
37
37
|
"dist"
|
|
38
38
|
],
|
|
39
39
|
"scripts": {
|
|
40
|
-
"build": "
|
|
41
|
-
"build:deps": "",
|
|
42
|
-
"build:
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"storybook:start": "run storybook dev -p 6006",
|
|
47
|
-
"test": "concurrently yarn:test:compile yarn:test:unit",
|
|
40
|
+
"build": "vite build --config vite.build.config.ts",
|
|
41
|
+
"build:deps:watch": "PROJECT=@mittwald/flow-react-components yarn run -T build:deps:watch",
|
|
42
|
+
"build:storybook": "storybook build",
|
|
43
|
+
"dev": "nx run-many --outputStyle=stream --targets=start,build:deps:watch",
|
|
44
|
+
"start": "storybook dev --port 6006",
|
|
45
|
+
"test": "nx run-many --targets test:compile,test:unit",
|
|
48
46
|
"test:compile": "tsc --noEmit",
|
|
49
47
|
"test:unit": "yarn node --experimental-vm-modules $(yarn bin jest)"
|
|
50
48
|
},
|
|
51
49
|
"dependencies": {
|
|
52
50
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
53
51
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
54
|
-
"@react-aria/utils": "^3.23.
|
|
55
|
-
"@react-types/shared": "^3.22.
|
|
52
|
+
"@react-aria/utils": "^3.23.2",
|
|
53
|
+
"@react-types/shared": "^3.22.1",
|
|
56
54
|
"clsx": "^2.1.0",
|
|
57
55
|
"copy-to-clipboard": "^3.3.3",
|
|
58
|
-
"html-react-parser": "^5.1.
|
|
59
|
-
"react-aria": "^3.
|
|
60
|
-
"react-aria-components": "^1.
|
|
56
|
+
"html-react-parser": "^5.1.7",
|
|
57
|
+
"react-aria": "^3.32.1",
|
|
58
|
+
"react-aria-components": "^1.1.1",
|
|
61
59
|
"react-children-utilities": "^2.10.0",
|
|
62
|
-
"react-stately": "^3.
|
|
63
|
-
"remeda": "^1.
|
|
60
|
+
"react-stately": "^3.30.1",
|
|
61
|
+
"remeda": "^1.43.0"
|
|
64
62
|
},
|
|
65
63
|
"devDependencies": {
|
|
66
64
|
"@fortawesome/free-regular-svg-icons": "^6.5.1",
|
|
67
65
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
68
66
|
"@jest/globals": "^29.7.0",
|
|
69
|
-
"@mittwald/flow-design-tokens": "^0.1.0-alpha.
|
|
67
|
+
"@mittwald/flow-design-tokens": "^0.1.0-alpha.12",
|
|
70
68
|
"@nx/storybook": "^18.0.4",
|
|
71
|
-
"@storybook/addon-a11y": "^7.6.
|
|
72
|
-
"@storybook/addon-actions": "^7.6.
|
|
73
|
-
"@storybook/addon-essentials": "^7.6.
|
|
74
|
-
"@storybook/addon-interactions": "^7.6.
|
|
75
|
-
"@storybook/addon-links": "^7.6.
|
|
76
|
-
"@storybook/blocks": "^7.6.
|
|
77
|
-
"@storybook/builder-vite": "^7.6.
|
|
78
|
-
"@storybook/components": "^7.6.
|
|
79
|
-
"@storybook/core-events": "^7.6.
|
|
80
|
-
"@storybook/manager-api": "^7.6.
|
|
81
|
-
"@storybook/preview-api": "^7.6.
|
|
82
|
-
"@storybook/react": "^7.6.
|
|
83
|
-
"@storybook/react-vite": "^7.6.
|
|
69
|
+
"@storybook/addon-a11y": "^7.6.16",
|
|
70
|
+
"@storybook/addon-actions": "^7.6.16",
|
|
71
|
+
"@storybook/addon-essentials": "^7.6.16",
|
|
72
|
+
"@storybook/addon-interactions": "^7.6.16",
|
|
73
|
+
"@storybook/addon-links": "^7.6.16",
|
|
74
|
+
"@storybook/blocks": "^7.6.16",
|
|
75
|
+
"@storybook/builder-vite": "^7.6.16",
|
|
76
|
+
"@storybook/components": "^7.6.16",
|
|
77
|
+
"@storybook/core-events": "^7.6.16",
|
|
78
|
+
"@storybook/manager-api": "^7.6.16",
|
|
79
|
+
"@storybook/preview-api": "^7.6.16",
|
|
80
|
+
"@storybook/react": "^7.6.16",
|
|
81
|
+
"@storybook/react-vite": "^7.6.16",
|
|
84
82
|
"@storybook/testing-library": "^0.2.2",
|
|
85
|
-
"@storybook/theming": "^7.6.
|
|
83
|
+
"@storybook/theming": "^7.6.16",
|
|
86
84
|
"@testing-library/react": "^14.2.1",
|
|
87
85
|
"@types/jest": "^29.5.12",
|
|
88
86
|
"@types/prop-types": "^15.7.11",
|
|
89
|
-
"@types/react": "^18.2.
|
|
87
|
+
"@types/react": "^18.2.56",
|
|
90
88
|
"@types/react-dom": "^18.2.19",
|
|
91
89
|
"@types/rollup": "^0.54.0",
|
|
92
|
-
"concurrently": "^8.2.2",
|
|
93
90
|
"decamelize": "^6.0.0",
|
|
94
91
|
"jest": "^29.7.0",
|
|
95
92
|
"jest-environment-jsdom": "^29.7.0",
|
|
93
|
+
"nx": "^18.0.4",
|
|
96
94
|
"postcss": "^8.4.35",
|
|
97
95
|
"postcss-nested-import": "^1.3.0",
|
|
98
|
-
"postcss-nesting": "^12.0.
|
|
96
|
+
"postcss-nesting": "^12.0.3",
|
|
99
97
|
"prop-types": "^15.8.1",
|
|
100
98
|
"react": "^18.2.0",
|
|
101
99
|
"react-dom": "^18.2.0",
|
|
102
100
|
"react-element-to-jsx-string": "^15.0.0",
|
|
103
|
-
"rollup": "^4.
|
|
104
|
-
"sass": "^1.
|
|
105
|
-
"storybook": "^7.6.
|
|
101
|
+
"rollup": "^4.12.0",
|
|
102
|
+
"sass": "^1.71.0",
|
|
103
|
+
"storybook": "^7.6.16",
|
|
106
104
|
"storybook-addon-dir": "^1.0.6",
|
|
107
105
|
"storybook-addon-pseudo-states": "^2.1.2",
|
|
108
106
|
"ts-jest": "^29.1.2",
|
|
109
107
|
"typescript": "^5.3.3",
|
|
110
108
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
111
|
-
"vite": "^5.1.
|
|
109
|
+
"vite": "^5.1.3",
|
|
112
110
|
"vite-plugin-banner": "^0.7.1",
|
|
113
111
|
"vite-plugin-dts": "^3.7.2"
|
|
114
112
|
},
|
|
@@ -116,17 +114,5 @@
|
|
|
116
114
|
"react": "18.2.0",
|
|
117
115
|
"react-dom": "18.2.0"
|
|
118
116
|
},
|
|
119
|
-
"
|
|
120
|
-
"targets": {
|
|
121
|
-
"build": {
|
|
122
|
-
"inputs": [
|
|
123
|
-
"default",
|
|
124
|
-
"^default",
|
|
125
|
-
"{projectRoot}/*.ts",
|
|
126
|
-
"{projectRoot}/dev/"
|
|
127
|
-
]
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
},
|
|
131
|
-
"gitHead": "5e7be32df66a5afbd79c6dec6f78720e7a1b758c"
|
|
117
|
+
"gitHead": "4691815eb6fb40ff2a5c184f988e4ab1cd2fa939"
|
|
132
118
|
}
|