anentrypoint-design 0.0.151 → 0.0.152

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.151",
3
+ "version": "0.0.152",
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",
@@ -580,8 +580,8 @@ html.ds-247420 { touch-action: pan-x pan-y; overscroll-behavior: none; -webkit-t
580
580
  }
581
581
 
582
582
  /* ---- Session-UX surfaces: chips + modals + empty state ---- */
583
- .ds-247420 .os-instances { display: flex; gap: 6px; align-items: center; flex: 0 1 auto; min-width: 0; overflow-x: auto; overflow-y: hidden; padding: 0 4px; scrollbar-width: thin; }
584
- .ds-247420 .os-instances::-webkit-scrollbar { height: 4px; }
583
+ .ds-247420 .os-instances { display: flex; gap: 6px; align-items: center; flex: 0 1 auto; min-width: 0; height: var(--os-bar-h, 34px); overflow-x: auto; overflow-y: hidden; padding: 0 4px; scrollbar-width: none; }
584
+ .ds-247420 .os-instances::-webkit-scrollbar { display: none; }
585
585
 
586
586
  .ds-247420 .tb-sess-chip {
587
587
  display: inline-flex; align-items: center; gap: 6px;