yt-uikit 0.7.381-progress-bar.1 → 0.7.381-progress-bar.2
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/esm/index.js +5 -5
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -791,13 +791,13 @@ import*as e from"react";import t,{forwardRef as n,useImperativeHandle as r,useRe
|
|
|
791
791
|
`,dr=x.div`
|
|
792
792
|
background-color: ${e=>e?.$isCompleted?e?.$ctaButtonBackgroundColor??"#000000":cn(e?.$ctaButtonBackgroundColor??"#000000",.2)};
|
|
793
793
|
color: ${e=>e?.$isCompleted?`${e?.$ctaButtonTextColor} !important`:`${e.$primaryTextColor} !important`};
|
|
794
|
-
padding: 4px
|
|
795
|
-
font-size:
|
|
794
|
+
padding: 2px 4px;
|
|
795
|
+
font-size: 9px;
|
|
796
796
|
text-transform: uppercase;
|
|
797
797
|
letter-spacing: 0.02em;
|
|
798
|
-
border-radius:
|
|
798
|
+
border-radius: 6.4px;
|
|
799
799
|
max-width: clamp(96px, 28vw, 140px);
|
|
800
|
-
font-weight:
|
|
800
|
+
font-weight: 700;
|
|
801
801
|
line-height: normal;
|
|
802
802
|
text-align: center;
|
|
803
803
|
white-space: normal;
|
|
@@ -868,7 +868,7 @@ import*as e from"react";import t,{forwardRef as n,useImperativeHandle as r,useRe
|
|
|
868
868
|
margin-top: ${e=>e?.$hasWrappedTags?"16px":"8px"};
|
|
869
869
|
`,fr=x.div`
|
|
870
870
|
position: absolute;
|
|
871
|
-
bottom:
|
|
871
|
+
bottom: 0;
|
|
872
872
|
left: ${e=>`clamp(32px, ${e.$position}%, calc(100% - 32px))`};
|
|
873
873
|
display: flex;
|
|
874
874
|
flex-direction: column;
|