@easemate/web-kit 0.4.0 → 0.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.
- package/build/decorators.cjs.map +1 -1
- package/build/decorators.js.map +1 -1
- package/build/elements.cjs.map +1 -1
- package/build/elements.js.map +1 -1
- package/build/index.cjs +1 -7
- package/build/index.cjs.map +1 -1
- package/build/index.js +1 -7
- package/build/index.js.map +1 -1
- package/build/react.cjs +1 -7
- package/build/react.cjs.map +1 -1
- package/build/react.js +1 -7
- package/build/react.js.map +1 -1
- package/build/register.cjs.map +1 -1
- package/build/register.js.map +1 -1
- package/build/utils.cjs.map +1 -1
- package/build/utils.js.map +1 -1
- package/package.json +4 -4
package/build/react.cjs
CHANGED
|
@@ -832,18 +832,12 @@ var init_style_inject = __esm({
|
|
|
832
832
|
}
|
|
833
833
|
`.trim();
|
|
834
834
|
BASE_CSS = `
|
|
835
|
-
|
|
836
|
-
body {
|
|
837
|
-
background-color: var(--color-gray-900);
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
body {
|
|
835
|
+
ease-panel {
|
|
841
836
|
font-family: var(--ease-font-family, 'Instrument Sans', sans-serif);
|
|
842
837
|
font-optical-sizing: auto;
|
|
843
838
|
font-weight: 400;
|
|
844
839
|
font-style: normal;
|
|
845
840
|
font-variation-settings: 'wdth' 100;
|
|
846
|
-
min-height: 100dvh;
|
|
847
841
|
color: var(--color-gray-600);
|
|
848
842
|
}
|
|
849
843
|
`.trim();
|