@htmlbricks/hb-input-file 0.65.23 → 0.66.1

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
@@ -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",
@@ -230,5 +193,5 @@
230
193
  "size": {},
231
194
  "iifePath": "main.iife.js",
232
195
  "repoName": "@htmlbricks/hb-input-file",
233
- "version": "0.65.23"
196
+ "version": "0.66.1"
234
197
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-file",
3
- "version": "0.65.23",
3
+ "version": "0.66.1",
4
4
  "contributors": [],
5
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": [