@umbraco-cms/backoffice 16.0.0-rc4 → 16.0.0-rc6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/dist-cms/assets/lang/en-us.js +1 -1
  2. package/dist-cms/assets/lang/en-us.ts +1 -1
  3. package/dist-cms/css/uui-css.css +59 -8
  4. package/dist-cms/custom-elements.json +13 -2
  5. package/dist-cms/external/rxjs/index.d.ts +1 -1
  6. package/dist-cms/external/rxjs/index.js +3 -3
  7. package/dist-cms/external/uui/index.js +293 -57
  8. package/dist-cms/libs/extension-api/controller/server-extension-registrator.controller.js +6 -2
  9. package/dist-cms/packages/content/content/components/property-type-based-property/property-type-based-property.context-token.js +1 -1
  10. package/dist-cms/packages/core/collection/components/collection-filter-field.element.js +1 -1
  11. package/dist-cms/packages/core/localization/manifests.js +27 -27
  12. package/dist-cms/packages/core/localization/registry/localization.registry.d.ts +2 -1
  13. package/dist-cms/packages/core/localization/registry/localization.registry.js +97 -37
  14. package/dist-cms/packages/core/menu/menu-variant-tree-structure-workspace-context-base.js +2 -2
  15. package/dist-cms/packages/core/package.json +2 -2
  16. package/dist-cms/packages/core/property/components/property/property.element.js +1 -0
  17. package/dist-cms/packages/core/property-editor/extensions/property-editor-ui-element.interface.d.ts +2 -0
  18. package/dist-cms/packages/core/router/route/router-slot.element.js +3 -1
  19. package/dist-cms/packages/core/workspace/components/workspace-breadcrumb/workspace-variant-menu-breadcrumb/workspace-variant-menu-breadcrumb.element.js +5 -2
  20. package/dist-cms/packages/core/workspace/contexts/tokens/submittable-tree-entity-workspace.context-token.js +1 -1
  21. package/dist-cms/packages/documents/documents/entity-actions/create-blueprint/modal/create-blueprint-modal.element.js +1 -1
  22. package/dist-cms/packages/documents/documents/tree/document-tree.context.js +2 -2
  23. package/dist-cms/packages/log-viewer/components/log-viewer-date-range-selector.element.d.ts +0 -2
  24. package/dist-cms/packages/log-viewer/components/log-viewer-date-range-selector.element.js +12 -24
  25. package/dist-cms/packages/log-viewer/repository/sources/log-viewer.server.data.js +9 -1
  26. package/dist-cms/packages/log-viewer/workspace/views/search/components/log-viewer-message.element.js +1 -1
  27. package/dist-cms/packages/media/media/modals/media-picker/media-picker-modal.element.js +2 -2
  28. package/dist-cms/packages/media/media/tree/media-tree.context.js +2 -2
  29. package/dist-cms/packages/property-editors/dimensions/property-editor-ui-dimensions.element.js +16 -3
  30. package/dist-cms/packages/templating/partial-views/entity-actions/rename/rename-partial-view.server.data-source.js +1 -1
  31. package/dist-cms/packages/templating/partial-views/repository/partial-view-detail.server.data-source.js +3 -3
  32. package/dist-cms/packages/templating/partial-views/tree/folder/repository/partial-view-folder.server.data-source.js +2 -2
  33. package/dist-cms/packages/templating/scripts/entity-actions/rename/rename-script.server.data-source.js +1 -1
  34. package/dist-cms/packages/templating/scripts/repository/script-detail.server.data-source.js +3 -3
  35. package/dist-cms/packages/templating/scripts/tree/folder/repository/script-folder.server.data-source.js +2 -2
  36. package/dist-cms/packages/templating/stylesheets/entity-actions/rename/rename-stylesheet.server.data-source.js +1 -1
  37. package/dist-cms/packages/templating/stylesheets/repository/stylesheet-detail.server.data-source.js +3 -3
  38. package/dist-cms/packages/templating/stylesheets/tree/folder/repository/stylesheet-folder.server.data-source.js +2 -2
  39. package/dist-cms/packages/tiptap/components/character-map/character-map-modal.element.js +0 -4
  40. package/dist-cms/packages/tiptap/components/input-tiptap/input-tiptap.element.js +1 -1
  41. package/dist-cms/packages/tiptap/components/input-tiptap/tiptap-toolbar.element.d.ts +6 -0
  42. package/dist-cms/packages/tiptap/components/input-tiptap/tiptap-toolbar.element.js +7 -1
  43. package/dist-cms/packages/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-extensions-configuration.element.js +1 -1
  44. package/dist-cms/packages/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-statusbar-configuration.element.js +0 -4
  45. package/dist-cms/packages/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-toolbar-configuration.element.js +1 -4
  46. package/dist-cms/packages/user/user-group/collection/user-group-collection.element.js +1 -1
  47. package/dist-cms/tsconfig.build.tsbuildinfo +1 -1
  48. package/dist-cms/umbraco-package.json +1 -1
  49. package/dist-cms/vscode-html-custom-data.json +2 -2
  50. package/package.json +5 -4
@@ -44,10 +44,12 @@
44
44
  margin-top: var(--uui-size-layout-1,24px);
45
45
  margin-bottom: var(--uui-size-layout-1,24px);
46
46
  }
47
+
47
48
  .uui-text p + h1,
48
49
  .uui-text p + .uui-h1 {
49
50
  margin-top: var(--uui-size-layout-4,66px);
50
51
  }
52
+
51
53
  .uui-text h1.--no-top-margin,
52
54
  .uui-text h1:first-child,
53
55
  .uui-h1.--no-top-margin,
@@ -64,10 +66,12 @@
64
66
  margin-top: var(--uui-size-layout-1,24px);
65
67
  margin-bottom: var(--uui-size-layout-1,24px);
66
68
  }
69
+
67
70
  .uui-text p + h2,
68
71
  .uui-text p + .uui-h2 {
69
72
  margin-top: var(--uui-size-layout-3,42px);
70
73
  }
74
+
71
75
  .uui-text h2.--no-top-margin,
72
76
  .uui-text h2:first-child,
73
77
  .uui-h2.--no-top-margin,
@@ -84,6 +88,7 @@
84
88
  margin-top: var(--uui-size-layout-1,24px);
85
89
  margin-bottom: var(--uui-size-layout-1,24px);
86
90
  }
91
+
87
92
  .uui-text h3.--no-top-margin,
88
93
  .uui-text h3:first-child,
89
94
  .uui-h3.--no-top-margin,
@@ -100,6 +105,7 @@
100
105
  margin-top: var(--uui-size-layout-1,24px);
101
106
  margin-bottom: var(--uui-size-layout-1,24px);
102
107
  }
108
+
103
109
  .uui-text h4.--no-top-margin,
104
110
  .uui-text h4:first-child,
105
111
  .uui-h4.--no-top-margin,
@@ -129,6 +135,7 @@
129
135
  margin-top: var(--uui-size-layout-1,24px);
130
136
  margin-bottom: var(--uui-size-layout-1,24px);
131
137
  }
138
+
132
139
  .uui-p-lead,
133
140
  .uui-text p.uui-lead {
134
141
  font-size: var(--uui-size-6,18px);
@@ -145,6 +152,7 @@
145
152
  .uui-text a:active {
146
153
  color: var(--uui-color-interactive,#1b264f);
147
154
  }
155
+
148
156
  .uui-a:hover,
149
157
  .uui-text a:hover {
150
158
  color: var(--uui-color-interactive-emphasis,#3544b1);
@@ -447,12 +455,20 @@
447
455
 
448
456
  :host {
449
457
  --color: var(--uui-color-default,#1b264f);
450
- --color-standalone: var(--uui-color-default-standalone,rgb(28, 35, 59));
458
+ --color-standalone: var(--uui-color-default-standalone,rgb(
459
+ 28,
460
+ 35,
461
+ 59
462
+ ));
451
463
  --color-contrast: var(--uui-color-default-contrast,#fff);
452
464
  }
453
465
  :host([color='positive']) {
454
466
  --color: var(--uui-color-positive,#0b8152);
455
- --color-standalone: var(--uui-color-positive-standalone,rgb(10, 115, 73));
467
+ --color-standalone: var(--uui-color-positive-standalone,rgb(
468
+ 10,
469
+ 115,
470
+ 73
471
+ ));
456
472
  --color-contrast: var(--uui-color-positive-contrast,#fff);
457
473
  }
458
474
  :host([color='warning']) {
@@ -462,12 +478,20 @@
462
478
  }
463
479
  :host([color='danger']) {
464
480
  --color: var(--uui-color-danger,#d42054);
465
- --color-standalone: var(--uui-color-danger-standalone,rgb(191, 33, 78));
481
+ --color-standalone: var(--uui-color-danger-standalone,rgb(
482
+ 191,
483
+ 33,
484
+ 78
485
+ ));
466
486
  --color-contrast: var(--uui-color-danger-contrast,white);
467
487
  }
468
488
  :host([color='invalid']) {
469
489
  --color: var(--uui-color-invalid,#d42054);
470
- --color-standalone: var(--uui-color-invalid-standalone,rgb(191, 33, 78));
490
+ --color-standalone: var(--uui-color-invalid-standalone,rgb(
491
+ 191,
492
+ 33,
493
+ 78
494
+ ));
471
495
  --color-contrast: var(--uui-color-invalid-contrast,white);
472
496
  }
473
497
 
@@ -1131,32 +1155,64 @@
1131
1155
  /** Button color attribute: */
1132
1156
  #button {
1133
1157
  --color: var(--uui-color-default,#1b264f);
1134
- --color-standalone: var(--uui-color-default-standalone,rgb(28, 35, 59));
1158
+ --color-standalone: var(--uui-color-default-standalone,rgb(
1159
+ 28,
1160
+ 35,
1161
+ 59
1162
+ ));
1135
1163
  --color-emphasis: var(--uui-color-default-emphasis,#3544b1);
1136
1164
  --color-contrast: var(--uui-color-default-contrast,#fff);
1137
1165
  }
1138
1166
  :host([color='positive']) #button {
1139
1167
  --color: var(--uui-color-positive,#0b8152);
1140
- --color-standalone: var(--uui-color-positive-standalone,rgb(10, 115, 73));
1141
- --color-emphasis: var(--uui-color-positive-emphasis,rgb(13, 155, 98));
1168
+ --color-standalone: var(--uui-color-positive-standalone,rgb(
1169
+ 10,
1170
+ 115,
1171
+ 73
1172
+ ));
1173
+ --color-emphasis: var(--uui-color-positive-emphasis,rgb(
1174
+ 13,
1175
+ 155,
1176
+ 98
1177
+ ));
1142
1178
  --color-contrast: var(--uui-color-positive-contrast,#fff);
1143
1179
  }
1144
1180
  :host([color='warning']) #button {
1145
1181
  --color: var(--uui-color-warning,#fbd142);
1146
1182
  --color-standalone: var(--uui-color-warning-standalone,#a17700);
1147
- --color-emphasis: var(--uui-color-warning-emphasis,rgb(251, 224, 101));
1183
+ --color-emphasis: var(--uui-color-warning-emphasis,rgb(
1184
+ 251,
1185
+ 224,
1186
+ 101
1187
+ ));
1148
1188
  --color-contrast: var(--uui-color-warning-contrast,#000);
1149
1189
  }
1150
1190
  :host([color='danger']) #button {
1151
1191
  --color: var(--uui-color-danger,#d42054);
1152
- --color-standalone: var(--uui-color-danger-standalone,rgb(191, 33, 78));
1153
- --color-emphasis: var(--uui-color-danger-emphasis,rgb(226, 60, 107));
1192
+ --color-standalone: var(--uui-color-danger-standalone,rgb(
1193
+ 191,
1194
+ 33,
1195
+ 78
1196
+ ));
1197
+ --color-emphasis: var(--uui-color-danger-emphasis,rgb(
1198
+ 226,
1199
+ 60,
1200
+ 107
1201
+ ));
1154
1202
  --color-contrast: var(--uui-color-danger-contrast,white);
1155
1203
  }
1156
1204
  :host([color='invalid']) #button {
1157
1205
  --color: var(--uui-color-invalid,#d42054);
1158
- --color-standalone: var(--uui-color-invalid-standalone,rgb(191, 33, 78));
1159
- --color-emphasis: var(--uui-color-invalid-emphasis,rgb(226, 60, 107));
1206
+ --color-standalone: var(--uui-color-invalid-standalone,rgb(
1207
+ 191,
1208
+ 33,
1209
+ 78
1210
+ ));
1211
+ --color-emphasis: var(--uui-color-invalid-emphasis,rgb(
1212
+ 226,
1213
+ 60,
1214
+ 107
1215
+ ));
1160
1216
  --color-contrast: var(--uui-color-invalid-contrast,white);
1161
1217
  }
1162
1218
  :host([disabled]) #button {
@@ -1178,7 +1234,11 @@
1178
1234
  :host(:not([disabled]):hover) #button {
1179
1235
  background-color: var(
1180
1236
  --uui-button-background-color-hover,
1181
- var(--uui-color-surface-emphasis,rgb(250, 250, 250))
1237
+ var(--uui-color-surface-emphasis,rgb(
1238
+ 250,
1239
+ 250,
1240
+ 250
1241
+ ))
1182
1242
  );
1183
1243
  color: var(--uui-button-contrast-hover, var(--color-standalone));
1184
1244
  border-color: var(--uui-button-border-color-hover, transparent);
@@ -1239,7 +1299,11 @@
1239
1299
  :host([look='secondary']:hover) #button {
1240
1300
  background-color: var(
1241
1301
  --uui-button-background-color-hover,
1242
- var(--uui-color-surface-emphasis,rgb(250, 250, 250))
1302
+ var(--uui-color-surface-emphasis,rgb(
1303
+ 250,
1304
+ 250,
1305
+ 250
1306
+ ))
1243
1307
  );
1244
1308
  color: var(--uui-button-contrast-hover, var(--color-standalone));
1245
1309
  border-color: var(--uui-button-border-color-hover, transparent);
@@ -2139,7 +2203,11 @@
2139
2203
  );
2140
2204
  background-color: var(
2141
2205
  --uui-checkbox-background-color-hover,
2142
- var(--uui-color-surface-emphasis,rgb(250, 250, 250))
2206
+ var(--uui-color-surface-emphasis,rgb(
2207
+ 250,
2208
+ 250,
2209
+ 250
2210
+ ))
2143
2211
  );
2144
2212
  }
2145
2213
  label:focus #ticker {
@@ -2149,7 +2217,11 @@
2149
2217
  );
2150
2218
  background-color: var(
2151
2219
  --uui-checkbox-background-color-focus,
2152
- var(--uui-color-surface-emphasis,rgb(250, 250, 250))
2220
+ var(--uui-color-surface-emphasis,rgb(
2221
+ 250,
2222
+ 250,
2223
+ 250
2224
+ ))
2153
2225
  );
2154
2226
  }
2155
2227
  input:checked:not([disabled]) + #ticker,
@@ -2159,12 +2231,20 @@
2159
2231
 
2160
2232
  label:hover input:checked:not([disabled]) + #ticker,
2161
2233
  label:hover input:indeterminate:not([disabled]) + #ticker {
2162
- border-color: var(--uui-color-selected-emphasis,rgb(70, 86, 200));
2234
+ border-color: var(--uui-color-selected-emphasis,rgb(
2235
+ 70,
2236
+ 86,
2237
+ 200
2238
+ ));
2163
2239
  }
2164
2240
 
2165
2241
  label:focus input:checked + #ticker,
2166
2242
  label:focus input:indeterminate + #ticker {
2167
- border-color: var(--uui-color-selected-emphasis,rgb(70, 86, 200));
2243
+ border-color: var(--uui-color-selected-emphasis,rgb(
2244
+ 70,
2245
+ 86,
2246
+ 200
2247
+ ));
2168
2248
  }
2169
2249
 
2170
2250
  #icon-check {
@@ -2200,7 +2280,11 @@
2200
2280
  }
2201
2281
  label:hover input:checked:not([disabled]) + #ticker::before,
2202
2282
  label:hover input:indeterminate:not([disabled]) + #ticker::before {
2203
- background-color: var(--uui-color-selected-emphasis,rgb(70, 86, 200));
2283
+ background-color: var(--uui-color-selected-emphasis,rgb(
2284
+ 70,
2285
+ 86,
2286
+ 200
2287
+ ));
2204
2288
  }
2205
2289
 
2206
2290
  input:checked + #ticker::before,
@@ -2214,7 +2298,11 @@
2214
2298
  }
2215
2299
  label:focus input:checked + #ticker,
2216
2300
  label:focus input:indeterminate + #ticker {
2217
- background-color: var(--uui-color-selected-emphasis,rgb(70, 86, 200));
2301
+ background-color: var(--uui-color-selected-emphasis,rgb(
2302
+ 70,
2303
+ 86,
2304
+ 200
2305
+ ));
2218
2306
  }
2219
2307
 
2220
2308
  input:focus + #ticker {
@@ -2251,7 +2339,11 @@
2251
2339
  :host(:not([pristine])[internals-invalid]) label:hover input:indeterminate:not([disabled]) + #ticker,
2252
2340
  :host(:not([pristine])[internals-invalid]) label:focus input:checked + #ticker,
2253
2341
  :host(:not([pristine])[internals-invalid]) label:focus input:indeterminate + #ticker {
2254
- border: 1px solid var(--uui-color-invalid-standalone,rgb(191, 33, 78));
2342
+ border: 1px solid var(--uui-color-invalid-standalone,rgb(
2343
+ 191,
2344
+ 33,
2345
+ 78
2346
+ ));
2255
2347
  }
2256
2348
 
2257
2349
  :host([disabled]) #ticker {
@@ -2553,7 +2645,11 @@
2553
2645
 
2554
2646
  @keyframes pulse {
2555
2647
  0% {
2556
- box-shadow: 0 0 0 0 var(--uui-palette-space-cadet-light,rgb(38, 53, 110));
2648
+ box-shadow: 0 0 0 0 var(--uui-palette-space-cadet-light,rgb(
2649
+ 38,
2650
+ 53,
2651
+ 110
2652
+ ));
2557
2653
  }
2558
2654
  70% {
2559
2655
  box-shadow: 0 0 0 0.5rem transparent;
@@ -2996,7 +3092,11 @@
2996
3092
  } */
2997
3093
 
2998
3094
  :host(:hover) {
2999
- background-color: var(--uui-color-surface-emphasis,rgb(250, 250, 250));
3095
+ background-color: var(--uui-color-surface-emphasis,rgb(
3096
+ 250,
3097
+ 250,
3098
+ 250
3099
+ ));
3000
3100
  color: var(--uui-color-interactive-emphasis,#3544b1);
3001
3101
  }
3002
3102
 
@@ -3021,7 +3121,11 @@
3021
3121
 
3022
3122
  :host([selected]:hover) {
3023
3123
  color: var(--uui-color-selected-contrast,#fff);
3024
- background-color: var(--uui-color-selected-emphasis,rgb(70, 86, 200));
3124
+ background-color: var(--uui-color-selected-emphasis,rgb(
3125
+ 70,
3126
+ 86,
3127
+ 200
3128
+ ));
3025
3129
  }
3026
3130
  :host([selected][disabled]) {
3027
3131
  color: var(--uui-color-disabled-contrast,#c4c4c4);
@@ -3396,7 +3500,11 @@
3396
3500
  </div>
3397
3501
  `}};Lr.styles=[b`
3398
3502
  #messages {
3399
- color: var(--uui-color-invalid-standalone,rgb(191, 33, 78));
3503
+ color: var(--uui-color-invalid-standalone,rgb(
3504
+ 191,
3505
+ 33,
3506
+ 78
3507
+ ));
3400
3508
  }
3401
3509
  `],Tu([a({reflect:!1,attribute:!0})],Lr.prototype,"for",1),Lr=Tu([v("uui-form-validation-message")],Lr);var Gv=Object.getOwnPropertyDescriptor,qv=(e,t,i,o)=>{for(var r=o>1?void 0:o?Gv(t,i):t,s=e.length-1,n;s>=0;s--)(n=e[s])&&(r=n(r)||r);return r};let jn=class extends g{constructor(){super(...arguments),this._formElement=null}getFormElement(){return this._formElement}_onSlotChanged(e){this._formElement&&(this._formElement.removeEventListener("submit",this._onSubmit),this._formElement.removeEventListener("reset",this._onReset));const t=e.target.assignedNodes({flatten:!0}).filter(i=>i instanceof HTMLFormElement);this._formElement=t.length>0?t[0]:null,this._formElement&&(this._formElement.setAttribute("novalidate",""),this._formElement.addEventListener("submit",this._onSubmit),this._formElement.addEventListener("reset",this._onReset))}_onSubmit(e){if(e.target===null)return;const t=e.target;if(!t.checkValidity()){t.setAttribute("submit-invalid","");return}t.removeAttribute("submit-invalid")}_onReset(e){e.target!==null&&e.target.removeAttribute("submit-invalid")}render(){return l`<slot @slotchange=${this._onSlotChanged}></slot>`}};jn=qv([v("uui-form")],jn);class ji extends A{constructor(t,i={}){super(t,{bubbles:!0,composed:!0,...i}),this.icon=null}acceptRequest(t){this.icon=t,this.stopImmediatePropagation()}}ji.ICON_REQUEST="icon-request";var Kv=Object.defineProperty,Xv=Object.getOwnPropertyDescriptor,ti=(e,t,i,o)=>{for(var r=o>1?void 0:o?Xv(t,i):t,s=e.length-1,n;s>=0;s--)(n=e[s])&&(r=(o?n(t,i,r):n(r))||r);return o&&r&&Kv(t,i,r),r};let We=class extends g{constructor(){super(...arguments),this._name=null,this._retrievedNameIcon=!1,this._nameSvg=null,this.label="",this.svg=null,this.fallback=null,this._useFallback=!1}get name(){return this._name}set name(e){this._name=e,this.shadowRoot&&this.requestIcon()}requestIcon(){if(this._name!==""&&this._name!==null){const e=new ji(ji.ICON_REQUEST,{detail:{iconName:this._name}});this.dispatchEvent(e),e.icon!==null?(this._retrievedNameIcon=!0,e.icon.then(t=>{this._useFallback=!1,this._nameSvg=t})):(this._retrievedNameIcon=!1,this._useFallback=!0)}}connectedCallback(){super.connectedCallback(),this._retrievedNameIcon===!1&&this.requestIcon()}disconnectedCallback(){this._retrievedNameIcon=!1}firstUpdated(){this._retrievedNameIcon===!1&&this.requestIcon(),typeof this.label=="string"&&this.label.length>0?(this.setAttribute("role","img"),this.setAttribute("aria-label",this.label),this.removeAttribute("aria-hidden")):(this.removeAttribute("role"),this.removeAttribute("aria-label"),this.setAttribute("aria-hidden","true"))}render(){return this._useFallback===!0?this.fallback===null?l`<slot name="fallback"></slot>`:l`${ns(this.fallback)}`:this._nameSvg!==null?l`${ns(this._nameSvg)}`:this.svg!==null?l`${ns(this.svg)}`:l`<slot></slot>`}};We.styles=[b`
3402
3510
  :host {
@@ -4042,7 +4150,11 @@
4042
4150
  #caret-button:hover {
4043
4151
  background-color: var(
4044
4152
  --uui-menu-item-background-color-hover,
4045
- var(--uui-color-surface-emphasis,rgb(250, 250, 250))
4153
+ var(--uui-color-surface-emphasis,rgb(
4154
+ 250,
4155
+ 250,
4156
+ 250
4157
+ ))
4046
4158
  );
4047
4159
  }
4048
4160
  :host(:not([active], [selected], [disabled]))
@@ -4073,7 +4185,11 @@
4073
4185
  :host([active]) #caret-button:hover {
4074
4186
  background-color: var(
4075
4187
  --uui-menu-item-background-color-active-hover,
4076
- var(--uui-color-current-emphasis,rgb(248, 214, 211))
4188
+ var(--uui-color-current-emphasis,rgb(
4189
+ 248,
4190
+ 214,
4191
+ 211
4192
+ ))
4077
4193
  );
4078
4194
  }
4079
4195
 
@@ -4110,7 +4226,11 @@
4110
4226
  #caret-button:hover {
4111
4227
  background-color: var(
4112
4228
  --uui-menu-item-background-color-selected-hover,
4113
- var(--uui-color-selected-emphasis,rgb(70, 86, 200))
4229
+ var(--uui-color-selected-emphasis,rgb(
4230
+ 70,
4231
+ 86,
4232
+ 200
4233
+ ))
4114
4234
  );
4115
4235
  }
4116
4236
 
@@ -4122,7 +4242,11 @@
4122
4242
  border-radius: var(--uui-border-radius,3px);
4123
4243
  background-color: var(
4124
4244
  --uui-menu-item-background-color-highlight,
4125
- var(--uui-color-surface-emphasis,rgb(250, 250, 250))
4245
+ var(--uui-color-surface-emphasis,rgb(
4246
+ 250,
4247
+ 250,
4248
+ 250
4249
+ ))
4126
4250
  );
4127
4251
  }
4128
4252
 
@@ -4141,7 +4265,11 @@
4141
4265
  border-radius: var(--uui-border-radius,3px);
4142
4266
  background-color: var(
4143
4267
  --uui-menu-item-background-color-highlight-active-selected,
4144
- var(--uui-color-current-emphasis,rgb(248, 214, 211))
4268
+ var(--uui-color-current-emphasis,rgb(
4269
+ 248,
4270
+ 214,
4271
+ 211
4272
+ ))
4145
4273
  );
4146
4274
  }
4147
4275
 
@@ -4173,7 +4301,11 @@
4173
4301
  border-radius: var(--uui-border-radius,3px);
4174
4302
  background-color: var(
4175
4303
  --uui-menu-item-background-color-highlight-selectable-selected,
4176
- var(--uui-color-surface-emphasis,rgb(250, 250, 250))
4304
+ var(--uui-color-surface-emphasis,rgb(
4305
+ 250,
4306
+ 250,
4307
+ 250
4308
+ ))
4177
4309
  );
4178
4310
  color: var(
4179
4311
  --uui-menu-item-color-highlight-selectable-selected,
@@ -4738,11 +4870,19 @@
4738
4870
  }
4739
4871
 
4740
4872
  input:checked:hover ~ #button {
4741
- border: 1px solid var(--uui-color-selected-emphasis,rgb(70, 86, 200));
4873
+ border: 1px solid var(--uui-color-selected-emphasis,rgb(
4874
+ 70,
4875
+ 86,
4876
+ 200
4877
+ ));
4742
4878
  }
4743
4879
 
4744
4880
  input:checked:hover ~ #button::after {
4745
- background-color: var(--uui-color-selected-emphasis,rgb(70, 86, 200));
4881
+ background-color: var(--uui-color-selected-emphasis,rgb(
4882
+ 70,
4883
+ 86,
4884
+ 200
4885
+ ));
4746
4886
  }
4747
4887
 
4748
4888
  :host([disabled]) label {
@@ -4789,7 +4929,11 @@
4789
4929
  :host(:not([pristine]):invalid),
4790
4930
  /* polyfill support */
4791
4931
  :host(:not([pristine])[internals-invalid]) {
4792
- border: 1px solid var(--uui-color-invalid-standalone,rgb(191, 33, 78));
4932
+ border: 1px solid var(--uui-color-invalid-standalone,rgb(
4933
+ 191,
4934
+ 33,
4935
+ 78
4936
+ ));
4793
4937
  }
4794
4938
  `],ua([a({type:Boolean,reflect:!0})],li.prototype,"disabled",2),ua([a({type:Boolean,reflect:!0})],li.prototype,"readonly",2),li=ua([v("uui-radio-group")],li);class Ge extends A{constructor(t,i={}){super(t,{bubbles:!0,...i})}}Ge.INPUT="input",Ge.CHANGE="change";var Wb=Object.defineProperty,Fb=Object.getOwnPropertyDescriptor,uc=e=>{throw TypeError(e)},j=(e,t,i,o)=>{for(var r=o>1?void 0:o?Fb(t,i):t,s=e.length-1,n;s>=0;s--)(n=e[s])&&(r=(o?n(t,i,r):n(r))||r);return o&&r&&Wb(t,i,r),r},cc=(e,t,i)=>t.has(e)||uc("Cannot "+i),Gb=(e,t,i)=>(cc(e,t,"read from private field"),i?i.call(e):t.get(e)),hc=(e,t,i)=>t.has(e)?uc("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,i),ir=(e,t,i)=>(cc(e,t,"access private method"),i),Ut,ui,ma;const _a={TOP:3,CENTER:2},Rr=18,rr=3,ct=12,qb=24,ya=e=>{const t=e.toString().indexOf(".");return t>=0?e.toString().length-t-1:0};let T=class extends Ne(g,""){constructor(){super(),hc(this,Ut),this.disabled=!1,this.readonly=!1,this._min=0,this._max=0,this.hideStepValues=!1,this._step=1,this._movement=!1,this.startPoint={mouse:0,low:0,high:0},this._lowInputValue=0,this._highInputValue=0,this._trackWidth=0,this._lowValuePercentStart=0,this._highValuePercentEnd=100,hc(this,ma,e=>{e.key=="Enter"&&this.submit()}),this._onTouchStart=e=>{if(this.disabled)return;const t=e.composedPath()[0];if(t!==this._outerTrack)if(t===this._innerColor||t===this._innerColorThumb)window.addEventListener("touchend",this._onTouchEnd),window.addEventListener("touchcancel",this._onTouchEnd),window.addEventListener("touchmove",this._onTouchMove),this._movement=!0,this._saveStartPoints(e.touches[0].pageX);else{const i=this._getClickedValue(e.touches[0].pageX),o=Math.abs(this._lowInputValue-i),r=Math.abs(this._highInputValue-i);o<r?this.setValueLow(i):this.setValueHigh(i)}},this._onTouchMove=e=>{this._dragBothValuesByMousePos(e.touches[0].pageX)},this._onTouchEnd=()=>{this._movement=!1,this.onChanged(),window.removeEventListener("touchend",this._onTouchEnd),window.removeEventListener("touchcancel",this._onTouchEnd),window.removeEventListener("touchmove",this._onTouchMove)},this._onMouseDown=e=>{if(this.disabled||this.readonly)return;const t=e.composedPath()[0];if(t!==this._outerTrack)if(t===this._innerColor||t===this._innerColorThumb)window.addEventListener("mouseup",this._onMouseUp),window.addEventListener("mousemove",this._onMouseMove),this._movement=!0,this._saveStartPoints(e.pageX);else{const i=this._getClickedValue(e.pageX),o=Math.abs(this._lowInputValue-i),r=Math.abs(this._highInputValue-i);o<r?this.setValueLow(i):this.setValueHigh(i)}},this._onMouseMove=e=>{e.preventDefault(),this._dragBothValuesByMousePos(e.pageX)},this._onMouseUp=()=>{this._movement=!1,this.onChanged(),window.removeEventListener("mouseup",this._onMouseUp),window.removeEventListener("mousemove",this._onMouseMove)},this.addEventListener("keydown",Gb(this,ma)),this.addEventListener("mousedown",this._onMouseDown),this.addEventListener("touchstart",this._onTouchStart),window.addEventListener("resize",()=>{this._trackWidth=this._outerTrack?.offsetWidth})}get min(){return this._min}set min(e){this._min=e,ir(this,Ut,ui).call(this)}get max(){return this._max}set max(e){this._max=e,ir(this,Ut,ui).call(this)}get step(){return this._step}set step(e){this._step=e,ir(this,Ut,ui).call(this)}get minGap(){return this._minGap}set minGap(e){this._minGap=e,ir(this,Ut,ui).call(this)}get maxGap(){return this._maxGap}set maxGap(e){this._maxGap=e,ir(this,Ut,ui).call(this)}get value(){return super.value}set value(e){super.value=e,ir(this,Ut,ui).call(this)}setValueLow(e){e=M(e,this.maxGap?this._highInputValue-this.maxGap>this.min?this._highInputValue-this.maxGap:this.min:this.min,this.minGap?this._highInputValue-this.minGap:this._highInputValue-this.step),this.setValue(e,this._highInputValue)}setValueHigh(e){e=M(e,this.minGap?this._lowInputValue+this.minGap:this._lowInputValue+this.step,this.maxGap?this.maxGap+this._lowInputValue<this.max?this.maxGap+this._lowInputValue:this.max:this.max),this.setValue(this._lowInputValue,e)}setValue(e,t,i){if(i){const o=this.startPoint.high-this.startPoint.low;e=M(e,this.min,this.max-o),t=M(t,this.min+o,this.max)}this._inputLow.value=e.toString(),this._inputHigh.value=t.toString(),this.value=`${e},${t}`}getFormElement(){return this._currentFocus?this._currentFocus:this._inputLow}async focus(){await this.updateComplete,this.getFormElement().focus()}async blur(){await this.updateComplete,this.getFormElement().blur()}connectedCallback(){super.connectedCallback(),this.value||(this.value=`${this._min},${this._max}`)}firstUpdated(e){super.updated(e),this._trackWidth=this._outerTrack.offsetWidth,this._runPropertiesChecks()}_runPropertiesChecks(){if(new RegExp(/^-?\d+(\.\d+)?,-?\d+(\.\d+)?$/).test(this.value)||console.error("Range slider (Value error occurred): Bad input"),this._highInputValue===this._lowInputValue&&console.error("Range slider (Value error occurred): Low-end and high-end value should never be equal. Use <uui-slider></uui-slider> instead."),this._lowInputValue>this._highInputValue&&console.error("Range slider (Value error occurred): Low-end value should never be higher than high-end value."),(this._highInputValue>this._max||this._highInputValue<this._min)&&(this.setValueHigh(this._max),console.warn(`Conflict with the high-end value and max value. High-end value has been converted to the max value (${this._max})`)),(this._lowInputValue<this._min||this._lowInputValue>this._max)&&(this.setValueLow(this._min),console.warn(`Conflict with the low-end value and min value. Low-end value has been converted to the min value (${this._min})`)),this._step<=0&&(this._step=1,console.warn("Property step needs a value higher than 0. Converted the step value to 1 (default)")),(this._max-this._min)/this._step%1!==0&&console.error("Conflict with step value and the min and max values. May experience bad side effects"),this._minGap&&this._minGap<this._step&&(this._minGap=void 0,console.warn("Conflict with min-gap and step value. The min-gap needs to be higher than the step value. Removed the min-gap property.")),this._minGap&&this._maxGap&&this._minGap>this._maxGap&&(this._minGap=void 0,this._maxGap=void 0,console.warn("Conflict with min-gap and max-gap. Removed the min-gap and max-gap properties.")),this._minGap&&this._max-this._min<this._minGap&&(this._minGap=void 0,console.warn("Conflict with the min-gap and the total range. Removed the min-gap.")),this._maxGap&&this._highInputValue-this._lowInputValue>this._maxGap&&(this.setValueHigh(this._lowInputValue+this._maxGap),console.warn(`Conflict with value and max-gap. High-end value has been converted to the highest possible value based on the low-end value and the max gap value (${this._highInputValue})`)),this._minGap&&this._highInputValue-this._lowInputValue<this._minGap){const t=this._minGap;this._highInputValue-t<this._min?(this.setValueHigh(this._lowInputValue+t),console.warn(`Conflict with value and min gap. High-end value has been converted to the lowest possible value based on the low-end value and the min gap value (${this._highInputValue}).`)):(this.setValueLow(this._highInputValue-t),console.warn(`Conflict with value and min gap. Low-end value has been converted to the highest possible value based on the high-end value and the min gap value (${this._lowInputValue}).`))}}_updateInnerColor(){const e=this._max-this._min,t=this._lowInputValue-this._min,i=this._highInputValue-this._min,o=t/e*100,r=100-i/e*100;this._lowValuePercentStart=M(o,0,100),this._highValuePercentEnd=M(r,0,100)}_getClickedValue(e){const t=this._outerTrack.getBoundingClientRect().left,r=(e-t-ct)/(this._trackWidth-ct*2)*(this._max-this._min)+this._min;return Math.round(r/this._step)*this._step}_saveStartPoints(e){this.startPoint={mouse:e,low:this._lowInputValue,high:this._highInputValue}}_dragBothValuesByMousePos(e){const t=this._outerTrack.offsetWidth,i=e-this.startPoint.mouse,o=this._max-this._min,r=i/(t+ct*2),s=Math.round(r*o/this._step)*this._step,n=this.startPoint.low+s,u=this.startPoint.high+s;this.setValue(n,u,!0),this.dispatchEvent(new Ge(Ge.INPUT))}_onLowInput(e){this.disabled&&e.preventDefault(),this.readonly&&e.preventDefault(),this._currentFocus=this._inputLow;const t=Number(e.target.value);this.setValueLow(t),this.dispatchEvent(new Ge(Ge.INPUT))}_onHighInput(e){this.disabled&&e.preventDefault(),this.readonly&&e.preventDefault(),this._currentFocus=this._inputHigh;const t=Number(e.target.value);this.setValueHigh(t),this.dispatchEvent(new Ge(Ge.INPUT))}_onLowChange(){this.setValueLow(Number(this._inputLow.value)),this.onChanged()}_onHighChange(){this.setValueHigh(Number(this._inputHigh.value)),this.onChanged()}onChanged(){this.pristine=!1,this.dispatchEvent(new Ge(Ge.CHANGE))}render(){return l`
4795
4939
  <div id="range-slider">
@@ -4852,13 +4996,21 @@
4852
4996
  </div>`}};Ut=new WeakSet,ui=function(){const e=this.value.split(",");let t=Number(e[0])||0,i=Number(e[1])||0;i=M(i,this._min,this._max),t=this._min+Math.round((t-this._min)/this._step)*this._step,i=this._min+Math.round((i-this._min)/this._step)*this._step,this._lowInputValue=M(t,this._min,this._minGap?i-this._minGap:i-this._step),this._highInputValue=M(i,this._minGap?this._lowInputValue+this._minGap:this._lowInputValue+this._step,Math.min(this._maxGap?t+this._maxGap:this._max,this._max)),this._updateInnerColor(),this.requestUpdate()},ma=new WeakMap,T.formAssociated=!0,T.styles=[b`
4853
4997
  :host {
4854
4998
  --color-interactive: var(--uui-color-selected,#3544b1);
4855
- --color-hover: var(--uui-color-selected-emphasis,rgb(70, 86, 200));
4999
+ --color-hover: var(--uui-color-selected-emphasis,rgb(
5000
+ 70,
5001
+ 86,
5002
+ 200
5003
+ ));
4856
5004
  --color-focus: var(--uui-color-focus,#3879ff);
4857
5005
  min-height: 30px;
4858
5006
  }
4859
5007
 
4860
5008
  :host([error]) {
4861
- --color-interactive: var(--uui-color-invalid-standalone,rgb(191, 33, 78));
5009
+ --color-interactive: var(--uui-color-invalid-standalone,rgb(
5010
+ 191,
5011
+ 33,
5012
+ 78
5013
+ ));
4862
5014
  --color-hover: var(--uui-color-invalid,#d42054);
4863
5015
  }
4864
5016
 
@@ -4936,11 +5088,19 @@
4936
5088
  }
4937
5089
 
4938
5090
  :host([error]) .color {
4939
- background-color: var(--uui-color-invalid-standalone,rgb(191, 33, 78));
5091
+ background-color: var(--uui-color-invalid-standalone,rgb(
5092
+ 191,
5093
+ 33,
5094
+ 78
5095
+ ));
4940
5096
  }
4941
5097
  :host([error]) #inner-color-thumb:hover ~ .color,
4942
5098
  :host([error]) #inner-color-thumb:focus ~ .color {
4943
- background-color: var(--uui-color-invalid-emphasis,rgb(226, 60, 107));
5099
+ background-color: var(--uui-color-invalid-emphasis,rgb(
5100
+ 226,
5101
+ 60,
5102
+ 107
5103
+ ));
4944
5104
  }
4945
5105
 
4946
5106
  /** Steps */
@@ -4968,7 +5128,11 @@
4968
5128
  }
4969
5129
 
4970
5130
  :host([error]) .track-step.filled {
4971
- fill: var(--uui-color-invalid-emphasis,rgb(226, 60, 107));
5131
+ fill: var(--uui-color-invalid-emphasis,rgb(
5132
+ 226,
5133
+ 60,
5134
+ 107
5135
+ ));
4972
5136
  }
4973
5137
 
4974
5138
  :host #inner-color-thumb.active ~ .step-wrapper .track-step.filled,
@@ -5328,7 +5492,11 @@
5328
5492
  }
5329
5493
 
5330
5494
  :host([standalone][disabled]) {
5331
- border-color: var(--uui-color-disabled-standalone,rgb(226, 226, 226));
5495
+ border-color: var(--uui-color-disabled-standalone,rgb(
5496
+ 226,
5497
+ 226,
5498
+ 226
5499
+ ));
5332
5500
  }
5333
5501
 
5334
5502
  slot[name='tag'] {
@@ -5583,11 +5751,19 @@
5583
5751
  }
5584
5752
 
5585
5753
  :host([error]) #native {
5586
- border: 1px solid var(--uui-color-invalid-standalone,rgb(191, 33, 78));
5754
+ border: 1px solid var(--uui-color-invalid-standalone,rgb(
5755
+ 191,
5756
+ 33,
5757
+ 78
5758
+ ));
5587
5759
  }
5588
5760
 
5589
5761
  :host([error]) #native[disabled] {
5590
- border: 1px solid var(--uui-color-invalid-standalone,rgb(191, 33, 78));
5762
+ border: 1px solid var(--uui-color-invalid-standalone,rgb(
5763
+ 191,
5764
+ 33,
5765
+ 78
5766
+ ));
5591
5767
  }
5592
5768
  `],De([a({type:String})],fe.prototype,"label",2),De([a()],fe.prototype,"placeholder",2),De([a({type:Boolean,reflect:!0})],fe.prototype,"disabled",2),De([a({type:Boolean,reflect:!0})],fe.prototype,"readonly",2),De([a({type:Boolean,reflect:!0})],fe.prototype,"error",2),De([a({type:Array,attribute:!1})],fe.prototype,"options",2),De([_()],fe.prototype,"_groups",2),De([a()],fe.prototype,"disabledGroups",2),De([_()],fe.prototype,"_disabledGroups",2),De([O("#native")],fe.prototype,"_input",2),fe=De([v("uui-select")],fe);const m0=b`
5593
5769
  input[type='range'] {
@@ -5803,7 +5979,11 @@
5803
5979
  }
5804
5980
  :host([disabled]) #thumb {
5805
5981
  background-color: var(--uui-color-disabled,#f3f3f5);
5806
- border-color: var(--uui-color-disabled-standalone,rgb(226, 226, 226));
5982
+ border-color: var(--uui-color-disabled-standalone,rgb(
5983
+ 226,
5984
+ 226,
5985
+ 226
5986
+ ));
5807
5987
  }
5808
5988
 
5809
5989
  #thumb:after {
@@ -5864,7 +6044,11 @@
5864
6044
  }
5865
6045
 
5866
6046
  :host(:not([pristine]):invalid) #thumb {
5867
- border-color: var(--uui-color-invalid-standalone,rgb(191, 33, 78));
6047
+ border-color: var(--uui-color-invalid-standalone,rgb(
6048
+ 191,
6049
+ 33,
6050
+ 78
6051
+ ));
5868
6052
  }
5869
6053
  :host(:not([pristine]):invalid) #thumb:after {
5870
6054
  background-color: var(--uui-color-invalid,#d42054);
@@ -5873,7 +6057,11 @@
5873
6057
  // readonly
5874
6058
  :host([readonly]) #thumb {
5875
6059
  background-color: var(--uui-color-disabled,#f3f3f5);
5876
- border-color: var(--uui-color-disabled-standalone,rgb(226, 226, 226));
6060
+ border-color: var(--uui-color-disabled-standalone,rgb(
6061
+ 226,
6062
+ 226,
6063
+ 226
6064
+ ));
5877
6065
  }
5878
6066
 
5879
6067
  :host([readonly]) #thumb-label {
@@ -6305,10 +6493,18 @@
6305
6493
  }
6306
6494
 
6307
6495
  #button:hover::before {
6308
- background-color: var(--uui-color-current-emphasis,rgb(248, 214, 211));
6496
+ background-color: var(--uui-color-current-emphasis,rgb(
6497
+ 248,
6498
+ 214,
6499
+ 211
6500
+ ));
6309
6501
  }
6310
6502
  :host([disabled]) #button::before {
6311
- background-color: var(--uui-color-disabled-standalone,rgb(226, 226, 226));
6503
+ background-color: var(--uui-color-disabled-standalone,rgb(
6504
+ 226,
6505
+ 226,
6506
+ 226
6507
+ ));
6312
6508
  }
6313
6509
 
6314
6510
  slot[name='icon']::slotted(*) {
@@ -6461,12 +6657,20 @@
6461
6657
 
6462
6658
  :host {
6463
6659
  --color: var(--uui-color-default,#1b264f);
6464
- --color-standalone: var(--uui-color-default-standalone,rgb(28, 35, 59));
6660
+ --color-standalone: var(--uui-color-default-standalone,rgb(
6661
+ 28,
6662
+ 35,
6663
+ 59
6664
+ ));
6465
6665
  --color-contrast: var(--uui-color-default-contrast,#fff);
6466
6666
  }
6467
6667
  :host([color='positive']) {
6468
6668
  --color: var(--uui-color-positive,#0b8152);
6469
- --color-standalone: var(--uui-color-positive-standalone,rgb(10, 115, 73));
6669
+ --color-standalone: var(--uui-color-positive-standalone,rgb(
6670
+ 10,
6671
+ 115,
6672
+ 73
6673
+ ));
6470
6674
  --color-contrast: var(--uui-color-positive-contrast,#fff);
6471
6675
  }
6472
6676
  :host([color='warning']) {
@@ -6476,12 +6680,20 @@
6476
6680
  }
6477
6681
  :host([color='danger']) {
6478
6682
  --color: var(--uui-color-danger,#d42054);
6479
- --color-standalone: var(--uui-color-danger-standalone,rgb(191, 33, 78));
6683
+ --color-standalone: var(--uui-color-danger-standalone,rgb(
6684
+ 191,
6685
+ 33,
6686
+ 78
6687
+ ));
6480
6688
  --color-contrast: var(--uui-color-danger-contrast,white);
6481
6689
  }
6482
6690
  :host([color='invalid']) {
6483
6691
  --color: var(--uui-color-invalid,#d42054);
6484
- --color-standalone: var(--uui-color-invalid-standalone,rgb(191, 33, 78));
6692
+ --color-standalone: var(--uui-color-invalid-standalone,rgb(
6693
+ 191,
6694
+ 33,
6695
+ 78
6696
+ ));
6485
6697
  --color-contrast: var(--uui-color-invalid-contrast,white);
6486
6698
  }
6487
6699
 
@@ -6552,7 +6764,11 @@
6552
6764
  textarea[readonly] {
6553
6765
  border-color: var(
6554
6766
  --uui-textarea-border-color-readonly,
6555
- var(--uui-color-disabled-standalone,rgb(226, 226, 226))
6767
+ var(--uui-color-disabled-standalone,rgb(
6768
+ 226,
6769
+ 226,
6770
+ 226
6771
+ ))
6556
6772
  );
6557
6773
  background-color: var(
6558
6774
  --uui-textarea-background-color-readonly,
@@ -6850,7 +7066,11 @@
6850
7066
  );
6851
7067
  background-color: var(
6852
7068
  --uui-toggle-background-color-focus,
6853
- var(--uui-color-surface-emphasis,rgb(250, 250, 250))
7069
+ var(--uui-color-surface-emphasis,rgb(
7070
+ 250,
7071
+ 250,
7072
+ 250
7073
+ ))
6854
7074
  );
6855
7075
  }
6856
7076
 
@@ -6859,11 +7079,19 @@
6859
7079
  }
6860
7080
 
6861
7081
  label:hover input:checked:not([disabled]) ~ #toggle {
6862
- background-color: var(--uui-color-selected-emphasis,rgb(70, 86, 200));
7082
+ background-color: var(--uui-color-selected-emphasis,rgb(
7083
+ 70,
7084
+ 86,
7085
+ 200
7086
+ ));
6863
7087
  }
6864
7088
 
6865
7089
  label:focus input:checked ~ #toggle {
6866
- background-color: var(--uui-color-selected-emphasis,rgb(70, 86, 200));
7090
+ background-color: var(--uui-color-selected-emphasis,rgb(
7091
+ 70,
7092
+ 86,
7093
+ 200
7094
+ ));
6867
7095
  }
6868
7096
 
6869
7097
  #icon-checked,
@@ -6924,7 +7152,11 @@
6924
7152
  }
6925
7153
 
6926
7154
  :host([disabled]) #toggle {
6927
- background-color: var(--uui-color-disabled-standalone,rgb(226, 226, 226));
7155
+ background-color: var(--uui-color-disabled-standalone,rgb(
7156
+ 226,
7157
+ 226,
7158
+ 226
7159
+ ));
6928
7160
  }
6929
7161
  :host([disabled]) input:checked ~ #toggle {
6930
7162
  background-color: var(--uui-color-disabled-contrast,#c4c4c4);
@@ -6947,7 +7179,11 @@
6947
7179
  /* polyfill support */
6948
7180
  :host(:not([pristine])[internals-invalid]) #toggle,
6949
7181
  :host(:not([pristine])[internals-invalid]) label:hover #toggle {
6950
- border: 1px solid var(--uui-color-invalid-standalone,rgb(191, 33, 78));
7182
+ border: 1px solid var(--uui-color-invalid-standalone,rgb(
7183
+ 191,
7184
+ 33,
7185
+ 78
7186
+ ));
6951
7187
  }
6952
7188
  `],no=pg([v("uui-toggle")],no);var vg=Object.getOwnPropertyDescriptor,fg=(e,t,i,o)=>{for(var r=o>1?void 0:o?vg(t,i):t,s=e.length-1,n;s>=0;s--)(n=e[s])&&(r=n(r)||r);return r};let Hs=class extends g{render(){return l`<slot></slot>`}};Hs.styles=[b`
6953
7189
  :host(:not(:focus-within)) {