cleek 2.10.79 → 2.10.80

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/main.es.js CHANGED
@@ -3098,6 +3098,7 @@ const Nn = /* @__PURE__ */ j(Wn, [["__scopeId", "data-v-1d834ae1"]]), En = "roun
3098
3098
  layout: {},
3099
3099
  icon: {},
3100
3100
  iconRight: {},
3101
+ iconPack: {},
3101
3102
  preventAutoUpdate: { type: Boolean }
3102
3103
  },
3103
3104
  emits: ["update:modelValue"],
@@ -3121,18 +3122,20 @@ const Nn = /* @__PURE__ */ j(Wn, [["__scopeId", "data-v-1d834ae1"]]), En = "roun
3121
3122
  }, [
3122
3123
  d.icon ? (v(), S(p, {
3123
3124
  key: 0,
3124
- icon: d.icon
3125
- }, null, 8, ["icon"])) : C("", !0),
3125
+ icon: d.icon,
3126
+ iconPack: d.iconPack
3127
+ }, null, 8, ["icon", "iconPack"])) : C("", !0),
3126
3128
  W(d.$slots, "default", {}, void 0, !0),
3127
3129
  d.iconRight ? (v(), S(p, {
3128
3130
  key: 1,
3129
- icon: d.iconRight
3130
- }, null, 8, ["icon"])) : C("", !0)
3131
+ icon: d.iconRight,
3132
+ iconPack: d.iconPack
3133
+ }, null, 8, ["icon", "iconPack"])) : C("", !0)
3131
3134
  ], 2);
3132
3135
  };
3133
3136
  }
3134
3137
  });
3135
- const qn = /* @__PURE__ */ j(Fn, [["__scopeId", "data-v-e3c474ff"]]), Hn = { class: "ck-toggle-group" }, jn = /* @__PURE__ */ R({
3138
+ const qn = /* @__PURE__ */ j(Fn, [["__scopeId", "data-v-f613ffcb"]]), Hn = { class: "ck-toggle-group" }, jn = /* @__PURE__ */ R({
3136
3139
  __name: "ck-toggle-group",
3137
3140
  props: /* @__PURE__ */ ee({
3138
3141
  options: {},
@@ -1,4 +1,4 @@
1
- import { Color, Icon, Layout } from '../../cleek-options/cleek-options.types';
1
+ import { Color, Icon, Layout, IconPack } from '../../cleek-options/cleek-options.types';
2
2
 
3
3
  declare function __VLS_template(): {
4
4
  default?(_: {}): any;
@@ -9,6 +9,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
9
9
  layout?: Layout;
10
10
  icon?: Icon;
11
11
  iconRight?: Icon;
12
+ iconPack?: IconPack;
12
13
  preventAutoUpdate?: boolean;
13
14
  }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
15
  "update:modelValue": (value: boolean) => void;
@@ -18,6 +19,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
18
19
  layout?: Layout;
19
20
  icon?: Icon;
20
21
  iconRight?: Icon;
22
+ iconPack?: IconPack;
21
23
  preventAutoUpdate?: boolean;
22
24
  }>>> & Readonly<{
23
25
  "onUpdate:modelValue"?: (value: boolean) => any;
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.79",
4
+ "version": "2.10.80",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",