@kosdev-code/base-ui-components 1.0.8 → 1.0.11
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/components/molecules/table/index.d.ts +1 -0
- package/components/molecules/table/index.d.ts.map +1 -1
- package/index.cjs +194 -194
- package/index.cjs.map +1 -1
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -2193,7 +2193,7 @@ const [xe] = I(["text"]), dl = [
|
|
|
2193
2193
|
publicPath: t
|
|
2194
2194
|
}) => {
|
|
2195
2195
|
const o = H(() => ({
|
|
2196
|
-
basePath: t ?? "/"
|
|
2196
|
+
basePath: t ?? "/ui/"
|
|
2197
2197
|
}), [t]);
|
|
2198
2198
|
return /* @__PURE__ */ c(Kn.Provider, { value: o, children: e });
|
|
2199
2199
|
}, ml = () => {
|
|
@@ -11220,6 +11220,7 @@ export {
|
|
|
11220
11220
|
Sy as Table,
|
|
11221
11221
|
Wn as TableHeader,
|
|
11222
11222
|
ty as TableNamedListItemTemplate,
|
|
11223
|
+
ti as TableTd,
|
|
11223
11224
|
Ed as Tag,
|
|
11224
11225
|
Mb as TagWithRemove,
|
|
11225
11226
|
M as Text,
|