@nexxtmove/ui 1.4.0 → 1.5.0

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
@@ -1419,7 +1419,7 @@ var dt = { funda: { render: ut } }, Z = /* @__PURE__ */ p({
1419
1419
  e.label ? (w(), s("label", {
1420
1420
  key: 0,
1421
1421
  for: t,
1422
- class: "text-color-gray-700 justify-start body-normal text-sm"
1422
+ class: "text-color-gray-700 justify-start small-normal"
1423
1423
  }, [d(k(e.label) + " ", 1), e.required ? (w(), s("span", sn, "*")) : o("", !0)])) : o("", !0),
1424
1424
  f($, {
1425
1425
  placement: "bottom-start",
@@ -1670,7 +1670,7 @@ var dt = { funda: { render: ut } }, Z = /* @__PURE__ */ p({
1670
1670
  return (t, i) => (w(), s("div", bn, [
1671
1671
  e.label ? (w(), s("label", {
1672
1672
  key: 0,
1673
- class: "text-color-gray-700 justify-start body-normal text-sm",
1673
+ class: "text-color-gray-700 justify-start small-normal",
1674
1674
  for: r
1675
1675
  }, [d(k(e.label) + " ", 1), e.required ? (w(), s("span", xn, "*")) : o("", !0)])) : o("", !0),
1676
1676
  c("div", { class: y(["group flex items-center gap-2 overflow-hidden rounded-lg ring transition-colors ease-out focus-within:ring-cornflower-blue-500", [e.error ? "ring-brick-400" : "ring-gray-200", {
@@ -2885,7 +2885,7 @@ var sr = /* @__PURE__ */ p({
2885
2885
  return (i, l) => (w(), s("div", Zn, [
2886
2886
  t.label ? (w(), s("label", {
2887
2887
  key: 0,
2888
- class: "text-color-gray-700 justify-start body-normal text-sm",
2888
+ class: "text-color-gray-700 justify-start small-normal",
2889
2889
  for: A(r)
2890
2890
  }, [d(k(t.label) + " ", 1), t.required ? (w(), s("span", $n, "*")) : o("", !0)], 8, Qn)) : o("", !0),
2891
2891
  f($, {
@@ -3437,7 +3437,7 @@ var sr = /* @__PURE__ */ p({
3437
3437
  return (r, i) => (w(), s("div", Fr, [
3438
3438
  t.label ? (w(), s("label", {
3439
3439
  key: 0,
3440
- class: "text-color-gray-700 justify-start body-normal text-sm",
3440
+ class: "text-color-gray-700 justify-start small-normal",
3441
3441
  for: A(l)
3442
3442
  }, [d(k(t.label) + " ", 1), t.required ? (w(), s("span", Lr, "*")) : o("", !0)], 8, Ir)) : o("", !0),
3443
3443
  c("div", { class: y(["group flex items-center overflow-hidden rounded-lg ring transition-colors ease-out focus-within:ring-cornflower-blue-500", [t.error ? "ring-brick-400" : "ring-gray-200", t.selectPosition === "after" ? "flex-row-reverse" : "flex-row"]]) }, [f($, { placement: t.selectPosition === "after" ? "bottom-end" : "bottom-start" }, {
@@ -4142,7 +4142,7 @@ var sr = /* @__PURE__ */ p({
4142
4142
  }), (i, h) => (w(), s("div", Bi, [
4143
4143
  t.label ? (w(), s("label", {
4144
4144
  key: 0,
4145
- class: "text-color-gray-700 justify-start body-normal text-sm",
4145
+ class: "text-color-gray-700 justify-start small-normal",
4146
4146
  for: A(u)
4147
4147
  }, [d(k(t.label) + " ", 1), t.required ? (w(), s("span", Hi, "*")) : o("", !0)], 8, Vi)) : o("", !0),
4148
4148
  f($, {
@@ -5593,7 +5593,7 @@ var Pa = { render: Na }, Fa = { class: "flex items-center justify-end self-stret
5593
5593
  }
5594
5594
  }), ls = { class: "flex flex-col gap-1" }, us = {
5595
5595
  key: 0,
5596
- class: "text-color-gray-700 justify-start body-normal text-sm"
5596
+ class: "text-color-gray-700 justify-start small-normal"
5597
5597
  }, ds = ["onClick"], fs = {
5598
5598
  key: 1,
5599
5599
  class: "extra-small-semibold"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nexxtmove/ui",
3
3
  "type": "module",
4
- "version": "1.4.0",
4
+ "version": "1.5.0",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -113,11 +113,7 @@ watch(
113
113
 
114
114
  <template>
115
115
  <div class="inline-flex flex-col gap-1" :class="{ 'w-full': fullWidth }">
116
- <label
117
- v-if="label"
118
- :for="PICKER_ID"
119
- class="text-color-gray-700 justify-start body-normal text-sm"
120
- >
116
+ <label v-if="label" :for="PICKER_ID" class="text-color-gray-700 justify-start small-normal">
121
117
  {{ label }}
122
118
  <span v-if="required" class="text-brick-500">*</span>
123
119
  </label>
@@ -72,11 +72,7 @@ const onOpen = async () => {
72
72
 
73
73
  <template>
74
74
  <div class="inline-flex flex-col gap-1">
75
- <label
76
- v-if="label"
77
- class="text-color-gray-700 justify-start body-normal text-sm"
78
- :for="selectId"
79
- >
75
+ <label v-if="label" class="text-color-gray-700 justify-start small-normal" :for="selectId">
80
76
  {{ label }}
81
77
  <span v-if="required" class="text-brick-500">*</span>
82
78
  </label>
@@ -51,11 +51,7 @@ const decrement = () => {
51
51
 
52
52
  <template>
53
53
  <div class="inline-flex flex-col gap-1">
54
- <label
55
- v-if="label"
56
- class="text-color-gray-700 justify-start body-normal text-sm"
57
- :for="INPUT_ID"
58
- >
54
+ <label v-if="label" class="text-color-gray-700 justify-start small-normal" :for="INPUT_ID">
59
55
  {{ label }}
60
56
  <span v-if="required" class="text-brick-500">*</span>
61
57
  </label>
@@ -50,11 +50,7 @@ const select = (opt: SelectOption, close: () => void) => {
50
50
 
51
51
  <template>
52
52
  <div class="inline-flex flex-col gap-1">
53
- <label
54
- v-if="label"
55
- class="text-color-gray-700 justify-start body-normal text-sm"
56
- :for="fieldId"
57
- >
53
+ <label v-if="label" class="text-color-gray-700 justify-start small-normal" :for="fieldId">
58
54
  {{ label }}
59
55
  <span v-if="required" class="text-brick-500">*</span>
60
56
  </label>
@@ -123,11 +123,7 @@ watch(model, () => {
123
123
 
124
124
  <template>
125
125
  <div class="inline-flex flex-col gap-1">
126
- <label
127
- v-if="label"
128
- class="text-color-gray-700 justify-start body-normal text-sm"
129
- :for="selectId"
130
- >
126
+ <label v-if="label" class="text-color-gray-700 justify-start small-normal" :for="selectId">
131
127
  {{ label }}
132
128
  <span v-if="required" class="text-brick-500">*</span>
133
129
  </label>
@@ -70,7 +70,7 @@ onMounted(async () => {
70
70
 
71
71
  <template>
72
72
  <div class="flex flex-col gap-1">
73
- <label v-if="label" class="text-color-gray-700 justify-start body-normal text-sm">
73
+ <label v-if="label" class="text-color-gray-700 justify-start small-normal">
74
74
  {{ label }}
75
75
  </label>
76
76
  <div