atomos_next_genesis 0.0.9 → 1.0.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/index.cjs +183 -207
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +2 -51
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +12 -18
- package/dist/index.d.ts +12 -18
- package/dist/index.js +182 -206
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -757,9 +757,6 @@ video {
|
|
|
757
757
|
.top-full {
|
|
758
758
|
top: 100%;
|
|
759
759
|
}
|
|
760
|
-
.-z-10 {
|
|
761
|
-
z-index: -10;
|
|
762
|
-
}
|
|
763
760
|
.z-10 {
|
|
764
761
|
z-index: 10;
|
|
765
762
|
}
|
|
@@ -1056,9 +1053,6 @@ video {
|
|
|
1056
1053
|
.max-h-\[1000px\] {
|
|
1057
1054
|
max-height: 1000px;
|
|
1058
1055
|
}
|
|
1059
|
-
.max-h-\[200px\] {
|
|
1060
|
-
max-height: 200px;
|
|
1061
|
-
}
|
|
1062
1056
|
.max-h-\[226px\] {
|
|
1063
1057
|
max-height: 226px;
|
|
1064
1058
|
}
|
|
@@ -2238,9 +2232,6 @@ video {
|
|
|
2238
2232
|
.text-\[14px\] {
|
|
2239
2233
|
font-size: 14px;
|
|
2240
2234
|
}
|
|
2241
|
-
.text-\[16px\] {
|
|
2242
|
-
font-size: 16px;
|
|
2243
|
-
}
|
|
2244
2235
|
.text-\[32px\] {
|
|
2245
2236
|
font-size: 32px;
|
|
2246
2237
|
}
|
|
@@ -2509,12 +2500,8 @@ video {
|
|
|
2509
2500
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2510
2501
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2511
2502
|
}
|
|
2512
|
-
.ring-black {
|
|
2513
|
-
--tw-ring-
|
|
2514
|
-
--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
|
|
2515
|
-
}
|
|
2516
|
-
.ring-opacity-5 {
|
|
2517
|
-
--tw-ring-opacity: 0.05;
|
|
2503
|
+
.ring-black\/5 {
|
|
2504
|
+
--tw-ring-color: rgb(0 0 0 / 0.05);
|
|
2518
2505
|
}
|
|
2519
2506
|
.filter {
|
|
2520
2507
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
@@ -2585,9 +2572,6 @@ video {
|
|
|
2585
2572
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2586
2573
|
}
|
|
2587
2574
|
|
|
2588
|
-
/* .test {
|
|
2589
|
-
border: 1px solid red;
|
|
2590
|
-
} */
|
|
2591
2575
|
|
|
2592
2576
|
* {
|
|
2593
2577
|
box-sizing: border-box;
|
|
@@ -2595,39 +2579,6 @@ video {
|
|
|
2595
2579
|
padding: 0;
|
|
2596
2580
|
}
|
|
2597
2581
|
|
|
2598
|
-
/* .skeleton {
|
|
2599
|
-
border-radius: 2px;
|
|
2600
|
-
display: inline-block;
|
|
2601
|
-
line-height: 100%;
|
|
2602
|
-
width: 100%;
|
|
2603
|
-
background-color: #fff;
|
|
2604
|
-
background-size: 1000px 1000px;
|
|
2605
|
-
background-image: linear-gradient(
|
|
2606
|
-
100deg,
|
|
2607
|
-
#e8e8e8 20%,
|
|
2608
|
-
#fafafa 50%,
|
|
2609
|
-
#e8e8e8 60%
|
|
2610
|
-
);
|
|
2611
|
-
animation: placeholderShimmer 1.5s linear infinite forwards;
|
|
2612
|
-
}
|
|
2613
|
-
|
|
2614
|
-
@keyframes placeholderShimmer {
|
|
2615
|
-
0% {
|
|
2616
|
-
background-position: -500px 0;
|
|
2617
|
-
}
|
|
2618
|
-
100% {
|
|
2619
|
-
background-position: 500px 0;
|
|
2620
|
-
}
|
|
2621
|
-
}
|
|
2622
|
-
|
|
2623
|
-
.skeleton.circle {
|
|
2624
|
-
border-radius: 50%;
|
|
2625
|
-
}
|
|
2626
|
-
|
|
2627
|
-
.handle {
|
|
2628
|
-
cursor: grabbing;
|
|
2629
|
-
} */
|
|
2630
|
-
|
|
2631
2582
|
.skeleton {
|
|
2632
2583
|
border-radius: 2px;
|
|
2633
2584
|
display: block;
|