@cesdk/cesdk-js 1.45.0 → 1.202502.25-nightly

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.
@@ -486,6 +486,22 @@
486
486
  box-shadow: var(--ubq-effect-shadow);
487
487
  z-index: 80;
488
488
  }
489
+ .UBQ_Popover-module__popover--TDOA-.UBQ_Popover-module__noPadding--fnLvZ {
490
+ padding: 0;
491
+ }
492
+ .UBQ_Popover-module__popover--TDOA-.UBQ_Popover-module__noPadding--fnLvZ .UBQ_Popover-module__popoverContent--h-2aO > *:first-child {
493
+ padding-top: 0;
494
+ }
495
+ .UBQ_Popover-module__popover--TDOA-.UBQ_Popover-module__noPadding--fnLvZ .UBQ_Popover-module__popoverContent--h-2aO > *:last-child {
496
+ padding-bottom: 0;
497
+ }
498
+ .UBQ_Popover-module__popover--TDOA-.UBQ_Popover-module__noPadding--fnLvZ .UBQ_Popover-module__popoverContent--h-2aO > *:first-child,
499
+ .UBQ_Popover-module__popover--TDOA-.UBQ_Popover-module__noPadding--fnLvZ .UBQ_Popover-module__popoverContent--h-2aO > *:last-child {
500
+ padding-right: 0;
501
+ }
502
+ .UBQ_Popover-module__popover--TDOA-.UBQ_Popover-module__noPadding--fnLvZ .UBQ_Popover-module__popoverContent--h-2aO > *:only-child {
503
+ padding: 0;
504
+ }
489
505
  .UBQ_Popover-module__popoverContent--h-2aO > *:first-child {
490
506
  padding-top: var(--ubq-margin-s);
491
507
  }
@@ -3907,1227 +3923,1384 @@
3907
3923
  width: 16px;
3908
3924
  }
3909
3925
 
3910
- /* esbuild-sass-plugin:css-chunk:packages/ui/builder/AbstractBuilder.module.scss */
3911
- .UBQ_AbstractBuilder-module__dropdownList--jybN- {
3912
- overflow-y: auto;
3913
- overflow-x: auto;
3914
- -webkit-overflow-scrolling: touch;
3915
- scrollbar-width: thin;
3916
- scrollbar-color: var(--ubq-foreground-info) transparent;
3926
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryBreadcrumb/AssetLibraryBreadcrumb.module.scss */
3927
+ .UBQ_AssetLibraryBreadcrumb-module__breadcrumb--J7U53 {
3917
3928
  display: flex;
3918
- flex-direction: column;
3919
- margin: 0;
3920
- padding: 0;
3921
- list-style: none;
3922
- max-height: min(97.5 * var(--ubq-scale-base), 0.6 * var(--ubq_internal-containerquery-height, 60vh));
3923
- }
3924
- .UBQ_AbstractBuilder-module__dropdownList--jybN-::-webkit-scrollbar {
3925
- width: calc(2 * var(--ubq-scale-base));
3926
- height: calc(1.5 * var(--ubq-scale-base));
3927
- }
3928
- .UBQ_AbstractBuilder-module__dropdownList--jybN-::-webkit-scrollbar-track {
3929
- background: transparent;
3930
- margin: var(--ubq-margin-s) var(--ubq-margin-s);
3931
- }
3932
- .UBQ_AbstractBuilder-module__dropdownList--jybN-::-webkit-scrollbar-thumb {
3933
- background-color: var(--ubq-foreground-info);
3934
- border-radius: var(--ubq-border_radius-m);
3935
- }
3936
- .UBQ_AbstractBuilder-module__dropdownList--jybN-::-webkit-scrollbar-corner {
3937
- background: transparent;
3929
+ align-items: center;
3930
+ margin: var(--ubq-margin-xs) var(--ubq-margin-m);
3938
3931
  }
3939
- .UBQ_AbstractBuilder-module__dropdownList--jybN- > li {
3940
- display: flex;
3941
- margin-top: var(--ubq-margin-xs);
3932
+ .UBQ_AssetLibraryBreadcrumb-module__label--oMzYm,
3933
+ .UBQ_AssetLibraryBreadcrumb-module__button--H9k1U,
3934
+ .UBQ_AssetLibraryBreadcrumb-module__divider--ZHdnp {
3935
+ font-family: var(--ubq-typography-label-m-font_family);
3936
+ font-size: var(--ubq-typography-label-m-size);
3937
+ font-weight: var(--ubq-typography-label-m-weight);
3938
+ letter-spacing: var(--ubq-typography-label-m-letter_spacing);
3939
+ line-height: var(--ubq-typography-label-m-line_height);
3940
+ color: var(--ubq-foreground-info);
3942
3941
  }
3943
- .UBQ_AbstractBuilder-module__dropdownList--jybN- > li:first-child {
3944
- margin-top: 0;
3942
+ .UBQ_AssetLibraryBreadcrumb-module__divider--ZHdnp {
3943
+ flex: 0 0 auto;
3944
+ padding: 0 var(--ubq-margin-xs);
3945
3945
  }
3946
- .UBQ_AbstractBuilder-module__dropdownList--jybN- hr + li {
3947
- margin-top: 0;
3946
+ .UBQ_AssetLibraryBreadcrumb-module__button--H9k1U,
3947
+ .UBQ_AssetLibraryBreadcrumb-module__label--oMzYm {
3948
+ flex: 0 1 auto;
3949
+ max-width: 100%;
3948
3950
  }
3949
- .UBQ_AbstractBuilder-module__dropdownList--jybN- > hr {
3950
- margin-inline: 0;
3951
+ .UBQ_AssetLibraryBreadcrumb-module__label--oMzYm {
3952
+ white-space: nowrap;
3953
+ overflow: hidden;
3954
+ text-overflow: ellipsis;
3955
+ color: var(--ubq-foreground-default);
3956
+ margin-left: var(--ubq-margin-xs);
3957
+ padding-left: var(--ubq-margin-xs);
3951
3958
  }
3952
3959
 
3953
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/Canvas/CanvasMenu/CanvasMenu.module.scss */
3954
- .UBQ_CanvasMenu-module__block--hk7CF {
3960
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryCard.module.scss */
3961
+ .UBQ_AssetLibraryCard-module__wrapper--stQdN {
3955
3962
  display: flex;
3956
- flex-direction: row;
3963
+ flex-direction: column;
3964
+ overflow: visible;
3957
3965
  align-items: center;
3958
- gap: var(--ubq-margin-xs);
3959
- padding: var(--ubq-margin-xs);
3960
- box-shadow: var(--ubq-effect-shadow), inset 0 0 0 1px var(--ubq-border-default);
3961
- border-radius: var(--ubq-border_radius-m);
3962
- background: var(--ubq-elevation-2);
3963
3966
  }
3964
- .UBQ_CanvasMenu-module__block--hk7CF:empty {
3965
- display: none;
3967
+ .UBQ_AssetLibraryCard-module__stack--qnDzG {
3968
+ width: 100%;
3969
+ height: 100%;
3966
3970
  }
3967
- @supports selector(:has(a, b)) {
3968
- .UBQ_CanvasMenu-module__block--hk7CF {
3969
- display: none;
3970
- }
3971
- .UBQ_CanvasMenu-module__block--hk7CF:has(> *:not(hr)) {
3972
- display: flex;
3973
- }
3971
+ .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE > *:not(.UBQ_AssetLibraryCard-module__block--z689o),
3972
+ .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE > *:has(~ [data-expanded=true]) .UBQ_AssetLibraryCard-module__label---NNY5 {
3973
+ opacity: 0;
3974
3974
  }
3975
- .UBQ_CanvasMenu-module__block--hk7CF > hr {
3976
- display: none;
3975
+ .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE > [data-expanded=true] {
3976
+ opacity: 1;
3977
3977
  }
3978
- .UBQ_CanvasMenu-module__block--hk7CF > :not(hr):not(:last-of-type) + hr {
3979
- display: block;
3978
+ .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE:hover .UBQ_AssetLibraryCard-module__block--z689o .UBQ_AssetLibraryCard-module__label---NNY5,
3979
+ .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE:focus-within .UBQ_AssetLibraryCard-module__block--z689o .UBQ_AssetLibraryCard-module__label---NNY5 {
3980
+ opacity: 0;
3980
3981
  }
3981
- .UBQ_CanvasMenu-module__block--hk7CF > hr {
3982
+ .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE:hover *:not(.UBQ_AssetLibraryCard-module__block--z689o),
3983
+ .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE:focus-within *:not(.UBQ_AssetLibraryCard-module__block--z689o) {
3984
+ opacity: 1;
3985
+ }
3986
+ .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__isPreview--7ZqFG {
3982
3987
  height: unset;
3983
- width: 1px;
3984
- align-self: stretch;
3985
- margin-top: calc(-1 * (var(--ubq-margin-xs) - 1px));
3986
- margin-bottom: calc(-1 * (var(--ubq-margin-xs) - 1px));
3987
3988
  }
3988
- .UBQ_CanvasMenu-module__tippy--Y7c0P {
3989
- max-width: unset !important;
3989
+ .UBQ_AssetLibraryCard-module__labelBelow--sZi-b {
3990
+ max-height: calc(100% - var(--ubq-typography-label-s-line_height) * 2 - var(--ubq-margin-s) * 2);
3990
3991
  }
3991
- .UBQ_CanvasMenu-module__tippy--Y7c0P[data-animation=shift-away][data-state=hidden] {
3992
- opacity: 0;
3992
+ .UBQ_AssetLibraryCard-module__labelBelow--sZi-b.UBQ_AssetLibraryCard-module__singleLineLabel--cyXzB {
3993
+ max-height: calc(100% - var(--ubq-typography-label-s-line_height) - var(--ubq-margin-s) * 2);
3993
3994
  }
3994
- .UBQ_CanvasMenu-module__tippy--Y7c0P[data-animation=shift-away][data-state=hidden][data-placement^=top] {
3995
- transform: translateY(10px);
3995
+ .UBQ_AssetLibraryCard-module__block--z689o {
3996
+ display: flex;
3997
+ justify-content: center;
3998
+ align-items: center;
3999
+ background-size: 100%;
4000
+ transition: background-size 0.15s cubic-bezier(0.2, 0, 0, 1);
3996
4001
  }
3997
- .UBQ_CanvasMenu-module__tippy--Y7c0P[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
3998
- transform: translateY(-10px);
4002
+ .UBQ_AssetLibraryCard-module__block--z689o.UBQ_AssetLibraryCard-module__containsLabel--tsqhH {
4003
+ flex-direction: column-reverse;
3999
4004
  }
4000
- .UBQ_CanvasMenu-module__tippy--Y7c0P[data-animation=shift-away][data-state=hidden][data-placement^=left] {
4001
- transform: translateX(10px);
4005
+ .UBQ_AssetLibraryCard-module__block--z689o.UBQ_AssetLibraryCard-module__hasBackground--XuHUW .UBQ_AssetLibraryCard-module__label---NNY5 {
4006
+ font-family: var(--ubq-typography-label-m-font_family);
4007
+ font-size: var(--ubq-typography-label-m-size);
4008
+ font-weight: var(--ubq-typography-label-m-weight);
4009
+ letter-spacing: var(--ubq-typography-label-m-letter_spacing);
4010
+ line-height: var(--ubq-typography-label-m-line_height);
4011
+ display: -webkit-box;
4012
+ -webkit-line-clamp: 2;
4013
+ -webkit-box-orient: vertical;
4014
+ overflow: hidden;
4015
+ text-overflow: ellipsis;
4016
+ overflow-wrap: break-word;
4017
+ -webkit-hyphens: auto;
4018
+ hyphens: auto;
4019
+ position: absolute;
4020
+ bottom: var(--ubq-margin-xs);
4021
+ inset-inline: var(--ubq-margin-xs);
4022
+ border-radius: var(--ubq-border_radius-s);
4023
+ width: auto;
4024
+ padding: var(--ubq-margin-xs);
4025
+ color: var(--ubq-static-contrast-white);
4026
+ background: rgba(0, 0, 0, 0.3);
4027
+ text-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.6);
4028
+ text-align: left;
4002
4029
  }
4003
- .UBQ_CanvasMenu-module__tippy--Y7c0P[data-animation=shift-away][data-state=hidden][data-placement^=right] {
4004
- transform: translateX(-10px);
4030
+ .UBQ_AssetLibraryCard-module__block--z689o:hover,
4031
+ .UBQ_AssetLibraryCard-module__block--z689o:active {
4032
+ background-size: calc(100% - var(--ubq-margin-xs));
4005
4033
  }
4006
-
4007
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/Canvas/frame/box.module.scss */
4008
- .UBQ_box-module__block--n0qcC {
4009
- position: absolute;
4010
- top: 0;
4011
- bottom: 0;
4012
- left: 0;
4013
- right: 0;
4014
- width: 100%;
4015
- height: 100%;
4016
- transform-origin: 0% 0%;
4017
- outline: none;
4018
- cursor: move;
4019
- z-index: 6;
4034
+ .UBQ_AssetLibraryCard-module__dragPreview--OmKMq {
4035
+ overflow: hidden;
4036
+ border-radius: var(--ubq-border-radius-l);
4037
+ background: var(--ubq-elevation-2);
4020
4038
  }
4021
- .UBQ_box-module__block--n0qcC.UBQ_box-module__disabledFrame--0FGdV .cesdk__frameHandle {
4022
- display: none;
4039
+ .UBQ_AssetLibraryCard-module__label---NNY5 {
4040
+ font-family: var(--ubq-typography-label-s-font_family);
4041
+ font-size: var(--ubq-typography-label-s-size);
4042
+ font-weight: var(--ubq-typography-label-s-weight);
4043
+ letter-spacing: var(--ubq-typography-label-s-letter_spacing);
4044
+ line-height: var(--ubq-typography-label-s-line_height);
4045
+ display: -webkit-box;
4046
+ -webkit-line-clamp: 2;
4047
+ -webkit-box-orient: vertical;
4048
+ overflow: hidden;
4049
+ text-overflow: ellipsis;
4050
+ overflow-wrap: break-word;
4051
+ -webkit-hyphens: auto;
4052
+ hyphens: auto;
4053
+ width: calc(100% - 2 * var(--ubq-margin-xs));
4054
+ text-align: center;
4055
+ color: var(--ubq-foreground-default);
4023
4056
  }
4024
- .UBQ_box-module__disabled--s2QQv {
4025
- cursor: not-allowed;
4057
+ .UBQ_AssetLibraryCard-module__label---NNY5.UBQ_AssetLibraryCard-module__below--ULAsZ {
4058
+ padding-top: var(--ubq-margin-s);
4059
+ color: var(--ubq-foreground-light);
4026
4060
  }
4027
- .UBQ_box-module__page--xsbUn {
4028
- cursor: default;
4061
+ .UBQ_AssetLibraryCard-module__label---NNY5.UBQ_AssetLibraryCard-module__active--2-GY4 {
4062
+ color: var(--ubq-foreground-active);
4029
4063
  }
4030
- .UBQ_box-module__dragging--rKfnM {
4031
- cursor: inherit;
4064
+ .UBQ_AssetLibraryCard-module__singleLineTruncation--QqQ8w {
4065
+ white-space: nowrap;
4066
+ overflow: hidden;
4067
+ text-overflow: ellipsis;
4068
+ display: block;
4069
+ width: 100%;
4032
4070
  }
4033
- .UBQ_box-module__nonPageBoxShadow--LmEpP {
4034
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
4071
+ .UBQ_AssetLibraryCard-module__multiLineTruncation--yNIbR {
4072
+ display: -webkit-box;
4073
+ -webkit-line-clamp: 2;
4074
+ -webkit-box-orient: vertical;
4075
+ overflow: hidden;
4076
+ text-overflow: ellipsis;
4077
+ overflow-wrap: break-word;
4078
+ -webkit-hyphens: auto;
4079
+ hyphens: auto;
4035
4080
  }
4036
- .UBQ_box-module__deletingBoxShadow--djaxf {
4037
- box-shadow: inset 0 0 0 1px var(--ubq-notice-error);
4081
+ .UBQ_AssetLibraryCard-module__border--QhSq0 {
4082
+ box-shadow: inset 0 0 0 1px var(--ubq-stroke-contrast-2);
4038
4083
  }
4039
-
4040
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/CanvasBars.module.scss */
4041
- .UBQ_CanvasBars-module__block--hQNKs {
4084
+ .UBQ_AssetLibraryCard-module__spotColorIndicator--7iifr {
4085
+ border-radius: var(--ubq-border_radius-m);
4042
4086
  position: absolute;
4043
4087
  inset: 0;
4088
+ background-size: calc(4.5 * var(--ubq-scale-base));
4089
+ background-position: top right;
4090
+ background-repeat: no-repeat;
4044
4091
  pointer-events: none;
4045
- z-index: 11;
4046
4092
  }
4047
- .UBQ_CanvasBars-module__bar--cPGyA {
4048
- position: absolute;
4049
- left: var(--ubq-margin-m);
4050
- right: var(--ubq-margin-m);
4051
- display: flex;
4052
- gap: var(--ubq-margin-m);
4093
+
4094
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/properties/AssetLibraryPropertyPopover.module.scss */
4095
+ .UBQ_AssetLibraryPropertyPopover-module__block--A3c-n {
4096
+ width: calc(var(--ubq-scale-base) * 70);
4097
+ padding-inline: var(--ubq-margin-l);
4098
+ padding-bottom: var(--ubq-margin-s);
4099
+ background-color: var(--ubq-elevation-3);
4053
4100
  }
4054
- .UBQ_CanvasBars-module__bar--cPGyA > hr {
4055
- display: none;
4101
+ .UBQ_AssetLibraryPropertyPopover-module__trigger--hC8J1 {
4102
+ margin: var(--ubq-margin-xs);
4103
+ border-radius: var(--ubq-border_radius-s);
4104
+ background-color: var(--ubq-overlay);
4056
4105
  }
4057
- .UBQ_CanvasBars-module__bar--cPGyA > :not(hr) ~ hr:has(+ :not(hr, x-spacer)) {
4058
- display: block;
4059
- }
4060
- @supports not selector(:has(a)) {
4061
- .UBQ_CanvasBars-module__bar--cPGyA > :not(hr, x-spacer):not(:last-of-type) + hr {
4062
- display: block;
4063
- }
4064
- }
4065
- .UBQ_CanvasBars-module__bar--cPGyA.UBQ_CanvasBars-module__renderOptimizedSmallViewport--NSAIy {
4066
- gap: var(--ubq-margin-l);
4067
- }
4068
- .UBQ_CanvasBars-module__bar--cPGyA > * {
4069
- pointer-events: auto;
4070
- flex: 0 0 auto;
4071
- }
4072
- .UBQ_CanvasBars-module__bar--cPGyA > hr {
4073
- height: unset;
4074
- align-self: stretch;
4075
- margin: 0;
4076
- flex: 0 0 1px;
4077
- }
4078
- .UBQ_CanvasBars-module__bar--cPGyA.UBQ_CanvasBars-module__bottom--AFs8k {
4079
- bottom: var(--ubq-margin-m);
4080
- }
4081
- .UBQ_CanvasBars-module__bar--cPGyA.UBQ_CanvasBars-module__top--k8O0E {
4082
- top: var(--ubq-margin-m);
4083
- }
4084
-
4085
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/Dialogs.module.scss */
4086
- .UBQ_Dialogs-module__buttonWrapper--OvWys {
4087
- display: flex;
4088
- justify-content: flex-end;
4089
- gap: var(--ubq-margin-s);
4090
- }
4091
-
4092
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/DockSeparator.module.scss */
4093
- .UBQ_DockSeparator-module__block--8XSWX {
4094
- height: 0px;
4095
- width: 0px;
4096
- margin-top: 0;
4097
- margin-left: 0;
4098
- margin-bottom: var(--ubq-margin-xl);
4099
- margin-right: var(--ubq-margin-xl);
4100
- border: 0px;
4101
- }
4102
-
4103
- /* esbuild-sass-plugin:css-chunk:packages/ui/builder/DockBuilder.module.scss */
4104
- svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__normal--vlkdb {
4105
- height: calc(var(--ubq-scale-base) * 4);
4106
- width: calc(var(--ubq-scale-base) * 4);
4107
- }
4108
- svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__large--fv3VZ {
4109
- height: calc(var(--ubq-scale-base) * 6);
4110
- width: calc(var(--ubq-scale-base) * 6);
4111
- }
4112
-
4113
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/text/ClipLines/ClipLines.module.scss */
4114
- .UBQ_ClipLines-module__button--BZdAt > span > span {
4115
- text-align: center;
4116
- }
4117
-
4118
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/panels/Panel.module.scss */
4119
- .UBQ_Panel-module__block--ktFvC {
4120
- height: 100%;
4106
+ .UBQ_AssetLibraryPropertyPopover-module__trigger--hC8J1:hover:not(:active) {
4107
+ background-color: var(--ubq-overlay);
4121
4108
  }
4122
- .UBQ_Panel-module__header--qDeg3 {
4109
+ .UBQ_AssetLibraryPropertyPopover-module__trigger--hC8J1 .UBQ_AssetLibraryPropertyPopover-module__iconBackground--2Z36A {
4110
+ --ubq-internal-icon-size: calc(var(--ubq-scale-base) * 4);
4123
4111
  display: flex;
4112
+ justify-content: center;
4124
4113
  align-items: center;
4125
- padding: var(--ubq-margin-m) var(--ubq-margin-l);
4126
- height: calc(12 * var(--ubq-scale-base) - 2 * var(--ubq-margin-m));
4114
+ box-sizing: border-box;
4115
+ width: calc(var(--ubq-internal-icon-size) + var(--ubq-margin-s) * 2);
4116
+ height: calc(var(--ubq-internal-icon-size) + var(--ubq-margin-s) * 2);
4117
+ background-color: var(--ubq-interactive-default);
4118
+ border: 1px solid var(--ubq-interactive-active-default);
4119
+ border-radius: 50%;
4120
+ box-shadow: var(--ubq-effect-shadow);
4127
4121
  }
4128
- .UBQ_Panel-module__header--qDeg3.UBQ_Panel-module__hidden---Zatz {
4129
- position: absolute;
4130
- width: 1px;
4131
- height: 1px;
4132
- padding: 0;
4133
- margin: -1px;
4134
- overflow: hidden;
4135
- clip: rect(0, 0, 0, 0);
4136
- white-space: nowrap;
4137
- border: 0;
4122
+ .UBQ_AssetLibraryPropertyPopover-module__trigger--hC8J1 .UBQ_AssetLibraryPropertyPopover-module__iconBackground--2Z36A svg {
4123
+ width: var(--ubq-internal-icon-size);
4124
+ height: var(--ubq-internal-icon-size);
4125
+ color: var(--ubq-interactive-active-default);
4138
4126
  }
4139
- .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__headerCenter--DSLEc {
4140
- flex: 1 1 auto;
4127
+ .UBQ_AssetLibraryPropertyPopover-module__header--O30QG {
4141
4128
  display: flex;
4129
+ justify-content: space-between;
4142
4130
  align-items: center;
4131
+ padding-block: var(--ubq-margin-s);
4143
4132
  }
4144
- .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__headerLeft--yQHMF {
4145
- margin-right: var(--ubq-margin-s);
4146
- }
4147
- .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__headerRight--bn0er {
4148
- margin-left: var(--ubq-margin-s);
4149
- }
4150
- .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__headerLeft--yQHMF,
4151
- .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__headerRight--bn0er {
4152
- display: flex;
4153
- flex: 0 0 auto;
4154
- }
4155
- .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__headerLeft--yQHMF > *:not(:first-child),
4156
- .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__headerRight--bn0er > *:not(:first-child) {
4157
- margin-left: var(--ubq-margin-s);
4158
- }
4159
- .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__heading--pa7qn {
4133
+ .UBQ_AssetLibraryPropertyPopover-module__header--O30QG .UBQ_AssetLibraryPropertyPopover-module__heading--ZMjsl {
4134
+ font-family: var(--ubq-typography-headline-m-font_family);
4135
+ font-size: var(--ubq-typography-headline-m-size);
4136
+ font-weight: var(--ubq-typography-headline-m-weight);
4137
+ letter-spacing: var(--ubq-typography-headline-m-letter_spacing);
4138
+ line-height: var(--ubq-typography-headline-m-line_height);
4160
4139
  width: fit-content;
4161
4140
  color: var(--ubq-foreground-default);
4162
- font-family: var(--ubq-typography-headline-l-font_family);
4163
- font-size: var(--ubq-typography-headline-l-size);
4164
- font-weight: var(--ubq-typography-headline-l-weight);
4165
- letter-spacing: var(--ubq-typography-headline-l-letter_spacing);
4166
- line-height: var(--ubq-typography-headline-l-line_height);
4167
4141
  }
4168
- .UBQ_Panel-module__header--qDeg3 + hr {
4169
- margin-block: 0;
4170
- }
4171
- .UBQ_Panel-module__panelContent--2-JT3 {
4172
- overflow-y: auto;
4173
- overflow-x: auto;
4174
- -webkit-overflow-scrolling: touch;
4175
- scrollbar-width: thin;
4176
- scrollbar-color: var(--ubq-foreground-info) transparent;
4142
+ .UBQ_AssetLibraryPropertyPopover-module__header--O30QG .UBQ_AssetLibraryPropertyPopover-module__actions--8Udd3 {
4143
+ width: max-content;
4144
+ flex-grow: 0;
4177
4145
  display: flex;
4178
- flex-direction: column;
4179
- height: calc(100% - 12 * var(--ubq-scale-base));
4180
- box-sizing: border-box;
4181
- overflow: auto;
4182
- }
4183
- .UBQ_Panel-module__panelContent--2-JT3::-webkit-scrollbar {
4184
- width: calc(2 * var(--ubq-scale-base));
4185
- height: calc(1.5 * var(--ubq-scale-base));
4186
- }
4187
- .UBQ_Panel-module__panelContent--2-JT3::-webkit-scrollbar-track {
4188
- background: transparent;
4189
- margin: var(--ubq-margin-s) var(--ubq-margin-s);
4190
- }
4191
- .UBQ_Panel-module__panelContent--2-JT3::-webkit-scrollbar-thumb {
4192
- background-color: var(--ubq-foreground-info);
4193
- border-radius: var(--ubq-border_radius-m);
4146
+ align-items: center;
4147
+ gap: var(--ubq-margin-s);
4194
4148
  }
4195
- .UBQ_Panel-module__panelContent--2-JT3::-webkit-scrollbar-corner {
4196
- background: transparent;
4149
+
4150
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/inputs/SliderInput/SliderInput.module.scss */
4151
+ .UBQ_SliderInput-module__block--pFy3O {
4152
+ width: 100%;
4197
4153
  }
4198
4154
 
4199
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/panels/PanelPortal.module.scss */
4200
- .UBQ_PanelPortal-module__block--Zlqwp {
4201
- height: 100%;
4155
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetMediaPlayer.module.scss */
4156
+ .UBQ_AssetMediaPlayer-module__block--2enRm {
4157
+ align-self: end;
4158
+ justify-self: end;
4202
4159
  position: relative;
4203
- display: grid;
4204
- grid-template-areas: "stack";
4205
- grid-template-rows: 100%;
4160
+ margin: var(--ubq-margin-xs);
4161
+ border-radius: var(--ubq-border_radius-s);
4162
+ height: calc(6 * var(--ubq-scale-base));
4163
+ width: calc(100% - 2 * var(--ubq-margin-xs));
4164
+ max-width: calc(100% - 2 * var(--ubq-margin-xs));
4165
+ display: flex;
4166
+ justify-content: end;
4167
+ align-items: center;
4206
4168
  }
4207
- .UBQ_PanelPortal-module__block--Zlqwp > * {
4208
- grid-area: stack;
4169
+ .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__layout--nxR1x {
4170
+ border-radius: var(--ubq-border_radius-s);
4171
+ flex-grow: 0;
4172
+ flex-basis: fit-content;
4173
+ display: flex;
4174
+ justify-content: space-between;
4175
+ align-items: center;
4176
+ background: rgba(0, 0, 0, 0.3);
4209
4177
  }
4210
- .UBQ_PanelPortal-module__fullWidth--AJvKV > * {
4211
- width: var(--ubq_internal-containerquery-width);
4178
+ .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU {
4179
+ width: 0;
4180
+ overflow: hidden;
4181
+ padding-inline: 0;
4182
+ flex-grow: 0;
4183
+ opacity: 0;
4212
4184
  }
4213
- .UBQ_PanelPortal-module__verticalPanel--gxFvi {
4214
- height: unset;
4185
+ .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU:not(:focus-visible):not(:hover) svg {
4186
+ filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
4215
4187
  }
4216
-
4217
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/inputs/SliderInput/SliderInput.module.scss */
4218
- .UBQ_SliderInput-module__block--pFy3O {
4188
+ .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU .UBQ_AssetMediaPlayer-module__loadingIndicator--BVqs6 {
4189
+ width: calc(4 * var(--ubq-scale-base));
4190
+ height: calc(4 * var(--ubq-scale-base));
4191
+ }
4192
+ .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU .UBQ_AssetMediaPlayer-module__loadingIndicator--BVqs6 > svg {
4219
4193
  width: 100%;
4194
+ height: 100%;
4195
+ color: var(--ubq-static-contrast-white);
4196
+ filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
4220
4197
  }
4221
-
4222
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryBreadcrumb/AssetLibraryBreadcrumb.module.scss */
4223
- .UBQ_AssetLibraryBreadcrumb-module__breadcrumb--J7U53 {
4224
- display: flex;
4225
- align-items: center;
4226
- margin: var(--ubq-margin-xs) var(--ubq-margin-m);
4198
+ .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU:not(:hover) {
4199
+ color: var(--ubq-static-contrast-white);
4227
4200
  }
4228
- .UBQ_AssetLibraryBreadcrumb-module__label--oMzYm,
4229
- .UBQ_AssetLibraryBreadcrumb-module__button--H9k1U,
4230
- .UBQ_AssetLibraryBreadcrumb-module__divider--ZHdnp {
4201
+ .UBQ_AssetMediaPlayer-module__block--2enRm time {
4231
4202
  font-family: var(--ubq-typography-label-m-font_family);
4232
4203
  font-size: var(--ubq-typography-label-m-size);
4233
4204
  font-weight: var(--ubq-typography-label-m-weight);
4234
4205
  letter-spacing: var(--ubq-typography-label-m-letter_spacing);
4235
4206
  line-height: var(--ubq-typography-label-m-line_height);
4236
- color: var(--ubq-foreground-info);
4237
- }
4238
- .UBQ_AssetLibraryBreadcrumb-module__divider--ZHdnp {
4239
- flex: 0 0 auto;
4240
- padding: 0 var(--ubq-margin-xs);
4241
- }
4242
- .UBQ_AssetLibraryBreadcrumb-module__button--H9k1U,
4243
- .UBQ_AssetLibraryBreadcrumb-module__label--oMzYm {
4244
- flex: 0 1 auto;
4245
- max-width: 100%;
4246
- }
4247
- .UBQ_AssetLibraryBreadcrumb-module__label--oMzYm {
4248
4207
  white-space: nowrap;
4249
4208
  overflow: hidden;
4250
4209
  text-overflow: ellipsis;
4251
- color: var(--ubq-foreground-default);
4252
- margin-left: var(--ubq-margin-xs);
4253
- padding-left: var(--ubq-margin-xs);
4254
- }
4255
-
4256
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryCard.module.scss */
4257
- .UBQ_AssetLibraryCard-module__wrapper--stQdN {
4258
- display: flex;
4259
- flex-direction: column;
4260
- overflow: visible;
4261
- align-items: center;
4262
- }
4263
- .UBQ_AssetLibraryCard-module__stack--qnDzG {
4264
- width: 100%;
4265
- height: 100%;
4210
+ margin-inline: var(--ubq-margin-s);
4211
+ max-width: calc(8.5 * var(--ubq-scale-base));
4212
+ color: var(--ubq-static-contrast-white);
4213
+ text-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.6);
4214
+ text-align: right;
4266
4215
  }
4267
- .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE > *:not(.UBQ_AssetLibraryCard-module__block--z689o),
4268
- .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE > *:has(~ [data-expanded=true]) .UBQ_AssetLibraryCard-module__label---NNY5 {
4269
- opacity: 0;
4270
- }
4271
- .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE > [data-expanded=true] {
4272
- opacity: 1;
4273
- }
4274
- .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE:hover .UBQ_AssetLibraryCard-module__block--z689o .UBQ_AssetLibraryCard-module__label---NNY5,
4275
- .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE:focus-within .UBQ_AssetLibraryCard-module__block--z689o .UBQ_AssetLibraryCard-module__label---NNY5 {
4276
- opacity: 0;
4216
+ .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:hover + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__layout--nxR1x,
4217
+ .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-within + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__layout--nxR1x,
4218
+ .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-visible + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__layout--nxR1x,
4219
+ .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__layout--nxR1x,
4220
+ .UBQ_AssetMediaPlayer-module__block--2enRm:hover .UBQ_AssetMediaPlayer-module__layout--nxR1x,
4221
+ .UBQ_AssetMediaPlayer-module__block--2enRm:focus-within .UBQ_AssetMediaPlayer-module__layout--nxR1x,
4222
+ .UBQ_AssetMediaPlayer-module__block--2enRm[data-expanded=true] .UBQ_AssetMediaPlayer-module__layout--nxR1x {
4223
+ flex-grow: 1;
4277
4224
  }
4278
- .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE:hover *:not(.UBQ_AssetLibraryCard-module__block--z689o),
4279
- .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__hasChildren--yUxxD.UBQ_AssetLibraryCard-module__labelInside--OMslE:focus-within *:not(.UBQ_AssetLibraryCard-module__block--z689o) {
4225
+ .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:hover + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
4226
+ .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-within + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
4227
+ .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-visible + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
4228
+ .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
4229
+ .UBQ_AssetMediaPlayer-module__block--2enRm:hover .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
4230
+ .UBQ_AssetMediaPlayer-module__block--2enRm:focus-within .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
4231
+ .UBQ_AssetMediaPlayer-module__block--2enRm[data-expanded=true] .UBQ_AssetMediaPlayer-module__playButton--sRBJU {
4232
+ width: calc(6 * var(--ubq-scale-base));
4280
4233
  opacity: 1;
4281
4234
  }
4282
- .UBQ_AssetLibraryCard-module__stack--qnDzG.UBQ_AssetLibraryCard-module__isPreview--7ZqFG {
4283
- height: unset;
4235
+ .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:hover + .UBQ_AssetMediaPlayer-module__block--2enRm time,
4236
+ .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-within + .UBQ_AssetMediaPlayer-module__block--2enRm time,
4237
+ .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-visible + .UBQ_AssetMediaPlayer-module__block--2enRm time,
4238
+ .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus + .UBQ_AssetMediaPlayer-module__block--2enRm time,
4239
+ .UBQ_AssetMediaPlayer-module__block--2enRm:hover time,
4240
+ .UBQ_AssetMediaPlayer-module__block--2enRm:focus-within time,
4241
+ .UBQ_AssetMediaPlayer-module__block--2enRm[data-expanded=true] time {
4242
+ margin-inline: var(--ubq-margin-xs) var(--ubq-margin-s);
4284
4243
  }
4285
- .UBQ_AssetLibraryCard-module__labelBelow--sZi-b {
4286
- max-height: calc(100% - var(--ubq-typography-label-s-line_height) * 2 - var(--ubq-margin-s) * 2);
4244
+
4245
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetContextPopover.module.scss */
4246
+ .UBQ_AssetContextPopover-module__block--mBBDc {
4247
+ border-radius: var(--ubq-border_radius-s);
4287
4248
  }
4288
- .UBQ_AssetLibraryCard-module__labelBelow--sZi-b.UBQ_AssetLibraryCard-module__singleLineLabel--cyXzB {
4289
- max-height: calc(100% - var(--ubq-typography-label-s-line_height) - var(--ubq-margin-s) * 2);
4249
+ .UBQ_AssetContextPopover-module__button--zAa38 {
4250
+ border-radius: var(--ubq-border_radius-s);
4290
4251
  }
4291
- .UBQ_AssetLibraryCard-module__block--z689o {
4292
- display: flex;
4293
- justify-content: center;
4294
- align-items: center;
4295
- background-size: 100%;
4296
- transition: background-size 0.15s cubic-bezier(0.2, 0, 0, 1);
4252
+ .UBQ_AssetContextPopover-module__button--zAa38:not(:hover, :focus-visible) {
4253
+ color: var(--ubq-static-contrast-white);
4254
+ background: rgba(0, 0, 0, 0.3);
4297
4255
  }
4298
- .UBQ_AssetLibraryCard-module__block--z689o.UBQ_AssetLibraryCard-module__containsLabel--tsqhH {
4299
- flex-direction: column-reverse;
4256
+ .UBQ_AssetContextPopover-module__button--zAa38:not(:hover, :focus-visible) svg {
4257
+ filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
4300
4258
  }
4301
- .UBQ_AssetLibraryCard-module__block--z689o.UBQ_AssetLibraryCard-module__hasBackground--XuHUW .UBQ_AssetLibraryCard-module__label---NNY5 {
4259
+ .UBQ_AssetContextPopover-module__content--ZKSmX {
4302
4260
  font-family: var(--ubq-typography-label-m-font_family);
4303
4261
  font-size: var(--ubq-typography-label-m-size);
4304
4262
  font-weight: var(--ubq-typography-label-m-weight);
4305
4263
  letter-spacing: var(--ubq-typography-label-m-letter_spacing);
4306
4264
  line-height: var(--ubq-typography-label-m-line_height);
4307
- display: -webkit-box;
4308
- -webkit-line-clamp: 2;
4309
- -webkit-box-orient: vertical;
4310
- overflow: hidden;
4311
- text-overflow: ellipsis;
4312
- overflow-wrap: break-word;
4313
- -webkit-hyphens: auto;
4314
- hyphens: auto;
4315
- position: absolute;
4316
- bottom: var(--ubq-margin-xs);
4317
- inset-inline: var(--ubq-margin-xs);
4318
- border-radius: var(--ubq-border_radius-s);
4319
- width: auto;
4320
- padding: var(--ubq-margin-xs);
4321
- color: var(--ubq-static-contrast-white);
4322
- background: rgba(0, 0, 0, 0.3);
4323
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.6);
4324
- text-align: left;
4325
- }
4326
- .UBQ_AssetLibraryCard-module__block--z689o:hover,
4327
- .UBQ_AssetLibraryCard-module__block--z689o:active {
4328
- background-size: calc(100% - var(--ubq-margin-xs));
4329
- }
4330
- .UBQ_AssetLibraryCard-module__dragPreview--OmKMq {
4331
- overflow: hidden;
4332
- border-radius: var(--ubq-border-radius-l);
4333
- background: var(--ubq-elevation-2);
4334
- }
4335
- .UBQ_AssetLibraryCard-module__label---NNY5 {
4336
- font-family: var(--ubq-typography-label-s-font_family);
4337
- font-size: var(--ubq-typography-label-s-size);
4338
- font-weight: var(--ubq-typography-label-s-weight);
4339
- letter-spacing: var(--ubq-typography-label-s-letter_spacing);
4340
- line-height: var(--ubq-typography-label-s-line_height);
4341
- display: -webkit-box;
4342
- -webkit-line-clamp: 2;
4343
- -webkit-box-orient: vertical;
4344
- overflow: hidden;
4345
- text-overflow: ellipsis;
4346
- overflow-wrap: break-word;
4347
- -webkit-hyphens: auto;
4348
- hyphens: auto;
4349
- width: calc(100% - 2 * var(--ubq-margin-xs));
4350
- text-align: center;
4265
+ width: calc(72 * var(--ubq-scale-base));
4351
4266
  color: var(--ubq-foreground-default);
4352
4267
  }
4353
- .UBQ_AssetLibraryCard-module__label---NNY5.UBQ_AssetLibraryCard-module__below--ULAsZ {
4354
- padding-top: var(--ubq-margin-s);
4355
- color: var(--ubq-foreground-light);
4356
- }
4357
- .UBQ_AssetLibraryCard-module__label---NNY5.UBQ_AssetLibraryCard-module__active--2-GY4 {
4358
- color: var(--ubq-foreground-active);
4268
+ .UBQ_AssetContextPopover-module__content--ZKSmX > *:not(hr) {
4269
+ margin-left: var(--ubq-margin-s);
4270
+ margin-right: var(--ubq-margin-s);
4359
4271
  }
4360
- .UBQ_AssetLibraryCard-module__singleLineTruncation--QqQ8w {
4361
- white-space: nowrap;
4362
- overflow: hidden;
4363
- text-overflow: ellipsis;
4364
- display: block;
4365
- width: 100%;
4272
+ .UBQ_AssetContextPopover-module__content--ZKSmX hr {
4273
+ margin-block: var(--ubq-margin-m);
4366
4274
  }
4367
- .UBQ_AssetLibraryCard-module__multiLineTruncation--yNIbR {
4368
- display: -webkit-box;
4369
- -webkit-line-clamp: 2;
4370
- -webkit-box-orient: vertical;
4371
- overflow: hidden;
4372
- text-overflow: ellipsis;
4373
- overflow-wrap: break-word;
4374
- -webkit-hyphens: auto;
4375
- hyphens: auto;
4275
+ .UBQ_AssetContextPopover-module__heading--IoULF {
4276
+ margin-block: var(--ubq-margin-xs) var(--ubq-margin-m);
4376
4277
  }
4377
- .UBQ_AssetLibraryCard-module__border--QhSq0 {
4378
- box-shadow: inset 0 0 0 1px var(--ubq-stroke-contrast-2);
4278
+ .UBQ_AssetContextPopover-module__license--FjDkN,
4279
+ .UBQ_AssetContextPopover-module__credits--lIm0T {
4280
+ color: var(--ubq-foreground-light);
4379
4281
  }
4380
- .UBQ_AssetLibraryCard-module__spotColorIndicator--7iifr {
4381
- border-radius: var(--ubq-border_radius-m);
4382
- position: absolute;
4383
- inset: 0;
4384
- background-size: calc(4.5 * var(--ubq-scale-base));
4385
- background-position: top right;
4386
- background-repeat: no-repeat;
4387
- pointer-events: none;
4282
+ .UBQ_AssetContextPopover-module__license--FjDkN a,
4283
+ .UBQ_AssetContextPopover-module__credits--lIm0T a {
4284
+ color: var(--ubq-foreground-light);
4388
4285
  }
4389
-
4390
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/properties/AssetLibraryPropertyPopover.module.scss */
4391
- .UBQ_AssetLibraryPropertyPopover-module__block--A3c-n {
4392
- width: calc(var(--ubq-scale-base) * 70);
4393
- padding-inline: var(--ubq-margin-l);
4394
- padding-bottom: var(--ubq-margin-s);
4395
- background-color: var(--ubq-elevation-3);
4286
+ .UBQ_AssetContextPopover-module__tags--1JGaE {
4287
+ display: flex;
4288
+ justify-content: center;
4396
4289
  }
4397
- .UBQ_AssetLibraryPropertyPopover-module__trigger--hC8J1 {
4398
- margin: var(--ubq-margin-xs);
4399
- border-radius: var(--ubq-border_radius-s);
4400
- background-color: var(--ubq-overlay);
4290
+ .UBQ_AssetContextPopover-module__tag--Ao6oh {
4291
+ display: inline-block;
4292
+ background: var(--ubq-interactive-default);
4293
+ border-radius: var(--ubq-border_radius-l);
4294
+ padding: var(--ubq-margin-xs) var(--ubq-margin-s);
4295
+ color: var(--ubq-foreground-light);
4401
4296
  }
4402
- .UBQ_AssetLibraryPropertyPopover-module__trigger--hC8J1:hover:not(:active) {
4403
- background-color: var(--ubq-overlay);
4297
+ .UBQ_AssetContextPopover-module__tag--Ao6oh:not(:last-child) {
4298
+ margin-right: var(--ubq-margin-xs);
4404
4299
  }
4405
- .UBQ_AssetLibraryPropertyPopover-module__trigger--hC8J1 .UBQ_AssetLibraryPropertyPopover-module__iconBackground--2Z36A {
4406
- --ubq-internal-icon-size: calc(var(--ubq-scale-base) * 4);
4300
+ .UBQ_AssetContextPopover-module__license--FjDkN {
4407
4301
  display: flex;
4408
- justify-content: center;
4409
4302
  align-items: center;
4410
- box-sizing: border-box;
4411
- width: calc(var(--ubq-internal-icon-size) + var(--ubq-margin-s) * 2);
4412
- height: calc(var(--ubq-internal-icon-size) + var(--ubq-margin-s) * 2);
4413
- background-color: var(--ubq-interactive-default);
4414
- border: 1px solid var(--ubq-interactive-active-default);
4415
- border-radius: 50%;
4416
- box-shadow: var(--ubq-effect-shadow);
4417
- }
4418
- .UBQ_AssetLibraryPropertyPopover-module__trigger--hC8J1 .UBQ_AssetLibraryPropertyPopover-module__iconBackground--2Z36A svg {
4419
- width: var(--ubq-internal-icon-size);
4420
- height: var(--ubq-internal-icon-size);
4421
- color: var(--ubq-interactive-active-default);
4422
4303
  }
4423
- .UBQ_AssetLibraryPropertyPopover-module__header--O30QG {
4304
+ .UBQ_AssetContextPopover-module__licenseUrl--XuFgL {
4424
4305
  display: flex;
4425
- justify-content: space-between;
4426
4306
  align-items: center;
4427
- padding-block: var(--ubq-margin-s);
4307
+ margin-left: var(--ubq-margin-xs);
4428
4308
  }
4429
- .UBQ_AssetLibraryPropertyPopover-module__header--O30QG .UBQ_AssetLibraryPropertyPopover-module__heading--ZMjsl {
4430
- font-family: var(--ubq-typography-headline-m-font_family);
4431
- font-size: var(--ubq-typography-headline-m-size);
4432
- font-weight: var(--ubq-typography-headline-m-weight);
4433
- letter-spacing: var(--ubq-typography-headline-m-letter_spacing);
4434
- line-height: var(--ubq-typography-headline-m-line_height);
4435
- width: fit-content;
4436
- color: var(--ubq-foreground-default);
4309
+ footer {
4310
+ padding-block: var(--ubq-margin-s);
4437
4311
  }
4438
- .UBQ_AssetLibraryPropertyPopover-module__header--O30QG .UBQ_AssetLibraryPropertyPopover-module__actions--8Udd3 {
4439
- width: max-content;
4440
- flex-grow: 0;
4441
- display: flex;
4442
- align-items: center;
4443
- gap: var(--ubq-margin-s);
4312
+ .UBQ_AssetContextPopover-module__confirmationDialog---Y73- {
4313
+ width: calc(80 * var(--ubq-scale-base));
4444
4314
  }
4445
4315
 
4446
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetMediaPlayer.module.scss */
4447
- .UBQ_AssetMediaPlayer-module__block--2enRm {
4448
- align-self: end;
4449
- justify-self: end;
4450
- position: relative;
4451
- margin: var(--ubq-margin-xs);
4452
- border-radius: var(--ubq-border_radius-s);
4453
- height: calc(6 * var(--ubq-scale-base));
4454
- width: calc(100% - 2 * var(--ubq-margin-xs));
4455
- max-width: calc(100% - 2 * var(--ubq-margin-xs));
4456
- display: flex;
4457
- justify-content: end;
4458
- align-items: center;
4459
- }
4460
- .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__layout--nxR1x {
4461
- border-radius: var(--ubq-border_radius-s);
4462
- flex-grow: 0;
4463
- flex-basis: fit-content;
4316
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLoadingSpinner/AssetLoadingSpinner.module.scss */
4317
+ .UBQ_AssetLoadingSpinner-module__block--sa-XM {
4318
+ position: absolute;
4319
+ top: 0;
4320
+ left: 0;
4321
+ height: 100%;
4322
+ width: 100%;
4464
4323
  display: flex;
4465
- justify-content: space-between;
4324
+ justify-content: center;
4466
4325
  align-items: center;
4467
- background: rgba(0, 0, 0, 0.3);
4326
+ color: var(--ubq-foreground-default);
4468
4327
  }
4469
- .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU {
4470
- width: 0;
4471
- overflow: hidden;
4472
- padding-inline: 0;
4473
- flex-grow: 0;
4328
+ .UBQ_AssetLoadingSpinner-module__loadingSpinnerIcon--p8Z3l {
4329
+ animation: UBQ_AssetLoadingSpinner-module__loading--CJ2M7 1.1s infinite linear, UBQ_AssetLoadingSpinner-module__fade-in--fMZk4 200ms 1 ease-in-out;
4330
+ animation-delay: 200ms;
4331
+ height: calc(var(--ubq-scale-base) * 12);
4332
+ width: calc(var(--ubq-scale-base) * 12);
4474
4333
  opacity: 0;
4475
4334
  }
4476
- .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU:not(:focus-visible):not(:hover) svg {
4477
- filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
4478
- }
4479
- .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU .UBQ_AssetMediaPlayer-module__loadingIndicator--BVqs6 {
4480
- width: calc(4 * var(--ubq-scale-base));
4481
- height: calc(4 * var(--ubq-scale-base));
4335
+ @keyframes UBQ_AssetLoadingSpinner-module__loading--CJ2M7 {
4336
+ 0% {
4337
+ transform: rotate(0deg);
4338
+ }
4339
+ 100% {
4340
+ transform: rotate(360deg);
4341
+ }
4482
4342
  }
4483
- .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU .UBQ_AssetMediaPlayer-module__loadingIndicator--BVqs6 > svg {
4343
+ @keyframes UBQ_AssetLoadingSpinner-module__fade-in--fMZk4 {
4344
+ from {
4345
+ opacity: 0;
4346
+ }
4347
+ to {
4348
+ opacity: 1;
4349
+ }
4350
+ }
4351
+
4352
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetResultContainer/AssetResultContainer.module.scss */
4353
+ .UBQ_AssetResultContainer-module__block---28wZ {
4354
+ position: relative;
4355
+ display: grid;
4356
+ grid-template-columns: 100%;
4357
+ grid-template-rows: 100%;
4358
+ height: 100%;
4484
4359
  width: 100%;
4360
+ }
4361
+ .UBQ_AssetResultContainer-module__block---28wZ .UBQ_AssetResultContainer-module__creditsButton--t--Ce {
4362
+ position: absolute;
4363
+ top: var(--ubq-margin-xs);
4364
+ right: var(--ubq-margin-xs);
4365
+ opacity: 0;
4366
+ }
4367
+ .UBQ_AssetResultContainer-module__block---28wZ:focus-within .UBQ_AssetResultContainer-module__creditsButton--t--Ce,
4368
+ .UBQ_AssetResultContainer-module__block---28wZ:hover .UBQ_AssetResultContainer-module__creditsButton--t--Ce {
4369
+ opacity: 1;
4370
+ z-index: 2;
4371
+ }
4372
+ .UBQ_AssetResultContainer-module__block---28wZ .UBQ_AssetResultContainer-module__creditsButton--t--Ce[data-expanded=true] {
4373
+ opacity: 1;
4374
+ z-index: 2;
4375
+ }
4376
+
4377
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/sources/LocalSourceSectionHeaderUpload/LocalSourceSectionHeaderUpload.module.scss */
4378
+ .UBQ_LocalSourceSectionHeaderUpload-module__block--MyifH {
4379
+ max-width: max-content;
4380
+ }
4381
+
4382
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/sources/LocalSourceGridUpload/LocalSourceGridUpload.module.scss */
4383
+ .UBQ_LocalSourceGridUpload-module__block--tOb8-,
4384
+ .UBQ_LocalSourceGridUpload-module__wrapper--zk1zi {
4385
+ display: flex;
4386
+ justify-content: center;
4387
+ align-items: center;
4388
+ flex-wrap: wrap;
4389
+ gap: var(--ubq-margin-s);
4390
+ }
4391
+
4392
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryGrid/AssetLibraryGrid.module.scss */
4393
+ .UBQ_AssetLibraryGrid-module__block--CAXT- {
4394
+ overflow-y: auto;
4395
+ overflow-x: auto;
4396
+ -webkit-overflow-scrolling: touch;
4397
+ scrollbar-width: thin;
4398
+ scrollbar-color: var(--ubq-foreground-info) transparent;
4399
+ flex: 1;
4400
+ padding: var(--ubq-margin-m);
4485
4401
  height: 100%;
4486
- color: var(--ubq-static-contrast-white);
4487
- filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
4402
+ overflow-y: scroll;
4488
4403
  }
4489
- .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU:not(:hover) {
4490
- color: var(--ubq-static-contrast-white);
4404
+ .UBQ_AssetLibraryGrid-module__block--CAXT-::-webkit-scrollbar {
4405
+ width: calc(2 * var(--ubq-scale-base));
4406
+ height: calc(1.5 * var(--ubq-scale-base));
4491
4407
  }
4492
- .UBQ_AssetMediaPlayer-module__block--2enRm time {
4408
+ .UBQ_AssetLibraryGrid-module__block--CAXT-::-webkit-scrollbar-track {
4409
+ background: transparent;
4410
+ margin: var(--ubq-margin-s) var(--ubq-margin-s);
4411
+ }
4412
+ .UBQ_AssetLibraryGrid-module__block--CAXT-::-webkit-scrollbar-thumb {
4413
+ background-color: var(--ubq-foreground-info);
4414
+ border-radius: var(--ubq-border_radius-m);
4415
+ }
4416
+ .UBQ_AssetLibraryGrid-module__block--CAXT-::-webkit-scrollbar-corner {
4417
+ background: transparent;
4418
+ }
4419
+
4420
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryGrid/AssetLibraryGridLoadingAnchor.module.scss */
4421
+ .UBQ_AssetLibraryGridLoadingAnchor-module__block--9RbWn {
4493
4422
  font-family: var(--ubq-typography-label-m-font_family);
4494
4423
  font-size: var(--ubq-typography-label-m-size);
4495
4424
  font-weight: var(--ubq-typography-label-m-weight);
4496
4425
  letter-spacing: var(--ubq-typography-label-m-letter_spacing);
4497
4426
  line-height: var(--ubq-typography-label-m-line_height);
4498
- white-space: nowrap;
4499
- overflow: hidden;
4500
- text-overflow: ellipsis;
4501
- margin-inline: var(--ubq-margin-s);
4502
- max-width: calc(8.5 * var(--ubq-scale-base));
4503
- color: var(--ubq-static-contrast-white);
4504
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.6);
4505
- text-align: right;
4427
+ width: 100%;
4428
+ height: calc(10 * var(--ubq-scale-base));
4429
+ display: flex;
4430
+ justify-content: center;
4431
+ align-items: center;
4432
+ flex-direction: column;
4433
+ margin-top: var(--ubq-margin-m);
4434
+ color: var(--ubq-foreground-info);
4506
4435
  }
4507
- .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:hover + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__layout--nxR1x,
4508
- .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-within + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__layout--nxR1x,
4509
- .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-visible + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__layout--nxR1x,
4510
- .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__layout--nxR1x,
4511
- .UBQ_AssetMediaPlayer-module__block--2enRm:hover .UBQ_AssetMediaPlayer-module__layout--nxR1x,
4512
- .UBQ_AssetMediaPlayer-module__block--2enRm:focus-within .UBQ_AssetMediaPlayer-module__layout--nxR1x,
4513
- .UBQ_AssetMediaPlayer-module__block--2enRm[data-expanded=true] .UBQ_AssetMediaPlayer-module__layout--nxR1x {
4514
- flex-grow: 1;
4436
+ .UBQ_AssetLibraryGridLoadingAnchor-module__noMoreItems--7JuDW {
4437
+ display: none;
4515
4438
  }
4516
- .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:hover + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
4517
- .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-within + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
4518
- .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-visible + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
4519
- .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus + .UBQ_AssetMediaPlayer-module__block--2enRm .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
4520
- .UBQ_AssetMediaPlayer-module__block--2enRm:hover .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
4521
- .UBQ_AssetMediaPlayer-module__block--2enRm:focus-within .UBQ_AssetMediaPlayer-module__playButton--sRBJU,
4522
- .UBQ_AssetMediaPlayer-module__block--2enRm[data-expanded=true] .UBQ_AssetMediaPlayer-module__playButton--sRBJU {
4523
- width: calc(6 * var(--ubq-scale-base));
4439
+ .UBQ_AssetLibraryGridLoadingAnchor-module__anchor--gytBf {
4440
+ height: 1px;
4441
+ width: 100%;
4442
+ transform: translateY(-250px);
4443
+ }
4444
+ .UBQ_AssetLibraryGridLoadingAnchor-module__anchor--gytBf > svg {
4445
+ width: calc(var(--ubq-scale-base) * 9);
4446
+ height: calc(var(--ubq-scale-base) * 9);
4447
+ }
4448
+
4449
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryGrid/AssetLibraryGridSkeleton.module.scss */
4450
+ .UBQ_AssetLibraryGridSkeleton-module__grid--G6I7Y {
4451
+ position: relative;
4452
+ }
4453
+ .UBQ_AssetLibraryGridSkeleton-module__label--gdSHY {
4454
+ color: var(--ubq-foreground-info);
4455
+ margin-left: var(--ubq-margin-s);
4456
+ }
4457
+ .UBQ_AssetLibraryGridSkeleton-module__gradient--M3qR- {
4458
+ position: absolute;
4459
+ top: 0;
4460
+ width: 100%;
4461
+ height: 100%;
4462
+ background:
4463
+ linear-gradient(
4464
+ 180deg,
4465
+ rgba(18, 25, 33, 0) 0%,
4466
+ var(--ubq-elevation-2) 60%);
4467
+ }
4468
+ .UBQ_AssetLibraryGridSkeleton-module__labelContainer--saTFS {
4469
+ font-family: var(--ubq-typography-label-m-font_family);
4470
+ font-size: var(--ubq-typography-label-m-size);
4471
+ font-weight: var(--ubq-typography-label-m-weight);
4472
+ letter-spacing: var(--ubq-typography-label-m-letter_spacing);
4473
+ line-height: var(--ubq-typography-label-m-line_height);
4474
+ position: absolute;
4475
+ top: 0;
4476
+ width: 100%;
4477
+ height: 100%;
4478
+ display: flex;
4479
+ justify-content: center;
4480
+ align-items: center;
4481
+ flex-direction: column;
4482
+ color: var(--ubq-foreground-default);
4483
+ }
4484
+ .UBQ_AssetLibraryGridSkeleton-module__prependedSourceUIComponentContainer--D38b8 {
4485
+ margin-top: var(--ubq-margin-m);
4486
+ }
4487
+ .UBQ_AssetLibraryGridSkeleton-module__cardWrapper--1za-F {
4488
+ height: 100%;
4489
+ width: 100%;
4490
+ }
4491
+ .UBQ_AssetLibraryGridSkeleton-module__animatedBackground--zsW4c {
4492
+ animation-duration: 1.8s;
4493
+ animation-fill-mode: forwards;
4494
+ animation-iteration-count: infinite;
4495
+ animation-name: UBQ_AssetLibraryGridSkeleton-module__placeHolderShimmer--4-W5d;
4496
+ animation-timing-function: linear;
4497
+ background: transparent;
4498
+ background:
4499
+ linear-gradient(
4500
+ to right,
4501
+ hsla(0, 0%, 100%, 0.04) 8%,
4502
+ hsla(0, 0%, 100%, 0) 38%,
4503
+ hsla(0, 0%, 100%, 0.04) 54%);
4504
+ background-size: 1000px 640px;
4505
+ position: relative;
4506
+ }
4507
+ @keyframes UBQ_AssetLibraryGridSkeleton-module__placeHolderShimmer--4-W5d {
4508
+ 0% {
4509
+ background-position: -468px 0;
4510
+ }
4511
+ 100% {
4512
+ background-position: 468px 0;
4513
+ }
4514
+ }
4515
+ .UBQ_AssetLibraryGridSkeleton-module__loadingSpinnerIcon---60AY {
4516
+ animation: UBQ_AssetLibraryGridSkeleton-module__loading--nAVXg 1.1s infinite linear;
4517
+ }
4518
+ @keyframes UBQ_AssetLibraryGridSkeleton-module__loading--nAVXg {
4519
+ 0% {
4520
+ transform: rotate(0deg);
4521
+ }
4522
+ 100% {
4523
+ transform: rotate(360deg);
4524
+ }
4525
+ }
4526
+
4527
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryLoading.module.scss */
4528
+ .UBQ_AssetLibraryLoading-module__block--stvVP {
4529
+ padding: var(--ubq-margin-m);
4530
+ }
4531
+
4532
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryEmpty.module.scss */
4533
+ .UBQ_AssetLibraryEmpty-module__block--sQ81G {
4534
+ padding: var(--ubq-margin-m);
4535
+ }
4536
+
4537
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibrarySection/AssetLibrarySection.module.scss */
4538
+ .UBQ_AssetLibrarySection-module__block--GjBKH {
4539
+ --ubq_internal-effect-focus-inset:
4540
+ inset 0px 0px 0px 2px var(--ubq-elevation-2),
4541
+ inset 0px 0px 0px 3px var(--ubq-focus-default),
4542
+ inset 0px 0px 0px 7px var(--ubq-focus-outline);
4543
+ transition: opacity 0.1s ease-in-out;
4544
+ opacity: 0;
4545
+ }
4546
+ .UBQ_AssetLibrarySection-module__block--GjBKH.UBQ_AssetLibrarySection-module__visible--jDroU {
4524
4547
  opacity: 1;
4525
4548
  }
4526
- .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:hover + .UBQ_AssetMediaPlayer-module__block--2enRm time,
4527
- .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-within + .UBQ_AssetMediaPlayer-module__block--2enRm time,
4528
- .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus-visible + .UBQ_AssetMediaPlayer-module__block--2enRm time,
4529
- .UBQ_AssetMediaPlayer-module__sibling--KCgcZ:focus + .UBQ_AssetMediaPlayer-module__block--2enRm time,
4530
- .UBQ_AssetMediaPlayer-module__block--2enRm:hover time,
4531
- .UBQ_AssetMediaPlayer-module__block--2enRm:focus-within time,
4532
- .UBQ_AssetMediaPlayer-module__block--2enRm[data-expanded=true] time {
4533
- margin-inline: var(--ubq-margin-xs) var(--ubq-margin-s);
4549
+ .UBQ_AssetLibrarySection-module__header--zaDtl {
4550
+ display: flex;
4551
+ justify-content: space-between;
4552
+ align-items: center;
4553
+ margin-top: var(--ubq-margin-m);
4554
+ margin-inline: var(--ubq-margin-l);
4555
+ margin-bottom: var(--ubq-margin-s);
4556
+ }
4557
+ .UBQ_AssetLibrarySection-module__heading--wwrkD {
4558
+ flex: 1;
4559
+ }
4560
+ .UBQ_AssetLibrarySection-module__moreButton--evCHL {
4561
+ flex: 0 1 auto;
4562
+ margin-left: var(--ubq-margin-xs);
4563
+ }
4564
+ .UBQ_AssetLibrarySection-module__previews--tS0xD {
4565
+ position: relative;
4566
+ display: grid;
4567
+ grid-gap: var(--ubq-margin-s);
4568
+ grid-auto-flow: column;
4569
+ margin-inline: var(--ubq-margin-l);
4570
+ margin-block: var(--ubq-margin-s);
4571
+ }
4572
+ .UBQ_AssetLibrarySection-module__scrollContainer--vz2MB {
4573
+ margin-bottom: var(--ubq-margin-s);
4574
+ position: relative;
4575
+ overflow-x: scroll;
4576
+ scrollbar-width: none;
4577
+ }
4578
+ .UBQ_AssetLibrarySection-module__scrollContainer--vz2MB::-webkit-scrollbar {
4579
+ display: none;
4580
+ }
4581
+ .UBQ_AssetLibrarySection-module__scrollContainer--vz2MB:focus-visible {
4582
+ z-index: 2;
4583
+ border-radius: var(--ubq-border_radius-s);
4584
+ outline: none;
4585
+ box-shadow: var(--ubq_internal-effect-focus-inset);
4586
+ }
4587
+ .UBQ_AssetLibrarySection-module__paginationContainer--4-kTI {
4588
+ position: relative;
4589
+ margin-inline: 1px;
4590
+ }
4591
+ .UBQ_AssetLibrarySection-module__paginationButton--ZB0fn {
4592
+ position: absolute;
4593
+ top: 0;
4594
+ z-index: 1;
4595
+ height: 100%;
4596
+ width: calc(10 * var(--ubq-scale-base));
4597
+ border: none;
4598
+ display: grid;
4599
+ place-content: center;
4600
+ color: var(--ubq-foreground-light);
4601
+ cursor: pointer;
4602
+ }
4603
+ .UBQ_AssetLibrarySection-module__paginationButton--ZB0fn svg {
4604
+ border-radius: var(--ubq-border_radius-s);
4605
+ }
4606
+ .UBQ_AssetLibrarySection-module__paginationButtonLeft--Jzbym {
4607
+ left: 0;
4608
+ padding-left: var(--ubq-margin-l);
4609
+ background:
4610
+ linear-gradient(
4611
+ 90deg,
4612
+ var(--ubq-elevation-2) 49.85%,
4613
+ transparent 100%);
4614
+ }
4615
+ .UBQ_AssetLibrarySection-module__paginationButtonLeft--Jzbym svg {
4616
+ margin-left: calc(-1 * var(--ubq-margin-l));
4617
+ }
4618
+ .UBQ_AssetLibrarySection-module__paginationButtonRight----DAi {
4619
+ right: 0;
4620
+ padding-right: var(--ubq-margin-l);
4621
+ background:
4622
+ linear-gradient(
4623
+ 270deg,
4624
+ var(--ubq-elevation-2) 49.85%,
4625
+ transparent 100%);
4626
+ }
4627
+ .UBQ_AssetLibrarySection-module__paginationButtonRight----DAi svg {
4628
+ margin-right: calc(-1 * var(--ubq-margin-l));
4629
+ }
4630
+ .UBQ_AssetLibrarySection-module__paginationButton--ZB0fn:hover,
4631
+ .UBQ_AssetLibrarySection-module__paginationButton--ZB0fn:focus-visible {
4632
+ color: var(--ubq-foreground-default);
4633
+ }
4634
+ .UBQ_AssetLibrarySection-module__paginationButton--ZB0fn:focus-visible {
4635
+ border-radius: var(--ubq-border_radius-s);
4636
+ outline: none;
4637
+ box-shadow: var(--ubq_internal-effect-focus-inset);
4638
+ }
4639
+ .UBQ_AssetLibrarySection-module__moreIcon--dBquf {
4640
+ padding-left: var(--ubq-margin-xs);
4641
+ }
4642
+ .UBQ_AssetLibrarySection-module__inlineMoreButtonContainer--lv-sU {
4643
+ --ubq-typography-button-m-line_height: calc(6 * var(--ubq-scale-base));
4644
+ display: grid;
4645
+ justify-content: left;
4646
+ align-content: center;
4647
+ padding-left: var(--ubq-margin-s);
4648
+ }
4649
+ .UBQ_AssetLibrarySection-module__inlineMoreButton--Zqp2y {
4650
+ height: calc(10 * var(--ubq-scale-base));
4651
+ width: calc(10 * var(--ubq-scale-base));
4652
+ border-radius: 100%;
4653
+ }
4654
+
4655
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibrarySection/AssetLibrarySectionSkeleton.module.scss */
4656
+ .UBQ_AssetLibrarySectionSkeleton-module__content--q4nH2 {
4657
+ font-family: var(--ubq-typography-label-m-font_family);
4658
+ font-size: var(--ubq-typography-label-m-size);
4659
+ font-weight: var(--ubq-typography-label-m-weight);
4660
+ letter-spacing: var(--ubq-typography-label-m-letter_spacing);
4661
+ line-height: var(--ubq-typography-label-m-line_height);
4662
+ position: absolute;
4663
+ top: 0;
4664
+ bottom: 0;
4665
+ left: 0;
4666
+ right: 0;
4667
+ display: flex;
4668
+ justify-content: center;
4669
+ align-items: center;
4670
+ color: var(--ubq-foreground-default);
4671
+ }
4672
+ .UBQ_AssetLibrarySectionSkeleton-module__label--9610J {
4673
+ margin-left: var(--ubq-margin-s);
4674
+ }
4675
+ .UBQ_AssetLibrarySectionSkeleton-module__animatedBackground--PGO2X {
4676
+ animation-duration: 1.8s;
4677
+ animation-fill-mode: forwards;
4678
+ animation-iteration-count: infinite;
4679
+ animation-name: UBQ_AssetLibrarySectionSkeleton-module__placeHolderShimmer--6UJTv;
4680
+ animation-timing-function: linear;
4681
+ background: transparent;
4682
+ background:
4683
+ linear-gradient(
4684
+ to right,
4685
+ hsla(0, 0%, 100%, 0.04) 8%,
4686
+ hsla(0, 0%, 100%, 0) 38%,
4687
+ hsla(0, 0%, 100%, 0.04) 54%);
4688
+ background-size: 1000px 640px;
4689
+ position: relative;
4690
+ }
4691
+ @keyframes UBQ_AssetLibrarySectionSkeleton-module__placeHolderShimmer--6UJTv {
4692
+ 0% {
4693
+ background-position: -468px 0;
4694
+ }
4695
+ 100% {
4696
+ background-position: 468px 0;
4697
+ }
4698
+ }
4699
+ .UBQ_AssetLibrarySectionSkeleton-module__loadingSpinnerIcon---n0-v {
4700
+ animation: UBQ_AssetLibrarySectionSkeleton-module__loading--OKjqk 1.1s infinite linear;
4701
+ }
4702
+ @keyframes UBQ_AssetLibrarySectionSkeleton-module__loading--OKjqk {
4703
+ 0% {
4704
+ transform: rotate(0deg);
4705
+ }
4706
+ 100% {
4707
+ transform: rotate(360deg);
4708
+ }
4709
+ }
4710
+
4711
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryOverview/AssetLibraryOverview.module.scss */
4712
+ .UBQ_AssetLibraryOverview-module__block--eHaxL {
4713
+ overflow-y: auto;
4714
+ overflow-x: auto;
4715
+ -webkit-overflow-scrolling: touch;
4716
+ scrollbar-width: thin;
4717
+ scrollbar-color: var(--ubq-foreground-info) transparent;
4718
+ overflow: auto;
4719
+ height: 100%;
4720
+ }
4721
+ .UBQ_AssetLibraryOverview-module__block--eHaxL::-webkit-scrollbar {
4722
+ width: calc(2 * var(--ubq-scale-base));
4723
+ height: calc(1.5 * var(--ubq-scale-base));
4724
+ }
4725
+ .UBQ_AssetLibraryOverview-module__block--eHaxL::-webkit-scrollbar-track {
4726
+ background: transparent;
4727
+ margin: var(--ubq-margin-s) var(--ubq-margin-s);
4728
+ }
4729
+ .UBQ_AssetLibraryOverview-module__block--eHaxL::-webkit-scrollbar-thumb {
4730
+ background-color: var(--ubq-foreground-info);
4731
+ border-radius: var(--ubq-border_radius-m);
4732
+ }
4733
+ .UBQ_AssetLibraryOverview-module__block--eHaxL::-webkit-scrollbar-corner {
4734
+ background: transparent;
4735
+ }
4736
+ .UBQ_AssetLibraryOverview-module__block--eHaxL hr {
4737
+ margin-block: 0;
4738
+ }
4739
+
4740
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryContent/AssetLibraryContent.module.scss */
4741
+ .UBQ_AssetLibraryContent-module__block--SroUk {
4742
+ position: relative;
4743
+ flex-grow: 1;
4744
+ overflow: hidden;
4745
+ }
4746
+ .UBQ_AssetLibraryContent-module__block--SroUk hr {
4747
+ margin-top: var(--ubq-margin-xs);
4748
+ margin-bottom: 0;
4749
+ width: 100%;
4750
+ }
4751
+ .UBQ_AssetLibraryContent-module__motionWrapper--Bxmsh {
4752
+ display: flex;
4753
+ flex-direction: column;
4754
+ height: 100%;
4755
+ }
4756
+
4757
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibrarySearch/AssetLibrarySearch.module.scss */
4758
+ .UBQ_AssetLibrarySearch-module__block--mcAtt {
4759
+ display: flex;
4760
+ align-items: center;
4761
+ box-sizing: content-box;
4762
+ padding-inline: var(--ubq-margin-s);
4763
+ padding-block-start: var(--ubq-margin-s);
4534
4764
  }
4535
-
4536
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetContextPopover.module.scss */
4537
- .UBQ_AssetContextPopover-module__block--mBBDc {
4538
- border-radius: var(--ubq-border_radius-s);
4765
+ .UBQ_AssetLibrarySearch-module__searchInput--GoKQU {
4766
+ height: calc(var(--ubq-scale-base) * 10);
4767
+ border-radius: var(--ubq-border_radius-m);
4768
+ padding-left: calc(var(--ubq-typography-label-m-line_height) + var(--ubq-margin-s) + var(--ubq-margin-xs));
4769
+ padding-right: calc(var(--ubq-typography-label-m-line_height) + var(--ubq-margin-s) + var(--ubq-margin-xs) + 2 * var(--ubq-margin-xs));
4770
+ padding-top: var(--ubq-margin-m);
4771
+ padding-bottom: var(--ubq-margin-m);
4539
4772
  }
4540
- .UBQ_AssetContextPopover-module__button--zAa38 {
4541
- border-radius: var(--ubq-border_radius-s);
4773
+ .UBQ_AssetLibrarySearch-module__inputContainer--0-LjK {
4774
+ position: relative;
4775
+ width: 100%;
4542
4776
  }
4543
- .UBQ_AssetContextPopover-module__button--zAa38:not(:hover, :focus-visible) {
4544
- color: var(--ubq-static-contrast-white);
4545
- background: rgba(0, 0, 0, 0.3);
4777
+ .UBQ_AssetLibrarySearch-module__searchIconContainer--MQrw6,
4778
+ .UBQ_AssetLibrarySearch-module__clearSearchIconContainer--pxocd {
4779
+ position: absolute;
4780
+ top: 0;
4781
+ display: flex;
4782
+ justify-content: center;
4783
+ align-items: center;
4784
+ height: 100%;
4546
4785
  }
4547
- .UBQ_AssetContextPopover-module__button--zAa38:not(:hover, :focus-visible) svg {
4548
- filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
4786
+ .UBQ_AssetLibrarySearch-module__searchIconContainer--MQrw6 {
4787
+ left: var(--ubq-margin-s);
4549
4788
  }
4550
- .UBQ_AssetContextPopover-module__content--ZKSmX {
4551
- font-family: var(--ubq-typography-label-m-font_family);
4552
- font-size: var(--ubq-typography-label-m-size);
4553
- font-weight: var(--ubq-typography-label-m-weight);
4554
- letter-spacing: var(--ubq-typography-label-m-letter_spacing);
4555
- line-height: var(--ubq-typography-label-m-line_height);
4556
- width: calc(72 * var(--ubq-scale-base));
4557
- color: var(--ubq-foreground-default);
4789
+ .UBQ_AssetLibrarySearch-module__clearSearchIconContainer--pxocd {
4790
+ right: var(--ubq-margin-s);
4558
4791
  }
4559
- .UBQ_AssetContextPopover-module__content--ZKSmX > *:not(hr) {
4560
- margin-left: var(--ubq-margin-s);
4561
- margin-right: var(--ubq-margin-s);
4792
+ .UBQ_AssetLibrarySearch-module__clearSearchIconContainer--pxocd.UBQ_AssetLibrarySearch-module__hasEmptySearchValue--c5Ttf {
4793
+ display: none;
4562
4794
  }
4563
- .UBQ_AssetContextPopover-module__content--ZKSmX hr {
4564
- margin-block: var(--ubq-margin-m);
4795
+ .UBQ_AssetLibrarySearch-module__searchIcon--6Rq2Q,
4796
+ .UBQ_AssetLibrarySearch-module__clearSearchIcon--KOtYH {
4797
+ height: calc(var(--ubq-scale-base) * 4);
4798
+ width: calc(var(--ubq-scale-base) * 4);
4799
+ color: var(--ubq-foreground-default);
4565
4800
  }
4566
- .UBQ_AssetContextPopover-module__heading--IoULF {
4567
- margin-block: var(--ubq-margin-xs) var(--ubq-margin-m);
4801
+
4802
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/inputs/ColorSelection/ColorModeSelect.module.scss */
4803
+ .UBQ_ColorModeSelect-module__button--8-8sX {
4804
+ flex: 0 0 50%;
4568
4805
  }
4569
- .UBQ_AssetContextPopover-module__license--FjDkN,
4570
- .UBQ_AssetContextPopover-module__credits--lIm0T {
4571
- color: var(--ubq-foreground-light);
4806
+ .UBQ_ColorModeSelect-module__button--8-8sX > span > span {
4807
+ flex-grow: 0;
4572
4808
  }
4573
- .UBQ_AssetContextPopover-module__license--FjDkN a,
4574
- .UBQ_AssetContextPopover-module__credits--lIm0T a {
4575
- color: var(--ubq-foreground-light);
4809
+
4810
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/inputs/ColorSelection/ColorSelection.module.scss */
4811
+ .UBQ_ColorSelection-module__block--hQIfN {
4812
+ width: min(70 * var(--ubq-scale-base), 0.8 * var(--ubq_internal-containerquery-width, 80vw));
4813
+ padding: var(--ubq-margin-s);
4576
4814
  }
4577
- .UBQ_AssetContextPopover-module__tags--1JGaE {
4578
- display: flex;
4579
- justify-content: center;
4815
+ .UBQ_ColorSelection-module__block--hQIfN.UBQ_ColorSelection-module__noPopover--K51bl {
4816
+ width: 100%;
4817
+ padding: 0;
4580
4818
  }
4581
- .UBQ_AssetContextPopover-module__tag--Ao6oh {
4582
- display: inline-block;
4583
- background: var(--ubq-interactive-default);
4584
- border-radius: var(--ubq-border_radius-l);
4585
- padding: var(--ubq-margin-xs) var(--ubq-margin-s);
4586
- color: var(--ubq-foreground-light);
4819
+ .UBQ_ColorSelection-module__block--hQIfN.UBQ_ColorSelection-module__noPopover--K51bl .UBQ_ColorSelection-module__sectionRow--R-VVL > label {
4820
+ flex: 0 0 calc(18 * var(--ubq-scale-base));
4587
4821
  }
4588
- .UBQ_AssetContextPopover-module__tag--Ao6oh:not(:last-child) {
4589
- margin-right: var(--ubq-margin-xs);
4822
+ .UBQ_ColorSelection-module__block--hQIfN.UBQ_ColorSelection-module__noPopover--K51bl .UBQ_ColorSelection-module__multilineSectionRow--SB1m7 {
4823
+ max-height: max-content;
4590
4824
  }
4591
- .UBQ_AssetContextPopover-module__license--FjDkN {
4825
+ .UBQ_ColorSelection-module__block--hQIfN.UBQ_ColorSelection-module__noPopover--K51bl .UBQ_ColorSelection-module__multilineSectionRow--SB1m7 label {
4826
+ align-self: flex-start;
4592
4827
  display: flex;
4593
4828
  align-items: center;
4829
+ height: calc(2 * var(--ubq-margin-xs) + var(--ubq-typography-button-m-line_height));
4594
4830
  }
4595
- .UBQ_AssetContextPopover-module__licenseUrl--XuFgL {
4831
+ .UBQ_ColorSelection-module__header--59n9c {
4596
4832
  display: flex;
4833
+ justify-content: space-between;
4597
4834
  align-items: center;
4598
- margin-left: var(--ubq-margin-xs);
4835
+ margin-bottom: var(--ubq-margin-m);
4599
4836
  }
4600
- footer {
4601
- padding-block: var(--ubq-margin-s);
4837
+ .UBQ_ColorSelection-module__header--59n9c > *:not(.UBQ_ColorSelection-module__heading--3lEKT) {
4838
+ flex: 0 0 auto;
4602
4839
  }
4603
- .UBQ_AssetContextPopover-module__confirmationDialog---Y73- {
4604
- width: calc(80 * var(--ubq-scale-base));
4840
+ .UBQ_ColorSelection-module__heading--3lEKT {
4841
+ font-family: var(--ubq-typography-headline-l-font_family);
4842
+ font-size: var(--ubq-typography-headline-l-size);
4843
+ font-weight: var(--ubq-typography-headline-l-weight);
4844
+ letter-spacing: var(--ubq-typography-headline-l-letter_spacing);
4845
+ line-height: var(--ubq-typography-headline-l-line_height);
4605
4846
  }
4606
-
4607
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLoadingSpinner/AssetLoadingSpinner.module.scss */
4608
- .UBQ_AssetLoadingSpinner-module__block--sa-XM {
4609
- position: absolute;
4610
- top: 0;
4611
- left: 0;
4612
- height: 100%;
4613
- width: 100%;
4847
+ .UBQ_ColorSelection-module__section--R1UZS {
4848
+ padding-top: var(--ubq-margin-xs);
4614
4849
  display: flex;
4615
- justify-content: center;
4616
- align-items: center;
4617
- color: var(--ubq-foreground-default);
4850
+ flex-direction: column;
4618
4851
  }
4619
- .UBQ_AssetLoadingSpinner-module__loadingSpinnerIcon--p8Z3l {
4620
- animation: UBQ_AssetLoadingSpinner-module__loading--CJ2M7 1.1s infinite linear, UBQ_AssetLoadingSpinner-module__fade-in--fMZk4 200ms 1 ease-in-out;
4621
- animation-delay: 200ms;
4622
- height: calc(var(--ubq-scale-base) * 12);
4623
- width: calc(var(--ubq-scale-base) * 12);
4624
- opacity: 0;
4852
+ .UBQ_ColorSelection-module__section--R1UZS:not(:last-child) {
4853
+ padding-bottom: var(--ubq-margin-l);
4625
4854
  }
4626
- @keyframes UBQ_AssetLoadingSpinner-module__loading--CJ2M7 {
4627
- 0% {
4628
- transform: rotate(0deg);
4629
- }
4630
- 100% {
4631
- transform: rotate(360deg);
4632
- }
4855
+ .UBQ_ColorSelection-module__section--R1UZS > div:not(:last-child) {
4856
+ margin-bottom: var(--ubq-margin-s);
4633
4857
  }
4634
- @keyframes UBQ_AssetLoadingSpinner-module__fade-in--fMZk4 {
4635
- from {
4636
- opacity: 0;
4637
- }
4638
- to {
4639
- opacity: 1;
4640
- }
4858
+ input[type=range].UBQ_ColorSelection-module__hueSlider--WQXI2 {
4859
+ background:
4860
+ linear-gradient(
4861
+ 90deg,
4862
+ #f00 0%,
4863
+ #ff0 16.66%,
4864
+ #0f0 33.33%,
4865
+ #0ff 50%,
4866
+ #00f 66.66%,
4867
+ #f0f 83.33%,
4868
+ #f00 100%) !important;
4869
+ }
4870
+ input[type=range].UBQ_ColorSelection-module__hueSlider--WQXI2,
4871
+ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu {
4872
+ outline: 1px solid var(--ubq-stroke-contrast-2);
4873
+ outline-offset: -1px;
4874
+ }
4875
+ input[type=range].UBQ_ColorSelection-module__hueSlider--WQXI2::-ms-thumb,
4876
+ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
4877
+ box-shadow: inset 0 0 0 var(--ubq-scale-base) white !important;
4878
+ background: transparent !important;
4641
4879
  }
4642
4880
 
4643
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetResultContainer/AssetResultContainer.module.scss */
4644
- .UBQ_AssetResultContainer-module__block---28wZ {
4881
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/inputs/ColorSelection/GradientControls.module.scss */
4882
+ .UBQ_GradientControls-module__smallButton--YgOFv {
4883
+ flex: 0 0 auto;
4884
+ }
4885
+ .UBQ_GradientControls-module__gradientBar--8VRnB {
4886
+ display: flex;
4887
+ align-items: center;
4888
+ width: 100%;
4645
4889
  position: relative;
4646
- display: grid;
4647
- grid-template-columns: 100%;
4648
- grid-template-rows: 100%;
4890
+ height: calc(6 * var(--ubq-scale-base));
4891
+ margin-bottom: var(--ubq-margin-m);
4892
+ border-radius: var(--ubq-border_radius-s);
4893
+ background-image: url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 opacity%3D%220.1%22%3E%3Crect width%3D%2216%22 height%3D%2216%22 fill%3D%22white%22%2F%3E%3Crect width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3Crect x%3D%228%22 width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3Crect x%3D%224%22 y%3D%224%22 width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3Crect x%3D%2212%22 y%3D%224%22 width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3Crect y%3D%228%22 width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3Crect x%3D%228%22 y%3D%228%22 width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3Crect x%3D%224%22 y%3D%2212%22 width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3Crect x%3D%2212%22 y%3D%2212%22 width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
4894
+ background-position: -1px -1px;
4895
+ }
4896
+ .UBQ_GradientControls-module__gradientBar--8VRnB .UBQ_GradientControls-module__gradientBackground--dM7wA {
4897
+ width: 100%;
4649
4898
  height: 100%;
4899
+ border-radius: var(--ubq-border_radius-s);
4900
+ box-shadow: inset 0 0 0 1px var(--ubq-stroke-contrast-2);
4901
+ }
4902
+ .UBQ_GradientControls-module__gradientBar--8VRnB .UBQ_GradientControls-module__border--gh9-1 {
4650
4903
  width: 100%;
4904
+ height: 100%;
4651
4905
  }
4652
- .UBQ_AssetResultContainer-module__block---28wZ .UBQ_AssetResultContainer-module__creditsButton--t--Ce {
4906
+ .UBQ_GradientControls-module__gradientBar--8VRnB.UBQ_GradientControls-module__disabled--6bEIv {
4907
+ opacity: 0.55;
4908
+ }
4909
+ .UBQ_GradientControls-module__gradientBar--8VRnB > button {
4653
4910
  position: absolute;
4654
- top: var(--ubq-margin-xs);
4655
- right: var(--ubq-margin-xs);
4656
- opacity: 0;
4911
+ width: calc(var(--ubq-scale-base) * 2);
4912
+ height: calc(var(--ubq-scale-base) * 2);
4913
+ padding: 0;
4914
+ display: flex;
4915
+ flex-direction: column;
4916
+ align-items: center;
4917
+ border: none;
4918
+ outline: none;
4919
+ border-radius: var(--ubq-border_radius-m);
4920
+ cursor: grab;
4657
4921
  }
4658
- .UBQ_AssetResultContainer-module__block---28wZ:focus-within .UBQ_AssetResultContainer-module__creditsButton--t--Ce,
4659
- .UBQ_AssetResultContainer-module__block---28wZ:hover .UBQ_AssetResultContainer-module__creditsButton--t--Ce {
4660
- opacity: 1;
4661
- z-index: 2;
4922
+ .UBQ_GradientControls-module__gradientBar--8VRnB > button:disabled {
4923
+ cursor: inherit;
4662
4924
  }
4663
- .UBQ_AssetResultContainer-module__block---28wZ .UBQ_AssetResultContainer-module__creditsButton--t--Ce[data-expanded=true] {
4664
- opacity: 1;
4665
- z-index: 2;
4925
+ .UBQ_GradientControls-module__gradientBar--8VRnB > button.UBQ_GradientControls-module__active--2mERW {
4926
+ height: calc(100% - 2 * 2px);
4927
+ }
4928
+ .UBQ_GradientControls-module__gradientBar--8VRnB > button.UBQ_GradientControls-module__grabbing--GE-pj {
4929
+ cursor: grabbing;
4930
+ }
4931
+ .UBQ_GradientControls-module__gradientBar--8VRnB > button.UBQ_GradientControls-module__add--5IRVi {
4932
+ width: calc(3 * var(--ubq-scale-base));
4933
+ height: calc(6 * var(--ubq-scale-base));
4934
+ border-radius: var(--ubq-border_radius-m);
4935
+ margin: 0;
4936
+ display: flex;
4937
+ justify-content: center;
4938
+ overflow: hidden;
4939
+ background-color: transparent;
4940
+ color: var(--ubq-static-contrast-white);
4941
+ cursor: default;
4942
+ }
4943
+ .UBQ_GradientControls-module__gradientBar--8VRnB > button.UBQ_GradientControls-module__add--5IRVi .UBQ_GradientControls-module__stack--QbEx9 {
4944
+ justify-items: center;
4945
+ align-items: center;
4946
+ }
4947
+ .UBQ_GradientControls-module__gradientBar--8VRnB > button.UBQ_GradientControls-module__add--5IRVi .UBQ_GradientControls-module__stack--QbEx9 svg {
4948
+ opacity: 0.8;
4949
+ }
4950
+ .UBQ_GradientControls-module__gradientBar--8VRnB > button.UBQ_GradientControls-module__add--5IRVi .UBQ_GradientControls-module__background--UAeF5 {
4951
+ width: calc(3 * var(--ubq-scale-base));
4952
+ height: calc(6 * var(--ubq-scale-base));
4953
+ background-color: var(--ubq-static-contrast-black);
4954
+ filter: opacity(50%);
4955
+ }
4956
+ .UBQ_GradientControls-module__gradientBar--8VRnB > button > * {
4957
+ flex: 0 0 100%;
4666
4958
  }
4667
-
4668
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/sources/LocalSourceSectionHeaderUpload/LocalSourceSectionHeaderUpload.module.scss */
4669
- .UBQ_LocalSourceSectionHeaderUpload-module__block--MyifH {
4670
- max-width: max-content;
4959
+ .UBQ_GradientControls-module__gradientBar--8VRnB > button:focus-visible {
4960
+ box-shadow: var(--ubq-effect-focus);
4961
+ }
4962
+ .UBQ_GradientControls-module__gradientBar--8VRnB > button > .UBQ_GradientControls-module__doubleBorder--QAqgA {
4963
+ filter: opacity(50%);
4964
+ width: 100%;
4965
+ height: 100%;
4966
+ background: transparent;
4967
+ border-radius: var(--ubq-border_radius-m);
4968
+ box-shadow: 0 0 0 2px var(--ubq-static-contrast-black), inset 0 0 0 2px var(--ubq-static-contrast-white);
4671
4969
  }
4672
4970
 
4673
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/sources/LocalSourceGridUpload/LocalSourceGridUpload.module.scss */
4674
- .UBQ_LocalSourceGridUpload-module__block--tOb8-,
4675
- .UBQ_LocalSourceGridUpload-module__wrapper--zk1zi {
4971
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/panels/LibraryPanel.module.scss */
4972
+ .UBQ_LibraryPanel-module__panelContent--rmasN {
4973
+ flex-grow: 1;
4676
4974
  display: flex;
4677
- justify-content: center;
4678
- align-items: center;
4679
- flex-wrap: wrap;
4680
- gap: var(--ubq-margin-s);
4975
+ flex-direction: column;
4976
+ overflow: hidden;
4681
4977
  }
4682
4978
 
4683
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryGrid/AssetLibraryGrid.module.scss */
4684
- .UBQ_AssetLibraryGrid-module__block--CAXT- {
4979
+ /* esbuild-sass-plugin:css-chunk:packages/ui/builder/BaseBuilder.module.scss */
4980
+ .UBQ_BaseBuilder-module__dropdownList--sdhIw {
4685
4981
  overflow-y: auto;
4686
4982
  overflow-x: auto;
4687
4983
  -webkit-overflow-scrolling: touch;
4688
4984
  scrollbar-width: thin;
4689
4985
  scrollbar-color: var(--ubq-foreground-info) transparent;
4690
- flex: 1;
4691
- padding: var(--ubq-margin-m);
4692
- height: 100%;
4693
- overflow-y: scroll;
4986
+ display: flex;
4987
+ flex-direction: column;
4988
+ margin: 0;
4989
+ padding: 0;
4990
+ list-style: none;
4991
+ max-height: min(97.5 * var(--ubq-scale-base), 0.6 * var(--ubq_internal-containerquery-height, 60vh));
4694
4992
  }
4695
- .UBQ_AssetLibraryGrid-module__block--CAXT-::-webkit-scrollbar {
4993
+ .UBQ_BaseBuilder-module__dropdownList--sdhIw::-webkit-scrollbar {
4696
4994
  width: calc(2 * var(--ubq-scale-base));
4697
4995
  height: calc(1.5 * var(--ubq-scale-base));
4698
4996
  }
4699
- .UBQ_AssetLibraryGrid-module__block--CAXT-::-webkit-scrollbar-track {
4997
+ .UBQ_BaseBuilder-module__dropdownList--sdhIw::-webkit-scrollbar-track {
4700
4998
  background: transparent;
4701
4999
  margin: var(--ubq-margin-s) var(--ubq-margin-s);
4702
5000
  }
4703
- .UBQ_AssetLibraryGrid-module__block--CAXT-::-webkit-scrollbar-thumb {
5001
+ .UBQ_BaseBuilder-module__dropdownList--sdhIw::-webkit-scrollbar-thumb {
4704
5002
  background-color: var(--ubq-foreground-info);
4705
5003
  border-radius: var(--ubq-border_radius-m);
4706
5004
  }
4707
- .UBQ_AssetLibraryGrid-module__block--CAXT-::-webkit-scrollbar-corner {
5005
+ .UBQ_BaseBuilder-module__dropdownList--sdhIw::-webkit-scrollbar-corner {
4708
5006
  background: transparent;
4709
5007
  }
4710
-
4711
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryGrid/AssetLibraryGridLoadingAnchor.module.scss */
4712
- .UBQ_AssetLibraryGridLoadingAnchor-module__block--9RbWn {
4713
- font-family: var(--ubq-typography-label-m-font_family);
4714
- font-size: var(--ubq-typography-label-m-size);
4715
- font-weight: var(--ubq-typography-label-m-weight);
4716
- letter-spacing: var(--ubq-typography-label-m-letter_spacing);
4717
- line-height: var(--ubq-typography-label-m-line_height);
4718
- width: 100%;
4719
- height: calc(10 * var(--ubq-scale-base));
5008
+ .UBQ_BaseBuilder-module__dropdownList--sdhIw > li {
4720
5009
  display: flex;
4721
- justify-content: center;
4722
- align-items: center;
4723
- flex-direction: column;
4724
- margin-top: var(--ubq-margin-m);
4725
- color: var(--ubq-foreground-info);
5010
+ margin-top: var(--ubq-margin-xs);
4726
5011
  }
4727
- .UBQ_AssetLibraryGridLoadingAnchor-module__noMoreItems--7JuDW {
4728
- display: none;
5012
+ .UBQ_BaseBuilder-module__dropdownList--sdhIw > li:first-child {
5013
+ margin-top: 0;
4729
5014
  }
4730
- .UBQ_AssetLibraryGridLoadingAnchor-module__anchor--gytBf {
4731
- height: 1px;
4732
- width: 100%;
4733
- transform: translateY(-250px);
5015
+ .UBQ_BaseBuilder-module__dropdownList--sdhIw hr + li {
5016
+ margin-top: 0;
4734
5017
  }
4735
- .UBQ_AssetLibraryGridLoadingAnchor-module__anchor--gytBf > svg {
4736
- width: calc(var(--ubq-scale-base) * 9);
4737
- height: calc(var(--ubq-scale-base) * 9);
5018
+ .UBQ_BaseBuilder-module__dropdownList--sdhIw > hr {
5019
+ margin-inline: 0;
4738
5020
  }
4739
5021
 
4740
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryGrid/AssetLibraryGridSkeleton.module.scss */
4741
- .UBQ_AssetLibraryGridSkeleton-module__grid--G6I7Y {
4742
- position: relative;
4743
- }
4744
- .UBQ_AssetLibraryGridSkeleton-module__label--gdSHY {
4745
- color: var(--ubq-foreground-info);
4746
- margin-left: var(--ubq-margin-s);
4747
- }
4748
- .UBQ_AssetLibraryGridSkeleton-module__gradient--M3qR- {
4749
- position: absolute;
4750
- top: 0;
5022
+ /* esbuild-sass-plugin:css-chunk:packages/ui/builder/PanelBuilder.module.scss */
5023
+ .UBQ_PanelBuilder-module__block--T3ctJ {
4751
5024
  width: 100%;
4752
- height: 100%;
4753
- background:
4754
- linear-gradient(
4755
- 180deg,
4756
- rgba(18, 25, 33, 0) 0%,
4757
- var(--ubq-elevation-2) 60%);
4758
5025
  }
4759
- .UBQ_AssetLibraryGridSkeleton-module__labelContainer--saTFS {
4760
- font-family: var(--ubq-typography-label-m-font_family);
4761
- font-size: var(--ubq-typography-label-m-size);
4762
- font-weight: var(--ubq-typography-label-m-weight);
4763
- letter-spacing: var(--ubq-typography-label-m-letter_spacing);
4764
- line-height: var(--ubq-typography-label-m-line_height);
4765
- position: absolute;
4766
- top: 0;
4767
- width: 100%;
4768
- height: 100%;
5026
+ .UBQ_PanelBuilder-module__dropdownContent--0Brv4 {
5027
+ overflow-y: auto;
5028
+ overflow-x: auto;
5029
+ -webkit-overflow-scrolling: touch;
5030
+ scrollbar-width: thin;
5031
+ scrollbar-color: var(--ubq-foreground-info) transparent;
4769
5032
  display: flex;
4770
- justify-content: center;
4771
- align-items: center;
4772
5033
  flex-direction: column;
4773
- color: var(--ubq-foreground-default);
4774
- }
4775
- .UBQ_AssetLibraryGridSkeleton-module__prependedSourceUIComponentContainer--D38b8 {
4776
- margin-top: var(--ubq-margin-m);
4777
- }
4778
- .UBQ_AssetLibraryGridSkeleton-module__cardWrapper--1za-F {
4779
- height: 100%;
4780
- width: 100%;
4781
- }
4782
- .UBQ_AssetLibraryGridSkeleton-module__animatedBackground--zsW4c {
4783
- animation-duration: 1.8s;
4784
- animation-fill-mode: forwards;
4785
- animation-iteration-count: infinite;
4786
- animation-name: UBQ_AssetLibraryGridSkeleton-module__placeHolderShimmer--4-W5d;
4787
- animation-timing-function: linear;
4788
- background: transparent;
4789
- background:
4790
- linear-gradient(
4791
- to right,
4792
- hsla(0, 0%, 100%, 0.04) 8%,
4793
- hsla(0, 0%, 100%, 0) 38%,
4794
- hsla(0, 0%, 100%, 0.04) 54%);
4795
- background-size: 1000px 640px;
4796
- position: relative;
4797
- }
4798
- @keyframes UBQ_AssetLibraryGridSkeleton-module__placeHolderShimmer--4-W5d {
4799
- 0% {
4800
- background-position: -468px 0;
4801
- }
4802
- 100% {
4803
- background-position: 468px 0;
4804
- }
4805
- }
4806
- .UBQ_AssetLibraryGridSkeleton-module__loadingSpinnerIcon---60AY {
4807
- animation: UBQ_AssetLibraryGridSkeleton-module__loading--nAVXg 1.1s infinite linear;
4808
- }
4809
- @keyframes UBQ_AssetLibraryGridSkeleton-module__loading--nAVXg {
4810
- 0% {
4811
- transform: rotate(0deg);
4812
- }
4813
- 100% {
4814
- transform: rotate(360deg);
4815
- }
4816
- }
4817
-
4818
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryLoading.module.scss */
4819
- .UBQ_AssetLibraryLoading-module__block--stvVP {
4820
- padding: var(--ubq-margin-m);
4821
- }
4822
-
4823
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryEmpty.module.scss */
4824
- .UBQ_AssetLibraryEmpty-module__block--sQ81G {
4825
- padding: var(--ubq-margin-m);
4826
- }
4827
-
4828
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibrarySection/AssetLibrarySection.module.scss */
4829
- .UBQ_AssetLibrarySection-module__block--GjBKH {
4830
- --ubq_internal-effect-focus-inset:
4831
- inset 0px 0px 0px 2px var(--ubq-elevation-2),
4832
- inset 0px 0px 0px 3px var(--ubq-focus-default),
4833
- inset 0px 0px 0px 7px var(--ubq-focus-outline);
4834
- transition: opacity 0.1s ease-in-out;
4835
- opacity: 0;
4836
- }
4837
- .UBQ_AssetLibrarySection-module__block--GjBKH.UBQ_AssetLibrarySection-module__visible--jDroU {
4838
- opacity: 1;
4839
- }
4840
- .UBQ_AssetLibrarySection-module__header--zaDtl {
4841
- display: flex;
4842
- justify-content: space-between;
4843
- align-items: center;
4844
- margin-top: var(--ubq-margin-m);
4845
- margin-inline: var(--ubq-margin-l);
4846
- margin-bottom: var(--ubq-margin-s);
4847
- }
4848
- .UBQ_AssetLibrarySection-module__heading--wwrkD {
4849
- flex: 1;
4850
- }
4851
- .UBQ_AssetLibrarySection-module__moreButton--evCHL {
4852
- flex: 0 1 auto;
4853
- margin-left: var(--ubq-margin-xs);
4854
- }
4855
- .UBQ_AssetLibrarySection-module__previews--tS0xD {
4856
- position: relative;
4857
- display: grid;
4858
- grid-gap: var(--ubq-margin-s);
4859
- grid-auto-flow: column;
4860
- margin-inline: var(--ubq-margin-l);
4861
- margin-block: var(--ubq-margin-s);
4862
- }
4863
- .UBQ_AssetLibrarySection-module__scrollContainer--vz2MB {
4864
- margin-bottom: var(--ubq-margin-s);
4865
- position: relative;
4866
- overflow-x: scroll;
4867
- scrollbar-width: none;
4868
- }
4869
- .UBQ_AssetLibrarySection-module__scrollContainer--vz2MB::-webkit-scrollbar {
4870
- display: none;
4871
- }
4872
- .UBQ_AssetLibrarySection-module__scrollContainer--vz2MB:focus-visible {
4873
- z-index: 2;
4874
- border-radius: var(--ubq-border_radius-s);
4875
- outline: none;
4876
- box-shadow: var(--ubq_internal-effect-focus-inset);
4877
- }
4878
- .UBQ_AssetLibrarySection-module__paginationContainer--4-kTI {
4879
- position: relative;
4880
- margin-inline: 1px;
4881
- }
4882
- .UBQ_AssetLibrarySection-module__paginationButton--ZB0fn {
4883
- position: absolute;
4884
- top: 0;
4885
- z-index: 1;
4886
- height: 100%;
4887
- width: calc(10 * var(--ubq-scale-base));
4888
- border: none;
4889
- display: grid;
4890
- place-content: center;
4891
- color: var(--ubq-foreground-light);
4892
- cursor: pointer;
4893
- }
4894
- .UBQ_AssetLibrarySection-module__paginationButton--ZB0fn svg {
4895
- border-radius: var(--ubq-border_radius-s);
4896
- }
4897
- .UBQ_AssetLibrarySection-module__paginationButtonLeft--Jzbym {
4898
- left: 0;
4899
- padding-left: var(--ubq-margin-l);
4900
- background:
4901
- linear-gradient(
4902
- 90deg,
4903
- var(--ubq-elevation-2) 49.85%,
4904
- transparent 100%);
4905
- }
4906
- .UBQ_AssetLibrarySection-module__paginationButtonLeft--Jzbym svg {
4907
- margin-left: calc(-1 * var(--ubq-margin-l));
4908
- }
4909
- .UBQ_AssetLibrarySection-module__paginationButtonRight----DAi {
4910
- right: 0;
4911
- padding-right: var(--ubq-margin-l);
4912
- background:
4913
- linear-gradient(
4914
- 270deg,
4915
- var(--ubq-elevation-2) 49.85%,
4916
- transparent 100%);
5034
+ margin: 0;
5035
+ padding: 0;
5036
+ list-style: none;
5037
+ max-height: min(97.5 * var(--ubq-scale-base), 0.6 * var(--ubq_internal-containerquery-height, 60vh));
4917
5038
  }
4918
- .UBQ_AssetLibrarySection-module__paginationButtonRight----DAi svg {
4919
- margin-right: calc(-1 * var(--ubq-margin-l));
5039
+ .UBQ_PanelBuilder-module__dropdownContent--0Brv4::-webkit-scrollbar {
5040
+ width: calc(2 * var(--ubq-scale-base));
5041
+ height: calc(1.5 * var(--ubq-scale-base));
4920
5042
  }
4921
- .UBQ_AssetLibrarySection-module__paginationButton--ZB0fn:hover,
4922
- .UBQ_AssetLibrarySection-module__paginationButton--ZB0fn:focus-visible {
4923
- color: var(--ubq-foreground-default);
5043
+ .UBQ_PanelBuilder-module__dropdownContent--0Brv4::-webkit-scrollbar-track {
5044
+ background: transparent;
5045
+ margin: var(--ubq-margin-s) var(--ubq-margin-s);
4924
5046
  }
4925
- .UBQ_AssetLibrarySection-module__paginationButton--ZB0fn:focus-visible {
4926
- border-radius: var(--ubq-border_radius-s);
4927
- outline: none;
4928
- box-shadow: var(--ubq_internal-effect-focus-inset);
5047
+ .UBQ_PanelBuilder-module__dropdownContent--0Brv4::-webkit-scrollbar-thumb {
5048
+ background-color: var(--ubq-foreground-info);
5049
+ border-radius: var(--ubq-border_radius-m);
4929
5050
  }
4930
- .UBQ_AssetLibrarySection-module__moreIcon--dBquf {
4931
- padding-left: var(--ubq-margin-xs);
5051
+ .UBQ_PanelBuilder-module__dropdownContent--0Brv4::-webkit-scrollbar-corner {
5052
+ background: transparent;
4932
5053
  }
4933
- .UBQ_AssetLibrarySection-module__inlineMoreButtonContainer--lv-sU {
4934
- --ubq-typography-button-m-line_height: calc(6 * var(--ubq-scale-base));
4935
- display: grid;
4936
- justify-content: left;
4937
- align-content: center;
4938
- padding-left: var(--ubq-margin-s);
5054
+ .UBQ_PanelBuilder-module__dropdownContent--0Brv4 > li {
5055
+ display: flex;
5056
+ margin-top: var(--ubq-margin-xs);
4939
5057
  }
4940
- .UBQ_AssetLibrarySection-module__inlineMoreButton--Zqp2y {
4941
- height: calc(10 * var(--ubq-scale-base));
4942
- width: calc(10 * var(--ubq-scale-base));
4943
- border-radius: 100%;
5058
+ .UBQ_PanelBuilder-module__dropdownContent--0Brv4 > li:first-child {
5059
+ margin-top: 0;
4944
5060
  }
4945
-
4946
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibrarySection/AssetLibrarySectionSkeleton.module.scss */
4947
- .UBQ_AssetLibrarySectionSkeleton-module__content--q4nH2 {
5061
+ .UBQ_PanelBuilder-module__dropdownContent--0Brv4 hr + li {
5062
+ margin-top: 0;
5063
+ }
5064
+ .UBQ_PanelBuilder-module__dropdownContent--0Brv4 > hr {
5065
+ margin-inline: 0;
5066
+ }
5067
+ .UBQ_PanelBuilder-module__textParagraph--YANJ7 {
4948
5068
  font-family: var(--ubq-typography-label-m-font_family);
4949
5069
  font-size: var(--ubq-typography-label-m-size);
4950
5070
  font-weight: var(--ubq-typography-label-m-weight);
4951
5071
  letter-spacing: var(--ubq-typography-label-m-letter_spacing);
4952
5072
  line-height: var(--ubq-typography-label-m-line_height);
4953
- position: absolute;
4954
- top: 0;
4955
- bottom: 0;
4956
- left: 0;
4957
- right: 0;
4958
- display: flex;
4959
- justify-content: center;
4960
- align-items: center;
4961
- color: var(--ubq-foreground-default);
5073
+ color: var(--ubq-foreground-light);
4962
5074
  }
4963
- .UBQ_AssetLibrarySectionSkeleton-module__label--9610J {
4964
- margin-left: var(--ubq-margin-s);
5075
+ .UBQ_PanelBuilder-module__textParagraph--YANJ7.UBQ_PanelBuilder-module__alignCenter--k6Qmn {
5076
+ text-align: center;
4965
5077
  }
4966
- .UBQ_AssetLibrarySectionSkeleton-module__animatedBackground--PGO2X {
4967
- animation-duration: 1.8s;
4968
- animation-fill-mode: forwards;
4969
- animation-iteration-count: infinite;
4970
- animation-name: UBQ_AssetLibrarySectionSkeleton-module__placeHolderShimmer--6UJTv;
4971
- animation-timing-function: linear;
4972
- background: transparent;
4973
- background:
4974
- linear-gradient(
4975
- to right,
4976
- hsla(0, 0%, 100%, 0.04) 8%,
4977
- hsla(0, 0%, 100%, 0) 38%,
4978
- hsla(0, 0%, 100%, 0.04) 54%);
4979
- background-size: 1000px 640px;
4980
- position: relative;
5078
+ .UBQ_PanelBuilder-module__textParagraph--YANJ7.UBQ_PanelBuilder-module__alignRight--qMRvG {
5079
+ text-align: right;
4981
5080
  }
4982
- @keyframes UBQ_AssetLibrarySectionSkeleton-module__placeHolderShimmer--6UJTv {
4983
- 0% {
4984
- background-position: -468px 0;
4985
- }
4986
- 100% {
4987
- background-position: 468px 0;
4988
- }
5081
+ .UBQ_PanelBuilder-module__textParagraph--YANJ7:first-child {
5082
+ margin-top: 0;
4989
5083
  }
4990
- .UBQ_AssetLibrarySectionSkeleton-module__loadingSpinnerIcon---n0-v {
4991
- animation: UBQ_AssetLibrarySectionSkeleton-module__loading--OKjqk 1.1s infinite linear;
5084
+ .UBQ_PanelBuilder-module__textParagraph--YANJ7:last-child {
5085
+ margin-bottom: 0;
4992
5086
  }
4993
- @keyframes UBQ_AssetLibrarySectionSkeleton-module__loading--OKjqk {
4994
- 0% {
4995
- transform: rotate(0deg);
4996
- }
4997
- 100% {
4998
- transform: rotate(360deg);
4999
- }
5087
+
5088
+ /* esbuild-sass-plugin:css-chunk:packages/ui/builder/Suffix.module.scss */
5089
+ .UBQ_Suffix-module__block--W2fb5 {
5090
+ box-shadow: inset 0 0 0 0 transparent;
5091
+ flex: 0 0 calc(6 * var(--ubq-scale-base));
5092
+ display: flex;
5093
+ justify-content: center;
5094
+ }
5095
+ .UBQ_Suffix-module__emptyGap--H74OF {
5096
+ flex: 0 0 calc(6 * var(--ubq-scale-base));
5097
+ display: hidden;
5098
+ -webkit-user-select: none;
5099
+ user-select: none;
5000
5100
  }
5001
5101
 
5002
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryOverview/AssetLibraryOverview.module.scss */
5003
- .UBQ_AssetLibraryOverview-module__block--eHaxL {
5102
+ /* esbuild-sass-plugin:css-chunk:packages/ui/builder/experimental/BaseBuilder.module.scss */
5103
+ .UBQ_BaseBuilder-module__popoverContent--48Ghd {
5004
5104
  overflow-y: auto;
5005
5105
  overflow-x: auto;
5006
5106
  -webkit-overflow-scrolling: touch;
5007
5107
  scrollbar-width: thin;
5008
5108
  scrollbar-color: var(--ubq-foreground-info) transparent;
5009
- overflow: auto;
5010
- height: 100%;
5109
+ width: calc(72 * var(--ubq-scale-base));
5110
+ max-height: min(97.5 * var(--ubq-scale-base), 0.6 * var(--ubq_internal-containerquery-height, 60vh));
5011
5111
  }
5012
- .UBQ_AssetLibraryOverview-module__block--eHaxL::-webkit-scrollbar {
5112
+ .UBQ_BaseBuilder-module__popoverContent--48Ghd::-webkit-scrollbar {
5013
5113
  width: calc(2 * var(--ubq-scale-base));
5014
5114
  height: calc(1.5 * var(--ubq-scale-base));
5015
5115
  }
5016
- .UBQ_AssetLibraryOverview-module__block--eHaxL::-webkit-scrollbar-track {
5116
+ .UBQ_BaseBuilder-module__popoverContent--48Ghd::-webkit-scrollbar-track {
5017
5117
  background: transparent;
5018
5118
  margin: var(--ubq-margin-s) var(--ubq-margin-s);
5019
5119
  }
5020
- .UBQ_AssetLibraryOverview-module__block--eHaxL::-webkit-scrollbar-thumb {
5120
+ .UBQ_BaseBuilder-module__popoverContent--48Ghd::-webkit-scrollbar-thumb {
5021
5121
  background-color: var(--ubq-foreground-info);
5022
5122
  border-radius: var(--ubq-border_radius-m);
5023
5123
  }
5024
- .UBQ_AssetLibraryOverview-module__block--eHaxL::-webkit-scrollbar-corner {
5124
+ .UBQ_BaseBuilder-module__popoverContent--48Ghd::-webkit-scrollbar-corner {
5025
5125
  background: transparent;
5026
5126
  }
5027
- .UBQ_AssetLibraryOverview-module__block--eHaxL hr {
5028
- margin-block: 0;
5029
- }
5030
5127
 
5031
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibraryContent/AssetLibraryContent.module.scss */
5032
- .UBQ_AssetLibraryContent-module__block--SroUk {
5033
- position: relative;
5034
- flex-grow: 1;
5035
- overflow: hidden;
5128
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/Canvas/CanvasMenu/CanvasMenu.module.scss */
5129
+ .UBQ_CanvasMenu-module__block--hk7CF {
5130
+ display: flex;
5131
+ flex-direction: row;
5132
+ align-items: center;
5133
+ gap: var(--ubq-margin-xs);
5134
+ padding: var(--ubq-margin-xs);
5135
+ box-shadow: var(--ubq-effect-shadow), inset 0 0 0 1px var(--ubq-border-default);
5136
+ border-radius: var(--ubq-border_radius-m);
5137
+ background: var(--ubq-elevation-2);
5036
5138
  }
5037
- .UBQ_AssetLibraryContent-module__block--SroUk hr {
5038
- margin-top: var(--ubq-margin-xs);
5039
- margin-bottom: 0;
5040
- width: 100%;
5139
+ .UBQ_CanvasMenu-module__block--hk7CF:empty {
5140
+ display: none;
5041
5141
  }
5042
- .UBQ_AssetLibraryContent-module__motionWrapper--Bxmsh {
5043
- display: flex;
5044
- flex-direction: column;
5045
- height: 100%;
5142
+ @supports selector(:has(a, b)) {
5143
+ .UBQ_CanvasMenu-module__block--hk7CF {
5144
+ display: none;
5145
+ }
5146
+ .UBQ_CanvasMenu-module__block--hk7CF:has(> *:not(hr)) {
5147
+ display: flex;
5148
+ }
5046
5149
  }
5047
-
5048
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/assets/AssetLibrarySearch/AssetLibrarySearch.module.scss */
5049
- .UBQ_AssetLibrarySearch-module__block--mcAtt {
5050
- display: flex;
5051
- align-items: center;
5052
- box-sizing: content-box;
5053
- padding-inline: var(--ubq-margin-s);
5054
- padding-block-start: var(--ubq-margin-s);
5150
+ .UBQ_CanvasMenu-module__block--hk7CF > hr {
5151
+ display: none;
5055
5152
  }
5056
- .UBQ_AssetLibrarySearch-module__searchInput--GoKQU {
5057
- height: calc(var(--ubq-scale-base) * 10);
5058
- border-radius: var(--ubq-border_radius-m);
5059
- padding-left: calc(var(--ubq-typography-label-m-line_height) + var(--ubq-margin-s) + var(--ubq-margin-xs));
5060
- padding-right: calc(var(--ubq-typography-label-m-line_height) + var(--ubq-margin-s) + var(--ubq-margin-xs) + 2 * var(--ubq-margin-xs));
5061
- padding-top: var(--ubq-margin-m);
5062
- padding-bottom: var(--ubq-margin-m);
5153
+ .UBQ_CanvasMenu-module__block--hk7CF > :not(hr):not(:last-of-type) + hr {
5154
+ display: block;
5063
5155
  }
5064
- .UBQ_AssetLibrarySearch-module__inputContainer--0-LjK {
5065
- position: relative;
5066
- width: 100%;
5156
+ .UBQ_CanvasMenu-module__block--hk7CF > hr {
5157
+ height: unset;
5158
+ width: 1px;
5159
+ align-self: stretch;
5160
+ margin-top: calc(-1 * (var(--ubq-margin-xs) - 1px));
5161
+ margin-bottom: calc(-1 * (var(--ubq-margin-xs) - 1px));
5067
5162
  }
5068
- .UBQ_AssetLibrarySearch-module__searchIconContainer--MQrw6,
5069
- .UBQ_AssetLibrarySearch-module__clearSearchIconContainer--pxocd {
5163
+ .UBQ_CanvasMenu-module__tippy--Y7c0P {
5164
+ max-width: unset !important;
5165
+ }
5166
+ .UBQ_CanvasMenu-module__tippy--Y7c0P[data-animation=shift-away][data-state=hidden] {
5167
+ opacity: 0;
5168
+ }
5169
+ .UBQ_CanvasMenu-module__tippy--Y7c0P[data-animation=shift-away][data-state=hidden][data-placement^=top] {
5170
+ transform: translateY(10px);
5171
+ }
5172
+ .UBQ_CanvasMenu-module__tippy--Y7c0P[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
5173
+ transform: translateY(-10px);
5174
+ }
5175
+ .UBQ_CanvasMenu-module__tippy--Y7c0P[data-animation=shift-away][data-state=hidden][data-placement^=left] {
5176
+ transform: translateX(10px);
5177
+ }
5178
+ .UBQ_CanvasMenu-module__tippy--Y7c0P[data-animation=shift-away][data-state=hidden][data-placement^=right] {
5179
+ transform: translateX(-10px);
5180
+ }
5181
+
5182
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/Canvas/frame/box.module.scss */
5183
+ .UBQ_box-module__block--n0qcC {
5070
5184
  position: absolute;
5071
5185
  top: 0;
5072
- display: flex;
5073
- justify-content: center;
5074
- align-items: center;
5186
+ bottom: 0;
5187
+ left: 0;
5188
+ right: 0;
5189
+ width: 100%;
5075
5190
  height: 100%;
5191
+ transform-origin: 0% 0%;
5192
+ outline: none;
5193
+ cursor: move;
5194
+ z-index: 6;
5195
+ }
5196
+ .UBQ_box-module__block--n0qcC.UBQ_box-module__disabledFrame--0FGdV .cesdk__frameHandle {
5197
+ display: none;
5198
+ }
5199
+ .UBQ_box-module__disabled--s2QQv {
5200
+ cursor: not-allowed;
5201
+ }
5202
+ .UBQ_box-module__page--xsbUn {
5203
+ cursor: default;
5204
+ }
5205
+ .UBQ_box-module__dragging--rKfnM {
5206
+ cursor: inherit;
5207
+ }
5208
+ .UBQ_box-module__nonPageBoxShadow--LmEpP {
5209
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
5210
+ }
5211
+ .UBQ_box-module__deletingBoxShadow--djaxf {
5212
+ box-shadow: inset 0 0 0 1px var(--ubq-notice-error);
5213
+ }
5214
+
5215
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/CanvasBars.module.scss */
5216
+ .UBQ_CanvasBars-module__block--hQNKs {
5217
+ position: absolute;
5218
+ inset: 0;
5219
+ pointer-events: none;
5220
+ z-index: 11;
5221
+ }
5222
+ .UBQ_CanvasBars-module__bar--cPGyA {
5223
+ position: absolute;
5224
+ left: var(--ubq-margin-m);
5225
+ right: var(--ubq-margin-m);
5226
+ display: flex;
5227
+ gap: var(--ubq-margin-m);
5228
+ }
5229
+ .UBQ_CanvasBars-module__bar--cPGyA > hr {
5230
+ display: none;
5231
+ }
5232
+ .UBQ_CanvasBars-module__bar--cPGyA > :not(hr) ~ hr:has(+ :not(hr, x-spacer)) {
5233
+ display: block;
5076
5234
  }
5077
- .UBQ_AssetLibrarySearch-module__searchIconContainer--MQrw6 {
5078
- left: var(--ubq-margin-s);
5235
+ @supports not selector(:has(a)) {
5236
+ .UBQ_CanvasBars-module__bar--cPGyA > :not(hr, x-spacer):not(:last-of-type) + hr {
5237
+ display: block;
5238
+ }
5079
5239
  }
5080
- .UBQ_AssetLibrarySearch-module__clearSearchIconContainer--pxocd {
5081
- right: var(--ubq-margin-s);
5240
+ .UBQ_CanvasBars-module__bar--cPGyA.UBQ_CanvasBars-module__renderOptimizedSmallViewport--NSAIy {
5241
+ gap: var(--ubq-margin-l);
5082
5242
  }
5083
- .UBQ_AssetLibrarySearch-module__clearSearchIconContainer--pxocd.UBQ_AssetLibrarySearch-module__hasEmptySearchValue--c5Ttf {
5084
- display: none;
5243
+ .UBQ_CanvasBars-module__bar--cPGyA > * {
5244
+ pointer-events: auto;
5245
+ flex: 0 0 auto;
5085
5246
  }
5086
- .UBQ_AssetLibrarySearch-module__searchIcon--6Rq2Q,
5087
- .UBQ_AssetLibrarySearch-module__clearSearchIcon--KOtYH {
5088
- height: calc(var(--ubq-scale-base) * 4);
5089
- width: calc(var(--ubq-scale-base) * 4);
5090
- color: var(--ubq-foreground-default);
5247
+ .UBQ_CanvasBars-module__bar--cPGyA > hr {
5248
+ height: unset;
5249
+ align-self: stretch;
5250
+ margin: 0;
5251
+ flex: 0 0 1px;
5091
5252
  }
5092
-
5093
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/generic/inspector/PropertyToggle/PropertyToggle.module.scss */
5094
- .UBQ_PropertyToggle-module__block--1Putg {
5095
- box-shadow: inset 0 0 0 0 transparent;
5096
- flex: 0 0 calc(6 * var(--ubq-scale-base));
5253
+ .UBQ_CanvasBars-module__bar--cPGyA.UBQ_CanvasBars-module__bottom--AFs8k {
5254
+ bottom: var(--ubq-margin-m);
5097
5255
  }
5098
- .UBQ_PropertyToggle-module__emptyGap--KNCCA {
5099
- flex: 0 0 calc(6 * var(--ubq-scale-base));
5100
- display: hidden;
5101
- -webkit-user-select: none;
5102
- user-select: none;
5256
+ .UBQ_CanvasBars-module__bar--cPGyA.UBQ_CanvasBars-module__top--k8O0E {
5257
+ top: var(--ubq-margin-m);
5103
5258
  }
5104
5259
 
5105
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/Inspector/AnimationSubInspector.module.scss */
5106
- .UBQ_AnimationSubInspector-module__panelContent--kCSYF {
5107
- flex-grow: 1;
5260
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/Dialogs.module.scss */
5261
+ .UBQ_Dialogs-module__buttonWrapper--OvWys {
5108
5262
  display: flex;
5109
- flex-direction: column;
5110
- overflow: hidden;
5263
+ justify-content: flex-end;
5264
+ gap: var(--ubq-margin-s);
5111
5265
  }
5112
5266
 
5113
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/Inspector/Placeholder/PlaceholderSettings.module.scss */
5114
- .UBQ_PlaceholderSettings-module__placeholderPopoverButton--OBw2i {
5115
- background: var(--ubq-interactive-template-default);
5116
- color: var(--ubq-foreground-accent);
5267
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/DockSeparator.module.scss */
5268
+ .UBQ_DockSeparator-module__block--8XSWX {
5269
+ height: 0px;
5270
+ width: 0px;
5271
+ margin-top: 0;
5272
+ margin-left: 0;
5273
+ margin-bottom: var(--ubq-margin-xl);
5274
+ margin-right: var(--ubq-margin-xl);
5275
+ border: 0px;
5117
5276
  }
5118
- .UBQ_PlaceholderSettings-module__placeholderPopoverButton--OBw2i:hover:not([data-active=true]):not(:active) {
5119
- background: var(--ubq-interactive-template-hover);
5277
+
5278
+ /* esbuild-sass-plugin:css-chunk:packages/ui/builder/DockBuilder.module.scss */
5279
+ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__normal--vlkdb {
5280
+ height: calc(var(--ubq-scale-base) * 4);
5281
+ width: calc(var(--ubq-scale-base) * 4);
5120
5282
  }
5121
- .UBQ_PlaceholderSettings-module__placeholderPopoverButton--OBw2i:active {
5122
- background: var(--ubq-interactive-template-pressed);
5283
+ svg.UBQ_DockBuilder-module__circularProgress---105B.UBQ_DockBuilder-module__large--fv3VZ {
5284
+ height: calc(var(--ubq-scale-base) * 6);
5285
+ width: calc(var(--ubq-scale-base) * 6);
5123
5286
  }
5124
- .UBQ_PlaceholderSettings-module__subScopeMenuItem--kdwPR {
5125
- padding-left: var(--ubq-margin-l);
5287
+
5288
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/text/ClipLines/ClipLines.module.scss */
5289
+ .UBQ_ClipLines-module__button--BZdAt > span > span {
5290
+ text-align: center;
5126
5291
  }
5127
- .UBQ_PlaceholderSettings-module__spacer--q-B6X {
5128
- width: var(--ubq-margin-xs);
5292
+
5293
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/panels/Panel.module.scss */
5294
+ .UBQ_Panel-module__block--ktFvC {
5295
+ height: 100%;
5129
5296
  }
5130
- .UBQ_PlaceholderSettings-module__hidden--GpS4n {
5297
+ .UBQ_Panel-module__header--qDeg3 {
5298
+ display: flex;
5299
+ align-items: center;
5300
+ padding: var(--ubq-margin-m) var(--ubq-margin-l);
5301
+ height: calc(12 * var(--ubq-scale-base) - 2 * var(--ubq-margin-m));
5302
+ }
5303
+ .UBQ_Panel-module__header--qDeg3.UBQ_Panel-module__hidden---Zatz {
5131
5304
  position: absolute;
5132
5305
  width: 1px;
5133
5306
  height: 1px;
@@ -5138,47 +5311,39 @@ footer {
5138
5311
  white-space: nowrap;
5139
5312
  border: 0;
5140
5313
  }
5141
- .UBQ_PlaceholderSettings-module__separator--7Zpcr {
5142
- margin: var(--ubq-margin-xs);
5143
- }
5144
- .UBQ_PlaceholderSettings-module__checkbox--GACd3:not(:last-child),
5145
- .UBQ_PlaceholderSettings-module__indentedCheckbox--j5RrA:not(:last-child) {
5146
- margin-bottom: var(--ubq-margin-xs);
5147
- }
5148
- .UBQ_PlaceholderSettings-module__indentedCheckbox--j5RrA {
5149
- padding-left: var(--ubq-margin-xl);
5314
+ .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__headerCenter--DSLEc {
5315
+ flex: 1 1 auto;
5316
+ display: flex;
5317
+ align-items: center;
5150
5318
  }
5151
- .UBQ_PlaceholderSettings-module__wrapper--aTaWS {
5152
- height: 100%;
5319
+ .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__headerLeft--yQHMF {
5320
+ margin-right: var(--ubq-margin-s);
5153
5321
  }
5154
- .UBQ_PlaceholderSettings-module__containerSection--iWUhH {
5155
- overflow-y: auto;
5156
- overflow-x: auto;
5157
- -webkit-overflow-scrolling: touch;
5158
- scrollbar-width: thin;
5159
- scrollbar-color: var(--ubq-foreground-info) transparent;
5160
- height: calc(100% - 12 * var(--ubq-scale-base));
5161
- box-sizing: border-box;
5162
- overflow: auto;
5322
+ .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__headerRight--bn0er {
5323
+ margin-left: var(--ubq-margin-s);
5163
5324
  }
5164
- .UBQ_PlaceholderSettings-module__containerSection--iWUhH::-webkit-scrollbar {
5165
- width: calc(2 * var(--ubq-scale-base));
5166
- height: calc(1.5 * var(--ubq-scale-base));
5325
+ .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__headerLeft--yQHMF,
5326
+ .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__headerRight--bn0er {
5327
+ display: flex;
5328
+ flex: 0 0 auto;
5167
5329
  }
5168
- .UBQ_PlaceholderSettings-module__containerSection--iWUhH::-webkit-scrollbar-track {
5169
- background: transparent;
5170
- margin: var(--ubq-margin-s) var(--ubq-margin-s);
5330
+ .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__headerLeft--yQHMF > *:not(:first-child),
5331
+ .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__headerRight--bn0er > *:not(:first-child) {
5332
+ margin-left: var(--ubq-margin-s);
5171
5333
  }
5172
- .UBQ_PlaceholderSettings-module__containerSection--iWUhH::-webkit-scrollbar-thumb {
5173
- background-color: var(--ubq-foreground-info);
5174
- border-radius: var(--ubq-border_radius-m);
5334
+ .UBQ_Panel-module__header--qDeg3 .UBQ_Panel-module__heading--pa7qn {
5335
+ width: fit-content;
5336
+ color: var(--ubq-foreground-default);
5337
+ font-family: var(--ubq-typography-headline-l-font_family);
5338
+ font-size: var(--ubq-typography-headline-l-size);
5339
+ font-weight: var(--ubq-typography-headline-l-weight);
5340
+ letter-spacing: var(--ubq-typography-headline-l-letter_spacing);
5341
+ line-height: var(--ubq-typography-headline-l-line_height);
5175
5342
  }
5176
- .UBQ_PlaceholderSettings-module__containerSection--iWUhH::-webkit-scrollbar-corner {
5177
- background: transparent;
5343
+ .UBQ_Panel-module__header--qDeg3 + hr {
5344
+ margin-block: 0;
5178
5345
  }
5179
-
5180
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/SubInspector/SubInspector.module.scss */
5181
- .UBQ_SubInspector-module__containerSection--Ftz0G {
5346
+ .UBQ_Panel-module__panelContent--2-JT3 {
5182
5347
  overflow-y: auto;
5183
5348
  overflow-x: auto;
5184
5349
  -webkit-overflow-scrolling: touch;
@@ -5186,202 +5351,167 @@ footer {
5186
5351
  scrollbar-color: var(--ubq-foreground-info) transparent;
5187
5352
  display: flex;
5188
5353
  flex-direction: column;
5189
- height: calc(100% - 48px);
5354
+ height: calc(100% - 12 * var(--ubq-scale-base));
5190
5355
  box-sizing: border-box;
5191
5356
  overflow: auto;
5192
5357
  }
5193
- .UBQ_SubInspector-module__containerSection--Ftz0G::-webkit-scrollbar {
5358
+ .UBQ_Panel-module__panelContent--2-JT3::-webkit-scrollbar {
5194
5359
  width: calc(2 * var(--ubq-scale-base));
5195
5360
  height: calc(1.5 * var(--ubq-scale-base));
5196
5361
  }
5197
- .UBQ_SubInspector-module__containerSection--Ftz0G::-webkit-scrollbar-track {
5362
+ .UBQ_Panel-module__panelContent--2-JT3::-webkit-scrollbar-track {
5198
5363
  background: transparent;
5199
5364
  margin: var(--ubq-margin-s) var(--ubq-margin-s);
5200
5365
  }
5201
- .UBQ_SubInspector-module__containerSection--Ftz0G::-webkit-scrollbar-thumb {
5366
+ .UBQ_Panel-module__panelContent--2-JT3::-webkit-scrollbar-thumb {
5202
5367
  background-color: var(--ubq-foreground-info);
5203
5368
  border-radius: var(--ubq-border_radius-m);
5204
5369
  }
5205
- .UBQ_SubInspector-module__containerSection--Ftz0G::-webkit-scrollbar-corner {
5370
+ .UBQ_Panel-module__panelContent--2-JT3::-webkit-scrollbar-corner {
5206
5371
  background: transparent;
5207
5372
  }
5208
- .UBQ_SubInspector-module__button--6sNiS {
5209
- border: 1px solid var(--ubq-stroke-contrast-1);
5210
- }
5211
- .UBQ_SubInspector-module__wrapper--QKT9X {
5373
+
5374
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/panels/PanelPortal.module.scss */
5375
+ .UBQ_PanelPortal-module__block--Zlqwp {
5212
5376
  height: 100%;
5377
+ position: relative;
5378
+ display: grid;
5379
+ grid-template-areas: "stack";
5380
+ grid-template-rows: 100%;
5213
5381
  }
5214
- .UBQ_SubInspector-module__iconStack--EjCg8.UBQ_SubInspector-module__disabled--ew-Kp:first-child {
5215
- opacity: 0.55;
5382
+ .UBQ_PanelPortal-module__block--Zlqwp > * {
5383
+ grid-area: stack;
5216
5384
  }
5217
-
5218
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/inputs/ColorSelection/ColorModeSelect.module.scss */
5219
- .UBQ_ColorModeSelect-module__button--8-8sX {
5220
- flex: 0 0 50%;
5385
+ .UBQ_PanelPortal-module__fullWidth--AJvKV > * {
5386
+ width: var(--ubq_internal-containerquery-width);
5221
5387
  }
5222
- .UBQ_ColorModeSelect-module__button--8-8sX > span > span {
5223
- flex-grow: 0;
5388
+ .UBQ_PanelPortal-module__verticalPanel--gxFvi {
5389
+ height: unset;
5224
5390
  }
5225
5391
 
5226
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/inputs/ColorSelection/ColorSelection.module.scss */
5227
- .UBQ_ColorSelection-module__block--hQIfN {
5228
- width: min(70 * var(--ubq-scale-base), 0.8 * var(--ubq_internal-containerquery-width, 80vw));
5229
- padding: var(--ubq-margin-s);
5230
- }
5231
- .UBQ_ColorSelection-module__block--hQIfN.UBQ_ColorSelection-module__noPopover--K51bl {
5232
- width: 100%;
5233
- padding: 0;
5234
- }
5235
- .UBQ_ColorSelection-module__block--hQIfN.UBQ_ColorSelection-module__noPopover--K51bl .UBQ_ColorSelection-module__sectionRow--R-VVL > label {
5236
- flex: 0 0 calc(18 * var(--ubq-scale-base));
5237
- }
5238
- .UBQ_ColorSelection-module__block--hQIfN.UBQ_ColorSelection-module__noPopover--K51bl .UBQ_ColorSelection-module__multilineSectionRow--SB1m7 {
5239
- max-height: max-content;
5240
- }
5241
- .UBQ_ColorSelection-module__block--hQIfN.UBQ_ColorSelection-module__noPopover--K51bl .UBQ_ColorSelection-module__multilineSectionRow--SB1m7 label {
5242
- align-self: flex-start;
5243
- display: flex;
5244
- align-items: center;
5245
- height: calc(2 * var(--ubq-margin-xs) + var(--ubq-typography-button-m-line_height));
5246
- }
5247
- .UBQ_ColorSelection-module__header--59n9c {
5248
- display: flex;
5249
- justify-content: space-between;
5250
- align-items: center;
5251
- margin-bottom: var(--ubq-margin-m);
5252
- }
5253
- .UBQ_ColorSelection-module__header--59n9c > *:not(.UBQ_ColorSelection-module__heading--3lEKT) {
5254
- flex: 0 0 auto;
5255
- }
5256
- .UBQ_ColorSelection-module__heading--3lEKT {
5257
- font-family: var(--ubq-typography-headline-l-font_family);
5258
- font-size: var(--ubq-typography-headline-l-size);
5259
- font-weight: var(--ubq-typography-headline-l-weight);
5260
- letter-spacing: var(--ubq-typography-headline-l-letter_spacing);
5261
- line-height: var(--ubq-typography-headline-l-line_height);
5262
- }
5263
- .UBQ_ColorSelection-module__section--R1UZS {
5264
- padding-top: var(--ubq-margin-xs);
5265
- display: flex;
5266
- flex-direction: column;
5267
- }
5268
- .UBQ_ColorSelection-module__section--R1UZS:not(:last-child) {
5269
- padding-bottom: var(--ubq-margin-l);
5270
- }
5271
- .UBQ_ColorSelection-module__section--R1UZS > div:not(:last-child) {
5272
- margin-bottom: var(--ubq-margin-s);
5273
- }
5274
- input[type=range].UBQ_ColorSelection-module__hueSlider--WQXI2 {
5275
- background:
5276
- linear-gradient(
5277
- 90deg,
5278
- #f00 0%,
5279
- #ff0 16.66%,
5280
- #0f0 33.33%,
5281
- #0ff 50%,
5282
- #00f 66.66%,
5283
- #f0f 83.33%,
5284
- #f00 100%) !important;
5392
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/generic/inspector/PropertyToggle/PropertyToggle.module.scss */
5393
+ .UBQ_PropertyToggle-module__block--1Putg {
5394
+ box-shadow: inset 0 0 0 0 transparent;
5395
+ flex: 0 0 calc(6 * var(--ubq-scale-base));
5285
5396
  }
5286
- input[type=range].UBQ_ColorSelection-module__hueSlider--WQXI2,
5287
- input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu {
5288
- outline: 1px solid var(--ubq-stroke-contrast-2);
5289
- outline-offset: -1px;
5397
+ .UBQ_PropertyToggle-module__emptyGap--KNCCA {
5398
+ flex: 0 0 calc(6 * var(--ubq-scale-base));
5399
+ display: hidden;
5400
+ -webkit-user-select: none;
5401
+ user-select: none;
5290
5402
  }
5291
- input[type=range].UBQ_ColorSelection-module__hueSlider--WQXI2::-ms-thumb,
5292
- input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
5293
- box-shadow: inset 0 0 0 var(--ubq-scale-base) white !important;
5294
- background: transparent !important;
5403
+
5404
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/Inspector/AnimationSubInspector.module.scss */
5405
+ .UBQ_AnimationSubInspector-module__panelContent--kCSYF {
5406
+ flex-grow: 1;
5407
+ display: flex;
5408
+ flex-direction: column;
5409
+ overflow: hidden;
5295
5410
  }
5296
5411
 
5297
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/blocks/inputs/ColorSelection/GradientControls.module.scss */
5298
- .UBQ_GradientControls-module__smallButton--YgOFv {
5299
- flex: 0 0 auto;
5412
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/Inspector/Placeholder/PlaceholderSettings.module.scss */
5413
+ .UBQ_PlaceholderSettings-module__placeholderPopoverButton--OBw2i {
5414
+ background: var(--ubq-interactive-template-default);
5415
+ color: var(--ubq-foreground-accent);
5300
5416
  }
5301
- .UBQ_GradientControls-module__gradientBar--8VRnB {
5302
- display: flex;
5303
- align-items: center;
5304
- width: 100%;
5305
- position: relative;
5306
- height: calc(6 * var(--ubq-scale-base));
5307
- margin-bottom: var(--ubq-margin-m);
5308
- border-radius: var(--ubq-border_radius-s);
5309
- background-image: url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 opacity%3D%220.1%22%3E%3Crect width%3D%2216%22 height%3D%2216%22 fill%3D%22white%22%2F%3E%3Crect width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3Crect x%3D%228%22 width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3Crect x%3D%224%22 y%3D%224%22 width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3Crect x%3D%2212%22 y%3D%224%22 width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3Crect y%3D%228%22 width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3Crect x%3D%228%22 y%3D%228%22 width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3Crect x%3D%224%22 y%3D%2212%22 width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3Crect x%3D%2212%22 y%3D%2212%22 width%3D%224%22 height%3D%224%22 fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
5310
- background-position: -1px -1px;
5417
+ .UBQ_PlaceholderSettings-module__placeholderPopoverButton--OBw2i:hover:not([data-active=true]):not(:active) {
5418
+ background: var(--ubq-interactive-template-hover);
5311
5419
  }
5312
- .UBQ_GradientControls-module__gradientBar--8VRnB .UBQ_GradientControls-module__gradientBackground--dM7wA {
5313
- width: 100%;
5314
- height: 100%;
5315
- border-radius: var(--ubq-border_radius-s);
5316
- box-shadow: inset 0 0 0 1px var(--ubq-stroke-contrast-2);
5420
+ .UBQ_PlaceholderSettings-module__placeholderPopoverButton--OBw2i:active {
5421
+ background: var(--ubq-interactive-template-pressed);
5317
5422
  }
5318
- .UBQ_GradientControls-module__gradientBar--8VRnB .UBQ_GradientControls-module__border--gh9-1 {
5319
- width: 100%;
5320
- height: 100%;
5423
+ .UBQ_PlaceholderSettings-module__subScopeMenuItem--kdwPR {
5424
+ padding-left: var(--ubq-margin-l);
5321
5425
  }
5322
- .UBQ_GradientControls-module__gradientBar--8VRnB.UBQ_GradientControls-module__disabled--6bEIv {
5323
- opacity: 0.55;
5426
+ .UBQ_PlaceholderSettings-module__spacer--q-B6X {
5427
+ width: var(--ubq-margin-xs);
5324
5428
  }
5325
- .UBQ_GradientControls-module__gradientBar--8VRnB > button {
5429
+ .UBQ_PlaceholderSettings-module__hidden--GpS4n {
5326
5430
  position: absolute;
5327
- width: calc(var(--ubq-scale-base) * 2);
5328
- height: calc(var(--ubq-scale-base) * 2);
5431
+ width: 1px;
5432
+ height: 1px;
5329
5433
  padding: 0;
5330
- display: flex;
5331
- flex-direction: column;
5332
- align-items: center;
5333
- border: none;
5334
- outline: none;
5335
- border-radius: var(--ubq-border_radius-m);
5336
- cursor: grab;
5434
+ margin: -1px;
5435
+ overflow: hidden;
5436
+ clip: rect(0, 0, 0, 0);
5437
+ white-space: nowrap;
5438
+ border: 0;
5337
5439
  }
5338
- .UBQ_GradientControls-module__gradientBar--8VRnB > button:disabled {
5339
- cursor: inherit;
5440
+ .UBQ_PlaceholderSettings-module__separator--7Zpcr {
5441
+ margin: var(--ubq-margin-xs);
5340
5442
  }
5341
- .UBQ_GradientControls-module__gradientBar--8VRnB > button.UBQ_GradientControls-module__active--2mERW {
5342
- height: calc(100% - 2 * 2px);
5443
+ .UBQ_PlaceholderSettings-module__checkbox--GACd3:not(:last-child),
5444
+ .UBQ_PlaceholderSettings-module__indentedCheckbox--j5RrA:not(:last-child) {
5445
+ margin-bottom: var(--ubq-margin-xs);
5343
5446
  }
5344
- .UBQ_GradientControls-module__gradientBar--8VRnB > button.UBQ_GradientControls-module__grabbing--GE-pj {
5345
- cursor: grabbing;
5447
+ .UBQ_PlaceholderSettings-module__indentedCheckbox--j5RrA {
5448
+ padding-left: var(--ubq-margin-xl);
5346
5449
  }
5347
- .UBQ_GradientControls-module__gradientBar--8VRnB > button.UBQ_GradientControls-module__add--5IRVi {
5348
- width: calc(3 * var(--ubq-scale-base));
5349
- height: calc(6 * var(--ubq-scale-base));
5450
+ .UBQ_PlaceholderSettings-module__wrapper--aTaWS {
5451
+ height: 100%;
5452
+ }
5453
+ .UBQ_PlaceholderSettings-module__containerSection--iWUhH {
5454
+ overflow-y: auto;
5455
+ overflow-x: auto;
5456
+ -webkit-overflow-scrolling: touch;
5457
+ scrollbar-width: thin;
5458
+ scrollbar-color: var(--ubq-foreground-info) transparent;
5459
+ height: calc(100% - 12 * var(--ubq-scale-base));
5460
+ box-sizing: border-box;
5461
+ overflow: auto;
5462
+ }
5463
+ .UBQ_PlaceholderSettings-module__containerSection--iWUhH::-webkit-scrollbar {
5464
+ width: calc(2 * var(--ubq-scale-base));
5465
+ height: calc(1.5 * var(--ubq-scale-base));
5466
+ }
5467
+ .UBQ_PlaceholderSettings-module__containerSection--iWUhH::-webkit-scrollbar-track {
5468
+ background: transparent;
5469
+ margin: var(--ubq-margin-s) var(--ubq-margin-s);
5470
+ }
5471
+ .UBQ_PlaceholderSettings-module__containerSection--iWUhH::-webkit-scrollbar-thumb {
5472
+ background-color: var(--ubq-foreground-info);
5350
5473
  border-radius: var(--ubq-border_radius-m);
5351
- margin: 0;
5474
+ }
5475
+ .UBQ_PlaceholderSettings-module__containerSection--iWUhH::-webkit-scrollbar-corner {
5476
+ background: transparent;
5477
+ }
5478
+
5479
+ /* esbuild-sass-plugin:css-chunk:packages/ui/components/SubInspector/SubInspector.module.scss */
5480
+ .UBQ_SubInspector-module__containerSection--Ftz0G {
5481
+ overflow-y: auto;
5482
+ overflow-x: auto;
5483
+ -webkit-overflow-scrolling: touch;
5484
+ scrollbar-width: thin;
5485
+ scrollbar-color: var(--ubq-foreground-info) transparent;
5352
5486
  display: flex;
5353
- justify-content: center;
5354
- overflow: hidden;
5355
- background-color: transparent;
5356
- color: var(--ubq-static-contrast-white);
5357
- cursor: default;
5487
+ flex-direction: column;
5488
+ height: calc(100% - 48px);
5489
+ box-sizing: border-box;
5490
+ overflow: auto;
5358
5491
  }
5359
- .UBQ_GradientControls-module__gradientBar--8VRnB > button.UBQ_GradientControls-module__add--5IRVi .UBQ_GradientControls-module__stack--QbEx9 {
5360
- justify-items: center;
5361
- align-items: center;
5492
+ .UBQ_SubInspector-module__containerSection--Ftz0G::-webkit-scrollbar {
5493
+ width: calc(2 * var(--ubq-scale-base));
5494
+ height: calc(1.5 * var(--ubq-scale-base));
5362
5495
  }
5363
- .UBQ_GradientControls-module__gradientBar--8VRnB > button.UBQ_GradientControls-module__add--5IRVi .UBQ_GradientControls-module__stack--QbEx9 svg {
5364
- opacity: 0.8;
5496
+ .UBQ_SubInspector-module__containerSection--Ftz0G::-webkit-scrollbar-track {
5497
+ background: transparent;
5498
+ margin: var(--ubq-margin-s) var(--ubq-margin-s);
5365
5499
  }
5366
- .UBQ_GradientControls-module__gradientBar--8VRnB > button.UBQ_GradientControls-module__add--5IRVi .UBQ_GradientControls-module__background--UAeF5 {
5367
- width: calc(3 * var(--ubq-scale-base));
5368
- height: calc(6 * var(--ubq-scale-base));
5369
- background-color: var(--ubq-static-contrast-black);
5370
- filter: opacity(50%);
5500
+ .UBQ_SubInspector-module__containerSection--Ftz0G::-webkit-scrollbar-thumb {
5501
+ background-color: var(--ubq-foreground-info);
5502
+ border-radius: var(--ubq-border_radius-m);
5371
5503
  }
5372
- .UBQ_GradientControls-module__gradientBar--8VRnB > button > * {
5373
- flex: 0 0 100%;
5504
+ .UBQ_SubInspector-module__containerSection--Ftz0G::-webkit-scrollbar-corner {
5505
+ background: transparent;
5374
5506
  }
5375
- .UBQ_GradientControls-module__gradientBar--8VRnB > button:focus-visible {
5376
- box-shadow: var(--ubq-effect-focus);
5507
+ .UBQ_SubInspector-module__button--6sNiS {
5508
+ border: 1px solid var(--ubq-stroke-contrast-1);
5377
5509
  }
5378
- .UBQ_GradientControls-module__gradientBar--8VRnB > button > .UBQ_GradientControls-module__doubleBorder--QAqgA {
5379
- filter: opacity(50%);
5380
- width: 100%;
5510
+ .UBQ_SubInspector-module__wrapper--QKT9X {
5381
5511
  height: 100%;
5382
- background: transparent;
5383
- border-radius: var(--ubq-border_radius-m);
5384
- box-shadow: 0 0 0 2px var(--ubq-static-contrast-black), inset 0 0 0 2px var(--ubq-static-contrast-white);
5512
+ }
5513
+ .UBQ_SubInspector-module__iconStack--EjCg8.UBQ_SubInspector-module__disabled--ew-Kp:first-child {
5514
+ opacity: 0.55;
5385
5515
  }
5386
5516
 
5387
5517
  /* esbuild-sass-plugin:css-chunk:packages/ui/components/color/ColorBox.module.scss */
@@ -5998,17 +6128,10 @@ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
5998
6128
  /* esbuild-sass-plugin:css-chunk:packages/ui/components/ErrorDialog.module.scss */
5999
6129
  .UBQ_ErrorDialog-module__errorDialog--KnjHV p {
6000
6130
  width: 40ch;
6131
+ max-width: 100%;
6001
6132
  margin: 0;
6002
6133
  }
6003
6134
 
6004
- /* esbuild-sass-plugin:css-chunk:packages/ui/components/panels/LibraryPanel.module.scss */
6005
- .UBQ_LibraryPanel-module__panelContent--rmasN {
6006
- flex-grow: 1;
6007
- display: flex;
6008
- flex-direction: column;
6009
- overflow: hidden;
6010
- }
6011
-
6012
6135
  /* esbuild-sass-plugin:css-chunk:packages/ui/components/panels/CustomPanelError.module.scss */
6013
6136
  .UBQ_CustomPanelError-module__block--k98jX {
6014
6137
  width: 100%;
@@ -6261,86 +6384,6 @@ input[type=range].UBQ_ColorSelection-module__opacitySlider--PI-Wu::-ms-thumb {
6261
6384
  margin-left: var(--ubq-margin-xs);
6262
6385
  }
6263
6386
 
6264
- /* esbuild-sass-plugin:css-chunk:packages/ui/builder/PanelBuilder.module.scss */
6265
- .UBQ_PanelBuilder-module__block--T3ctJ {
6266
- width: 100%;
6267
- }
6268
- .UBQ_PanelBuilder-module__dropdownContent--0Brv4 {
6269
- overflow-y: auto;
6270
- overflow-x: auto;
6271
- -webkit-overflow-scrolling: touch;
6272
- scrollbar-width: thin;
6273
- scrollbar-color: var(--ubq-foreground-info) transparent;
6274
- display: flex;
6275
- flex-direction: column;
6276
- margin: 0;
6277
- padding: 0;
6278
- list-style: none;
6279
- max-height: min(97.5 * var(--ubq-scale-base), 0.6 * var(--ubq_internal-containerquery-height, 60vh));
6280
- }
6281
- .UBQ_PanelBuilder-module__dropdownContent--0Brv4::-webkit-scrollbar {
6282
- width: calc(2 * var(--ubq-scale-base));
6283
- height: calc(1.5 * var(--ubq-scale-base));
6284
- }
6285
- .UBQ_PanelBuilder-module__dropdownContent--0Brv4::-webkit-scrollbar-track {
6286
- background: transparent;
6287
- margin: var(--ubq-margin-s) var(--ubq-margin-s);
6288
- }
6289
- .UBQ_PanelBuilder-module__dropdownContent--0Brv4::-webkit-scrollbar-thumb {
6290
- background-color: var(--ubq-foreground-info);
6291
- border-radius: var(--ubq-border_radius-m);
6292
- }
6293
- .UBQ_PanelBuilder-module__dropdownContent--0Brv4::-webkit-scrollbar-corner {
6294
- background: transparent;
6295
- }
6296
- .UBQ_PanelBuilder-module__dropdownContent--0Brv4 > li {
6297
- display: flex;
6298
- margin-top: var(--ubq-margin-xs);
6299
- }
6300
- .UBQ_PanelBuilder-module__dropdownContent--0Brv4 > li:first-child {
6301
- margin-top: 0;
6302
- }
6303
- .UBQ_PanelBuilder-module__dropdownContent--0Brv4 hr + li {
6304
- margin-top: 0;
6305
- }
6306
- .UBQ_PanelBuilder-module__dropdownContent--0Brv4 > hr {
6307
- margin-inline: 0;
6308
- }
6309
- .UBQ_PanelBuilder-module__textParagraph--YANJ7 {
6310
- font-family: var(--ubq-typography-label-m-font_family);
6311
- font-size: var(--ubq-typography-label-m-size);
6312
- font-weight: var(--ubq-typography-label-m-weight);
6313
- letter-spacing: var(--ubq-typography-label-m-letter_spacing);
6314
- line-height: var(--ubq-typography-label-m-line_height);
6315
- color: var(--ubq-foreground-light);
6316
- }
6317
- .UBQ_PanelBuilder-module__textParagraph--YANJ7.UBQ_PanelBuilder-module__alignCenter--k6Qmn {
6318
- text-align: center;
6319
- }
6320
- .UBQ_PanelBuilder-module__textParagraph--YANJ7.UBQ_PanelBuilder-module__alignRight--qMRvG {
6321
- text-align: right;
6322
- }
6323
- .UBQ_PanelBuilder-module__textParagraph--YANJ7:first-child {
6324
- margin-top: 0;
6325
- }
6326
- .UBQ_PanelBuilder-module__textParagraph--YANJ7:last-child {
6327
- margin-bottom: 0;
6328
- }
6329
-
6330
- /* esbuild-sass-plugin:css-chunk:packages/ui/builder/Suffix.module.scss */
6331
- .UBQ_Suffix-module__block--W2fb5 {
6332
- box-shadow: inset 0 0 0 0 transparent;
6333
- flex: 0 0 calc(6 * var(--ubq-scale-base));
6334
- display: flex;
6335
- justify-content: center;
6336
- }
6337
- .UBQ_Suffix-module__emptyGap--H74OF {
6338
- flex: 0 0 calc(6 * var(--ubq-scale-base));
6339
- display: hidden;
6340
- -webkit-user-select: none;
6341
- user-select: none;
6342
- }
6343
-
6344
6387
  /* esbuild-sass-plugin:css-chunk:packages/ui/components/Credits/Credits.module.scss */
6345
6388
  .UBQ_Credits-module__block---OeoC {
6346
6389
  max-height: 70vh;