@photonix/basic 1.6.8 → 1.7.1
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 +70 -64
- package/dist/index.js +1529 -1531
- package/dist/index.mjs +1532 -1534
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -8859,7 +8859,7 @@
|
|
|
8859
8859
|
._disabled_q8tx0_348 ._chipAction_q8tx0_124 {
|
|
8860
8860
|
color: var(--foreground-state-disabled);
|
|
8861
8861
|
}
|
|
8862
|
-
.
|
|
8862
|
+
._chipBarRoot_6daqn_1 {
|
|
8863
8863
|
align-items: center;
|
|
8864
8864
|
box-sizing: border-box;
|
|
8865
8865
|
display: flex;
|
|
@@ -8869,24 +8869,24 @@
|
|
|
8869
8869
|
overflow: visible hidden;
|
|
8870
8870
|
position: relative;
|
|
8871
8871
|
}
|
|
8872
|
-
.
|
|
8872
|
+
._chipBarSizeLarge_6daqn_14 {
|
|
8873
8873
|
block-size: var(--dimensions-56);
|
|
8874
8874
|
}
|
|
8875
|
-
.
|
|
8875
|
+
._chipBarSizeMedium_6daqn_18 {
|
|
8876
8876
|
block-size: var(--dimensions-48);
|
|
8877
8877
|
}
|
|
8878
|
-
.
|
|
8878
|
+
._chipBarSticky_6daqn_23 {
|
|
8879
8879
|
background-color: transparent;
|
|
8880
8880
|
inset-block-start: 0;
|
|
8881
8881
|
position: sticky;
|
|
8882
8882
|
transition: background-color var(--motion-duration-normal) ease-in-out, box-shadow var(--motion-duration-normal) ease-in-out;
|
|
8883
8883
|
z-index: var(--z-index-decorator);
|
|
8884
8884
|
}
|
|
8885
|
-
.
|
|
8885
|
+
._chipBarStuck_6daqn_34 {
|
|
8886
8886
|
background-color: var(--surface-neutral-elevator);
|
|
8887
8887
|
box-shadow: inset 0 calc(-1 * var(--border-sm)) 0 0 var(--border-neutral-tertiary), var(--shadow-sm);
|
|
8888
8888
|
}
|
|
8889
|
-
.
|
|
8889
|
+
._chipBarLeading_6daqn_44 {
|
|
8890
8890
|
align-items: center;
|
|
8891
8891
|
display: flex;
|
|
8892
8892
|
flex-shrink: 0;
|
|
@@ -8894,19 +8894,19 @@
|
|
|
8894
8894
|
position: relative;
|
|
8895
8895
|
z-index: 2;
|
|
8896
8896
|
}
|
|
8897
|
-
.
|
|
8897
|
+
._chipBarDivider_6daqn_55 {
|
|
8898
8898
|
background-color: var(--border-neutral-tertiary);
|
|
8899
8899
|
block-size: var(--dimensions-32);
|
|
8900
8900
|
inline-size: var(--border-sm);
|
|
8901
8901
|
}
|
|
8902
|
-
.
|
|
8902
|
+
._chipBarScrollOuter_6daqn_64 {
|
|
8903
8903
|
align-items: center;
|
|
8904
8904
|
display: flex;
|
|
8905
8905
|
flex-grow: 1;
|
|
8906
8906
|
min-inline-size: 0;
|
|
8907
8907
|
position: relative;
|
|
8908
8908
|
}
|
|
8909
|
-
.
|
|
8909
|
+
._chipBarScrollArea_6daqn_73 {
|
|
8910
8910
|
--chip-bar-fade-left: 0px;
|
|
8911
8911
|
--chip-bar-fade-right: 0px;
|
|
8912
8912
|
display: flex;
|
|
@@ -8935,7 +8935,7 @@
|
|
|
8935
8935
|
mask-position: 0 0;
|
|
8936
8936
|
-webkit-mask-position: 0 0;
|
|
8937
8937
|
}
|
|
8938
|
-
.
|
|
8938
|
+
._chipBarMaskWrapper_6daqn_105 {
|
|
8939
8939
|
display: flex;
|
|
8940
8940
|
flex-grow: 1;
|
|
8941
8941
|
min-inline-size: 0;
|
|
@@ -8944,7 +8944,7 @@
|
|
|
8944
8944
|
width: 100%;
|
|
8945
8945
|
z-index: 0;
|
|
8946
8946
|
}
|
|
8947
|
-
.
|
|
8947
|
+
._chipBarList_6daqn_115 {
|
|
8948
8948
|
align-items: center;
|
|
8949
8949
|
background: transparent;
|
|
8950
8950
|
box-sizing: border-box;
|
|
@@ -8956,32 +8956,32 @@
|
|
|
8956
8956
|
min-inline-size: 0;
|
|
8957
8957
|
overflow-x: auto;
|
|
8958
8958
|
position: relative;
|
|
8959
|
-
padding: var(--dimensions-4)
|
|
8959
|
+
padding: var(--dimensions-4) 0;
|
|
8960
8960
|
scroll-behavior: smooth;
|
|
8961
8961
|
scrollbar-width: none;
|
|
8962
8962
|
z-index: 0;
|
|
8963
8963
|
}
|
|
8964
8964
|
@media (hover: none) or (pointer: coarse) {
|
|
8965
|
-
.
|
|
8965
|
+
._chipBarList_6daqn_115 {
|
|
8966
8966
|
padding-inline-end: var(--dimensions-16);
|
|
8967
8967
|
}
|
|
8968
8968
|
}
|
|
8969
|
-
.
|
|
8969
|
+
._chipBarList_6daqn_115::-webkit-scrollbar {
|
|
8970
8970
|
display: none;
|
|
8971
8971
|
}
|
|
8972
|
-
.
|
|
8972
|
+
._chipBarRootPadded_6daqn_146 {
|
|
8973
8973
|
padding-inline-start: var(--chip-bar-padding, var(--space-sm));
|
|
8974
8974
|
}
|
|
8975
|
-
.
|
|
8975
|
+
._chipBarListPadded_6daqn_151 {
|
|
8976
8976
|
padding-inline: 0 var(--chip-bar-padding, var(--space-sm));
|
|
8977
8977
|
}
|
|
8978
|
-
.
|
|
8978
|
+
._chipBarListPadded_6daqn_151:after {
|
|
8979
8979
|
block-size: 1px;
|
|
8980
8980
|
content: "";
|
|
8981
8981
|
flex: 0 0 var(--chip-bar-padding, var(--space-sm));
|
|
8982
8982
|
inline-size: var(--chip-bar-padding, var(--space-sm));
|
|
8983
8983
|
}
|
|
8984
|
-
.
|
|
8984
|
+
._chipBarNavSlot_6daqn_170 {
|
|
8985
8985
|
align-items: center;
|
|
8986
8986
|
display: none;
|
|
8987
8987
|
inset-block: 0;
|
|
@@ -8992,22 +8992,22 @@
|
|
|
8992
8992
|
z-index: 2;
|
|
8993
8993
|
}
|
|
8994
8994
|
@media (hover: hover) and (pointer: fine) {
|
|
8995
|
-
.
|
|
8995
|
+
._chipBarNavSlot_6daqn_170 {
|
|
8996
8996
|
display: flex;
|
|
8997
8997
|
}
|
|
8998
8998
|
}
|
|
8999
|
-
.
|
|
8999
|
+
._chipBarNavSlotLeft_6daqn_187 {
|
|
9000
9000
|
inset-inline-start: 0;
|
|
9001
9001
|
justify-content: flex-start;
|
|
9002
9002
|
}
|
|
9003
|
-
.
|
|
9003
|
+
._chipBarNavSlotRight_6daqn_192 {
|
|
9004
9004
|
inset-inline-end: 0;
|
|
9005
9005
|
justify-content: flex-end;
|
|
9006
9006
|
}
|
|
9007
|
-
.
|
|
9007
|
+
._chipBarGradientVisible_6daqn_197 {
|
|
9008
9008
|
opacity: 1;
|
|
9009
9009
|
}
|
|
9010
|
-
.
|
|
9010
|
+
._chipBarNavButton_6daqn_202 {
|
|
9011
9011
|
align-items: center;
|
|
9012
9012
|
background: var(--surface-neutral-primary);
|
|
9013
9013
|
block-size: var(--dimensions-32);
|
|
@@ -9024,10 +9024,10 @@
|
|
|
9024
9024
|
transition: all var(--motion-duration-normal) ease-in-out;
|
|
9025
9025
|
z-index: 3;
|
|
9026
9026
|
}
|
|
9027
|
-
.
|
|
9027
|
+
._chipBarGradientVisible_6daqn_197 ._chipBarNavButton_6daqn_202 {
|
|
9028
9028
|
pointer-events: auto;
|
|
9029
9029
|
}
|
|
9030
|
-
.
|
|
9030
|
+
._chipBarNavButton_6daqn_202:after {
|
|
9031
9031
|
background-color: transparent;
|
|
9032
9032
|
content: "";
|
|
9033
9033
|
inset: 0;
|
|
@@ -9036,20 +9036,20 @@
|
|
|
9036
9036
|
transition: background-color var(--motion-duration-fast) var(--motion-ease-out);
|
|
9037
9037
|
z-index: 0;
|
|
9038
9038
|
}
|
|
9039
|
-
.
|
|
9039
|
+
._chipBarNavButton_6daqn_202:hover:after {
|
|
9040
9040
|
background-color: var(--surface-state-hover);
|
|
9041
9041
|
}
|
|
9042
|
-
.
|
|
9042
|
+
._chipBarNavButton_6daqn_202 svg {
|
|
9043
9043
|
block-size: var(--dimensions-20);
|
|
9044
9044
|
inline-size: var(--dimensions-20);
|
|
9045
9045
|
position: relative;
|
|
9046
9046
|
z-index: 1;
|
|
9047
9047
|
}
|
|
9048
|
-
.
|
|
9048
|
+
._chipBarStuck_6daqn_34 ._chipBarNavButton_6daqn_202 {
|
|
9049
9049
|
background: var(--surface-neutral-elevator);
|
|
9050
9050
|
}
|
|
9051
9051
|
@media (hover: hover) and (pointer: fine) {
|
|
9052
|
-
.
|
|
9052
|
+
._chipBarStuck_6daqn_34 ._chipBarNavButton_6daqn_202 {
|
|
9053
9053
|
background: var(--surface-neutral-elevator);
|
|
9054
9054
|
}
|
|
9055
9055
|
}
|
|
@@ -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,63 +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
|
-
.
|
|
14366
|
-
block-size:
|
|
14367
|
-
border-radius:
|
|
14368
|
-
|
|
14365
|
+
._sheetPanelFullHeight_r0hhh_149 {
|
|
14366
|
+
block-size: calc(100dvh - env(safe-area-inset-top, 24px));
|
|
14367
|
+
border-start-end-radius: var(--radius-sm);
|
|
14368
|
+
border-start-start-radius: var(--radius-sm);
|
|
14369
|
+
max-block-size: calc(100dvh - env(safe-area-inset-top, 24px));
|
|
14370
|
+
}
|
|
14371
|
+
@media (min-width: 768px) {
|
|
14372
|
+
._sheetPanelFullHeight_r0hhh_149 {
|
|
14373
|
+
border-radius: 0;
|
|
14374
|
+
}
|
|
14369
14375
|
}
|
|
14370
|
-
.
|
|
14376
|
+
._sheetHeader_r0hhh_164 {
|
|
14371
14377
|
background-color: var(--surface-neutral-elevator);
|
|
14372
14378
|
flex-shrink: 0;
|
|
14373
14379
|
}
|
|
14374
|
-
.
|
|
14380
|
+
._sheetContent_r0hhh_170 {
|
|
14375
14381
|
flex: 1;
|
|
14376
14382
|
-webkit-overflow-scrolling: touch;
|
|
14377
14383
|
overflow-y: auto;
|
|
14378
14384
|
padding-inline: 16px;
|
|
14379
14385
|
}
|
|
14380
|
-
.
|
|
14386
|
+
._sheetContentNoPadding_r0hhh_177 {
|
|
14381
14387
|
padding-inline: 0;
|
|
14382
14388
|
}
|
|
14383
|
-
.
|
|
14389
|
+
._sheetFooter_r0hhh_182 {
|
|
14384
14390
|
flex-shrink: 0;
|
|
14385
14391
|
transition: box-shadow var(--motion-duration-normal) var(--motion-ease-standard), border-color var(--motion-duration-normal) var(--motion-ease-standard);
|
|
14386
14392
|
z-index: var(--z-index-decorator);
|
|
14387
14393
|
}
|
|
14388
|
-
.
|
|
14394
|
+
._sheetFooterElevatedGradient_r0hhh_195 {
|
|
14389
14395
|
position: relative;
|
|
14390
14396
|
}
|
|
14391
|
-
.
|
|
14397
|
+
._sheetFooterElevatedGradient_r0hhh_195:before {
|
|
14392
14398
|
background:
|
|
14393
14399
|
linear-gradient(
|
|
14394
14400
|
to top,
|
|
@@ -14401,7 +14407,7 @@
|
|
|
14401
14407
|
pointer-events: none;
|
|
14402
14408
|
position: absolute;
|
|
14403
14409
|
}
|
|
14404
|
-
.
|
|
14410
|
+
._sheetGrabber_r0hhh_210 {
|
|
14405
14411
|
background-color: var(--surface-neutral-elevator);
|
|
14406
14412
|
display: flex;
|
|
14407
14413
|
flex-shrink: 0;
|
|
@@ -14410,14 +14416,14 @@
|
|
|
14410
14416
|
position: relative;
|
|
14411
14417
|
z-index: 1;
|
|
14412
14418
|
}
|
|
14413
|
-
.
|
|
14419
|
+
._sheetGrabberBar_r0hhh_221 {
|
|
14414
14420
|
background-color: var(--surface-neutral-tertiary);
|
|
14415
14421
|
block-size: var(--dimensions-4);
|
|
14416
14422
|
border-radius: var(--radius-full);
|
|
14417
14423
|
inline-size: var(--dimensions-36);
|
|
14418
14424
|
}
|
|
14419
14425
|
@media (min-width: 768px) {
|
|
14420
|
-
.
|
|
14426
|
+
._sheetGrabber_r0hhh_210 {
|
|
14421
14427
|
display: none;
|
|
14422
14428
|
}
|
|
14423
14429
|
}
|