@swan-io/lake 10.0.0 → 11.0.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 +2 -2
- package/package.json +3 -4
- package/src/assets/3d-card/environment/nx.png +0 -0
- package/src/assets/3d-card/environment/ny.png +0 -0
- package/src/assets/3d-card/environment/nz.png +0 -0
- package/src/assets/3d-card/environment/px.png +0 -0
- package/src/assets/3d-card/environment/py.png +0 -0
- package/src/assets/3d-card/environment/pz.png +0 -0
- package/src/assets/3d-card/model/MaisonNeue-Book.woff +0 -0
- package/src/assets/3d-card/model/MarkPro-Regular.ttf +0 -0
- package/src/assets/3d-card/model/band_roughness.jpg +0 -0
- package/src/assets/3d-card/model/card.gltf +0 -850
- package/src/assets/3d-card/model/chip.jpg +0 -0
- package/src/assets/3d-card/model/color_black.jpg +0 -0
- package/src/assets/3d-card/model/color_silver.jpg +0 -0
- package/src/assets/images/flags.svg +0 -1
- package/src/components/Filters.d.ts +0 -59
- package/src/components/Filters.js +0 -208
- package/src/components/Flag.d.ts +0 -8
- package/src/components/Flag.js +0 -32
- package/src/components/ToastStack.d.ts +0 -1
- package/src/components/ToastStack.js +0 -142
- package/src/state/toasts.d.ts +0 -31
- package/src/state/toasts.js +0 -88
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
You can start the [Storybook](https://storybook.js.org), a small application that allows you to list and play with the various components.
|
|
8
8
|
|
|
9
9
|
```console
|
|
10
|
-
$
|
|
10
|
+
$ pnpm start
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Consume the design system from apps
|
|
@@ -45,5 +45,5 @@ import {
|
|
|
45
45
|
You can build a static version of the Storybook (e.g. to host a demo space):
|
|
46
46
|
|
|
47
47
|
```console
|
|
48
|
-
$
|
|
48
|
+
$ pnpm build
|
|
49
49
|
```
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swan-io/lake",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.0",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.9.0",
|
|
6
|
-
"
|
|
6
|
+
"pnpm": "9.9.0"
|
|
7
7
|
},
|
|
8
8
|
"files": [
|
|
9
9
|
"LICENSE",
|
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
"polished": "^4.3.1",
|
|
36
36
|
"prism-react-renderer": "^2.4.0",
|
|
37
37
|
"react": "^18.3.1",
|
|
38
|
-
"react-atomic-state": "^2.0.0",
|
|
39
38
|
"react-dom": "^18.3.1",
|
|
40
39
|
"react-native-web": "^0.19.13",
|
|
41
40
|
"rifm": "^0.12.1",
|
|
@@ -53,4 +52,4 @@
|
|
|
53
52
|
"jsdom": "^25.0.1",
|
|
54
53
|
"type-fest": "^4.26.1"
|
|
55
54
|
}
|
|
56
|
-
}
|
|
55
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|