@htmlbricks/hb-input-text 0.65.22 → 0.66.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/main.iife.js +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +5 -42
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
|
-
"description": "",
|
|
112
|
+
"description": "Single-line text field driven by a JSON `schemaentry` (id, value, placeholder, readonly, required, optional `validationRegex`, and `params` min/max length). Toggle Bootstrap validation styling with `show_validation`. Dispatches `setVal` whenever the value or validity changes (detail includes `value`, `valid`, `id`), and `clickEnter` when the user presses Enter inside the input.",
|
|
113
113
|
"storybookArgs": {
|
|
114
114
|
"schemaentry": {
|
|
115
115
|
"control": {
|
|
@@ -129,44 +129,7 @@
|
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
131
|
"styleSetup": {
|
|
132
|
-
"vars": [
|
|
133
|
-
{
|
|
134
|
-
"name": "--bs-primary",
|
|
135
|
-
"valueType": "color",
|
|
136
|
-
"theme": "bootstrap",
|
|
137
|
-
"defaultValue": "#07689f"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"name": "--bs-secondary",
|
|
141
|
-
"valueType": "color",
|
|
142
|
-
"theme": "bootstrap",
|
|
143
|
-
"defaultValue": "#c9d6df"
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"name": "--bs-success",
|
|
147
|
-
"valueType": "color",
|
|
148
|
-
"theme": "bootstrap",
|
|
149
|
-
"defaultValue": "#11d3bc"
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"name": "--bs-info",
|
|
153
|
-
"valueType": "color",
|
|
154
|
-
"theme": "bootstrap",
|
|
155
|
-
"defaultValue": "#a2d5f2"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"name": "--bs-warning",
|
|
159
|
-
"valueType": "color",
|
|
160
|
-
"theme": "bootstrap",
|
|
161
|
-
"defaultValue": "#ffc107"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"name": "--bs-danger",
|
|
165
|
-
"valueType": "color",
|
|
166
|
-
"theme": "bootstrap",
|
|
167
|
-
"defaultValue": "#f67280"
|
|
168
|
-
}
|
|
169
|
-
],
|
|
132
|
+
"vars": [],
|
|
170
133
|
"parts": [
|
|
171
134
|
{
|
|
172
135
|
"name": "invalid-feedback",
|
|
@@ -269,12 +232,12 @@
|
|
|
269
232
|
],
|
|
270
233
|
"readmePath": "README.md",
|
|
271
234
|
"name": "hb-input-text",
|
|
272
|
-
"category": "
|
|
235
|
+
"category": "inputs",
|
|
273
236
|
"tags": [
|
|
274
|
-
"
|
|
237
|
+
"inputs"
|
|
275
238
|
],
|
|
276
239
|
"size": {},
|
|
277
240
|
"iifePath": "main.iife.js",
|
|
278
241
|
"repoName": "@htmlbricks/hb-input-text",
|
|
279
|
-
"version": "0.
|
|
242
|
+
"version": "0.66.0"
|
|
280
243
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-text",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Single-line text field driven by a JSON `schemaentry` (id, value, placeholder, readonly, required, optional `validationRegex`, and `params` min/max length). Toggle Bootstrap validation styling with `show_validation`. Dispatches `setVal` whenever the value or validity changes (detail includes `value`, `valid`, `id`), and `clickEnter` when the user presses Enter inside the input.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|