@amityco/ulta-ui-kit 1.0.0-beta.13 → 1.0.0-beta.14
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 +3 -3
- package/dist/index.js +3 -3
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -3313,7 +3313,7 @@ overflow-y: auto;
|
|
|
3313
3313
|
background: #f7f7f8;
|
|
3314
3314
|
position: sticky;
|
|
3315
3315
|
top: 0;
|
|
3316
|
-
|
|
3316
|
+
|
|
3317
3317
|
`,D_=m.p`
|
|
3318
3318
|
font-size: 16px;
|
|
3319
3319
|
font-style: normal;
|
|
@@ -3847,13 +3847,13 @@ overflow-y: auto;
|
|
|
3847
3847
|
width: 55%;
|
|
3848
3848
|
|
|
3849
3849
|
@media (max-width: 768px) {
|
|
3850
|
-
font-size: clamp(
|
|
3850
|
+
font-size: clamp(24px, 5cqi, 36px);
|
|
3851
3851
|
width: 50%;
|
|
3852
3852
|
}
|
|
3853
3853
|
|
|
3854
3854
|
|
|
3855
3855
|
`,mT=m.div`
|
|
3856
|
-
font-size: clamp(
|
|
3856
|
+
font-size: clamp(10px, 1.2cqi, 16px);
|
|
3857
3857
|
font-style: normal;
|
|
3858
3858
|
font-weight: 500;
|
|
3859
3859
|
line-height: 20px;
|
package/dist/index.js
CHANGED
|
@@ -3362,7 +3362,7 @@ overflow-y: auto;
|
|
|
3362
3362
|
background: #f7f7f8;
|
|
3363
3363
|
position: sticky;
|
|
3364
3364
|
top: 0;
|
|
3365
|
-
|
|
3365
|
+
|
|
3366
3366
|
`,D_=m.p`
|
|
3367
3367
|
font-size: 16px;
|
|
3368
3368
|
font-style: normal;
|
|
@@ -3896,13 +3896,13 @@ overflow-y: auto;
|
|
|
3896
3896
|
width: 55%;
|
|
3897
3897
|
|
|
3898
3898
|
@media (max-width: 768px) {
|
|
3899
|
-
font-size: clamp(
|
|
3899
|
+
font-size: clamp(24px, 5cqi, 36px);
|
|
3900
3900
|
width: 50%;
|
|
3901
3901
|
}
|
|
3902
3902
|
|
|
3903
3903
|
|
|
3904
3904
|
`,mT=m.div`
|
|
3905
|
-
font-size: clamp(
|
|
3905
|
+
font-size: clamp(10px, 1.2cqi, 16px);
|
|
3906
3906
|
font-style: normal;
|
|
3907
3907
|
font-weight: 500;
|
|
3908
3908
|
line-height: 20px;
|