@luscii-healthtech/web-ui 44.8.1 → 45.1.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/dist/index.development.js +1 -1
- package/dist/index.development.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/src/tokens/generated/tokens.d.ts +1522 -0
- package/dist/stories/{SemanticColors/SemanticColors.d.ts → SemanticColors.d.ts} +3 -2
- package/dist/web-ui-tailwind.css +144 -45
- package/dist/web-ui.esm.js +1 -1
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +8 -8
- /package/dist/stories/{PrimitiveColors/PrimitiveColors.d.ts → PrimitiveColors.d.ts} +0 -0
|
@@ -2459,7 +2459,7 @@ const StyledCheckbox = React__namespace.default.forwardRef((props, ref) => {
|
|
|
2459
2459
|
// Disabled styles
|
|
2460
2460
|
"ui:disabled:border-border-neutral-primary-disabled",
|
|
2461
2461
|
// Disabled and checked styles
|
|
2462
|
-
"ui:disabled:checked:bg-
|
|
2462
|
+
"ui:disabled:checked:bg-icon-brand-primary-disabled",
|
|
2463
2463
|
// Checked and hovered styles
|
|
2464
2464
|
"ui:checked:hover:bg-icon-brand-primary-hover",
|
|
2465
2465
|
"ui:transition-colors ui:duration-150 ui:ease-in-out",
|