@htmlbricks/hb-input-area 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
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
|
-
"description": "",
|
|
136
|
+
"description": "Multi-line `<textarea>` controlled by `schemaentry` with the same validation ideas as text: optional `validationRegex` and `params` min/max length, required handling, and `show_validation` / `validationTip`. Dispatches `setVal` with `{ value, valid, id }` and `clickEnter` when Enter is pressed without Shift (Shift+Enter still inserts a newline).",
|
|
137
137
|
"storybookArgs": {
|
|
138
138
|
"schemaentry": {
|
|
139
139
|
"control": {
|
|
@@ -153,44 +153,7 @@
|
|
|
153
153
|
}
|
|
154
154
|
},
|
|
155
155
|
"styleSetup": {
|
|
156
|
-
"vars": [
|
|
157
|
-
{
|
|
158
|
-
"name": "--bs-primary",
|
|
159
|
-
"valueType": "color",
|
|
160
|
-
"theme": "bootstrap",
|
|
161
|
-
"defaultValue": "#07689f"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"name": "--bs-secondary",
|
|
165
|
-
"valueType": "color",
|
|
166
|
-
"theme": "bootstrap",
|
|
167
|
-
"defaultValue": "#c9d6df"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"name": "--bs-success",
|
|
171
|
-
"valueType": "color",
|
|
172
|
-
"theme": "bootstrap",
|
|
173
|
-
"defaultValue": "#11d3bc"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"name": "--bs-info",
|
|
177
|
-
"valueType": "color",
|
|
178
|
-
"theme": "bootstrap",
|
|
179
|
-
"defaultValue": "#a2d5f2"
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"name": "--bs-warning",
|
|
183
|
-
"valueType": "color",
|
|
184
|
-
"theme": "bootstrap",
|
|
185
|
-
"defaultValue": "#ffc107"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"name": "--bs-danger",
|
|
189
|
-
"valueType": "color",
|
|
190
|
-
"theme": "bootstrap",
|
|
191
|
-
"defaultValue": "#f67280"
|
|
192
|
-
}
|
|
193
|
-
],
|
|
156
|
+
"vars": [],
|
|
194
157
|
"parts": [
|
|
195
158
|
{
|
|
196
159
|
"name": "invalid-feedback",
|
|
@@ -241,12 +204,12 @@
|
|
|
241
204
|
],
|
|
242
205
|
"readmePath": "README.md",
|
|
243
206
|
"name": "hb-input-area",
|
|
244
|
-
"category": "
|
|
207
|
+
"category": "inputs",
|
|
245
208
|
"tags": [
|
|
246
|
-
"
|
|
209
|
+
"inputs"
|
|
247
210
|
],
|
|
248
211
|
"size": {},
|
|
249
212
|
"iifePath": "main.iife.js",
|
|
250
213
|
"repoName": "@htmlbricks/hb-input-area",
|
|
251
|
-
"version": "0.
|
|
214
|
+
"version": "0.66.0"
|
|
252
215
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-area",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Multi-line `<textarea>` controlled by `schemaentry` with the same validation ideas as text: optional `validationRegex` and `params` min/max length, required handling, and `show_validation` / `validationTip`. Dispatches `setVal` with `{ value, valid, id }` and `clickEnter` when Enter is pressed without Shift (Shift+Enter still inserts a newline).",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|