@photonix/basic 1.7.0 → 1.7.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.css +37 -32
- package/dist/index.js +494 -495
- package/dist/index.mjs +494 -495
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -14253,7 +14253,7 @@
|
|
|
14253
14253
|
._selectCheckRoot_15dor_6:disabled ._selectCheckIcon_15dor_90 {
|
|
14254
14254
|
color: var(--foreground-state-disabled);
|
|
14255
14255
|
}
|
|
14256
|
-
@keyframes _slide-from-
|
|
14256
|
+
@keyframes _slide-from-bottom_r0hhh_1 {
|
|
14257
14257
|
0% {
|
|
14258
14258
|
transform: translateY(100%);
|
|
14259
14259
|
}
|
|
@@ -14261,7 +14261,7 @@
|
|
|
14261
14261
|
transform: translateY(0);
|
|
14262
14262
|
}
|
|
14263
14263
|
}
|
|
14264
|
-
@keyframes _slide-to-
|
|
14264
|
+
@keyframes _slide-to-bottom_r0hhh_1 {
|
|
14265
14265
|
0% {
|
|
14266
14266
|
transform: translateY(0);
|
|
14267
14267
|
}
|
|
@@ -14269,7 +14269,7 @@
|
|
|
14269
14269
|
transform: translateY(100%);
|
|
14270
14270
|
}
|
|
14271
14271
|
}
|
|
14272
|
-
@keyframes _slide-from-
|
|
14272
|
+
@keyframes _slide-from-right_r0hhh_1 {
|
|
14273
14273
|
0% {
|
|
14274
14274
|
transform: translate(100%);
|
|
14275
14275
|
}
|
|
@@ -14277,7 +14277,7 @@
|
|
|
14277
14277
|
transform: translate(0);
|
|
14278
14278
|
}
|
|
14279
14279
|
}
|
|
14280
|
-
@keyframes _slide-to-
|
|
14280
|
+
@keyframes _slide-to-right_r0hhh_1 {
|
|
14281
14281
|
0% {
|
|
14282
14282
|
transform: translate(0);
|
|
14283
14283
|
}
|
|
@@ -14285,7 +14285,7 @@
|
|
|
14285
14285
|
transform: translate(100%);
|
|
14286
14286
|
}
|
|
14287
14287
|
}
|
|
14288
|
-
@keyframes _fade-
|
|
14288
|
+
@keyframes _fade-in_r0hhh_1 {
|
|
14289
14289
|
0% {
|
|
14290
14290
|
opacity: 0;
|
|
14291
14291
|
}
|
|
@@ -14293,7 +14293,7 @@
|
|
|
14293
14293
|
opacity: 1;
|
|
14294
14294
|
}
|
|
14295
14295
|
}
|
|
14296
|
-
@keyframes _fade-
|
|
14296
|
+
@keyframes _fade-out_r0hhh_1 {
|
|
14297
14297
|
0% {
|
|
14298
14298
|
opacity: 1;
|
|
14299
14299
|
}
|
|
@@ -14301,9 +14301,9 @@
|
|
|
14301
14301
|
opacity: 0;
|
|
14302
14302
|
}
|
|
14303
14303
|
}
|
|
14304
|
-
.
|
|
14304
|
+
._sheetOverlay_r0hhh_63 {
|
|
14305
14305
|
align-items: flex-end;
|
|
14306
|
-
animation: _fade-
|
|
14306
|
+
animation: _fade-in_r0hhh_1 .3s var(--motion-ease-standard);
|
|
14307
14307
|
background-color: var(--color-overlay);
|
|
14308
14308
|
display: flex;
|
|
14309
14309
|
inset: 0;
|
|
@@ -14311,17 +14311,17 @@
|
|
|
14311
14311
|
position: fixed;
|
|
14312
14312
|
z-index: var(--z-index-modal);
|
|
14313
14313
|
}
|
|
14314
|
-
.
|
|
14315
|
-
animation: _fade-
|
|
14314
|
+
._sheetOverlayClosing_r0hhh_76 {
|
|
14315
|
+
animation: _fade-out_r0hhh_1 .3s var(--motion-ease-standard) forwards;
|
|
14316
14316
|
}
|
|
14317
14317
|
@media (min-width: 768px) {
|
|
14318
|
-
.
|
|
14318
|
+
._sheetOverlay_r0hhh_63 {
|
|
14319
14319
|
align-items: stretch;
|
|
14320
14320
|
justify-content: flex-end;
|
|
14321
14321
|
}
|
|
14322
14322
|
}
|
|
14323
|
-
.
|
|
14324
|
-
animation: _slide-from-
|
|
14323
|
+
._sheetPanel_r0hhh_89 {
|
|
14324
|
+
animation: _slide-from-bottom_r0hhh_1 .3s var(--motion-ease-standard);
|
|
14325
14325
|
background-color: var(--surface-neutral-elevator);
|
|
14326
14326
|
border-start-end-radius: var(--radius-sm);
|
|
14327
14327
|
border-start-start-radius: var(--radius-sm);
|
|
@@ -14332,64 +14332,69 @@
|
|
|
14332
14332
|
max-block-size: calc(100vh - var(--space-2xl));
|
|
14333
14333
|
overflow: hidden;
|
|
14334
14334
|
}
|
|
14335
|
-
.
|
|
14336
|
-
animation: _slide-to-
|
|
14335
|
+
._sheetPanelClosing_r0hhh_105 {
|
|
14336
|
+
animation: _slide-to-bottom_r0hhh_1 .3s var(--motion-ease-standard) forwards;
|
|
14337
14337
|
}
|
|
14338
14338
|
@media (min-width: 768px) {
|
|
14339
|
-
.
|
|
14340
|
-
animation: _slide-from-
|
|
14339
|
+
._sheetPanel_r0hhh_89 {
|
|
14340
|
+
animation: _slide-from-right_r0hhh_1 .3s var(--motion-ease-standard);
|
|
14341
14341
|
block-size: 100vh;
|
|
14342
14342
|
border-radius: 0;
|
|
14343
14343
|
max-block-size: 100vh;
|
|
14344
14344
|
}
|
|
14345
|
-
.
|
|
14346
|
-
animation: _slide-to-
|
|
14345
|
+
._sheetPanelClosing_r0hhh_105 {
|
|
14346
|
+
animation: _slide-to-right_r0hhh_1 .3s var(--motion-ease-standard) forwards;
|
|
14347
14347
|
}
|
|
14348
14348
|
}
|
|
14349
|
-
.
|
|
14349
|
+
._sheetPanelResponsive_r0hhh_128 {
|
|
14350
14350
|
inline-size: 100%;
|
|
14351
14351
|
max-inline-size: 100%;
|
|
14352
14352
|
}
|
|
14353
14353
|
@media (min-width: 768px) {
|
|
14354
|
-
.
|
|
14354
|
+
._sheetPanelResponsive_r0hhh_128 {
|
|
14355
14355
|
inline-size: 400px;
|
|
14356
14356
|
max-inline-size: 400px;
|
|
14357
14357
|
}
|
|
14358
14358
|
}
|
|
14359
14359
|
@media (min-width: 1024px) {
|
|
14360
|
-
.
|
|
14360
|
+
._sheetPanelResponsive_r0hhh_128 {
|
|
14361
14361
|
inline-size: 480px;
|
|
14362
14362
|
max-inline-size: 480px;
|
|
14363
14363
|
}
|
|
14364
14364
|
}
|
|
14365
|
-
.
|
|
14365
|
+
._sheetPanelFullHeight_r0hhh_149 {
|
|
14366
14366
|
block-size: calc(100dvh - env(safe-area-inset-top, 24px));
|
|
14367
14367
|
border-start-end-radius: var(--radius-sm);
|
|
14368
14368
|
border-start-start-radius: var(--radius-sm);
|
|
14369
14369
|
max-block-size: calc(100dvh - env(safe-area-inset-top, 24px));
|
|
14370
14370
|
}
|
|
14371
|
-
|
|
14371
|
+
@media (min-width: 768px) {
|
|
14372
|
+
._sheetPanelFullHeight_r0hhh_149 {
|
|
14373
|
+
border-radius: 0;
|
|
14374
|
+
}
|
|
14375
|
+
}
|
|
14376
|
+
._sheetHeader_r0hhh_164 {
|
|
14372
14377
|
background-color: var(--surface-neutral-elevator);
|
|
14373
14378
|
flex-shrink: 0;
|
|
14374
14379
|
}
|
|
14375
|
-
.
|
|
14380
|
+
._sheetContent_r0hhh_170 {
|
|
14376
14381
|
flex: 1;
|
|
14377
14382
|
-webkit-overflow-scrolling: touch;
|
|
14378
14383
|
overflow-y: auto;
|
|
14379
14384
|
padding-inline: 16px;
|
|
14380
14385
|
}
|
|
14381
|
-
.
|
|
14386
|
+
._sheetContentNoPadding_r0hhh_177 {
|
|
14382
14387
|
padding-inline: 0;
|
|
14383
14388
|
}
|
|
14384
|
-
.
|
|
14389
|
+
._sheetFooter_r0hhh_182 {
|
|
14385
14390
|
flex-shrink: 0;
|
|
14386
14391
|
transition: box-shadow var(--motion-duration-normal) var(--motion-ease-standard), border-color var(--motion-duration-normal) var(--motion-ease-standard);
|
|
14387
14392
|
z-index: var(--z-index-decorator);
|
|
14388
14393
|
}
|
|
14389
|
-
.
|
|
14394
|
+
._sheetFooterElevatedGradient_r0hhh_195 {
|
|
14390
14395
|
position: relative;
|
|
14391
14396
|
}
|
|
14392
|
-
.
|
|
14397
|
+
._sheetFooterElevatedGradient_r0hhh_195:before {
|
|
14393
14398
|
background:
|
|
14394
14399
|
linear-gradient(
|
|
14395
14400
|
to top,
|
|
@@ -14402,7 +14407,7 @@
|
|
|
14402
14407
|
pointer-events: none;
|
|
14403
14408
|
position: absolute;
|
|
14404
14409
|
}
|
|
14405
|
-
.
|
|
14410
|
+
._sheetGrabber_r0hhh_210 {
|
|
14406
14411
|
background-color: var(--surface-neutral-elevator);
|
|
14407
14412
|
display: flex;
|
|
14408
14413
|
flex-shrink: 0;
|
|
@@ -14411,14 +14416,14 @@
|
|
|
14411
14416
|
position: relative;
|
|
14412
14417
|
z-index: 1;
|
|
14413
14418
|
}
|
|
14414
|
-
.
|
|
14419
|
+
._sheetGrabberBar_r0hhh_221 {
|
|
14415
14420
|
background-color: var(--surface-neutral-tertiary);
|
|
14416
14421
|
block-size: var(--dimensions-4);
|
|
14417
14422
|
border-radius: var(--radius-full);
|
|
14418
14423
|
inline-size: var(--dimensions-36);
|
|
14419
14424
|
}
|
|
14420
14425
|
@media (min-width: 768px) {
|
|
14421
|
-
.
|
|
14426
|
+
._sheetGrabber_r0hhh_210 {
|
|
14422
14427
|
display: none;
|
|
14423
14428
|
}
|
|
14424
14429
|
}
|