@htmlbricks/hb-skeleton-component 0.66.26 → 0.67.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 +4 -0
- package/main.iife.js +31 -53
- package/main.iife.js.map +1 -1
- package/manifest.json +17 -3
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -78,7 +78,20 @@
|
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
80
|
"styleSetup": {
|
|
81
|
-
"vars": [
|
|
81
|
+
"vars": [
|
|
82
|
+
{
|
|
83
|
+
"name": "--bulma-primary",
|
|
84
|
+
"valueType": "color",
|
|
85
|
+
"defaultValue": "#00d1b2",
|
|
86
|
+
"description": "Primary button background."
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "--bulma-text",
|
|
90
|
+
"valueType": "color",
|
|
91
|
+
"defaultValue": "#363636",
|
|
92
|
+
"description": "Body text."
|
|
93
|
+
}
|
|
94
|
+
],
|
|
82
95
|
"parts": [
|
|
83
96
|
{
|
|
84
97
|
"name": "testpart",
|
|
@@ -106,7 +119,8 @@
|
|
|
106
119
|
}
|
|
107
120
|
}
|
|
108
121
|
],
|
|
109
|
-
"iifeIntegrity": "sha384-
|
|
122
|
+
"iifeIntegrity": "sha384-c7zvTHzIK2CFJ0fIpsPUNtPW8zj5t1+RuONJK+2W/VYepzLn/dcWqfFAZV6FX20I",
|
|
123
|
+
"dependencies": [],
|
|
110
124
|
"screenshots": [],
|
|
111
125
|
"licenses": [
|
|
112
126
|
{
|
|
@@ -126,5 +140,5 @@
|
|
|
126
140
|
"size": {},
|
|
127
141
|
"iifePath": "main.iife.js",
|
|
128
142
|
"repoName": "@htmlbricks/hb-skeleton-component",
|
|
129
|
-
"version": "0.
|
|
143
|
+
"version": "0.67.0"
|
|
130
144
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-skeleton-component",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
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": [
|