@weni/unnnic-system 3.33.1-alpha.3 → 3.33.1
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 +12 -60
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +2403 -2424
- package/dist/unnnic.umd.js +27 -27
- package/package.json +5 -8
- package/src/components/Select/__tests__/Select.spec.js +110 -1
- package/src/components/Select/index.vue +50 -60
- package/src/components/Table/Table.vue +1 -6
- package/src/components/ui/table/Table.vue +0 -1
- package/src/components/ui/table/TableCell.vue +4 -26
- package/src/components/ui/table/TableHead.vue +4 -26
- package/src/components/ui/table/TableRow.vue +1 -0
- package/src/stories/Table.stories.js +7 -7
- 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
|
@@ -11987,11 +11987,7 @@ class?: HTMLAttributes["class"];
|
|
|
11987
11987
|
export declare const UnnnicTableCell: {
|
|
11988
11988
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
11989
11989
|
class?: HTMLAttributes["class"];
|
|
11990
|
-
|
|
11991
|
-
width?: string;
|
|
11992
|
-
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
11993
|
-
ellipsis: boolean;
|
|
11994
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableCellElement, ComponentProvideOptions, {
|
|
11990
|
+
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableCellElement, ComponentProvideOptions, {
|
|
11995
11991
|
P: {};
|
|
11996
11992
|
B: {};
|
|
11997
11993
|
D: {};
|
|
@@ -12000,21 +11996,13 @@ export declare const UnnnicTableCell: {
|
|
|
12000
11996
|
Defaults: {};
|
|
12001
11997
|
}, Readonly<{
|
|
12002
11998
|
class?: HTMLAttributes["class"];
|
|
12003
|
-
|
|
12004
|
-
width?: string;
|
|
12005
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
12006
|
-
ellipsis: boolean;
|
|
12007
|
-
}>;
|
|
11999
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
12008
12000
|
__isFragment?: never;
|
|
12009
12001
|
__isTeleport?: never;
|
|
12010
12002
|
__isSuspense?: never;
|
|
12011
12003
|
} & ComponentOptionsBase<Readonly<{
|
|
12012
12004
|
class?: HTMLAttributes["class"];
|
|
12013
|
-
|
|
12014
|
-
width?: string;
|
|
12015
|
-
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
12016
|
-
ellipsis: boolean;
|
|
12017
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
12005
|
+
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
12018
12006
|
$slots: {
|
|
12019
12007
|
default?(_: {}): any;
|
|
12020
12008
|
};
|
|
@@ -12023,11 +12011,7 @@ ellipsis: boolean;
|
|
|
12023
12011
|
export declare const unnnicTableCell: {
|
|
12024
12012
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
12025
12013
|
class?: HTMLAttributes["class"];
|
|
12026
|
-
|
|
12027
|
-
width?: string;
|
|
12028
|
-
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
12029
|
-
ellipsis: boolean;
|
|
12030
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableCellElement, ComponentProvideOptions, {
|
|
12014
|
+
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableCellElement, ComponentProvideOptions, {
|
|
12031
12015
|
P: {};
|
|
12032
12016
|
B: {};
|
|
12033
12017
|
D: {};
|
|
@@ -12036,21 +12020,13 @@ export declare const unnnicTableCell: {
|
|
|
12036
12020
|
Defaults: {};
|
|
12037
12021
|
}, Readonly<{
|
|
12038
12022
|
class?: HTMLAttributes["class"];
|
|
12039
|
-
|
|
12040
|
-
width?: string;
|
|
12041
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
12042
|
-
ellipsis: boolean;
|
|
12043
|
-
}>;
|
|
12023
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
12044
12024
|
__isFragment?: never;
|
|
12045
12025
|
__isTeleport?: never;
|
|
12046
12026
|
__isSuspense?: never;
|
|
12047
12027
|
} & ComponentOptionsBase<Readonly<{
|
|
12048
12028
|
class?: HTMLAttributes["class"];
|
|
12049
|
-
|
|
12050
|
-
width?: string;
|
|
12051
|
-
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
12052
|
-
ellipsis: boolean;
|
|
12053
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
12029
|
+
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
12054
12030
|
$slots: {
|
|
12055
12031
|
default?(_: {}): any;
|
|
12056
12032
|
};
|
|
@@ -12059,11 +12035,7 @@ ellipsis: boolean;
|
|
|
12059
12035
|
export declare const UnnnicTableHead: {
|
|
12060
12036
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
12061
12037
|
class?: HTMLAttributes["class"];
|
|
12062
|
-
|
|
12063
|
-
width?: string;
|
|
12064
|
-
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
12065
|
-
ellipsis: boolean;
|
|
12066
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableCellElement, ComponentProvideOptions, {
|
|
12038
|
+
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableCellElement, ComponentProvideOptions, {
|
|
12067
12039
|
P: {};
|
|
12068
12040
|
B: {};
|
|
12069
12041
|
D: {};
|
|
@@ -12072,21 +12044,13 @@ export declare const UnnnicTableHead: {
|
|
|
12072
12044
|
Defaults: {};
|
|
12073
12045
|
}, Readonly<{
|
|
12074
12046
|
class?: HTMLAttributes["class"];
|
|
12075
|
-
|
|
12076
|
-
width?: string;
|
|
12077
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
12078
|
-
ellipsis: boolean;
|
|
12079
|
-
}>;
|
|
12047
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
12080
12048
|
__isFragment?: never;
|
|
12081
12049
|
__isTeleport?: never;
|
|
12082
12050
|
__isSuspense?: never;
|
|
12083
12051
|
} & ComponentOptionsBase<Readonly<{
|
|
12084
12052
|
class?: HTMLAttributes["class"];
|
|
12085
|
-
|
|
12086
|
-
width?: string;
|
|
12087
|
-
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
12088
|
-
ellipsis: boolean;
|
|
12089
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
12053
|
+
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
12090
12054
|
$slots: {
|
|
12091
12055
|
default?(_: {}): any;
|
|
12092
12056
|
};
|
|
@@ -12095,11 +12059,7 @@ ellipsis: boolean;
|
|
|
12095
12059
|
export declare const unnnicTableHead: {
|
|
12096
12060
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
12097
12061
|
class?: HTMLAttributes["class"];
|
|
12098
|
-
|
|
12099
|
-
width?: string;
|
|
12100
|
-
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
12101
|
-
ellipsis: boolean;
|
|
12102
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableCellElement, ComponentProvideOptions, {
|
|
12062
|
+
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableCellElement, ComponentProvideOptions, {
|
|
12103
12063
|
P: {};
|
|
12104
12064
|
B: {};
|
|
12105
12065
|
D: {};
|
|
@@ -12108,21 +12068,13 @@ export declare const unnnicTableHead: {
|
|
|
12108
12068
|
Defaults: {};
|
|
12109
12069
|
}, Readonly<{
|
|
12110
12070
|
class?: HTMLAttributes["class"];
|
|
12111
|
-
|
|
12112
|
-
width?: string;
|
|
12113
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
12114
|
-
ellipsis: boolean;
|
|
12115
|
-
}>;
|
|
12071
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
12116
12072
|
__isFragment?: never;
|
|
12117
12073
|
__isTeleport?: never;
|
|
12118
12074
|
__isSuspense?: never;
|
|
12119
12075
|
} & ComponentOptionsBase<Readonly<{
|
|
12120
12076
|
class?: HTMLAttributes["class"];
|
|
12121
|
-
|
|
12122
|
-
width?: string;
|
|
12123
|
-
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
12124
|
-
ellipsis: boolean;
|
|
12125
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
12077
|
+
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
12126
12078
|
$slots: {
|
|
12127
12079
|
default?(_: {}): any;
|
|
12128
12080
|
};
|