@nation-a/ui 0.10.2 → 0.10.4

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/dist/index.js CHANGED
@@ -9740,8 +9740,8 @@ const BottomSheetFrame = forwardRef(
9740
9740
  overflow: "hidden",
9741
9741
  borderRadius: "40px 40px 0 0",
9742
9742
  height: "100%",
9743
- zIndex: 999,
9744
- backgroundColor: "#ffffff",
9743
+ zIndex: "modal",
9744
+ backgroundColor: "surface.layer_1",
9745
9745
  shadow: "0 -15px 15px 0px rgba(0, 0, 0, 0.05)",
9746
9746
  willChange: "auto"
9747
9747
  }),
@@ -9774,7 +9774,7 @@ const Backdrop = forwardRef(
9774
9774
  animated.div,
9775
9775
  {
9776
9776
  className: css$1({
9777
- zIndex: 99,
9777
+ zIndex: "overlay",
9778
9778
  position: "fixed",
9779
9779
  top: 0,
9780
9780
  width: "100%",
@@ -10320,7 +10320,7 @@ const Input = forwardRef(
10320
10320
  },
10321
10321
  [recipe.label, required, RequiredStar]
10322
10322
  );
10323
- return /* @__PURE__ */ jsxs(VStack2, { gap: 1, className: "group", "data-disabled": disabled || void 0, children: [
10323
+ return /* @__PURE__ */ jsxs(VStack2, { gap: 1, className: "group", "data-disabled": disabled || void 0, css: { width: "100%" }, children: [
10324
10324
  /* @__PURE__ */ jsx(Label, { visible: !!(label && labelPosition === "outside"), children: label }),
10325
10325
  /* @__PURE__ */ jsxs(Stack2, { gap: 1, className: cx(recipe.inputContainer, className), onClick: handleContainerClick, css: css2, children: [
10326
10326
  /* @__PURE__ */ jsx(Label, { visible: !!(label && labelPosition === "inside"), children: label }),
@@ -10397,7 +10397,7 @@ const Textarea = forwardRef(
10397
10397
  },
10398
10398
  [recipe.textLengthIndicator]
10399
10399
  );
10400
- return /* @__PURE__ */ jsxs(VStack2, { gap: 1, className: "group", "data-disabled": disabled || void 0, children: [
10400
+ return /* @__PURE__ */ jsxs(VStack2, { gap: 1, className: "group", "data-disabled": disabled || void 0, css: { width: "100%" }, children: [
10401
10401
  /* @__PURE__ */ jsx(Label, { visible: !!(label && labelPosition === "outside"), children: label }),
10402
10402
  /* @__PURE__ */ jsxs(Stack2, { gap: 1, className: cx(recipe.inputContainer, className), onClick: handleContainerClick, css: css2, children: [
10403
10403
  /* @__PURE__ */ jsx(Label, { visible: !!(label && labelPosition === "inside"), children: label }),