@choosemycompany/ui 0.17.2 → 0.18.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/assets/index.css +1 -1
- package/dist/index.d.ts +1 -5
- package/dist/index.js +2 -2
- package/dist/index.umd.js +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -270,11 +270,7 @@ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
|
270
270
|
|
|
271
271
|
declare type BadgePillStatus = keyof typeof badgePillStatusOptions;
|
|
272
272
|
|
|
273
|
-
declare const badgePillStatusOptions:
|
|
274
|
-
readonly limited: "limited";
|
|
275
|
-
readonly completed: "completed";
|
|
276
|
-
readonly info: "info";
|
|
277
|
-
};
|
|
273
|
+
declare const badgePillStatusOptions: Record<string, string>;
|
|
278
274
|
|
|
279
275
|
declare type ButtonGroupGap = keyof typeof buttonGroupGapOptions;
|
|
280
276
|
|
package/dist/index.js
CHANGED
|
@@ -1604,7 +1604,7 @@ const sn = {
|
|
|
1604
1604
|
F("span", Tn, P(e.label), 1)
|
|
1605
1605
|
], 2));
|
|
1606
1606
|
}
|
|
1607
|
-
}), yr = /* @__PURE__ */ R(Gn, [["__scopeId", "data-v-
|
|
1607
|
+
}), yr = /* @__PURE__ */ R(Gn, [["__scopeId", "data-v-d493ed46"]]), Tt = {
|
|
1608
1608
|
medium: "medium"
|
|
1609
1609
|
}, Hn = /* @__PURE__ */ $({
|
|
1610
1610
|
name: "CmcButtonGroup",
|
|
@@ -4305,7 +4305,7 @@ const Uo = ["aria-sort"], qo = /* @__PURE__ */ $({
|
|
|
4305
4305
|
}, null, 8, ["rows", "emptyText", "leafColCount"])
|
|
4306
4306
|
]));
|
|
4307
4307
|
}
|
|
4308
|
-
}), er = /* @__PURE__ */ R(Jo, [["__scopeId", "data-v-
|
|
4308
|
+
}), er = /* @__PURE__ */ R(Jo, [["__scopeId", "data-v-0de0582e"]]), tr = { class: "table__pagination" }, nr = 10, or = /* @__PURE__ */ $({
|
|
4309
4309
|
__name: "CmcTablePagination",
|
|
4310
4310
|
props: {
|
|
4311
4311
|
itemsPerPage: { default: nr },
|