gbs-add-block 1.0.25 → 1.0.27
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
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
# GBS Building Blocks 2.0 (v1.0.
|
|
1
|
+
# GBS Building Blocks 2.0 (v1.0.27)
|
|
2
2
|
|
|
3
3
|
Latest and upgraded version of GBS building blocks with headless UI and removed dependencies.
|
|
4
4
|
|
|
5
5
|
## Documentation
|
|
6
6
|
|
|
7
|
-
For detailed documentation on usage and props, Please visit: [Building Block Documentation v2.0](https://
|
|
7
|
+
For detailed documentation on usage and props, Please visit: [Building Block Documentation v2.0](https://headless-lib-docs.vercel.app)
|
|
8
8
|
|
|
9
|
-
## What's New 🎉 (Ver 1.0.
|
|
9
|
+
## What's New 🎉 (Ver 1.0.27)
|
|
10
10
|
|
|
11
11
|
- General Bug Fix
|
|
12
12
|
|
package/index.cjs
CHANGED
|
@@ -40,7 +40,7 @@ const CONFIG = {
|
|
|
40
40
|
dependencies: {
|
|
41
41
|
FormRenderer: ["Select", "MultiSelect", "Input", "DatePicker"],
|
|
42
42
|
},
|
|
43
|
-
docs: "https://
|
|
43
|
+
docs: "https://headless-lib-docs.vercel.app",
|
|
44
44
|
};
|
|
45
45
|
|
|
46
46
|
const SOURCE_PATH = path.join(__dirname, "source", "components");
|
package/package.json
CHANGED
|
File without changes
|