tcce-design-system 0.3.29 → 0.3.30

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.
@@ -12903,7 +12903,7 @@ const Iv = Ln(Fv), Lv = Is`
12903
12903
  color: ${({ $active: e }) => e ? "var(--color-main-white)" : "var(--color-main-blue-primary)"};
12904
12904
  border-radius: var(--border-radius-outline);
12905
12905
  cursor: ${({ $disabled: e }) => e ? "not-allowed" : "pointer"};
12906
- opacity: 1
12906
+ opacity: 1;
12907
12907
 
12908
12908
  &:hover:not(:disabled) {
12909
12909
  background-color: ${({ $active: e }) => e ? "var(--color-blue-600)" : "var(--color-main-blue-primary)"};
@@ -2035,7 +2035,7 @@
2035
2035
  color: ${({$active:e})=>e?"var(--color-main-white)":"var(--color-main-blue-primary)"};
2036
2036
  border-radius: var(--border-radius-outline);
2037
2037
  cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
2038
- opacity: 1
2038
+ opacity: 1;
2039
2039
 
2040
2040
  &:hover:not(:disabled) {
2041
2041
  background-color: ${({$active:e})=>e?"var(--color-blue-600)":"var(--color-main-blue-primary)"};
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.3.29",
6
+ "version": "0.3.30",
7
7
  "description": "This package provides reusable UI components to ensure consistency across all CRM frontend applications",
8
8
  "author": "BizAppsTotal <bizapps@tcce.biz>",
9
9
  "type": "module",
@@ -11,7 +11,7 @@
11
11
  "dist"
12
12
  ],
13
13
  "main": "./dist/tcce-design-system-components.umd.cjs",
14
- "module": "./dist/tcce-design-system-components.js",
14
+ "module": "./dist/tcce-design-system-componentsfdsafds.js",
15
15
  "exports": {
16
16
  ".": {
17
17
  "import": "./dist/tcce-design-system-components.js",