@chayns-components/gallery 5.0.0-beta.431 → 5.0.0-beta.433

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.
Files changed (2) hide show
  1. package/README.md +1 -7
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -31,10 +31,4 @@ yarn add @chayns-components/gallery
31
31
 
32
32
  ## Usage
33
33
 
34
- You can use the components in your project as in the following example.
35
-
36
- ```typescript jsx
37
- import { Gallery } from '@chayns-components/gallery';
38
-
39
- <Gallery />;
40
- ```
34
+ For detailed usage visit the [storybook](https://components.chayns.site/storybook).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chayns-components/gallery",
3
- "version": "5.0.0-beta.431",
3
+ "version": "5.0.0-beta.433",
4
4
  "description": "A set of beautiful React components for developing your own applications with chayns.",
5
5
  "keywords": [
6
6
  "chayns",
@@ -50,7 +50,7 @@
50
50
  "typescript": "^5.3.3"
51
51
  },
52
52
  "dependencies": {
53
- "@chayns-components/core": "^5.0.0-beta.431",
53
+ "@chayns-components/core": "^5.0.0-beta.433",
54
54
  "@chayns/colors": "^2.0.0",
55
55
  "chayns-api": "^1.0.45",
56
56
  "clsx": "^2.1.0",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "003a0544e58519ad18778845d10403722499c7a5"
68
+ "gitHead": "c7d263ad6fb63db654408f2b56f15e6b04ab8f76"
69
69
  }