@anker-in/headless-ui 1.3.37 → 1.3.39
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/cjs/biz-components/FeaturedBlogPosts/index.js +1 -1
- package/dist/cjs/biz-components/FeaturedBlogPosts/index.js.map +2 -2
- package/dist/cjs/biz-components/Ksp/index.d.ts +2 -0
- package/dist/cjs/biz-components/Ksp/index.js +1 -1
- package/dist/cjs/biz-components/Ksp/index.js.map +3 -3
- package/dist/cjs/biz-components/ShelfDisplay/index.js +1 -1
- package/dist/cjs/biz-components/ShelfDisplay/index.js.map +3 -3
- package/dist/cjs/components/tabs.js +1 -1
- package/dist/cjs/components/tabs.js.map +2 -2
- package/dist/esm/biz-components/FeaturedBlogPosts/index.js +1 -1
- package/dist/esm/biz-components/FeaturedBlogPosts/index.js.map +2 -2
- package/dist/esm/biz-components/Ksp/index.d.ts +2 -0
- package/dist/esm/biz-components/Ksp/index.js +1 -1
- package/dist/esm/biz-components/Ksp/index.js.map +3 -3
- package/dist/esm/biz-components/ShelfDisplay/index.js +1 -1
- package/dist/esm/biz-components/ShelfDisplay/index.js.map +3 -3
- package/dist/esm/components/tabs.js +1 -1
- package/dist/esm/components/tabs.js.map +2 -2
- package/package.json +1 -1
- package/style.css +63 -0
package/style.css
CHANGED
|
@@ -1180,6 +1180,9 @@ video {
|
|
|
1180
1180
|
.aspect-\[296\/320\] {
|
|
1181
1181
|
aspect-ratio: 296/320;
|
|
1182
1182
|
}
|
|
1183
|
+
.aspect-\[356\/200\] {
|
|
1184
|
+
aspect-ratio: 356/200;
|
|
1185
|
+
}
|
|
1183
1186
|
.aspect-\[358\/190\] {
|
|
1184
1187
|
aspect-ratio: 358/190;
|
|
1185
1188
|
}
|
|
@@ -5250,6 +5253,9 @@ video {
|
|
|
5250
5253
|
.tablet\:aspect-\[346\/240\] {
|
|
5251
5254
|
aspect-ratio: 346/240;
|
|
5252
5255
|
}
|
|
5256
|
+
.tablet\:aspect-\[704\/200\] {
|
|
5257
|
+
aspect-ratio: 704/200;
|
|
5258
|
+
}
|
|
5253
5259
|
.tablet\:aspect-\[704\/360\] {
|
|
5254
5260
|
aspect-ratio: 704/360;
|
|
5255
5261
|
}
|
|
@@ -5817,6 +5823,9 @@ video {
|
|
|
5817
5823
|
.laptop\:col-span-6 {
|
|
5818
5824
|
grid-column: span 6 / span 6;
|
|
5819
5825
|
}
|
|
5826
|
+
.laptop\:col-span-7 {
|
|
5827
|
+
grid-column: span 7 / span 7;
|
|
5828
|
+
}
|
|
5820
5829
|
.laptop\:col-start-1 {
|
|
5821
5830
|
grid-column-start: 1;
|
|
5822
5831
|
}
|
|
@@ -5904,6 +5913,9 @@ video {
|
|
|
5904
5913
|
.laptop\:hidden {
|
|
5905
5914
|
display: none;
|
|
5906
5915
|
}
|
|
5916
|
+
.laptop\:aspect-\[1\/1\] {
|
|
5917
|
+
aspect-ratio: 1/1;
|
|
5918
|
+
}
|
|
5907
5919
|
.laptop\:aspect-\[1024\/384\] {
|
|
5908
5920
|
aspect-ratio: 1024/384;
|
|
5909
5921
|
}
|
|
@@ -5922,6 +5934,12 @@ video {
|
|
|
5922
5934
|
.laptop\:aspect-\[1920\/930\] {
|
|
5923
5935
|
aspect-ratio: 1920/930;
|
|
5924
5936
|
}
|
|
5937
|
+
.laptop\:aspect-\[2\/1\] {
|
|
5938
|
+
aspect-ratio: 2/1;
|
|
5939
|
+
}
|
|
5940
|
+
.laptop\:aspect-\[256\/153\] {
|
|
5941
|
+
aspect-ratio: 256/153;
|
|
5942
|
+
}
|
|
5925
5943
|
.laptop\:aspect-\[288\/192\] {
|
|
5926
5944
|
aspect-ratio: 288/192;
|
|
5927
5945
|
}
|
|
@@ -6120,6 +6138,9 @@ video {
|
|
|
6120
6138
|
.laptop\:max-h-\[320px\] {
|
|
6121
6139
|
max-height: 320px;
|
|
6122
6140
|
}
|
|
6141
|
+
.laptop\:min-h-0 {
|
|
6142
|
+
min-height: 0px;
|
|
6143
|
+
}
|
|
6123
6144
|
.laptop\:min-h-\[280px\] {
|
|
6124
6145
|
min-height: 280px;
|
|
6125
6146
|
}
|
|
@@ -6192,6 +6213,9 @@ video {
|
|
|
6192
6213
|
.laptop\:w-\[calc\(50\%-6px\)\] {
|
|
6193
6214
|
width: calc(50% - 6px);
|
|
6194
6215
|
}
|
|
6216
|
+
.laptop\:w-\[unset\] {
|
|
6217
|
+
width: unset;
|
|
6218
|
+
}
|
|
6195
6219
|
.laptop\:w-auto {
|
|
6196
6220
|
width: auto;
|
|
6197
6221
|
}
|
|
@@ -6303,6 +6327,9 @@ video {
|
|
|
6303
6327
|
.laptop\:grid-cols-10 {
|
|
6304
6328
|
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
6305
6329
|
}
|
|
6330
|
+
.laptop\:grid-cols-12 {
|
|
6331
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
6332
|
+
}
|
|
6306
6333
|
.laptop\:grid-cols-2 {
|
|
6307
6334
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
6308
6335
|
}
|
|
@@ -6875,6 +6902,15 @@ video {
|
|
|
6875
6902
|
.desktop\:top-\[32px\] {
|
|
6876
6903
|
top: 32px;
|
|
6877
6904
|
}
|
|
6905
|
+
.desktop\:col-span-4 {
|
|
6906
|
+
grid-column: span 4 / span 4;
|
|
6907
|
+
}
|
|
6908
|
+
.desktop\:col-span-5 {
|
|
6909
|
+
grid-column: span 5 / span 5;
|
|
6910
|
+
}
|
|
6911
|
+
.desktop\:col-span-7 {
|
|
6912
|
+
grid-column: span 7 / span 7;
|
|
6913
|
+
}
|
|
6878
6914
|
.desktop\:my-\[112px\] {
|
|
6879
6915
|
margin-top: 112px;
|
|
6880
6916
|
margin-bottom: 112px;
|
|
@@ -6960,6 +6996,12 @@ video {
|
|
|
6960
6996
|
.desktop\:aspect-\[1440\/700\] {
|
|
6961
6997
|
aspect-ratio: 1440/700;
|
|
6962
6998
|
}
|
|
6999
|
+
.desktop\:aspect-\[16\/15\] {
|
|
7000
|
+
aspect-ratio: 16/15;
|
|
7001
|
+
}
|
|
7002
|
+
.desktop\:aspect-\[19\/9\] {
|
|
7003
|
+
aspect-ratio: 19/9;
|
|
7004
|
+
}
|
|
6963
7005
|
.desktop\:aspect-\[1920\/480\] {
|
|
6964
7006
|
aspect-ratio: 1920/480;
|
|
6965
7007
|
}
|
|
@@ -6969,6 +7011,9 @@ video {
|
|
|
6969
7011
|
.desktop\:aspect-\[1920\/930\] {
|
|
6970
7012
|
aspect-ratio: 1920/930;
|
|
6971
7013
|
}
|
|
7014
|
+
.desktop\:aspect-\[379\/192\] {
|
|
7015
|
+
aspect-ratio: 379/192;
|
|
7016
|
+
}
|
|
6972
7017
|
.desktop\:aspect-\[427\/256\] {
|
|
6973
7018
|
aspect-ratio: 427/256;
|
|
6974
7019
|
}
|
|
@@ -7557,6 +7602,15 @@ video {
|
|
|
7557
7602
|
.lg-desktop\:top-\[192px\] {
|
|
7558
7603
|
top: 192px;
|
|
7559
7604
|
}
|
|
7605
|
+
.lg-desktop\:col-span-4 {
|
|
7606
|
+
grid-column: span 4 / span 4;
|
|
7607
|
+
}
|
|
7608
|
+
.lg-desktop\:col-span-5 {
|
|
7609
|
+
grid-column: span 5 / span 5;
|
|
7610
|
+
}
|
|
7611
|
+
.lg-desktop\:col-span-7 {
|
|
7612
|
+
grid-column: span 7 / span 7;
|
|
7613
|
+
}
|
|
7560
7614
|
.lg-desktop\:my-\[128px\] {
|
|
7561
7615
|
margin-top: 128px;
|
|
7562
7616
|
margin-bottom: 128px;
|
|
@@ -7633,6 +7687,9 @@ video {
|
|
|
7633
7687
|
.lg-desktop\:aspect-\[1920\/930\] {
|
|
7634
7688
|
aspect-ratio: 1920/930;
|
|
7635
7689
|
}
|
|
7690
|
+
.lg-desktop\:aspect-\[480\/248\] {
|
|
7691
|
+
aspect-ratio: 480/248;
|
|
7692
|
+
}
|
|
7636
7693
|
.lg-desktop\:aspect-\[543\/320\] {
|
|
7637
7694
|
aspect-ratio: 543/320;
|
|
7638
7695
|
}
|
|
@@ -7642,6 +7699,12 @@ video {
|
|
|
7642
7699
|
.lg-desktop\:aspect-\[644\/320\] {
|
|
7643
7700
|
aspect-ratio: 644/320;
|
|
7644
7701
|
}
|
|
7702
|
+
.lg-desktop\:aspect-\[7\/3\] {
|
|
7703
|
+
aspect-ratio: 7/3;
|
|
7704
|
+
}
|
|
7705
|
+
.lg-desktop\:aspect-\[8\/7\] {
|
|
7706
|
+
aspect-ratio: 8/7;
|
|
7707
|
+
}
|
|
7645
7708
|
.lg-desktop\:aspect-\[824\/320\] {
|
|
7646
7709
|
aspect-ratio: 824/320;
|
|
7647
7710
|
}
|