tcce-design-system 0.1.24 → 0.1.25
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.
|
@@ -12389,7 +12389,6 @@ const Y1 = C`
|
|
|
12389
12389
|
align-items: center;
|
|
12390
12390
|
gap: 0.5rem;
|
|
12391
12391
|
width: 100%;
|
|
12392
|
-
overflow: hidden;
|
|
12393
12392
|
`, Z1 = T.div`
|
|
12394
12393
|
position: relative;
|
|
12395
12394
|
border-radius: var(--border-radius-article);
|
|
@@ -12560,6 +12559,7 @@ const ew = T.div`
|
|
|
12560
12559
|
|
|
12561
12560
|
width: 100%;
|
|
12562
12561
|
`, uw = T.span`
|
|
12562
|
+
width: 100%;
|
|
12563
12563
|
${({ $ellipsis: e }) => e && C`
|
|
12564
12564
|
min-width: 0;
|
|
12565
12565
|
overflow: hidden;
|
|
@@ -1651,7 +1651,6 @@ See https://s-c.sh/2BAXzed for more info.`),window[_n]+=1);const Lr={80:C`
|
|
|
1651
1651
|
align-items: center;
|
|
1652
1652
|
gap: 0.5rem;
|
|
1653
1653
|
width: 100%;
|
|
1654
|
-
overflow: hidden;
|
|
1655
1654
|
`,L1=$.div`
|
|
1656
1655
|
position: relative;
|
|
1657
1656
|
border-radius: var(--border-radius-article);
|
|
@@ -1781,6 +1780,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[_n]+=1);const Lr={80:C`
|
|
|
1781
1780
|
|
|
1782
1781
|
width: 100%;
|
|
1783
1782
|
`,U1=$.span`
|
|
1783
|
+
width: 100%;
|
|
1784
1784
|
${({$ellipsis:e})=>e&&C`
|
|
1785
1785
|
min-width: 0;
|
|
1786
1786
|
overflow: hidden;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.25",
|
|
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",
|