@oliasoft-open-source/react-ui-library 4.4.6-beta-2 → 4.4.7-beta-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.
- package/dist/global.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/global.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -20712,7 +20712,7 @@ const getTextWidth = (text2, font) => {
|
|
|
20712
20712
|
};
|
|
20713
20713
|
const FONT_SIZE = "13px";
|
|
20714
20714
|
const FONT_SIZE_SMALL = "12px";
|
|
20715
|
-
const FONT_FAMILY = "
|
|
20715
|
+
const FONT_FAMILY = "system-ui";
|
|
20716
20716
|
const FONT_FAMILY_FALLBACK = "sans-serif";
|
|
20717
20717
|
const PADDING = 12;
|
|
20718
20718
|
const PADDING_SMALL = 8;
|