@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/index.cjs
CHANGED
|
@@ -39130,18 +39130,12 @@ var init_style_inject = __esm({
|
|
|
39130
39130
|
}
|
|
39131
39131
|
`.trim();
|
|
39132
39132
|
BASE_CSS = `
|
|
39133
|
-
|
|
39134
|
-
body {
|
|
39135
|
-
background-color: var(--color-gray-900);
|
|
39136
|
-
}
|
|
39137
|
-
|
|
39138
|
-
body {
|
|
39133
|
+
ease-panel {
|
|
39139
39134
|
font-family: var(--ease-font-family, 'Instrument Sans', sans-serif);
|
|
39140
39135
|
font-optical-sizing: auto;
|
|
39141
39136
|
font-weight: 400;
|
|
39142
39137
|
font-style: normal;
|
|
39143
39138
|
font-variation-settings: 'wdth' 100;
|
|
39144
|
-
min-height: 100dvh;
|
|
39145
39139
|
color: var(--color-gray-600);
|
|
39146
39140
|
}
|
|
39147
39141
|
`.trim();
|