@ynput/ayon-react-components 0.4.1 → 0.4.2

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.
@@ -18275,6 +18275,7 @@ const Vpe = re(Kpe)`
18275
18275
  gap: var(--base-gap-medium);
18276
18276
  background-color: transparent;
18277
18277
  `, Lfe = qe((a, i) => /* @__PURE__ */ w(Bi, {
18278
+ $direction: "column",
18278
18279
  ...a,
18279
18280
  ref: i,
18280
18281
  style: {
@@ -18282,6 +18283,7 @@ const Vpe = re(Kpe)`
18282
18283
  ...a.style || {}
18283
18284
  },
18284
18285
  children: /* @__PURE__ */ w(cfe, {
18286
+ $direction: "column",
18285
18287
  style: a.scrollStyle,
18286
18288
  children: a.children
18287
18289
  })
@@ -1686,7 +1686,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1686
1686
  overflow-y: scroll;
1687
1687
  gap: var(--base-gap-medium);
1688
1688
  background-color: transparent;
1689
- `,m1=F.forwardRef((a,i)=>w(Ja,{...a,ref:i,style:{padding:0,...a.style||{}},children:w(h1,{style:a.scrollStyle,children:a.children})})),g1=F.forwardRef(({loading:a,...i},r)=>w(Ja,{...i,style:{padding:0,minHeight:150,flexGrow:1,...i.style||{}},children:w("div",{style:{flexGrow:1,position:"relative"},children:w("div",{style:{position:"absolute",top:3,left:0,right:0,bottom:0,padding:0},children:i.children})})})),Zu=q.css`
1689
+ `,m1=F.forwardRef((a,i)=>w(Ja,{$direction:"column",...a,ref:i,style:{padding:0,...a.style||{}},children:w(h1,{$direction:"column",style:a.scrollStyle,children:a.children})})),g1=F.forwardRef(({loading:a,...i},r)=>w(Ja,{...i,style:{padding:0,minHeight:150,flexGrow:1,...i.style||{}},children:w("div",{style:{flexGrow:1,position:"relative"},children:w("div",{style:{position:"absolute",top:3,left:0,right:0,bottom:0,padding:0},children:i.children})})})),Zu=q.css`
1690
1690
  background-color: var(--md-sys-color-surface-container-high-hover);
1691
1691
 
1692
1692
  /* hover to show description */