@weni/unnnic-system 3.33.1-alpha.6 → 3.34.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/index.d.ts +26 -6
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +2 -1
- package/dist/unnnic.umd.js +1 -1
- package/package.json +5 -8
- package/src/components/ui/table/TableRow.vue +5 -0
- package/dist/scss/colors-hsl.scss +0 -179
- package/dist/scss/colors.scss +0 -134
- package/dist/scss/deprecated/colors.scss +0 -436
- package/dist/scss/deprecated/fonts.scss +0 -140
- package/dist/scss/deprecated/grid.scss +0 -52
- package/dist/scss/deprecated/spacing.scss +0 -103
- package/dist/scss/fonts.scss +0 -73
- package/dist/scss/icon-sizes.scss +0 -9
- package/dist/scss/radii.scss +0 -9
- package/dist/scss/scheme-colors.scss +0 -418
- package/dist/scss/semantic-colors.scss +0 -48
- package/dist/scss/semantic-text-utilities.scss +0 -26
- package/dist/scss/shadows.scss +0 -5
- package/dist/scss/spaces.scss +0 -17
- package/dist/scss/tailwind.scss +0 -104
- package/dist/scss/theme.scss +0 -98
- package/dist/scss/unnnic.scss +0 -20
package/dist/index.d.ts
CHANGED
|
@@ -12194,7 +12194,11 @@ type: ArrayConstructor;
|
|
|
12194
12194
|
UiTableRow: {
|
|
12195
12195
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
12196
12196
|
class?: HTMLAttributes["class"];
|
|
12197
|
-
}> & Readonly<{
|
|
12197
|
+
}> & Readonly<{
|
|
12198
|
+
onClick?: ((event: KeyboardEvent | MouseEvent) => any) | undefined;
|
|
12199
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
12200
|
+
click: (event: KeyboardEvent | MouseEvent) => any;
|
|
12201
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableRowElement, ComponentProvideOptions, {
|
|
12198
12202
|
P: {};
|
|
12199
12203
|
B: {};
|
|
12200
12204
|
D: {};
|
|
@@ -12203,13 +12207,19 @@ M: {};
|
|
|
12203
12207
|
Defaults: {};
|
|
12204
12208
|
}, Readonly<{
|
|
12205
12209
|
class?: HTMLAttributes["class"];
|
|
12206
|
-
}> & Readonly<{
|
|
12210
|
+
}> & Readonly<{
|
|
12211
|
+
onClick?: ((event: KeyboardEvent | MouseEvent) => any) | undefined;
|
|
12212
|
+
}>, {}, {}, {}, {}, {}>;
|
|
12207
12213
|
__isFragment?: never;
|
|
12208
12214
|
__isTeleport?: never;
|
|
12209
12215
|
__isSuspense?: never;
|
|
12210
12216
|
} & ComponentOptionsBase<Readonly<{
|
|
12211
12217
|
class?: HTMLAttributes["class"];
|
|
12212
|
-
}> & Readonly<{
|
|
12218
|
+
}> & Readonly<{
|
|
12219
|
+
onClick?: ((event: KeyboardEvent | MouseEvent) => any) | undefined;
|
|
12220
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
12221
|
+
click: (event: KeyboardEvent | MouseEvent) => any;
|
|
12222
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
12213
12223
|
$slots: {
|
|
12214
12224
|
default?(_: {}): any;
|
|
12215
12225
|
};
|
|
@@ -12230,7 +12240,11 @@ type: ArrayConstructor;
|
|
|
12230
12240
|
UiTableRow: {
|
|
12231
12241
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
12232
12242
|
class?: HTMLAttributes["class"];
|
|
12233
|
-
}> & Readonly<{
|
|
12243
|
+
}> & Readonly<{
|
|
12244
|
+
onClick?: ((event: KeyboardEvent | MouseEvent) => any) | undefined;
|
|
12245
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
12246
|
+
click: (event: KeyboardEvent | MouseEvent) => any;
|
|
12247
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableRowElement, ComponentProvideOptions, {
|
|
12234
12248
|
P: {};
|
|
12235
12249
|
B: {};
|
|
12236
12250
|
D: {};
|
|
@@ -12239,13 +12253,19 @@ M: {};
|
|
|
12239
12253
|
Defaults: {};
|
|
12240
12254
|
}, Readonly<{
|
|
12241
12255
|
class?: HTMLAttributes["class"];
|
|
12242
|
-
}> & Readonly<{
|
|
12256
|
+
}> & Readonly<{
|
|
12257
|
+
onClick?: ((event: KeyboardEvent | MouseEvent) => any) | undefined;
|
|
12258
|
+
}>, {}, {}, {}, {}, {}>;
|
|
12243
12259
|
__isFragment?: never;
|
|
12244
12260
|
__isTeleport?: never;
|
|
12245
12261
|
__isSuspense?: never;
|
|
12246
12262
|
} & ComponentOptionsBase<Readonly<{
|
|
12247
12263
|
class?: HTMLAttributes["class"];
|
|
12248
|
-
}> & Readonly<{
|
|
12264
|
+
}> & Readonly<{
|
|
12265
|
+
onClick?: ((event: KeyboardEvent | MouseEvent) => any) | undefined;
|
|
12266
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
12267
|
+
click: (event: KeyboardEvent | MouseEvent) => any;
|
|
12268
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
12249
12269
|
$slots: {
|
|
12250
12270
|
default?(_: {}): any;
|
|
12251
12271
|
};
|