anentrypoint-design 0.0.465 → 0.0.466

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anentrypoint-design",
3
- "version": "0.0.465",
3
+ "version": "0.0.466",
4
4
  "description": "247420 design system SDK — webjsx + modified ripple-ui, single-file ESM bundle for reproducible use of the AnEntrypoint design.",
5
5
  "type": "module",
6
6
  "main": "./dist/247420.js",
@@ -829,6 +829,7 @@ html.ds-247420 { touch-action: pan-x pan-y; overscroll-behavior: none; -webkit-t
829
829
  display: flex; align-items: center; justify-content: center;
830
830
  pointer-events: none;
831
831
  }
832
+ .tb-sess-empty[hidden] { display: none; }
832
833
  .tb-sess-empty-card {
833
834
  pointer-events: auto;
834
835
  background: var(--bg);
@@ -134,6 +134,8 @@
134
134
  .wm-win.wm-min .wm-body,
135
135
  .wm-win.wm-min .wm-resize { display: none; }
136
136
 
137
+ .wm-win.wm-min { display: none; }
138
+
137
139
  .wm-win.wm-max {
138
140
  left: 0 !important;
139
141
  top: 0 !important;