cleek 2.10.85 → 2.11.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.
Files changed (29) hide show
  1. package/dist/cleek-styles/tiny-tailwind/aspect-ratio.styl +6 -0
  2. package/dist/cleek-styles/tiny-tailwind/bg-color.styl +161 -0
  3. package/dist/cleek-styles/tiny-tailwind/border-color.styl +161 -0
  4. package/dist/cleek-styles/tiny-tailwind/border.styl +63 -0
  5. package/dist/cleek-styles/tiny-tailwind/flex-grow.styl +10 -0
  6. package/dist/cleek-styles/tiny-tailwind/font-size.styl +24 -0
  7. package/dist/cleek-styles/tiny-tailwind/grid.styl +87 -0
  8. package/dist/cleek-styles/tiny-tailwind/height.styl +96 -0
  9. package/dist/cleek-styles/tiny-tailwind/index.styl +23 -0
  10. package/dist/cleek-styles/tiny-tailwind/inset.styl +328 -0
  11. package/dist/cleek-styles/tiny-tailwind/leading.styl +28 -0
  12. package/dist/cleek-styles/tiny-tailwind/object-fit.styl +20 -0
  13. package/dist/cleek-styles/tiny-tailwind/opacity.styl +30 -0
  14. package/dist/cleek-styles/tiny-tailwind/pointer-events.styl +4 -0
  15. package/dist/cleek-styles/tiny-tailwind/shadow.styl +16 -0
  16. package/dist/cleek-styles/tiny-tailwind/size-constraints.styl +127 -0
  17. package/dist/cleek-styles/tiny-tailwind/text-color.styl +159 -0
  18. package/dist/cleek-styles/tiny-tailwind/text-decoration.styl +8 -0
  19. package/dist/cleek-styles/tiny-tailwind/text-overflow.styl +38 -0
  20. package/dist/cleek-styles/tiny-tailwind/text-transform.styl +8 -0
  21. package/dist/cleek-styles/tiny-tailwind/transition.styl +55 -0
  22. package/dist/cleek-styles/tiny-tailwind/user-select.styl +8 -0
  23. package/dist/cleek-styles/tiny-tailwind/visibility.styl +4 -0
  24. package/dist/cleek-styles/tiny-tailwind/z-index.styl +14 -0
  25. package/dist/main.cjs.js +1 -1
  26. package/dist/main.css +1 -1
  27. package/dist/main.es.js +5 -5
  28. package/dist/types/components/ck-input.vue.d.ts +2 -2
  29. package/package.json +1 -1
package/dist/main.es.js CHANGED
@@ -665,7 +665,7 @@ const Ae = /* @__PURE__ */ q(en, [["__scopeId", "data-v-f242d7f6"]]), tn = {
665
665
  plusMinusButtons: { type: Boolean },
666
666
  min: {},
667
667
  max: {},
668
- sufix: {},
668
+ suffix: {},
669
669
  label: {},
670
670
  labelAlign: {},
671
671
  icon: {},
@@ -863,16 +863,16 @@ const Ae = /* @__PURE__ */ q(en, [["__scopeId", "data-v-f242d7f6"]]), tn = {
863
863
  class: "ck-input-plus-minus-buttons",
864
864
  onClick: I[8] || (I[8] = (le) => V())
865
865
  })) : C("", !0),
866
- w.sufix ? (v(), b("span", {
866
+ w.suffix ? (v(), b("span", {
867
867
  key: 5,
868
- class: M(["unit-formatter", { "--plus-minus-btns": w.plusMinusButtons }])
869
- }, A(w.sufix), 3)) : C("", !0)
868
+ class: M(["suffix", { "--plus-minus-btns": w.plusMinusButtons }])
869
+ }, A(w.suffix), 3)) : C("", !0)
870
870
  ])
871
871
  ], 4);
872
872
  };
873
873
  }
874
874
  });
875
- const Tt = /* @__PURE__ */ q(ln, [["__scopeId", "data-v-e0fac4be"]]), sn = {
875
+ const Tt = /* @__PURE__ */ q(ln, [["__scopeId", "data-v-529f68f5"]]), sn = {
876
876
  key: 0,
877
877
  class: "flex items-center"
878
878
  }, rn = { key: 2 }, un = /* @__PURE__ */ R({
@@ -79,7 +79,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
79
79
  min: {
80
80
  type: import('vue').PropType<number>;
81
81
  };
82
- sufix: {
82
+ suffix: {
83
83
  type: import('vue').PropType<string>;
84
84
  };
85
85
  iconColor: {
@@ -194,7 +194,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
194
194
  min: {
195
195
  type: import('vue').PropType<number>;
196
196
  };
197
- sufix: {
197
+ suffix: {
198
198
  type: import('vue').PropType<string>;
199
199
  };
200
200
  iconColor: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "2.10.85",
4
+ "version": "2.11.0",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",