@choosemycompany/ui 0.20.1 → 0.20.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.
package/dist/index.d.ts CHANGED
@@ -136,6 +136,7 @@ declare type __VLS_Props_6 = {
136
136
  description?: string;
137
137
  min?: number;
138
138
  max?: number;
139
+ step?: number;
139
140
  };
140
141
 
141
142
  declare type __VLS_Props_7 = {
package/dist/index.js CHANGED
@@ -1373,7 +1373,7 @@ const sn = {
1373
1373
  }, Mn = ["for"], Rn = {
1374
1374
  key: 1,
1375
1375
  class: "input__description"
1376
- }, bn = { class: "input__wrapper" }, $n = ["id", "type", "placeholder", "required", "disabled", "aria-invalid", "min", "max"], In = {
1376
+ }, bn = { class: "input__wrapper" }, $n = ["id", "type", "placeholder", "required", "disabled", "aria-invalid", "min", "max", "step"], In = {
1377
1377
  key: 2,
1378
1378
  class: "input__error-message"
1379
1379
  }, Fn = /* @__PURE__ */ I({
@@ -1391,7 +1391,8 @@ const sn = {
1391
1391
  size: { default: Dt.medium },
1392
1392
  description: {},
1393
1393
  min: {},
1394
- max: {}
1394
+ max: {},
1395
+ step: {}
1395
1396
  }, {
1396
1397
  modelValue: { default: "" },
1397
1398
  modelModifiers: {}
@@ -1431,6 +1432,7 @@ const sn = {
1431
1432
  "aria-invalid": i.value,
1432
1433
  min: t.type === O(ze).number ? t.min : void 0,
1433
1434
  max: t.type === O(ze).number ? t.max : void 0,
1435
+ step: t.step,
1434
1436
  onBlur: d[1] || (d[1] = (c) => o("update:modelValue", r.value))
1435
1437
  }, null, 40, $n), [
1436
1438
  [e0, r.value]
@@ -1440,7 +1442,7 @@ const sn = {
1440
1442
  l.value ? (L(), h("div", In, V(t.errorMessage), 1)) : z("", !0)
1441
1443
  ], 2));
1442
1444
  }
1443
- }), Ot = /* @__PURE__ */ $(Fn, [["__scopeId", "data-v-ea022780"]]), Pn = { key: 1 }, zn = /* @__PURE__ */ I({
1445
+ }), Ot = /* @__PURE__ */ $(Fn, [["__scopeId", "data-v-61b50067"]]), Pn = { key: 1 }, zn = /* @__PURE__ */ I({
1444
1446
  __name: "HighlightText",
1445
1447
  props: {
1446
1448
  text: {},