anentrypoint-design 0.0.203 → 0.0.204
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/app-shell.css +6 -0
- package/dist/247420.css +6 -0
- package/dist/247420.js +13 -13
- package/package.json +1 -1
- package/src/components/content.js +2 -2
package/app-shell.css
CHANGED
|
@@ -2075,6 +2075,12 @@ button:disabled, [disabled] {
|
|
|
2075
2075
|
from { transform: rotate(0deg); }
|
|
2076
2076
|
to { transform: rotate(360deg); }
|
|
2077
2077
|
}
|
|
2078
|
+
/* Reusable spin utility: rotates the element (e.g. a refresh Icon used as a
|
|
2079
|
+
busy indicator) via the shared spinner-rotate keyframe. Respects reduced
|
|
2080
|
+
motion. Use instead of a decorative rotation glyph. */
|
|
2081
|
+
.ds-spin { animation: spinner-rotate 0.8s linear infinite; transform-origin: center; }
|
|
2082
|
+
@media (prefers-reduced-motion: reduce) { .ds-spin { animation: none; } }
|
|
2083
|
+
|
|
2078
2084
|
.loading { position: relative; }
|
|
2079
2085
|
.loading::after {
|
|
2080
2086
|
content: '';
|
package/dist/247420.css
CHANGED
|
@@ -2475,6 +2475,12 @@
|
|
|
2475
2475
|
from { transform: rotate(0deg); }
|
|
2476
2476
|
to { transform: rotate(360deg); }
|
|
2477
2477
|
}
|
|
2478
|
+
/* Reusable spin utility: rotates the element (e.g. a refresh Icon used as a
|
|
2479
|
+
busy indicator) via the shared spinner-rotate keyframe. Respects reduced
|
|
2480
|
+
motion. Use instead of a decorative rotation glyph. */
|
|
2481
|
+
.ds-247420 .ds-spin { animation: spinner-rotate 0.8s linear infinite; transform-origin: center; }
|
|
2482
|
+
@media (prefers-reduced-motion: reduce) { .ds-247420 .ds-spin { animation: none; } }
|
|
2483
|
+
|
|
2478
2484
|
.ds-247420 .loading { position: relative; }
|
|
2479
2485
|
.ds-247420 .loading::after {
|
|
2480
2486
|
content: '';
|