xmlui 0.9.63 → 0.9.65

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 (44) hide show
  1. package/dist/lib/{apiInterceptorWorker-DYPN1T0q.mjs → apiInterceptorWorker-COjte0L0.mjs} +1 -1
  2. package/dist/lib/{index-BcEgj7aN.mjs → index-E-Ytu3U3.mjs} +27231 -16682
  3. package/dist/lib/index.css +1 -1
  4. package/dist/lib/language-server-web-worker.mjs +1 -1
  5. package/dist/lib/language-server.mjs +1 -1
  6. package/dist/lib/{metadata-utils-DJM8orNd.mjs → metadata-utils-CeJek2aP.mjs} +1 -1
  7. package/dist/lib/{server-common-D0VA8gIv.mjs → server-common-Dtnes4sR.mjs} +79 -54
  8. package/dist/lib/{transform-BdB0APqE.mjs → transform--lQ60cbR.mjs} +61 -88
  9. package/dist/lib/xmlui-parser.d.ts +50 -2
  10. package/dist/lib/xmlui-parser.mjs +2 -2
  11. package/dist/lib/{xmlui-serializer-COAfRndx.mjs → xmlui-serializer-B1QY_Hg9.mjs} +11 -3
  12. package/dist/lib/xmlui.d.ts +52 -3
  13. package/dist/lib/xmlui.mjs +2 -2
  14. package/dist/metadata/{apiInterceptorWorker-PHZNbofw.mjs → apiInterceptorWorker-BK3aQR7T.mjs} +1 -1
  15. package/dist/metadata/{collectedComponentMetadata-BGIWhaXW.mjs → collectedComponentMetadata-yjl6u0V8.mjs} +25697 -16431
  16. package/dist/metadata/style.css +1 -1
  17. package/dist/metadata/xmlui-metadata.mjs +1 -1
  18. package/dist/metadata/xmlui-metadata.umd.js +149 -120
  19. package/dist/scripts/package.json +6 -1
  20. package/dist/scripts/src/components/Charts/BarChart/BarChartNative.js +6 -1
  21. package/dist/scripts/src/components/Charts/LineChart/LineChartNative.js +6 -1
  22. package/dist/scripts/src/components/CodeBlock/highlight-code.js +34 -13
  23. package/dist/scripts/src/components/ComponentProvider.js +4 -0
  24. package/dist/scripts/src/components/FormItem/FormItem.js +1 -0
  25. package/dist/scripts/src/components/FormSection/FormSection.js +42 -2
  26. package/dist/scripts/src/components/Icon/TableDeleteColumnIcon.js +7 -0
  27. package/dist/scripts/src/components/Icon/TableDeleteRowIcon.js +7 -0
  28. package/dist/scripts/src/components/Icon/TableInsertColumnIcon.js +7 -0
  29. package/dist/scripts/src/components/Icon/TableInsertRowIcon.js +7 -0
  30. package/dist/scripts/src/components/IconProvider.js +11 -0
  31. package/dist/scripts/src/components/Markdown/MarkdownNative.js +3 -3
  32. package/dist/scripts/src/components/Markdown/utils.js +13 -8
  33. package/dist/scripts/src/components/NavPanel/NavPanelNative.js +4 -0
  34. package/dist/scripts/src/components/NestedApp/AppWithCodeViewNative.js +3 -3
  35. package/dist/scripts/src/components/NestedApp/NestedAppNative.js +4 -3
  36. package/dist/scripts/src/components/NestedApp/defaultProps.js +1 -0
  37. package/dist/scripts/src/components/RadioGroup/RadioGroup.js +4 -6
  38. package/dist/scripts/src/components/TableEditor/TableEditor.js +183 -0
  39. package/dist/scripts/src/components/TableEditor/TableEditorNative.js +8 -0
  40. package/dist/scripts/src/parsers/xmlui-parser/transform.js +0 -31
  41. package/dist/standalone/xmlui-standalone.es.d.ts +52 -3
  42. package/dist/standalone/xmlui-standalone.umd.js +269 -237
  43. package/package.json +6 -1
  44. package/dist/scripts/src/components-core/theming/themes/solid.js +0 -16
@@ -1,4 +1,4 @@
1
- import { m as o, s as n } from "./server-common-D0VA8gIv.mjs";
1
+ import { m as o, s as n } from "./server-common-Dtnes4sR.mjs";
2
2
  var e = o;
3
3
  const s = new e.BrowserMessageReader(self);
4
4
  s.listen((r) => {
@@ -1,4 +1,4 @@
1
- import { m as n, s as a } from "./server-common-D0VA8gIv.mjs";
1
+ import { m as n, s as a } from "./server-common-Dtnes4sR.mjs";
2
2
  var o = n;
3
3
  function r() {
4
4
  const t = o.createConnection(o.ProposedFeatures.all);
@@ -1,4 +1,4 @@
1
- import { u as m, x as f } from "./transform-BdB0APqE.mjs";
1
+ import { u as m, x as f } from "./transform--lQ60cbR.mjs";
2
2
  const P = [
3
3
  {
4
4
  value: "_self",
@@ -1,7 +1,7 @@
1
1
  import { MarkupKind as Vl, CompletionItemKind as Ot, TextDocuments as cn, TextDocumentSyncKind as vn, DidChangeConfigurationNotification as xn } from "vscode-languageserver";
2
2
  import { TextDocument as bn } from "vscode-languageserver-textdocument";
3
- import { S as k, B as zl, h as pn } from "./transform-BdB0APqE.mjs";
4
- import { a as hn, M as Hn } from "./metadata-utils-DJM8orNd.mjs";
3
+ import { S as k, B as zl, h as pn } from "./transform--lQ60cbR.mjs";
4
+ import { a as hn, M as Hn } from "./metadata-utils-CeJek2aP.mjs";
5
5
  var ae = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
6
6
  function gn(e) {
7
7
  if (e.__esModule) return e;
@@ -8360,6 +8360,7 @@ const Kd = {
8360
8360
  "Input:boxShadow-AutoComplete-default--hover": "var(--xmlui-boxShadow-AutoComplete-default--hover)",
8361
8361
  "Input:textColor-AutoComplete-default--hover": "var(--xmlui-textColor-AutoComplete-default--hover)",
8362
8362
  "Input:textColor-placeholder-AutoComplete-default": "var(--xmlui-textColor-placeholder-AutoComplete-default)",
8363
+ "Input:fontSize-placeholder-AutoComplete-default": "var(--xmlui-fontSize-placeholder-AutoComplete-default)",
8363
8364
  "Input:borderRadius-AutoComplete-error": "var(--xmlui-borderRadius-AutoComplete-error)",
8364
8365
  "Input:borderColor-AutoComplete-error": "var(--xmlui-borderColor-AutoComplete-error)",
8365
8366
  "Input:borderWidth-AutoComplete-error": "var(--xmlui-borderWidth-AutoComplete-error)",
@@ -8373,6 +8374,7 @@ const Kd = {
8373
8374
  "Input:boxShadow-AutoComplete-error--hover": "var(--xmlui-boxShadow-AutoComplete-error--hover)",
8374
8375
  "Input:textColor-AutoComplete-error--hover": "var(--xmlui-textColor-AutoComplete-error--hover)",
8375
8376
  "Input:textColor-placeholder-AutoComplete-error": "var(--xmlui-textColor-placeholder-AutoComplete-error)",
8377
+ "Input:fontSize-placeholder-AutoComplete-error": "var(--xmlui-fontSize-placeholder-AutoComplete-error)",
8376
8378
  "Input:borderRadius-AutoComplete-warning": "var(--xmlui-borderRadius-AutoComplete-warning)",
8377
8379
  "Input:borderColor-AutoComplete-warning": "var(--xmlui-borderColor-AutoComplete-warning)",
8378
8380
  "Input:borderWidth-AutoComplete-warning": "var(--xmlui-borderWidth-AutoComplete-warning)",
@@ -8386,6 +8388,7 @@ const Kd = {
8386
8388
  "Input:boxShadow-AutoComplete-warning--hover": "var(--xmlui-boxShadow-AutoComplete-warning--hover)",
8387
8389
  "Input:textColor-AutoComplete-warning--hover": "var(--xmlui-textColor-AutoComplete-warning--hover)",
8388
8390
  "Input:textColor-placeholder-AutoComplete-warning": "var(--xmlui-textColor-placeholder-AutoComplete-warning)",
8391
+ "Input:fontSize-placeholder-AutoComplete-warning": "var(--xmlui-fontSize-placeholder-AutoComplete-warning)",
8389
8392
  "Input:borderRadius-AutoComplete-success": "var(--xmlui-borderRadius-AutoComplete-success)",
8390
8393
  "Input:borderColor-AutoComplete-success": "var(--xmlui-borderColor-AutoComplete-success)",
8391
8394
  "Input:borderWidth-AutoComplete-success": "var(--xmlui-borderWidth-AutoComplete-success)",
@@ -8399,6 +8402,7 @@ const Kd = {
8399
8402
  "Input:boxShadow-AutoComplete-success--hover": "var(--xmlui-boxShadow-AutoComplete-success--hover)",
8400
8403
  "Input:textColor-AutoComplete-success--hover": "var(--xmlui-textColor-AutoComplete-success--hover)",
8401
8404
  "Input:textColor-placeholder-AutoComplete-success": "var(--xmlui-textColor-placeholder-AutoComplete-success)",
8405
+ "Input:fontSize-placeholder-AutoComplete-success": "var(--xmlui-fontSize-placeholder-AutoComplete-success)",
8402
8406
  "Input:backgroundColor-AutoComplete--disabled": "var(--xmlui-backgroundColor-AutoComplete--disabled)",
8403
8407
  "Input:textColor-AutoComplete--disabled": "var(--xmlui-textColor-AutoComplete--disabled)",
8404
8408
  "Input:borderColor-AutoComplete--disabled": "var(--xmlui-borderColor-AutoComplete--disabled)",
@@ -9643,6 +9647,7 @@ const Kd = {
9643
9647
  "Input:borderColor-Switch-error": "var(--xmlui-borderColor-Switch-error)",
9644
9648
  "Input:borderColor-Switch-warning": "var(--xmlui-borderColor-Switch-warning)",
9645
9649
  "Input:borderColor-Switch-success": "var(--xmlui-borderColor-Switch-success)",
9650
+ "backgroundColor-Switch-indicator--disabled": "var(--xmlui-backgroundColor-Switch-indicator--disabled)",
9646
9651
  "backgroundColor-indicator-Switch": "var(--xmlui-backgroundColor-indicator-Switch)",
9647
9652
  "Input:borderColor-checked-Switch": "var(--xmlui-borderColor-checked-Switch)",
9648
9653
  "Input:backgroundColor-checked-Switch": "var(--xmlui-backgroundColor-checked-Switch)",
@@ -10242,7 +10247,8 @@ const Kd = {
10242
10247
  "Input:outlineStyle-DatePicker-default--focus": "var(--xmlui-outlineStyle-DatePicker-default--focus)",
10243
10248
  "Input:outlineOffset-DatePicker-default--focus": "var(--xmlui-outlineOffset-DatePicker-default--focus)",
10244
10249
  "Input:textColor-placeholder-DatePicker-default": "var(--xmlui-textColor-placeholder-DatePicker-default)",
10245
- "Input:textColor-adornment-DatePicker-default": "var(--xmlui-textColor-adornment-DatePicker-default)",
10250
+ "Input:fontSize-placeholder-DatePicker-default": "var(--xmlui-fontSize-placeholder-DatePicker-default)",
10251
+ "Input:color-adornment-DatePicker-default": "var(--xmlui-color-adornment-DatePicker-default)",
10246
10252
  "Input:borderRadius-DatePicker-error": "var(--xmlui-borderRadius-DatePicker-error)",
10247
10253
  "Input:borderColor-DatePicker-error": "var(--xmlui-borderColor-DatePicker-error)",
10248
10254
  "Input:borderWidth-DatePicker-error": "var(--xmlui-borderWidth-DatePicker-error)",
@@ -10260,7 +10266,8 @@ const Kd = {
10260
10266
  "Input:outlineStyle-DatePicker-error--focus": "var(--xmlui-outlineStyle-DatePicker-error--focus)",
10261
10267
  "Input:outlineOffset-DatePicker-error--focus": "var(--xmlui-outlineOffset-DatePicker-error--focus)",
10262
10268
  "Input:textColor-placeholder-DatePicker-error": "var(--xmlui-textColor-placeholder-DatePicker-error)",
10263
- "Input:textColor-adornment-DatePicker-error": "var(--xmlui-textColor-adornment-DatePicker-error)",
10269
+ "Input:fontSize-placeholder-DatePicker-error": "var(--xmlui-fontSize-placeholder-DatePicker-error)",
10270
+ "Input:color-adornment-DatePicker-error": "var(--xmlui-color-adornment-DatePicker-error)",
10264
10271
  "Input:borderRadius-DatePicker-warning": "var(--xmlui-borderRadius-DatePicker-warning)",
10265
10272
  "Input:borderColor-DatePicker-warning": "var(--xmlui-borderColor-DatePicker-warning)",
10266
10273
  "Input:borderWidth-DatePicker-warning": "var(--xmlui-borderWidth-DatePicker-warning)",
@@ -10278,7 +10285,8 @@ const Kd = {
10278
10285
  "Input:outlineStyle-DatePicker-warning--focus": "var(--xmlui-outlineStyle-DatePicker-warning--focus)",
10279
10286
  "Input:outlineOffset-DatePicker-warning--focus": "var(--xmlui-outlineOffset-DatePicker-warning--focus)",
10280
10287
  "Input:textColor-placeholder-DatePicker-warning": "var(--xmlui-textColor-placeholder-DatePicker-warning)",
10281
- "Input:textColor-adornment-DatePicker-warning": "var(--xmlui-textColor-adornment-DatePicker-warning)",
10288
+ "Input:fontSize-placeholder-DatePicker-warning": "var(--xmlui-fontSize-placeholder-DatePicker-warning)",
10289
+ "Input:color-adornment-DatePicker-warning": "var(--xmlui-color-adornment-DatePicker-warning)",
10282
10290
  "Input:borderRadius-DatePicker-success": "var(--xmlui-borderRadius-DatePicker-success)",
10283
10291
  "Input:borderColor-DatePicker-success": "var(--xmlui-borderColor-DatePicker-success)",
10284
10292
  "Input:borderWidth-DatePicker-success": "var(--xmlui-borderWidth-DatePicker-success)",
@@ -10296,7 +10304,8 @@ const Kd = {
10296
10304
  "Input:outlineStyle-DatePicker-success--focus": "var(--xmlui-outlineStyle-DatePicker-success--focus)",
10297
10305
  "Input:outlineOffset-DatePicker-success--focus": "var(--xmlui-outlineOffset-DatePicker-success--focus)",
10298
10306
  "Input:textColor-placeholder-DatePicker-success": "var(--xmlui-textColor-placeholder-DatePicker-success)",
10299
- "Input:textColor-adornment-DatePicker-success": "var(--xmlui-textColor-adornment-DatePicker-success)",
10307
+ "Input:fontSize-placeholder-DatePicker-success": "var(--xmlui-fontSize-placeholder-DatePicker-success)",
10308
+ "Input:color-adornment-DatePicker-success": "var(--xmlui-color-adornment-DatePicker-success)",
10300
10309
  "Input:backgroundColor-DatePicker--disabled": "var(--xmlui-backgroundColor-DatePicker--disabled)",
10301
10310
  "Input:textColor-DatePicker--disabled": "var(--xmlui-textColor-DatePicker--disabled)",
10302
10311
  "Input:borderColor-DatePicker--disabled": "var(--xmlui-borderColor-DatePicker--disabled)",
@@ -11031,7 +11040,8 @@ const Kd = {
11031
11040
  "verticalAlignment-Footer": "var(--xmlui-verticalAlignment-Footer)",
11032
11041
  "maxWidth-content-Footer": "var(--xmlui-maxWidth-content-Footer)",
11033
11042
  "gap-Footer": "var(--xmlui-gap-Footer)",
11034
- "maxWidth-App": "var(--xmlui-maxWidth-App)"
11043
+ "maxWidth-App": "var(--xmlui-maxWidth-App)",
11044
+ "margin-Footer": "var(--xmlui-margin-Footer)"
11035
11045
  },
11036
11046
  limitThemeVarsToComponent: !0,
11037
11047
  defaultThemeVars: {
@@ -11043,6 +11053,7 @@ const Kd = {
11043
11053
  "borderTop-Footer": "1px solid $borderColor",
11044
11054
  "padding-Footer": "$space-2 $space-4",
11045
11055
  "gap-Footer": "$space-normal",
11056
+ "margin-Footer": "0 auto",
11046
11057
  light: {},
11047
11058
  dark: {}
11048
11059
  }
@@ -16221,7 +16232,8 @@ const Kd = {
16221
16232
  "Input:outlineStyle-NumberBox-default--focus": "var(--xmlui-outlineStyle-NumberBox-default--focus)",
16222
16233
  "Input:outlineOffset-NumberBox-default--focus": "var(--xmlui-outlineOffset-NumberBox-default--focus)",
16223
16234
  "Input:textColor-placeholder-NumberBox-default": "var(--xmlui-textColor-placeholder-NumberBox-default)",
16224
- "Input:textColor-adornment-NumberBox-default": "var(--xmlui-textColor-adornment-NumberBox-default)",
16235
+ "Input:fontSize-placeholder-NumberBox-default": "var(--xmlui-fontSize-placeholder-NumberBox-default)",
16236
+ "Input:color-adornment-NumberBox-default": "var(--xmlui-color-adornment-NumberBox-default)",
16225
16237
  "Input:borderRadius-NumberBox-error": "var(--xmlui-borderRadius-NumberBox-error)",
16226
16238
  "Input:borderColor-NumberBox-error": "var(--xmlui-borderColor-NumberBox-error)",
16227
16239
  "Input:borderWidth-NumberBox-error": "var(--xmlui-borderWidth-NumberBox-error)",
@@ -16243,7 +16255,8 @@ const Kd = {
16243
16255
  "Input:outlineStyle-NumberBox-error--focus": "var(--xmlui-outlineStyle-NumberBox-error--focus)",
16244
16256
  "Input:outlineOffset-NumberBox-error--focus": "var(--xmlui-outlineOffset-NumberBox-error--focus)",
16245
16257
  "Input:textColor-placeholder-NumberBox-error": "var(--xmlui-textColor-placeholder-NumberBox-error)",
16246
- "Input:textColor-adornment-NumberBox-error": "var(--xmlui-textColor-adornment-NumberBox-error)",
16258
+ "Input:fontSize-placeholder-NumberBox-error": "var(--xmlui-fontSize-placeholder-NumberBox-error)",
16259
+ "Input:color-adornment-NumberBox-error": "var(--xmlui-color-adornment-NumberBox-error)",
16247
16260
  "Input:borderRadius-NumberBox-warning": "var(--xmlui-borderRadius-NumberBox-warning)",
16248
16261
  "Input:borderColor-NumberBox-warning": "var(--xmlui-borderColor-NumberBox-warning)",
16249
16262
  "Input:borderWidth-NumberBox-warning": "var(--xmlui-borderWidth-NumberBox-warning)",
@@ -16265,7 +16278,8 @@ const Kd = {
16265
16278
  "Input:outlineStyle-NumberBox-warning--focus": "var(--xmlui-outlineStyle-NumberBox-warning--focus)",
16266
16279
  "Input:outlineOffset-NumberBox-warning--focus": "var(--xmlui-outlineOffset-NumberBox-warning--focus)",
16267
16280
  "Input:textColor-placeholder-NumberBox-warning": "var(--xmlui-textColor-placeholder-NumberBox-warning)",
16268
- "Input:textColor-adornment-NumberBox-warning": "var(--xmlui-textColor-adornment-NumberBox-warning)",
16281
+ "Input:fontSize-placeholder-NumberBox-warning": "var(--xmlui-fontSize-placeholder-NumberBox-warning)",
16282
+ "Input:color-adornment-NumberBox-warning": "var(--xmlui-color-adornment-NumberBox-warning)",
16269
16283
  "Input:borderRadius-NumberBox-success": "var(--xmlui-borderRadius-NumberBox-success)",
16270
16284
  "Input:borderColor-NumberBox-success": "var(--xmlui-borderColor-NumberBox-success)",
16271
16285
  "Input:borderWidth-NumberBox-success": "var(--xmlui-borderWidth-NumberBox-success)",
@@ -16287,7 +16301,8 @@ const Kd = {
16287
16301
  "Input:outlineStyle-NumberBox-success--focus": "var(--xmlui-outlineStyle-NumberBox-success--focus)",
16288
16302
  "Input:outlineOffset-NumberBox-success--focus": "var(--xmlui-outlineOffset-NumberBox-success--focus)",
16289
16303
  "Input:textColor-placeholder-NumberBox-success": "var(--xmlui-textColor-placeholder-NumberBox-success)",
16290
- "Input:textColor-adornment-NumberBox-success": "var(--xmlui-textColor-adornment-NumberBox-success)",
16304
+ "Input:fontSize-placeholder-NumberBox-success": "var(--xmlui-fontSize-placeholder-NumberBox-success)",
16305
+ "Input:color-adornment-NumberBox-success": "var(--xmlui-color-adornment-NumberBox-success)",
16291
16306
  "Input:backgroundColor-NumberBox--disabled": "var(--xmlui-backgroundColor-NumberBox--disabled)",
16292
16307
  "Input:textColor-NumberBox--disabled": "var(--xmlui-textColor-NumberBox--disabled)",
16293
16308
  "Input:borderColor-NumberBox--disabled": "var(--xmlui-borderColor-NumberBox--disabled)"
@@ -16534,28 +16549,28 @@ const Kd = {
16534
16549
  },
16535
16550
  themeVars: {
16536
16551
  "gap-RadioGroupOption": "var(--xmlui-gap-RadioGroupOption)",
16537
- "Input:backgroundColor-RadioGroupOption-default": "var(--xmlui-backgroundColor-RadioGroupOption-default)",
16538
16552
  "borderWidth-RadioGroupOption": "var(--xmlui-borderWidth-RadioGroupOption)",
16553
+ "borderWidth-RadioGroupOption-validation": "var(--xmlui-borderWidth-RadioGroupOption-validation)",
16539
16554
  "Input:borderColor-RadioGroupOption-default": "var(--xmlui-borderColor-RadioGroupOption-default)",
16555
+ "Input:borderColor-checked-RadioGroupOption": "var(--xmlui-borderColor-checked-RadioGroupOption)",
16540
16556
  "Input:borderColor-RadioGroupOption-default--hover": "var(--xmlui-borderColor-RadioGroupOption-default--hover)",
16541
16557
  "Input:borderColor-RadioGroupOption-default--active": "var(--xmlui-borderColor-RadioGroupOption-default--active)",
16542
16558
  "Input:borderColor-RadioGroupOption--disabled": "var(--xmlui-borderColor-RadioGroupOption--disabled)",
16543
- "Input:color-RadioGroupOption--disabled": "var(--xmlui-color-RadioGroupOption--disabled)",
16544
16559
  "Input:borderColor-RadioGroupOption-error": "var(--xmlui-borderColor-RadioGroupOption-error)",
16545
16560
  "Input:borderColor-RadioGroupOption-warning": "var(--xmlui-borderColor-RadioGroupOption-warning)",
16546
16561
  "Input:borderColor-RadioGroupOption-success": "var(--xmlui-borderColor-RadioGroupOption-success)",
16547
- "Input:backgroundColor-checked-RadioGroupOption-indicator": "var(--xmlui-backgroundColor-checked-RadioGroupOption-indicator)",
16548
- "backgroundColor-checked-RadioGroupOption-default": "var(--xmlui-backgroundColor-checked-RadioGroupOption-default)",
16549
- "backgroundColor-checked-RadioGroupOption--disabled": "var(--xmlui-backgroundColor-checked-RadioGroupOption--disabled)",
16550
- "backgroundColor-checked-RadioGroupOption-error": "var(--xmlui-backgroundColor-checked-RadioGroupOption-error)",
16551
- "backgroundColor-checked-RadioGroupOption-warning": "var(--xmlui-backgroundColor-checked-RadioGroupOption-warning)",
16552
- "backgroundColor-checked-RadioGroupOption-success": "var(--xmlui-backgroundColor-checked-RadioGroupOption-success)",
16562
+ "Input:backgroundColor-RadioGroupOption-default": "var(--xmlui-backgroundColor-RadioGroupOption-default)",
16563
+ "Input:backgroundColor-checked-RadioGroupOption": "var(--xmlui-backgroundColor-checked-RadioGroupOption)",
16564
+ "Input:backgroundColor-checked-indicator-RadioGroupOption": "var(--xmlui-backgroundColor-checked-indicator-RadioGroupOption)",
16565
+ "backgroundColor-RadioGroupOption-checked--disabled": "var(--xmlui-backgroundColor-RadioGroupOption-checked--disabled)",
16566
+ "Input:backgroundColor-RadioGroupOption-indicator--disabled": "var(--xmlui-backgroundColor-RadioGroupOption-indicator--disabled)",
16567
+ "Input:color-RadioGroupOption--disabled": "var(--xmlui-color-RadioGroupOption--disabled)",
16553
16568
  "Input:fontSize-RadioGroupOption": "var(--xmlui-fontSize-RadioGroupOption)",
16554
16569
  "Input:fontWeight-RadioGroupOption": "var(--xmlui-fontWeight-RadioGroupOption)",
16555
- "Input:color-RadioGroupOption-default": "var(--xmlui-color-RadioGroupOption-default)",
16556
- "Input:color-RadioGroupOption-error": "var(--xmlui-color-RadioGroupOption-error)",
16557
- "Input:color-RadioGroupOption-warning": "var(--xmlui-color-RadioGroupOption-warning)",
16558
- "Input:color-RadioGroupOption-success": "var(--xmlui-color-RadioGroupOption-success)",
16570
+ "Input:textColor-RadioGroupOption-default": "var(--xmlui-textColor-RadioGroupOption-default)",
16571
+ "Input:textColor-RadioGroupOption-error": "var(--xmlui-textColor-RadioGroupOption-error)",
16572
+ "Input:textColor-RadioGroupOption-warning": "var(--xmlui-textColor-RadioGroupOption-warning)",
16573
+ "Input:textColor-RadioGroupOption-success": "var(--xmlui-textColor-RadioGroupOption-success)",
16559
16574
  "Input:outlineWidth-RadioGroupOption--focus": "var(--xmlui-outlineWidth-RadioGroupOption--focus)",
16560
16575
  "Input:outlineColor-RadioGroupOption--focus": "var(--xmlui-outlineColor-RadioGroupOption--focus)",
16561
16576
  "Input:outlineStyle-RadioGroupOption--focus": "var(--xmlui-outlineStyle-RadioGroupOption--focus)",
@@ -16564,20 +16579,21 @@ const Kd = {
16564
16579
  defaultThemeVars: {
16565
16580
  "gap-RadioGroupOption": "$space-1_5",
16566
16581
  "borderWidth-RadioGroupOption": "1px",
16567
- "backgroundColor-checked-RadioGroupOption-indicator": "$backgroundColor-primary",
16568
- "backgroundColor-checked-RadioGroupOption--disabled": "$borderColor-RadioGroupOption--disabled",
16569
- "backgroundColor-checked-RadioGroupOption-error": "$borderColor-RadioGroupOption-error",
16570
- "backgroundColor-checked-RadioGroupOption-warning": "$borderColor-RadioGroupOption-warning",
16571
- "backgroundColor-checked-RadioGroupOption-success": "$borderColor-RadioGroupOption-success",
16572
- "fontSize-RadioGroupOption": "$fontSize-small",
16573
- "fontWeight-RadioGroupOption": "$fontWeight-bold",
16574
- "textColor-RadioGroupOption-error": "$borderColor-RadioGroupOption-error",
16575
- "textColor-RadioGroupOption-warning": "$borderColor-RadioGroupOption-warning",
16576
- "textColor-RadioGroupOption-success": "$borderColor-RadioGroupOption-success",
16577
- "backgroundColor-checked-RadioGroupOption-default": "$color-primary-500",
16582
+ "borderWidth-RadioGroupOption-validation": "2px",
16578
16583
  "borderColor-RadioGroupOption-default": "$color-surface-500",
16584
+ "borderColor-checked-RadioGroupOption": "$color-primary-500",
16579
16585
  "borderColor-RadioGroupOption-default--hover": "$color-surface-700",
16580
- "borderColor-RadioGroupOption-default--active": "$color-primary-500"
16586
+ "borderColor-RadioGroupOption-default--active": "$color-primary-500",
16587
+ "backgroundColor-RadioGroupOption--disabled": "$backgroundColor--disabled",
16588
+ "backgroundColor-checked-RadioGroupOption": "$color-primary-500",
16589
+ "backgroundColor-RadioGroupOption-checked--disabled": "$textColor--disabled",
16590
+ "backgroundColor-checked-indicator-RadioGroupOption": "transparent",
16591
+ "backgroundColor-RadioGroupOption-checked-indicator--disabled": "transparent",
16592
+ "backgroundColor-checked-RadioGroupOption-error": "$borderColor-error",
16593
+ "backgroundColor-checked-RadioGroupOption-warning": "$borderColor-warning",
16594
+ "backgroundColor-checked-RadioGroupOption-success": "$borderColor-success",
16595
+ "fontSize-RadioGroupOption": "$fontSize-small",
16596
+ "fontWeight-RadioGroupOption": "$fontWeight-bold"
16581
16597
  }
16582
16598
  },
16583
16599
  RealTimeAdapter: {
@@ -16791,6 +16807,7 @@ const Kd = {
16791
16807
  "Input:outlineColor-Select-default--focus": "var(--xmlui-outlineColor-Select-default--focus)",
16792
16808
  "Input:outlineStyle-Select-default--focus": "var(--xmlui-outlineStyle-Select-default--focus)",
16793
16809
  "Input:outlineOffset-Select-default--focus": "var(--xmlui-outlineOffset-Select-default--focus)",
16810
+ "Input:fontSize-placeholder-Select-default": "var(--xmlui-fontSize-placeholder-Select-default)",
16794
16811
  "Input:borderRadius-Select-error": "var(--xmlui-borderRadius-Select-error)",
16795
16812
  "Input:borderColor-Select-error": "var(--xmlui-borderColor-Select-error)",
16796
16813
  "Input:borderWidth-Select-error": "var(--xmlui-borderWidth-Select-error)",
@@ -16805,6 +16822,7 @@ const Kd = {
16805
16822
  "Input:outlineColor-Select-error--focus": "var(--xmlui-outlineColor-Select-error--focus)",
16806
16823
  "Input:outlineStyle-Select-error--focus": "var(--xmlui-outlineStyle-Select-error--focus)",
16807
16824
  "Input:outlineOffset-Select-error--focus": "var(--xmlui-outlineOffset-Select-error--focus)",
16825
+ "Input:fontSize-placeholder-Select-error": "var(--xmlui-fontSize-placeholder-Select-error)",
16808
16826
  "Input:borderRadius-Select-warning": "var(--xmlui-borderRadius-Select-warning)",
16809
16827
  "Input:borderColor-Select-warning": "var(--xmlui-borderColor-Select-warning)",
16810
16828
  "Input:borderWidth-Select-warning": "var(--xmlui-borderWidth-Select-warning)",
@@ -16819,6 +16837,7 @@ const Kd = {
16819
16837
  "Input:outlineColor-Select-warning--focus": "var(--xmlui-outlineColor-Select-warning--focus)",
16820
16838
  "Input:outlineStyle-Select-warning--focus": "var(--xmlui-outlineStyle-Select-warning--focus)",
16821
16839
  "Input:outlineOffset-Select-warning--focus": "var(--xmlui-outlineOffset-Select-warning--focus)",
16840
+ "Input:fontSize-placeholder-Select-warning": "var(--xmlui-fontSize-placeholder-Select-warning)",
16822
16841
  "Input:borderRadius-Select-success": "var(--xmlui-borderRadius-Select-success)",
16823
16842
  "Input:borderColor-Select-success": "var(--xmlui-borderColor-Select-success)",
16824
16843
  "Input:borderWidth-Select-success": "var(--xmlui-borderWidth-Select-success)",
@@ -16833,6 +16852,7 @@ const Kd = {
16833
16852
  "Input:outlineColor-Select-success--focus": "var(--xmlui-outlineColor-Select-success--focus)",
16834
16853
  "Input:outlineStyle-Select-success--focus": "var(--xmlui-outlineStyle-Select-success--focus)",
16835
16854
  "Input:outlineOffset-Select-success--focus": "var(--xmlui-outlineOffset-Select-success--focus)",
16855
+ "Input:fontSize-placeholder-Select-success": "var(--xmlui-fontSize-placeholder-Select-success)",
16836
16856
  "opacity-Select--disabled": "var(--xmlui-opacity-Select--disabled)",
16837
16857
  "Input:backgroundColor-Select--disabled": "var(--xmlui-backgroundColor-Select--disabled)",
16838
16858
  "Input:textColor-Select--disabled": "var(--xmlui-textColor-Select--disabled)",
@@ -16865,7 +16885,6 @@ const Kd = {
16865
16885
  "borderRadius-menu-Select": "$borderRadius",
16866
16886
  "borderWidth-menu-Select": "1px",
16867
16887
  "borderColor-menu-Select": "$borderColor",
16868
- "minHeight-Input": "39px",
16869
16888
  "backgroundColor-Select-badge": "$color-primary-500",
16870
16889
  "fontSize-Select-badge": "$fontSize-small",
16871
16890
  "paddingHorizontal-Select-badge": "$space-1",
@@ -16880,7 +16899,8 @@ const Kd = {
16880
16899
  "textColor-Select-badge": "$color-surface-50",
16881
16900
  "backgroundColor-item-Select": "$backgroundColor-dropdown-item",
16882
16901
  "backgroundColor-item-Select--hover": "$backgroundColor-dropdown-item--hover",
16883
- "backgroundColor-item-Select--active": "$backgroundColor-dropdown-item--active"
16902
+ "backgroundColor-item-Select--active": "$backgroundColor-dropdown-item--active",
16903
+ "borderColor-Select--disabled": "initial"
16884
16904
  }
16885
16905
  },
16886
16906
  SelectionStore: {
@@ -17862,6 +17882,7 @@ const Kd = {
17862
17882
  "Input:borderColor-Switch-error": "var(--xmlui-borderColor-Switch-error)",
17863
17883
  "Input:borderColor-Switch-warning": "var(--xmlui-borderColor-Switch-warning)",
17864
17884
  "Input:borderColor-Switch-success": "var(--xmlui-borderColor-Switch-success)",
17885
+ "backgroundColor-Switch-indicator--disabled": "var(--xmlui-backgroundColor-Switch-indicator--disabled)",
17865
17886
  "backgroundColor-indicator-Switch": "var(--xmlui-backgroundColor-indicator-Switch)",
17866
17887
  "Input:borderColor-checked-Switch": "var(--xmlui-borderColor-checked-Switch)",
17867
17888
  "Input:backgroundColor-checked-Switch": "var(--xmlui-backgroundColor-checked-Switch)",
@@ -17885,14 +17906,18 @@ const Kd = {
17885
17906
  "backgroundColor-checked-Switch-warning": "$borderColor-Switch-warning",
17886
17907
  "borderColor-checked-Switch-success": "$borderColor-Switch-success",
17887
17908
  "backgroundColor-checked-Switch-success": "$borderColor-Switch-success",
17888
- "backgroundColor-Switch": "$backgroundColor-primary",
17909
+ "backgroundColor-Switch": "$color-surface-0",
17889
17910
  "borderColor-Switch": "$color-surface-200",
17890
17911
  "borderWidth-Switch": "1px",
17891
- "backgroundColor-indicator-Switch": "$color-surface-200",
17912
+ "backgroundColor-indicator-Switch": "$color-surface-400",
17913
+ "backgroundColor-Switch-indicator--disabled": "$backgroundColor-primary",
17892
17914
  "backgroundColor-indicator-checked-Switch": "$backgroundColor-primary",
17893
17915
  "borderColor-checked-Switch": "$color-primary-500",
17894
17916
  "backgroundColor-checked-Switch": "$color-primary-500",
17895
- "backgroundColor-Switch--disabled": "$color-surface-200"
17917
+ "backgroundColor-Switch--disabled": "$color-surface-200",
17918
+ dark: {
17919
+ "backgroundColor-indicator-Switch": "$color-surface-500"
17920
+ }
17896
17921
  }
17897
17922
  },
17898
17923
  Table: {
@@ -19050,7 +19075,7 @@ const Kd = {
19050
19075
  "Input:outlineColor-Textarea-default--focus": "var(--xmlui-outlineColor-Textarea-default--focus)",
19051
19076
  "Input:outlineStyle-Textarea-default--focus": "var(--xmlui-outlineStyle-Textarea-default--focus)",
19052
19077
  "Input:outlineOffset-Textarea-default--focus": "var(--xmlui-outlineOffset-Textarea-default--focus)",
19053
- "Input:color-placeholder-Textarea-default": "var(--xmlui-color-placeholder-Textarea-default)",
19078
+ "Input:textColor-placeholder-Textarea-default": "var(--xmlui-textColor-placeholder-Textarea-default)",
19054
19079
  "Input:fontSize-placeholder-Textarea-default": "var(--xmlui-fontSize-placeholder-Textarea-default)",
19055
19080
  "Input:borderRadius-Textarea-error": "var(--xmlui-borderRadius-Textarea-error)",
19056
19081
  "Input:borderColor-Textarea-error": "var(--xmlui-borderColor-Textarea-error)",
@@ -19073,7 +19098,7 @@ const Kd = {
19073
19098
  "Input:outlineColor-Textarea-error--focus": "var(--xmlui-outlineColor-Textarea-error--focus)",
19074
19099
  "Input:outlineStyle-Textarea-error--focus": "var(--xmlui-outlineStyle-Textarea-error--focus)",
19075
19100
  "Input:outlineOffset-Textarea-error--focus": "var(--xmlui-outlineOffset-Textarea-error--focus)",
19076
- "Input:color-placeholder-Textarea-error": "var(--xmlui-color-placeholder-Textarea-error)",
19101
+ "Input:textColor-placeholder-Textarea-error": "var(--xmlui-textColor-placeholder-Textarea-error)",
19077
19102
  "Input:fontSize-placeholder-Textarea-error": "var(--xmlui-fontSize-placeholder-Textarea-error)",
19078
19103
  "Input:borderRadius-Textarea-warning": "var(--xmlui-borderRadius-Textarea-warning)",
19079
19104
  "Input:borderColor-Textarea-warning": "var(--xmlui-borderColor-Textarea-warning)",
@@ -19096,7 +19121,7 @@ const Kd = {
19096
19121
  "Input:outlineColor-Textarea-warning--focus": "var(--xmlui-outlineColor-Textarea-warning--focus)",
19097
19122
  "Input:outlineStyle-Textarea-warning--focus": "var(--xmlui-outlineStyle-Textarea-warning--focus)",
19098
19123
  "Input:outlineOffset-Textarea-warning--focus": "var(--xmlui-outlineOffset-Textarea-warning--focus)",
19099
- "Input:color-placeholder-Textarea-warning": "var(--xmlui-color-placeholder-Textarea-warning)",
19124
+ "Input:textColor-placeholder-Textarea-warning": "var(--xmlui-textColor-placeholder-Textarea-warning)",
19100
19125
  "Input:fontSize-placeholder-Textarea-warning": "var(--xmlui-fontSize-placeholder-Textarea-warning)",
19101
19126
  "Input:borderRadius-Textarea-success": "var(--xmlui-borderRadius-Textarea-success)",
19102
19127
  "Input:borderColor-Textarea-success": "var(--xmlui-borderColor-Textarea-success)",
@@ -19119,7 +19144,7 @@ const Kd = {
19119
19144
  "Input:outlineColor-Textarea-success--focus": "var(--xmlui-outlineColor-Textarea-success--focus)",
19120
19145
  "Input:outlineStyle-Textarea-success--focus": "var(--xmlui-outlineStyle-Textarea-success--focus)",
19121
19146
  "Input:outlineOffset-Textarea-success--focus": "var(--xmlui-outlineOffset-Textarea-success--focus)",
19122
- "Input:color-placeholder-Textarea-success": "var(--xmlui-color-placeholder-Textarea-success)",
19147
+ "Input:textColor-placeholder-Textarea-success": "var(--xmlui-textColor-placeholder-Textarea-success)",
19123
19148
  "Input:fontSize-placeholder-Textarea-success": "var(--xmlui-fontSize-placeholder-Textarea-success)",
19124
19149
  "Input:backgroundColor-Textarea--disabled": "var(--xmlui-backgroundColor-Textarea--disabled)",
19125
19150
  "Input:textColor-Textarea--disabled": "var(--xmlui-textColor-Textarea--disabled)",
@@ -19279,7 +19304,7 @@ const Kd = {
19279
19304
  "Input:outlineColor-TextBox-default--focus": "var(--xmlui-outlineColor-TextBox-default--focus)",
19280
19305
  "Input:outlineStyle-TextBox-default--focus": "var(--xmlui-outlineStyle-TextBox-default--focus)",
19281
19306
  "Input:outlineOffset-TextBox-default--focus": "var(--xmlui-outlineOffset-TextBox-default--focus)",
19282
- "Input:color-placeholder-TextBox-default": "var(--xmlui-color-placeholder-TextBox-default)",
19307
+ "Input:textColor-placeholder-TextBox-default": "var(--xmlui-textColor-placeholder-TextBox-default)",
19283
19308
  "Input:fontSize-placeholder-TextBox-default": "var(--xmlui-fontSize-placeholder-TextBox-default)",
19284
19309
  "Input:color-adornment-TextBox-default": "var(--xmlui-color-adornment-TextBox-default)",
19285
19310
  "Input:borderRadius-TextBox-error": "var(--xmlui-borderRadius-TextBox-error)",
@@ -19303,7 +19328,7 @@ const Kd = {
19303
19328
  "Input:outlineColor-TextBox-error--focus": "var(--xmlui-outlineColor-TextBox-error--focus)",
19304
19329
  "Input:outlineStyle-TextBox-error--focus": "var(--xmlui-outlineStyle-TextBox-error--focus)",
19305
19330
  "Input:outlineOffset-TextBox-error--focus": "var(--xmlui-outlineOffset-TextBox-error--focus)",
19306
- "Input:color-placeholder-TextBox-error": "var(--xmlui-color-placeholder-TextBox-error)",
19331
+ "Input:textColor-placeholder-TextBox-error": "var(--xmlui-textColor-placeholder-TextBox-error)",
19307
19332
  "Input:fontSize-placeholder-TextBox-error": "var(--xmlui-fontSize-placeholder-TextBox-error)",
19308
19333
  "Input:color-adornment-TextBox-error": "var(--xmlui-color-adornment-TextBox-error)",
19309
19334
  "Input:borderRadius-TextBox-warning": "var(--xmlui-borderRadius-TextBox-warning)",
@@ -19327,7 +19352,7 @@ const Kd = {
19327
19352
  "Input:outlineColor-TextBox-warning--focus": "var(--xmlui-outlineColor-TextBox-warning--focus)",
19328
19353
  "Input:outlineStyle-TextBox-warning--focus": "var(--xmlui-outlineStyle-TextBox-warning--focus)",
19329
19354
  "Input:outlineOffset-TextBox-warning--focus": "var(--xmlui-outlineOffset-TextBox-warning--focus)",
19330
- "Input:color-placeholder-TextBox-warning": "var(--xmlui-color-placeholder-TextBox-warning)",
19355
+ "Input:textColor-placeholder-TextBox-warning": "var(--xmlui-textColor-placeholder-TextBox-warning)",
19331
19356
  "Input:fontSize-placeholder-TextBox-warning": "var(--xmlui-fontSize-placeholder-TextBox-warning)",
19332
19357
  "Input:color-adornment-TextBox-warning": "var(--xmlui-color-adornment-TextBox-warning)",
19333
19358
  "Input:borderRadius-TextBox-success": "var(--xmlui-borderRadius-TextBox-success)",
@@ -19351,7 +19376,7 @@ const Kd = {
19351
19376
  "Input:outlineColor-TextBox-success--focus": "var(--xmlui-outlineColor-TextBox-success--focus)",
19352
19377
  "Input:outlineStyle-TextBox-success--focus": "var(--xmlui-outlineStyle-TextBox-success--focus)",
19353
19378
  "Input:outlineOffset-TextBox-success--focus": "var(--xmlui-outlineOffset-TextBox-success--focus)",
19354
- "Input:color-placeholder-TextBox-success": "var(--xmlui-color-placeholder-TextBox-success)",
19379
+ "Input:textColor-placeholder-TextBox-success": "var(--xmlui-textColor-placeholder-TextBox-success)",
19355
19380
  "Input:fontSize-placeholder-TextBox-success": "var(--xmlui-fontSize-placeholder-TextBox-success)",
19356
19381
  "Input:color-adornment-TextBox-success": "var(--xmlui-color-adornment-TextBox-success)",
19357
19382
  "Input:backgroundColor-TextBox--disabled": "var(--xmlui-backgroundColor-TextBox--disabled)",
@@ -19372,7 +19397,7 @@ const Kd = {
19372
19397
  "borderColor-Input-error": "$borderColor-Input-default--error",
19373
19398
  "borderColor-Input-warning": "$borderColor-Input-default--warning",
19374
19399
  "borderColor-Input-success": "$borderColor-Input-default--success",
19375
- "color-placeholder-Input": "$textColor-subtitle",
19400
+ "textColor-placeholder-Input": "$textColor-subtitle",
19376
19401
  "color-adornment-Input": "$textColor-subtitle",
19377
19402
  "outlineColor-Input--focus": "$outlineColor--focus",
19378
19403
  "outlineWidth-Input--focus": "$outlineWidth--focus",
@@ -19535,7 +19560,7 @@ const Kd = {
19535
19560
  "Input:outlineColor-TextBox-default--focus": "var(--xmlui-outlineColor-TextBox-default--focus)",
19536
19561
  "Input:outlineStyle-TextBox-default--focus": "var(--xmlui-outlineStyle-TextBox-default--focus)",
19537
19562
  "Input:outlineOffset-TextBox-default--focus": "var(--xmlui-outlineOffset-TextBox-default--focus)",
19538
- "Input:color-placeholder-TextBox-default": "var(--xmlui-color-placeholder-TextBox-default)",
19563
+ "Input:textColor-placeholder-TextBox-default": "var(--xmlui-textColor-placeholder-TextBox-default)",
19539
19564
  "Input:fontSize-placeholder-TextBox-default": "var(--xmlui-fontSize-placeholder-TextBox-default)",
19540
19565
  "Input:color-adornment-TextBox-default": "var(--xmlui-color-adornment-TextBox-default)",
19541
19566
  "Input:borderRadius-TextBox-error": "var(--xmlui-borderRadius-TextBox-error)",
@@ -19559,7 +19584,7 @@ const Kd = {
19559
19584
  "Input:outlineColor-TextBox-error--focus": "var(--xmlui-outlineColor-TextBox-error--focus)",
19560
19585
  "Input:outlineStyle-TextBox-error--focus": "var(--xmlui-outlineStyle-TextBox-error--focus)",
19561
19586
  "Input:outlineOffset-TextBox-error--focus": "var(--xmlui-outlineOffset-TextBox-error--focus)",
19562
- "Input:color-placeholder-TextBox-error": "var(--xmlui-color-placeholder-TextBox-error)",
19587
+ "Input:textColor-placeholder-TextBox-error": "var(--xmlui-textColor-placeholder-TextBox-error)",
19563
19588
  "Input:fontSize-placeholder-TextBox-error": "var(--xmlui-fontSize-placeholder-TextBox-error)",
19564
19589
  "Input:color-adornment-TextBox-error": "var(--xmlui-color-adornment-TextBox-error)",
19565
19590
  "Input:borderRadius-TextBox-warning": "var(--xmlui-borderRadius-TextBox-warning)",
@@ -19583,7 +19608,7 @@ const Kd = {
19583
19608
  "Input:outlineColor-TextBox-warning--focus": "var(--xmlui-outlineColor-TextBox-warning--focus)",
19584
19609
  "Input:outlineStyle-TextBox-warning--focus": "var(--xmlui-outlineStyle-TextBox-warning--focus)",
19585
19610
  "Input:outlineOffset-TextBox-warning--focus": "var(--xmlui-outlineOffset-TextBox-warning--focus)",
19586
- "Input:color-placeholder-TextBox-warning": "var(--xmlui-color-placeholder-TextBox-warning)",
19611
+ "Input:textColor-placeholder-TextBox-warning": "var(--xmlui-textColor-placeholder-TextBox-warning)",
19587
19612
  "Input:fontSize-placeholder-TextBox-warning": "var(--xmlui-fontSize-placeholder-TextBox-warning)",
19588
19613
  "Input:color-adornment-TextBox-warning": "var(--xmlui-color-adornment-TextBox-warning)",
19589
19614
  "Input:borderRadius-TextBox-success": "var(--xmlui-borderRadius-TextBox-success)",
@@ -19607,7 +19632,7 @@ const Kd = {
19607
19632
  "Input:outlineColor-TextBox-success--focus": "var(--xmlui-outlineColor-TextBox-success--focus)",
19608
19633
  "Input:outlineStyle-TextBox-success--focus": "var(--xmlui-outlineStyle-TextBox-success--focus)",
19609
19634
  "Input:outlineOffset-TextBox-success--focus": "var(--xmlui-outlineOffset-TextBox-success--focus)",
19610
- "Input:color-placeholder-TextBox-success": "var(--xmlui-color-placeholder-TextBox-success)",
19635
+ "Input:textColor-placeholder-TextBox-success": "var(--xmlui-textColor-placeholder-TextBox-success)",
19611
19636
  "Input:fontSize-placeholder-TextBox-success": "var(--xmlui-fontSize-placeholder-TextBox-success)",
19612
19637
  "Input:color-adornment-TextBox-success": "var(--xmlui-color-adornment-TextBox-success)",
19613
19638
  "Input:backgroundColor-TextBox--disabled": "var(--xmlui-backgroundColor-TextBox--disabled)",
@@ -19628,7 +19653,7 @@ const Kd = {
19628
19653
  "borderColor-Input-error": "$borderColor-Input-default--error",
19629
19654
  "borderColor-Input-warning": "$borderColor-Input-default--warning",
19630
19655
  "borderColor-Input-success": "$borderColor-Input-default--success",
19631
- "color-placeholder-Input": "$textColor-subtitle",
19656
+ "textColor-placeholder-Input": "$textColor-subtitle",
19632
19657
  "color-adornment-Input": "$textColor-subtitle",
19633
19658
  "outlineColor-Input--focus": "$outlineColor--focus",
19634
19659
  "outlineWidth-Input--focus": "$outlineWidth--focus",