prlg-ui 1.8.205 → 1.8.207
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/{QuestionIcon-oOIbs4ZL.js → QuestionIcon-5HbOuLvT.js} +31 -63
- package/dist/{QuestionIcon-CvTptO5S.cjs → QuestionIcon-BD9h7qtF.cjs} +1 -1
- package/dist/{WarningIcon-DXh-8r--.cjs → WarningIcon-BG0GZsNi.cjs} +1 -1
- package/dist/{WarningIcon-BGqL0ZOS.js → WarningIcon-BppFTRjH.js} +69 -37
- package/dist/blocks.d.ts +1 -1
- package/dist/icons/index.cjs.js +1 -1
- package/dist/icons/index.es.js +18 -18
- package/dist/icons.d.ts +1 -1
- package/dist/index-BPJT-DOc.js +3018 -0
- package/dist/index-vFxzmPvm.cjs +22 -0
- package/dist/index.d.ts +1 -1
- package/dist/prlg-ui.cjs.js +1 -22
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +2818 -4585
- package/dist/reka-ui/index.cjs.js +4 -4
- package/dist/reka-ui/index.es.js +5142 -4861
- package/dist/rekaUI.d.ts +272 -214
- package/dist/types.d.ts +1 -1
- package/dist/utils.d.ts +1 -1
- package/package.json +1 -1
- package/dist/floating-ui.vue-CNBcQL7G.js +0 -1248
- package/dist/floating-ui.vue-CW3NrUkY.cjs +0 -1
package/dist/types.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ declare module "@tanstack/vue-table" {
|
|
|
27
27
|
|
|
28
28
|
declare module "@tanstack/vue-table" {
|
|
29
29
|
interface ColumnMeta<TData extends RowData, TValue> {
|
|
30
|
-
align?: "
|
|
30
|
+
align?: "start" | "center" | "end";
|
|
31
31
|
verticalAlign?: "top" | "middle" | "bottom";
|
|
32
32
|
autoSize?: boolean;
|
|
33
33
|
}
|
package/dist/utils.d.ts
CHANGED
|
@@ -157,7 +157,7 @@ declare module "@tanstack/vue-table" {
|
|
|
157
157
|
|
|
158
158
|
declare module "@tanstack/vue-table" {
|
|
159
159
|
interface ColumnMeta<TData extends RowData, TValue> {
|
|
160
|
-
align?: "
|
|
160
|
+
align?: "start" | "center" | "end";
|
|
161
161
|
verticalAlign?: "top" | "middle" | "bottom";
|
|
162
162
|
autoSize?: boolean;
|
|
163
163
|
}
|