atomos_next_genesis 1.0.1 → 1.0.3
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 +5914 -229
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +2 -48
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +15 -24
- package/dist/index.d.ts +15 -24
- package/dist/index.js +5938 -223
- package/dist/index.js.map +1 -1
- package/package.json +26 -37
package/dist/index.css
CHANGED
|
@@ -1053,9 +1053,6 @@ video {
|
|
|
1053
1053
|
.max-h-\[1000px\] {
|
|
1054
1054
|
max-height: 1000px;
|
|
1055
1055
|
}
|
|
1056
|
-
.max-h-\[200px\] {
|
|
1057
|
-
max-height: 200px;
|
|
1058
|
-
}
|
|
1059
1056
|
.max-h-\[226px\] {
|
|
1060
1057
|
max-height: 226px;
|
|
1061
1058
|
}
|
|
@@ -2235,9 +2232,6 @@ video {
|
|
|
2235
2232
|
.text-\[14px\] {
|
|
2236
2233
|
font-size: 14px;
|
|
2237
2234
|
}
|
|
2238
|
-
.text-\[16px\] {
|
|
2239
|
-
font-size: 16px;
|
|
2240
|
-
}
|
|
2241
2235
|
.text-\[32px\] {
|
|
2242
2236
|
font-size: 32px;
|
|
2243
2237
|
}
|
|
@@ -2506,12 +2500,8 @@ video {
|
|
|
2506
2500
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2507
2501
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2508
2502
|
}
|
|
2509
|
-
.ring-black {
|
|
2510
|
-
--tw-ring-
|
|
2511
|
-
--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
|
|
2512
|
-
}
|
|
2513
|
-
.ring-opacity-5 {
|
|
2514
|
-
--tw-ring-opacity: 0.05;
|
|
2503
|
+
.ring-black\/5 {
|
|
2504
|
+
--tw-ring-color: rgb(0 0 0 / 0.05);
|
|
2515
2505
|
}
|
|
2516
2506
|
.filter {
|
|
2517
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);
|
|
@@ -2582,9 +2572,6 @@ video {
|
|
|
2582
2572
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2583
2573
|
}
|
|
2584
2574
|
|
|
2585
|
-
/* .test {
|
|
2586
|
-
border: 1px solid red;
|
|
2587
|
-
} */
|
|
2588
2575
|
|
|
2589
2576
|
* {
|
|
2590
2577
|
box-sizing: border-box;
|
|
@@ -2592,39 +2579,6 @@ video {
|
|
|
2592
2579
|
padding: 0;
|
|
2593
2580
|
}
|
|
2594
2581
|
|
|
2595
|
-
/* .skeleton {
|
|
2596
|
-
border-radius: 2px;
|
|
2597
|
-
display: inline-block;
|
|
2598
|
-
line-height: 100%;
|
|
2599
|
-
width: 100%;
|
|
2600
|
-
background-color: #fff;
|
|
2601
|
-
background-size: 1000px 1000px;
|
|
2602
|
-
background-image: linear-gradient(
|
|
2603
|
-
100deg,
|
|
2604
|
-
#e8e8e8 20%,
|
|
2605
|
-
#fafafa 50%,
|
|
2606
|
-
#e8e8e8 60%
|
|
2607
|
-
);
|
|
2608
|
-
animation: placeholderShimmer 1.5s linear infinite forwards;
|
|
2609
|
-
}
|
|
2610
|
-
|
|
2611
|
-
@keyframes placeholderShimmer {
|
|
2612
|
-
0% {
|
|
2613
|
-
background-position: -500px 0;
|
|
2614
|
-
}
|
|
2615
|
-
100% {
|
|
2616
|
-
background-position: 500px 0;
|
|
2617
|
-
}
|
|
2618
|
-
}
|
|
2619
|
-
|
|
2620
|
-
.skeleton.circle {
|
|
2621
|
-
border-radius: 50%;
|
|
2622
|
-
}
|
|
2623
|
-
|
|
2624
|
-
.handle {
|
|
2625
|
-
cursor: grabbing;
|
|
2626
|
-
} */
|
|
2627
|
-
|
|
2628
2582
|
.skeleton {
|
|
2629
2583
|
border-radius: 2px;
|
|
2630
2584
|
display: block;
|