@thecb/components 9.0.4-beta.5 → 9.0.4
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/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/form-layouts/FormInput.js +4 -5
- package/src/components/molecules/partial-amount-form/PartialAmountForm.stories.js +0 -146
package/dist/index.cjs.js
CHANGED
|
@@ -26086,7 +26086,7 @@ var FormInput = function FormInput(_ref15) {
|
|
|
26086
26086
|
color: ERROR_COLOR,
|
|
26087
26087
|
variant: "pXS",
|
|
26088
26088
|
weight: themeValues.fontWeight,
|
|
26089
|
-
extraStyles: "word-break: break-word;\n
|
|
26089
|
+
extraStyles: "word-break: break-word;\n font-family: Public Sans;\n &::first-letter {\n text-transform: uppercase;\n }",
|
|
26090
26090
|
id: createIdFromString(labelTextWhenNoError, "error message")
|
|
26091
26091
|
}, errorMessages[field.errors[0]]) : /*#__PURE__*/React__default.createElement(Text$1, {
|
|
26092
26092
|
extraStyles: "height: ".concat(themeValues.lineHeight, ";")
|