globuswebcomponents 1.0.4 → 1.0.5

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/dist/docs.json +3 -1
  2. package/package.json +1 -1
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-01-27T14:29:53",
2
+ "timestamp": "2025-01-27T14:40:42",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.20.0",
@@ -4262,6 +4262,7 @@
4262
4262
  "filePath": "src/components/gb-complex-primary-side-bar-item/gb-complex-primary-side-bar-item.tsx",
4263
4263
  "encapsulation": "shadow",
4264
4264
  "tag": "gb-complex-primary-side-bar-item",
4265
+ "readme": "# gb-complex-primary-side-bar-item\n\n\n",
4265
4266
  "docs": "",
4266
4267
  "docsTags": [],
4267
4268
  "usage": {},
@@ -4442,6 +4443,7 @@
4442
4443
  "filePath": "src/components/gb-complex-secondary-side-bar-item/gb-complex-secondary-side-bar-item.tsx",
4443
4444
  "encapsulation": "shadow",
4444
4445
  "tag": "gb-complex-secondary-side-bar-item",
4446
+ "readme": "# gb-complex-secondary-side-bar-item\n\n\n",
4445
4447
  "docs": "",
4446
4448
  "docsTags": [],
4447
4449
  "usage": {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globuswebcomponents",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",