@wizleap-inc/wiz-ui-next 4.1.0 → 4.1.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.
@@ -9,6 +9,7 @@ export declare const Close: StoryFn;
9
9
  export declare const Playground: StoryFn;
10
10
  export declare const Fixed: StoryFn;
11
11
  export declare const Popup: StoryFn<typeof WizNavContainer>;
12
+ export declare const LongPopup: StoryFn<typeof WizNavContainer>;
12
13
  export declare const PopupSticky: StoryFn<typeof WizNavContainer>;
13
14
  export declare const PopupStickyOpen: StoryFn<typeof WizNavContainer>;
14
15
  export declare const Disabled: StoryFn<typeof WizNavContainer>;
package/dist/wiz-ui.es.js CHANGED
@@ -8494,13 +8494,16 @@ const Tq = n({
8494
8494
  onOnClose: q
8495
8495
  }, {
8496
8496
  default: b(() => [
8497
- p(t(lt), {
8498
- options: g.value,
8499
- class: d(t(Sq)),
8500
- p: "xs",
8501
- "border-radius": "xs2",
8502
- disabled: T.disabled
8503
- }, null, 8, ["options", "class", "disabled"])
8497
+ i("div", {
8498
+ class: d(t(Sq))
8499
+ }, [
8500
+ p(t(lt), {
8501
+ options: g.value,
8502
+ p: "xs",
8503
+ "border-radius": "xs2",
8504
+ disabled: T.disabled
8505
+ }, null, 8, ["options", "disabled"])
8506
+ ], 2)
8504
8507
  ]),
8505
8508
  _: 1
8506
8509
  }, 8, ["is-open"])