prlg-ui 1.8.242 → 1.8.244
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/{InfoIcon-ymNDL95o.js → InfoIcon-BHqz_V_5.js} +19 -18
- package/dist/{InfoIcon-6OKKz9xu.cjs → InfoIcon-DIQlRgPd.cjs} +1 -1
- package/dist/blocks.d.ts +5 -6
- package/dist/icons/index.cjs.js +1 -1
- package/dist/icons/index.es.js +1 -1
- package/dist/icons.d.ts +5 -6
- package/dist/index.d.ts +5 -6
- package/dist/prlg-ui.css +1 -1
- package/dist/reka-ui/index.cjs.js +2 -2
- package/dist/reka-ui/index.es.js +376 -371
- package/dist/rekaUI.d.ts +43 -32
- package/dist/types.d.ts +5 -6
- package/dist/utils.d.ts +5 -6
- package/package.json +1 -1
package/dist/icons/index.es.js
CHANGED
|
@@ -3,7 +3,7 @@ import { createElementBlock as n, openBlock as o, createStaticVNode as e, create
|
|
|
3
3
|
import { _ as r } from "../CloseIcon-DwfoI5oL.js";
|
|
4
4
|
import { C as R2 } from "../CloseIcon-DwfoI5oL.js";
|
|
5
5
|
import { E as N2, a as Q2, F as q2, P as z2, W as J2 } from "../FileIcon-C277kDuk.js";
|
|
6
|
-
import { A as X2, a as Y2, b as C4, C as t4, I as n4 } from "../InfoIcon-
|
|
6
|
+
import { A as X2, a as Y2, b as C4, C as t4, I as n4 } from "../InfoIcon-BHqz_V_5.js";
|
|
7
7
|
import { A as r4, a as l4, B as e4, C as i4, b as s4, c as c4, d as d4, S as h4, W as _4 } from "../WarningIcon-DRYayjI6.js";
|
|
8
8
|
import { C as a4, a as f4, E as w4, b as u4, I as H4, M as V4, P as L4, Q as g4, S as M4, c as Z4 } from "../QuestionIcon-CZL_QMX_.js";
|
|
9
9
|
const i = {}, s = {
|
package/dist/icons.d.ts
CHANGED
|
@@ -260,11 +260,10 @@ declare module "@tanstack/vue-table" {
|
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
|
|
263
|
-
|
|
264
263
|
declare module "@tanstack/vue-table" {
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
264
|
+
interface ColumnMeta<TData extends RowData, TValue> {
|
|
265
|
+
align?: "start" | "center" | "end";
|
|
266
|
+
verticalAlign?: "top" | "middle" | "bottom";
|
|
267
|
+
autoSize?: boolean;
|
|
268
|
+
}
|
|
270
269
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -2200,11 +2200,10 @@ declare module "@tanstack/vue-table" {
|
|
|
2200
2200
|
}
|
|
2201
2201
|
|
|
2202
2202
|
|
|
2203
|
-
|
|
2204
2203
|
declare module "@tanstack/vue-table" {
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2204
|
+
interface ColumnMeta<TData extends RowData, TValue> {
|
|
2205
|
+
align?: "start" | "center" | "end";
|
|
2206
|
+
verticalAlign?: "top" | "middle" | "bottom";
|
|
2207
|
+
autoSize?: boolean;
|
|
2208
|
+
}
|
|
2210
2209
|
}
|