@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/index.js CHANGED
@@ -39117,18 +39117,12 @@ var init_style_inject = __esm({
39117
39117
  }
39118
39118
  `.trim();
39119
39119
  BASE_CSS = `
39120
- html,
39121
- body {
39122
- background-color: var(--color-gray-900);
39123
- }
39124
-
39125
- body {
39120
+ ease-panel {
39126
39121
  font-family: var(--ease-font-family, 'Instrument Sans', sans-serif);
39127
39122
  font-optical-sizing: auto;
39128
39123
  font-weight: 400;
39129
39124
  font-style: normal;
39130
39125
  font-variation-settings: 'wdth' 100;
39131
- min-height: 100dvh;
39132
39126
  color: var(--color-gray-600);
39133
39127
  }
39134
39128
  `.trim();