@htmlbricks/hb-input-file 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/manifest.json CHANGED
@@ -113,7 +113,7 @@
113
113
  }
114
114
  }
115
115
  },
116
- "description": "",
116
+ "description": "File picker with `accept` from `schemaentry.params.accept` (defaults to any file), optional image preview or Bootstrap Icons by MIME type, and an optional clickable `placeHolderImage` that opens the hidden input. Clears selection with the remove control; validates required fields against an actual chosen file. Dispatches `setVal` with `{ value, valid, id }`.",
117
117
  "storybookArgs": {
118
118
  "schemaentry": {
119
119
  "control": {
@@ -130,44 +130,7 @@
130
130
  }
131
131
  },
132
132
  "styleSetup": {
133
- "vars": [
134
- {
135
- "name": "--bs-primary",
136
- "valueType": "color",
137
- "theme": "bootstrap",
138
- "defaultValue": "#07689f"
139
- },
140
- {
141
- "name": "--bs-secondary",
142
- "valueType": "color",
143
- "theme": "bootstrap",
144
- "defaultValue": "#c9d6df"
145
- },
146
- {
147
- "name": "--bs-success",
148
- "valueType": "color",
149
- "theme": "bootstrap",
150
- "defaultValue": "#11d3bc"
151
- },
152
- {
153
- "name": "--bs-info",
154
- "valueType": "color",
155
- "theme": "bootstrap",
156
- "defaultValue": "#a2d5f2"
157
- },
158
- {
159
- "name": "--bs-warning",
160
- "valueType": "color",
161
- "theme": "bootstrap",
162
- "defaultValue": "#ffc107"
163
- },
164
- {
165
- "name": "--bs-danger",
166
- "valueType": "color",
167
- "theme": "bootstrap",
168
- "defaultValue": "#f67280"
169
- }
170
- ],
133
+ "vars": [],
171
134
  "parts": [
172
135
  {
173
136
  "name": "invalid-feedback",
@@ -223,12 +186,12 @@
223
186
  ],
224
187
  "readmePath": "README.md",
225
188
  "name": "hb-input-file",
226
- "category": "input",
189
+ "category": "inputs",
227
190
  "tags": [
228
- "input"
191
+ "inputs"
229
192
  ],
230
193
  "size": {},
231
194
  "iifePath": "main.iife.js",
232
195
  "repoName": "@htmlbricks/hb-input-file",
233
- "version": "0.65.22"
196
+ "version": "0.66.0"
234
197
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-file",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "File picker with `accept` from `schemaentry.params.accept` (defaults to any file), optional image preview or Bootstrap Icons by MIME type, and an optional clickable `placeHolderImage` that opens the hidden input. Clears selection with the remove control; validates required fields against an actual chosen file. Dispatches `setVal` with `{ value, valid, id }`.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",