@htmlbricks/hb-input-text 0.65.23 → 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
@@ -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",
@@ -276,5 +239,5 @@
276
239
  "size": {},
277
240
  "iifePath": "main.iife.js",
278
241
  "repoName": "@htmlbricks/hb-input-text",
279
- "version": "0.65.23"
242
+ "version": "0.66.0"
280
243
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-text",
3
- "version": "0.65.23",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
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": [