bhl-forms 0.0.48 → 0.0.49
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/dist/bhl-forms.es.js +1 -1
- package/dist/bhl-forms.iife.js +2 -2
- package/dist/bhl-forms.modern.es.js +1 -1
- package/dist/bhl-forms.modern.iife.js +2 -2
- package/dist/bhl-forms.modern.umd.js +2 -2
- package/dist/bhl-forms.umd.js +2 -2
- package/dist/forms/childAndFamily.es.js +1 -1
- package/dist/forms/childAndFamily.iife.js +1 -1
- package/dist/forms/childAndFamily.json +1 -1
- package/dist/forms/generalLegal.es.js +1 -1
- package/dist/forms/generalLegal.iife.js +1 -1
- package/dist/forms/generalLegal.json +1 -1
- package/dist/main.css +1 -1
- package/package.json +1 -1
package/dist/bhl-forms.es.js
CHANGED
|
@@ -11310,7 +11310,7 @@ var theme = {
|
|
|
11310
11310
|
tel: textClassification,
|
|
11311
11311
|
text: textClassification,
|
|
11312
11312
|
textarea: __spreadProps(__spreadValues({}, textClassification), {
|
|
11313
|
-
input: "t-block t-w-full t-h-
|
|
11313
|
+
input: "t-block t-w-full t-h-40 t-px-3 t-pt-1 t-border-none t-text-base t-text-gray-700 t-placeholder-gray-400 placeholder:t-text-base focus:t-shadow-outline"
|
|
11314
11314
|
}),
|
|
11315
11315
|
time: textClassification,
|
|
11316
11316
|
url: textClassification,
|