@aures5g/vue-component-library 1.1.2 → 2.0.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/src/components/badge/UIBadge.vue.d.ts +1 -1
- package/dist/src/components/button/UIButton.vue.d.ts +24 -19
- package/dist/src/components/button/uiButton.const.d.ts +5 -8
- package/dist/src/components/checkbox/UICheckbox.vue.d.ts +2 -2
- package/dist/src/components/chip/UIChip.vue.d.ts +3 -3
- package/dist/src/components/dropdown/UIDropdown.vue.d.ts +2 -2
- package/dist/src/components/form/FormFieldWrapper.vue.d.ts +2 -2
- package/dist/src/components/iconButton/UIIconButton.vue.d.ts +1 -1
- package/dist/src/components/tabs/UITabPanel.vue.d.ts +1 -1
- package/dist/src/components/tag/UITag.vue.d.ts +2 -2
- package/dist/src/components/textField/UITextField.vue.d.ts +2 -2
- package/dist/src/components/textarea/UITextArea.vue.d.ts +2 -2
- package/dist/vue-component-library.css +1 -1
- package/dist/vue-component-library.js +2139 -2162
- package/dist/vue-component-library.umd.cjs +31 -31
- package/package.json +2 -1
- package/src/assets/theme.css +1 -1
- package/src/assets/utilities.css +10 -0
- package/dist/src/components/button/uiButton.theme.d.ts +0 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aures5g/vue-component-library",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"prettier": "^3.6.2",
|
|
71
71
|
"primevue": "^4.3.6",
|
|
72
72
|
"storybook": "^9.0.16",
|
|
73
|
+
"storybook-addon-vue-mdx": "^2.0.2",
|
|
73
74
|
"tailwindcss": "^4.1.11",
|
|
74
75
|
"typescript": "~5.8.3",
|
|
75
76
|
"vite": "^7.0.4",
|
package/src/assets/theme.css
CHANGED
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
--radius-md: var(--acbs-radius-medium);
|
|
63
63
|
--radius-lg: var(--acbs-radius-large);
|
|
64
64
|
--radius-xl: var(--acbs-radius-extra-large);
|
|
65
|
-
--radius-full:
|
|
65
|
+
--radius-full: calc(infinity * 1px);
|
|
66
66
|
|
|
67
67
|
--spacing-*: initial;
|
|
68
68
|
--spacing-0: 0;
|
package/src/assets/utilities.css
CHANGED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export declare const BASE_BUTTON = "inline-flex items-center text-[1rem] relative hover:after:size-full hover:after:absolute hover:after:left-0";
|
|
2
|
-
export declare const BUTTON_PRIMARY = "bg-primary text-on-primary hover:after:bg-on-primary/8 px-xl hover:shadow-1 h-[2.5rem]";
|
|
3
|
-
export declare const BUTTON_OUTLINED = "border-secondary border text-primary px-xl hover:bg-primary/8 h-[2.5rem]";
|
|
4
|
-
export declare const BUTTON_TEXT = "text-primary px-md hover:bg-primary/8 h-[2.5rem]";
|
|
5
|
-
export declare const BUTTON_SUCCESS = "bg-success text-on-success px-xl hover:shadow-1 h-[2.5rem]";
|
|
6
|
-
export declare const BUTTON_WARNING = "bg-warning text-on-warning px-xl hover:shadow-1 h-[2.5rem]";
|
|
7
|
-
export declare const BUTTON_DANGER = "bg-error text-on-error px-xl hover:shadow-1 h-[2.5rem]";
|
|
8
|
-
export declare const BUTTON_FILLED = "bg-on-primary px-xl hover:shadow-1 h-[2.5rem] hover:after:bg-on-surface-variant/8";
|
|
9
|
-
export declare const BUTTON_TRANSPARENT = "border border-on-primary/16 text-on-primary px-xl hover:shadow-1 h-[2.5rem] hover:after:bg-on-primary/8";
|
|
10
|
-
export declare const ACTION_BUTTON = "flex-row-reverse w-full gap-sm pr-lg";
|
|
11
|
-
export declare const ACTION_BUTTON_LABEL = "grow truncate text-left";
|
|
12
|
-
export declare const BASE_LABEL = "title-small";
|
|
13
|
-
export declare const BUTTON_LABEL_WITH_ICON = "pl-sm";
|
|
14
|
-
export declare const BUTTON_LABEL_WITHOUT_ICON = "";
|
|
15
|
-
export declare const BUTTON_SEVERITY_IS_NOT_TEXT = "pl-lg";
|
|
16
|
-
export declare const BUTTON_SEVERITY_IS_TEXT = "pr-lg";
|
|
17
|
-
export declare const BUTTON_ICON_ONLY_SMALL = "size-[2rem]! p-sm! justify-center";
|
|
18
|
-
export declare const BUTTON_ICON_ONLY_LARGE = "h-[2.5rem] text-[1.25rem] p-0! w-[2.5rem] justify-center";
|
|
19
|
-
export declare const BUTTON_ICON_ONLY_LABEL = "hidden";
|
|
20
|
-
export declare const DEFAULT_DISABLED = "px-xl h-[2.5rem] bg-on-surface/8! text-on-surface/38";
|
|
21
|
-
export declare const OUTLINED_DISABLED = "px-xl h-[2.5rem] border border-on-surface/12! bg-transparent! text-on-surface/38";
|
|
22
|
-
export declare const FILLED_DISABLED = "px-xl h-[2.5rem] bg-on-primary/12 text-on-primary/50 hover:after:hidden";
|
|
23
|
-
export declare const TRANSPARENT_DISABLED = "px-xl h-[2.5rem] border border-on-primary/12 text-on-primary/50 hover:after:hidden";
|