@photonix/basic 1.6.8 → 1.7.0

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.
Files changed (4) hide show
  1. package/dist/index.css +65 -64
  2. package/dist/index.js +1589 -1590
  3. package/dist/index.mjs +1592 -1593
  4. 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
- ._chipBarRoot_j4xii_1 {
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
- ._chipBarSizeLarge_j4xii_14 {
8872
+ ._chipBarSizeLarge_6daqn_14 {
8873
8873
  block-size: var(--dimensions-56);
8874
8874
  }
8875
- ._chipBarSizeMedium_j4xii_18 {
8875
+ ._chipBarSizeMedium_6daqn_18 {
8876
8876
  block-size: var(--dimensions-48);
8877
8877
  }
8878
- ._chipBarSticky_j4xii_23 {
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
- ._chipBarStuck_j4xii_34 {
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
- ._chipBarLeading_j4xii_44 {
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
- ._chipBarDivider_j4xii_55 {
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
- ._chipBarScrollOuter_j4xii_64 {
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
- ._chipBarScrollArea_j4xii_73 {
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
- ._chipBarMaskWrapper_j4xii_105 {
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
- ._chipBarList_j4xii_115 {
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) var(--dimensions-40) var(--dimensions-4) 0;
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
- ._chipBarList_j4xii_115 {
8965
+ ._chipBarList_6daqn_115 {
8966
8966
  padding-inline-end: var(--dimensions-16);
8967
8967
  }
8968
8968
  }
8969
- ._chipBarList_j4xii_115::-webkit-scrollbar {
8969
+ ._chipBarList_6daqn_115::-webkit-scrollbar {
8970
8970
  display: none;
8971
8971
  }
8972
- ._chipBarRootPadded_j4xii_146 {
8972
+ ._chipBarRootPadded_6daqn_146 {
8973
8973
  padding-inline-start: var(--chip-bar-padding, var(--space-sm));
8974
8974
  }
8975
- ._chipBarListPadded_j4xii_151 {
8975
+ ._chipBarListPadded_6daqn_151 {
8976
8976
  padding-inline: 0 var(--chip-bar-padding, var(--space-sm));
8977
8977
  }
8978
- ._chipBarListPadded_j4xii_151:after {
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
- ._chipBarNavSlot_j4xii_170 {
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
- ._chipBarNavSlot_j4xii_170 {
8995
+ ._chipBarNavSlot_6daqn_170 {
8996
8996
  display: flex;
8997
8997
  }
8998
8998
  }
8999
- ._chipBarNavSlotLeft_j4xii_187 {
8999
+ ._chipBarNavSlotLeft_6daqn_187 {
9000
9000
  inset-inline-start: 0;
9001
9001
  justify-content: flex-start;
9002
9002
  }
9003
- ._chipBarNavSlotRight_j4xii_192 {
9003
+ ._chipBarNavSlotRight_6daqn_192 {
9004
9004
  inset-inline-end: 0;
9005
9005
  justify-content: flex-end;
9006
9006
  }
9007
- ._chipBarGradientVisible_j4xii_197 {
9007
+ ._chipBarGradientVisible_6daqn_197 {
9008
9008
  opacity: 1;
9009
9009
  }
9010
- ._chipBarNavButton_j4xii_202 {
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
- ._chipBarGradientVisible_j4xii_197 ._chipBarNavButton_j4xii_202 {
9027
+ ._chipBarGradientVisible_6daqn_197 ._chipBarNavButton_6daqn_202 {
9028
9028
  pointer-events: auto;
9029
9029
  }
9030
- ._chipBarNavButton_j4xii_202:after {
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
- ._chipBarNavButton_j4xii_202:hover:after {
9039
+ ._chipBarNavButton_6daqn_202:hover:after {
9040
9040
  background-color: var(--surface-state-hover);
9041
9041
  }
9042
- ._chipBarNavButton_j4xii_202 svg {
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
- ._chipBarStuck_j4xii_34 ._chipBarNavButton_j4xii_202 {
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
- ._chipBarStuck_j4xii_34 ._chipBarNavButton_j4xii_202 {
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-bottom_13e9l_1 {
14256
+ @keyframes _slide-from-bottom_1ghml_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-bottom_13e9l_1 {
14264
+ @keyframes _slide-to-bottom_1ghml_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-right_13e9l_1 {
14272
+ @keyframes _slide-from-right_1ghml_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-right_13e9l_1 {
14280
+ @keyframes _slide-to-right_1ghml_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-in_13e9l_1 {
14288
+ @keyframes _fade-in_1ghml_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-out_13e9l_1 {
14296
+ @keyframes _fade-out_1ghml_1 {
14297
14297
  0% {
14298
14298
  opacity: 1;
14299
14299
  }
@@ -14301,9 +14301,9 @@
14301
14301
  opacity: 0;
14302
14302
  }
14303
14303
  }
14304
- ._sheetOverlay_13e9l_63 {
14304
+ ._sheetOverlay_1ghml_63 {
14305
14305
  align-items: flex-end;
14306
- animation: _fade-in_13e9l_1 var(--motion-duration-normal) var(--motion-ease-standard);
14306
+ animation: _fade-in_1ghml_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
- ._sheetOverlayClosing_13e9l_76 {
14315
- animation: _fade-out_13e9l_1 var(--motion-duration-normal) var(--motion-ease-standard) forwards;
14314
+ ._sheetOverlayClosing_1ghml_76 {
14315
+ animation: _fade-out_1ghml_1 .3s var(--motion-ease-standard) forwards;
14316
14316
  }
14317
14317
  @media (min-width: 768px) {
14318
- ._sheetOverlay_13e9l_63 {
14318
+ ._sheetOverlay_1ghml_63 {
14319
14319
  align-items: stretch;
14320
14320
  justify-content: flex-end;
14321
14321
  }
14322
14322
  }
14323
- ._sheetPanel_13e9l_89 {
14324
- animation: _slide-from-bottom_13e9l_1 var(--motion-duration-normal) var(--motion-ease-standard);
14323
+ ._sheetPanel_1ghml_89 {
14324
+ animation: _slide-from-bottom_1ghml_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,64 @@
14332
14332
  max-block-size: calc(100vh - var(--space-2xl));
14333
14333
  overflow: hidden;
14334
14334
  }
14335
- ._sheetPanelClosing_13e9l_105 {
14336
- animation: _slide-to-bottom_13e9l_1 var(--motion-duration-normal) var(--motion-ease-standard) forwards;
14335
+ ._sheetPanelClosing_1ghml_105 {
14336
+ animation: _slide-to-bottom_1ghml_1 .3s var(--motion-ease-standard) forwards;
14337
14337
  }
14338
14338
  @media (min-width: 768px) {
14339
- ._sheetPanel_13e9l_89 {
14340
- animation: _slide-from-right_13e9l_1 var(--motion-duration-normal) var(--motion-ease-standard);
14339
+ ._sheetPanel_1ghml_89 {
14340
+ animation: _slide-from-right_1ghml_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
- ._sheetPanelClosing_13e9l_105 {
14346
- animation: _slide-to-right_13e9l_1 var(--motion-duration-normal) var(--motion-ease-standard) forwards;
14345
+ ._sheetPanelClosing_1ghml_105 {
14346
+ animation: _slide-to-right_1ghml_1 .3s var(--motion-ease-standard) forwards;
14347
14347
  }
14348
14348
  }
14349
- ._sheetPanelResponsive_13e9l_128 {
14349
+ ._sheetPanelResponsive_1ghml_128 {
14350
14350
  inline-size: 100%;
14351
14351
  max-inline-size: 100%;
14352
14352
  }
14353
14353
  @media (min-width: 768px) {
14354
- ._sheetPanelResponsive_13e9l_128 {
14354
+ ._sheetPanelResponsive_1ghml_128 {
14355
14355
  inline-size: 400px;
14356
14356
  max-inline-size: 400px;
14357
14357
  }
14358
14358
  }
14359
14359
  @media (min-width: 1024px) {
14360
- ._sheetPanelResponsive_13e9l_128 {
14360
+ ._sheetPanelResponsive_1ghml_128 {
14361
14361
  inline-size: 480px;
14362
14362
  max-inline-size: 480px;
14363
14363
  }
14364
14364
  }
14365
- ._sheetPanelFullHeight_13e9l_149 {
14366
- block-size: 100vh;
14367
- border-radius: 0;
14368
- max-block-size: 100vh;
14365
+ ._sheetPanelFullHeight_1ghml_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));
14369
14370
  }
14370
- ._sheetHeader_13e9l_156 {
14371
+ ._sheetHeader_1ghml_157 {
14371
14372
  background-color: var(--surface-neutral-elevator);
14372
14373
  flex-shrink: 0;
14373
14374
  }
14374
- ._sheetContent_13e9l_162 {
14375
+ ._sheetContent_1ghml_163 {
14375
14376
  flex: 1;
14376
14377
  -webkit-overflow-scrolling: touch;
14377
14378
  overflow-y: auto;
14378
14379
  padding-inline: 16px;
14379
14380
  }
14380
- ._sheetContentNoPadding_13e9l_169 {
14381
+ ._sheetContentNoPadding_1ghml_170 {
14381
14382
  padding-inline: 0;
14382
14383
  }
14383
- ._sheetFooter_13e9l_174 {
14384
+ ._sheetFooter_1ghml_175 {
14384
14385
  flex-shrink: 0;
14385
14386
  transition: box-shadow var(--motion-duration-normal) var(--motion-ease-standard), border-color var(--motion-duration-normal) var(--motion-ease-standard);
14386
14387
  z-index: var(--z-index-decorator);
14387
14388
  }
14388
- ._sheetFooterElevatedGradient_13e9l_187 {
14389
+ ._sheetFooterElevatedGradient_1ghml_188 {
14389
14390
  position: relative;
14390
14391
  }
14391
- ._sheetFooterElevatedGradient_13e9l_187:before {
14392
+ ._sheetFooterElevatedGradient_1ghml_188:before {
14392
14393
  background:
14393
14394
  linear-gradient(
14394
14395
  to top,
@@ -14401,7 +14402,7 @@
14401
14402
  pointer-events: none;
14402
14403
  position: absolute;
14403
14404
  }
14404
- ._sheetGrabber_13e9l_202 {
14405
+ ._sheetGrabber_1ghml_203 {
14405
14406
  background-color: var(--surface-neutral-elevator);
14406
14407
  display: flex;
14407
14408
  flex-shrink: 0;
@@ -14410,14 +14411,14 @@
14410
14411
  position: relative;
14411
14412
  z-index: 1;
14412
14413
  }
14413
- ._sheetGrabberBar_13e9l_213 {
14414
+ ._sheetGrabberBar_1ghml_214 {
14414
14415
  background-color: var(--surface-neutral-tertiary);
14415
14416
  block-size: var(--dimensions-4);
14416
14417
  border-radius: var(--radius-full);
14417
14418
  inline-size: var(--dimensions-36);
14418
14419
  }
14419
14420
  @media (min-width: 768px) {
14420
- ._sheetGrabber_13e9l_202 {
14421
+ ._sheetGrabber_1ghml_203 {
14421
14422
  display: none;
14422
14423
  }
14423
14424
  }