@syncfusion/ej2-base 28.1.33 → 28.2.3
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/README.md +1 -1
- package/bin/syncfusion-license.js +1 -1
- package/dist/ej2-base.min.js +1 -1
- package/dist/ej2-base.umd.min.js +1 -1
- package/dist/global/ej2-base.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +6 -6
- package/styles/bds-lite.css +1 -1
- package/styles/bds.css +1 -1
- package/styles/definition/_tailwind3.scss +1 -1
- package/styles/tailwind3-lite.css +2 -2
- package/styles/tailwind3.css +2 -2
|
@@ -1164,7 +1164,7 @@ $warning-shadow-focus: 0 0 0 4px rgba($warning-shadow, .5) !default;
|
|
|
1164
1164
|
$keyboard-focus-shadow: inset 0 0 0 1px $shadow-color, inset 0 0 0 2px $shadow-color1 !default;
|
|
1165
1165
|
|
|
1166
1166
|
// fontfamily
|
|
1167
|
-
$font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'apple color emoji', 'Segoe UI emoji', 'Segoe UI Symbol', 'Noto color emoji' !default;
|
|
1167
|
+
$font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'apple color emoji', 'Segoe UI emoji', 'Segoe UI Symbol', 'Noto color emoji' !default;
|
|
1168
1168
|
|
|
1169
1169
|
// default font Size
|
|
1170
1170
|
$text-xxs: 10px !default;
|