uplord-ui 0.1.13 → 0.1.15

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.
@@ -33248,6 +33248,9 @@ const zne = "button-module__group___YdABW", Dne = "button-module__block___r2gUN"
33248
33248
  "variant-primary": "button-module__variant-primary___N7RnH",
33249
33249
  "has-hover": "button-module__has-hover___oJmdg",
33250
33250
  "variant-success": "button-module__variant-success___m3wq-",
33251
+ "variant-error": "button-module__variant-error___fjP-s",
33252
+ "variant-warning": "button-module__variant-warning___RXrwq",
33253
+ "variant-info": "button-module__variant-info___MjiWk",
33251
33254
  "variant-outline": "button-module__variant-outline___SERGN",
33252
33255
  "variant-text": "button-module__variant-text___-WNkl",
33253
33256
  "variant-anchor": "button-module__variant-anchor___AX8Yq",
@@ -40302,7 +40305,7 @@ const Wse = (e) => `not ${e}`, Xse = (e, t) => {
40302
40305
  t
40303
40306
  ] }),
40304
40307
  /* @__PURE__ */ _.jsx("div", { className: po.right, children: o })
40305
- ] }), Bde = "modal-module__backdrop___DCpKI", Ude = "modal-module__fullscreen___sfLoP", Zde = "modal-module__main___0Sjqx", Gde = "modal-module__max___9QSAL", Wde = "modal-module__sheet___8-CTw", Xde = "modal-module__drag___mZz3W", Kde = "modal-module__scroll___OnShd", Yde = "modal-module__header___t3TrT", Qde = "modal-module__title___oMB-c", Jde = "modal-module__subtext___IHfeN", e4e = "modal-module__top___62uvi", t4e = "modal-module__left___dCx5f", n4e = "modal-module__anchor___UCD-N", a4e = "modal-module__right___rvlxY", o4e = "modal-module__footer___tqppg", i4e = "modal-module__full___WPa3O", c4e = "modal-module__text___qx9vw", r4e = "modal-module__content___k129O", he = {
40308
+ ] }), Bde = "modal-module__backdrop___DCpKI", Ude = "modal-module__fullscreen___sfLoP", Zde = "modal-module__main___0Sjqx", Gde = "modal-module__max___9QSAL", Wde = "modal-module__sheet___8-CTw", Xde = "modal-module__drag___mZz3W", Kde = "modal-module__scroll___OnShd", Yde = "modal-module__header___t3TrT", Qde = "modal-module__top___62uvi", Jde = "modal-module__title___oMB-c", e4e = "modal-module__subtext___IHfeN", t4e = "modal-module__left___dCx5f", n4e = "modal-module__anchor___UCD-N", a4e = "modal-module__right___rvlxY", o4e = "modal-module__footer___tqppg", i4e = "modal-module__full___WPa3O", c4e = "modal-module__text___qx9vw", r4e = "modal-module__content___k129O", he = {
40306
40309
  backdrop: Bde,
40307
40310
  fullscreen: Ude,
40308
40311
  "backdrop--close-button": "modal-module__backdrop--close-button___SWtbL",
@@ -40313,9 +40316,9 @@ const Wse = (e) => `not ${e}`, Xse = (e, t) => {
40313
40316
  drag: Xde,
40314
40317
  scroll: Kde,
40315
40318
  header: Yde,
40316
- title: Qde,
40317
- subtext: Jde,
40318
- top: e4e,
40319
+ top: Qde,
40320
+ title: Jde,
40321
+ subtext: e4e,
40319
40322
  left: t4e,
40320
40323
  anchor: n4e,
40321
40324
  right: a4e,
@@ -40331,25 +40334,25 @@ const Wse = (e) => `not ${e}`, Xse = (e, t) => {
40331
40334
  subtext: t = "",
40332
40335
  leading: a,
40333
40336
  trailing: o,
40334
- fullscreen: i = !1,
40335
- sheet: c = !1
40337
+ // fullscreen = false,
40338
+ sheet: i = !1
40336
40339
  }) => {
40337
- const r = tL({ maxWidth: 743 }), s = Tb(a), d = Tb(o);
40340
+ const c = tL({ maxWidth: 743 }), r = Tb(a), s = Tb(o);
40338
40341
  return /* @__PURE__ */ _.jsxs(
40339
40342
  "div",
40340
40343
  {
40341
40344
  className: K(
40342
40345
  he.header,
40343
- c && !r && he.sheet,
40344
- i && `${he.fullscreen} dark`
40346
+ i && !c && he.sheet
40347
+ // fullscreen && `${styles.fullscreen}`,
40345
40348
  ),
40346
40349
  children: [
40347
- a && /* @__PURE__ */ _.jsx("div", { className: K(he.left, s && he.anchor), children: a }),
40350
+ a && /* @__PURE__ */ _.jsx("div", { className: K(he.left, r && he.anchor), children: a }),
40348
40351
  /* @__PURE__ */ _.jsxs("div", { className: he.top, children: [
40349
40352
  /* @__PURE__ */ _.jsx("div", { className: K(he.title, !t && he.large), children: e }),
40350
40353
  t && /* @__PURE__ */ _.jsx("div", { className: he.subtext, children: t })
40351
40354
  ] }),
40352
- o && /* @__PURE__ */ _.jsx("div", { className: K(he.right, d && he.anchor), children: o })
40355
+ o && /* @__PURE__ */ _.jsx("div", { className: K(he.right, s && he.anchor), children: o })
40353
40356
  ]
40354
40357
  }
40355
40358
  );