@luscii-healthtech/web-ui 35.5.0 → 35.5.1
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.
|
@@ -10,7 +10,7 @@ import "./Text.css";
|
|
|
10
10
|
export declare const allowedTextStyles: {
|
|
11
11
|
readonly sm: `${string} ui-font-medium`;
|
|
12
12
|
readonly "sm-strong": `${string} ui-font-semibold ui-antialiased`;
|
|
13
|
-
readonly base: string
|
|
13
|
+
readonly base: `${string} ui-font-normal`;
|
|
14
14
|
readonly medium: `${string} ui-font-medium ui-antialiased`;
|
|
15
15
|
readonly strong: `${string} ui-font-semibold ui-antialiased`;
|
|
16
16
|
readonly lg: "";
|
|
@@ -984,7 +984,7 @@ const responsiveTextSizeVariants = {
|
|
|
984
984
|
const allowedTextStyles = {
|
|
985
985
|
sm: `${responsiveTextSizeVariants.sm} ui-font-medium`,
|
|
986
986
|
"sm-strong": `${responsiveTextSizeVariants.sm} ui-font-semibold ui-antialiased`,
|
|
987
|
-
base: responsiveTextSizeVariants.base
|
|
987
|
+
base: `${responsiveTextSizeVariants.base} ui-font-normal`,
|
|
988
988
|
medium: `${responsiveTextSizeVariants.base} ui-font-medium ui-antialiased`,
|
|
989
989
|
strong: `${responsiveTextSizeVariants.base} ui-font-semibold ui-antialiased`,
|
|
990
990
|
lg: "",
|