@common-origin/design-system 1.11.0 → 1.11.2
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/molecules/ArtCard/ArtCard.d.ts +0 -12
- package/dist/components/molecules/ArtCard/index.d.ts +0 -1
- package/dist/components/molecules/DesignCard/DesignCard.d.ts +0 -13
- package/dist/components/molecules/DesignCard/index.d.ts +0 -1
- package/dist/components/molecules/ReleaseCard/ReleaseCard.d.ts +0 -9
- package/dist/components/molecules/ReleaseCard/index.d.ts +0 -1
package/dist/index.esm.js
CHANGED
|
@@ -2657,7 +2657,7 @@ var StyledCheckbox = styled.span.withConfig({
|
|
|
2657
2657
|
}, HiddenCheckboxInput, tokensData.component.input.focus.outline, tokensData.component.input.focus.outlineOffset, function (props) {
|
|
2658
2658
|
return props.$state === 'error' ? tokensData.component.input.error.focus.borderColor : tokensData.component.input.focus.borderColor;
|
|
2659
2659
|
}, function (props) {
|
|
2660
|
-
return props.$state === 'disabled' && "\n background-color: ".concat(tokensData.component.input.disabled.backgroundColor, ";\n border-color: ").concat(tokensData.component.input.disabled.borderColor, ";\n
|
|
2660
|
+
return props.$state === 'disabled' && "\n background-color: ".concat(tokensData.component.input.disabled.backgroundColor, ";\n border-color: ").concat(tokensData.component.input.disabled.borderColor, ";\n ");
|
|
2661
2661
|
}, function (props) {
|
|
2662
2662
|
return props.$checked ? 'block' : 'none';
|
|
2663
2663
|
}, tokensData.semantic.color.text.inverse, function (props) {
|