@htmlbricks/hb-skeleton-component 0.68.1 → 0.68.2

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/manifest.json +40 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -117,6 +117,45 @@
117
117
  "string": "test",
118
118
  "boolean": false
119
119
  }
120
+ },
121
+ {
122
+ "name": "booleanOn",
123
+ "description": "Toggle prop true.",
124
+ "data": {
125
+ "json": {
126
+ "flag": true,
127
+ "count": 3
128
+ },
129
+ "string": "enabled",
130
+ "boolean": true
131
+ }
132
+ },
133
+ {
134
+ "name": "nestedJson",
135
+ "description": "Nested object for binding experiments.",
136
+ "data": {
137
+ "json": {
138
+ "user": {
139
+ "id": "u1",
140
+ "role": "admin"
141
+ },
142
+ "features": [
143
+ "a",
144
+ "b"
145
+ ]
146
+ },
147
+ "string": "nested",
148
+ "boolean": false
149
+ }
150
+ },
151
+ {
152
+ "name": "emptyJson",
153
+ "description": "Empty object and long string.",
154
+ "data": {
155
+ "json": {},
156
+ "string": "lorem-ipsum-placeholder",
157
+ "boolean": false
158
+ }
120
159
  }
121
160
  ],
122
161
  "iifeIntegrity": "sha384-c7zvTHzIK2CFJ0fIpsPUNtPW8zj5t1+RuONJK+2W/VYepzLn/dcWqfFAZV6FX20I",
@@ -140,5 +179,5 @@
140
179
  "size": {},
141
180
  "iifePath": "main.iife.js",
142
181
  "repoName": "@htmlbricks/hb-skeleton-component",
143
- "version": "0.68.1"
182
+ "version": "0.68.2"
144
183
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-skeleton-component",
3
- "version": "0.68.1",
3
+ "version": "0.68.2",
4
4
  "contributors": [],
5
5
  "description": "Development scaffold: accepts arbitrary `json`, `string`, and `boolean` props to test bindings, exposes a `skelcontent` slot and a `testpart` CSS part, and emits a generic `event` for wiring demos.",
6
6
  "licenses": [