@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.esm.js
CHANGED
|
@@ -26078,7 +26078,7 @@ var FormInput = function FormInput(_ref15) {
|
|
|
26078
26078
|
color: ERROR_COLOR,
|
|
26079
26079
|
variant: "pXS",
|
|
26080
26080
|
weight: themeValues.fontWeight,
|
|
26081
|
-
extraStyles: "word-break: break-word;\n
|
|
26081
|
+
extraStyles: "word-break: break-word;\n font-family: Public Sans;\n &::first-letter {\n text-transform: uppercase;\n }",
|
|
26082
26082
|
id: createIdFromString(labelTextWhenNoError, "error message")
|
|
26083
26083
|
}, errorMessages[field.errors[0]]) : /*#__PURE__*/React.createElement(Text$1, {
|
|
26084
26084
|
extraStyles: "height: ".concat(themeValues.lineHeight, ";")
|