@aures5g/vue-component-library 2.4.1 → 2.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aures5g/vue-component-library",
3
- "version": "2.4.1",
3
+ "version": "2.5.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -1,15 +0,0 @@
1
- export declare const BASE_TAG = "rounded-xs inline-flex shrink-0 items-center";
2
- export declare const TAG_WITH_ICON = "pr-sm pl-xs";
3
- export declare const TAG_WITHOUT_ICON = "px-sm";
4
- export declare const TAG_SMALL = "h-[24px] label-medium";
5
- export declare const TAG_LARGE = "h-[28px] label-large";
6
- export declare const TAG_PRIMARY = "bg-primary text-on-primary";
7
- export declare const TAG_SECONDARY = "border-secondary border text-secondary";
8
- export declare const TAG_SUCCESS = "bg-success text-on-success";
9
- export declare const TAG_INFO = "bg-secondary-container text-on-secondary-container";
10
- export declare const TAG_WARNING = "bg-warning text-on-warning";
11
- export declare const TAG_DANGER = "bg-error text-on-error";
12
- export declare const TAG_CONTRAST = "bg-inverse-surface text-inverse-on-surface";
13
- export declare const TAG_NEUTRAL = "bg-[#D6E3FF] text-on-primary";
14
- export declare const TAG_VALUE_WITH_ICON = "ml-xs";
15
- export declare const TAG_VALUE_WITHOUT_ICON = "";