@ds-autonomie/web-components 1.16.1 → 1.16.2

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 (54) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/chunks/{chunk.AWHBPZCA.js → chunk.2UZSRWJ7.js} +16 -17
  3. package/dist/chunks/{chunk.MYXTAE6O.js → chunk.43EIYNTL.js} +1 -3
  4. package/dist/chunks/{chunk.IJAP6FX7.js → chunk.4DRKFRDB.js} +1 -1
  5. package/dist/chunks/{chunk.QE5KX6GC.js → chunk.6TASDLIO.js} +17 -6
  6. package/dist/chunks/{chunk.WFCZZ5Y7.js → chunk.7DHGAM7P.js} +1 -1
  7. package/dist/chunks/{chunk.TJHLVV2Q.js → chunk.AMIXGL74.js} +42 -38
  8. package/dist/chunks/{chunk.YCOCNU2O.js → chunk.BAU3732X.js} +4 -2
  9. package/dist/chunks/{chunk.M6LJDR7Y.js → chunk.CKBRIIGV.js} +20 -18
  10. package/dist/chunks/{chunk.KFFAVINP.js → chunk.EAP74BQL.js} +2 -2
  11. package/dist/chunks/{chunk.VFWCJMJG.js → chunk.IDAQJSVV.js} +31 -26
  12. package/dist/chunks/{chunk.ZVIBE4XH.js → chunk.MJ3ZLDHO.js} +12 -1
  13. package/dist/chunks/{chunk.I7SW3V2A.js → chunk.NXQ42SSB.js} +1 -1
  14. package/dist/chunks/{chunk.U5EXTR5D.js → chunk.PNTPO2DN.js} +6 -7
  15. package/dist/chunks/{chunk.6GBDSLDV.js → chunk.QDXCYEAZ.js} +1 -1
  16. package/dist/chunks/{chunk.JUG6IFUT.js → chunk.TRKYAEYS.js} +1 -1
  17. package/dist/chunks/{chunk.APYW2WVZ.js → chunk.VC3XT47N.js} +1 -1
  18. package/dist/chunks/{chunk.FYTGBKGY.js → chunk.VDOVUA55.js} +5 -7
  19. package/dist/chunks/{chunk.UAC34KI2.js → chunk.VLSSVYAB.js} +2 -1
  20. package/dist/chunks/{chunk.2B2LL7AI.js → chunk.Z5LJXDHJ.js} +5 -1
  21. package/dist/chunks/{chunk.ULHEP5Y6.js → chunk.ZWVWEQGL.js} +20 -22
  22. package/dist/components/accordion/accordion.js +2 -2
  23. package/dist/components/accordion/accordion.styles.js +1 -1
  24. package/dist/components/alert/alert.d.ts +2 -0
  25. package/dist/components/alert/alert.js +1 -1
  26. package/dist/components/combobox/combobox.js +2 -2
  27. package/dist/components/combobox/combobox.styles.js +1 -1
  28. package/dist/components/dialog/dialog.js +1 -1
  29. package/dist/components/filter/filter-date/filter-date.js +2 -2
  30. package/dist/components/filter/filter-range/filter-range.js +2 -2
  31. package/dist/components/filter/filter-select/filter-select.js +2 -2
  32. package/dist/components/footer-mandatory-mentions/footer-mandatory-mentions.d.ts +1 -0
  33. package/dist/components/footer-mandatory-mentions/footer-mandatory-mentions.js +2 -1
  34. package/dist/components/input/input.js +2 -2
  35. package/dist/components/input/input.styles.js +1 -1
  36. package/dist/components/input-mask/input-mask.js +2 -2
  37. package/dist/components/input-mask/input-mask.styles.js +1 -1
  38. package/dist/components/input-phone/input-phone.js +5 -5
  39. package/dist/components/input-phone/input-phone.styles.js +1 -1
  40. package/dist/components/option/option.js +1 -1
  41. package/dist/components/pagination/pagination.d.ts +2 -0
  42. package/dist/components/pagination/pagination.js +3 -3
  43. package/dist/components/select/select.js +2 -2
  44. package/dist/components/select/select.styles.js +1 -1
  45. package/dist/components/textarea/textarea.js +2 -2
  46. package/dist/components/textarea/textarea.styles.js +1 -1
  47. package/dist/custom-elements.json +151 -107
  48. package/dist/design-system.js +20 -20
  49. package/dist/themes/dsa-wc-theme.css +15 -38
  50. package/dist/themes/dsa-wc-theme.min.css +1 -1
  51. package/dist/themes/dsa-wc-theme.styles.js +15 -38
  52. package/dist/vscode.html-custom-data.json +18 -12
  53. package/dist/web-types.json +83 -50
  54. package/package.json +1 -1
@@ -270,6 +270,16 @@
270
270
  "text": "HTMLElement"
271
271
  }
272
272
  },
273
+ {
274
+ "kind": "field",
275
+ "name": "title",
276
+ "type": {
277
+ "text": "string"
278
+ },
279
+ "default": "''",
280
+ "description": "The alert's title.",
281
+ "attribute": "title"
282
+ },
273
283
  {
274
284
  "kind": "field",
275
285
  "name": "open",
@@ -373,6 +383,15 @@
373
383
  }
374
384
  ],
375
385
  "attributes": [
386
+ {
387
+ "name": "title",
388
+ "type": {
389
+ "text": "string"
390
+ },
391
+ "default": "''",
392
+ "description": "The alert's title.",
393
+ "fieldName": "title"
394
+ },
376
395
  {
377
396
  "name": "open",
378
397
  "type": {
@@ -7021,7 +7040,15 @@
7021
7040
  "name": "text-right"
7022
7041
  }
7023
7042
  ],
7024
- "members": [],
7043
+ "members": [
7044
+ {
7045
+ "kind": "field",
7046
+ "name": "hasSlotController",
7047
+ "privacy": "private",
7048
+ "readonly": true,
7049
+ "default": "new HasSlotController(\n this,\n 'text-left',\n 'text-right'\n )"
7050
+ }
7051
+ ],
7025
7052
  "superclass": {
7026
7053
  "name": "ShoelaceElement",
7027
7054
  "module": "/src/internal/shoelace-element"
@@ -13349,6 +13376,15 @@
13349
13376
  "description": "Custom label for the number of items per page",
13350
13377
  "attribute": "items-per-page-label"
13351
13378
  },
13379
+ {
13380
+ "kind": "field",
13381
+ "name": "navAriaLabel",
13382
+ "type": {
13383
+ "text": "string"
13384
+ },
13385
+ "description": "Custom aria-label for the pagination <nav> element",
13386
+ "attribute": "nav-aria-label"
13387
+ },
13352
13388
  {
13353
13389
  "kind": "field",
13354
13390
  "name": "navigationType",
@@ -13488,6 +13524,14 @@
13488
13524
  "description": "Custom label for the number of items per page",
13489
13525
  "fieldName": "itemsPerPageLabel"
13490
13526
  },
13527
+ {
13528
+ "name": "nav-aria-label",
13529
+ "type": {
13530
+ "text": "string"
13531
+ },
13532
+ "description": "Custom aria-label for the pagination <nav> element",
13533
+ "fieldName": "navAriaLabel"
13534
+ },
13491
13535
  {
13492
13536
  "name": "navigation-type",
13493
13537
  "type": {
@@ -23576,6 +23620,111 @@
23576
23620
  }
23577
23621
  ]
23578
23622
  },
23623
+ {
23624
+ "kind": "javascript-module",
23625
+ "path": "components/table/table-action/table-action.js",
23626
+ "declarations": [
23627
+ {
23628
+ "kind": "class",
23629
+ "description": "",
23630
+ "name": "DSATableAction",
23631
+ "slots": [
23632
+ {
23633
+ "description": "Used to indicate the number of selected items.",
23634
+ "name": "label"
23635
+ },
23636
+ {
23637
+ "description": "Used to contain the actions.",
23638
+ "name": "action"
23639
+ }
23640
+ ],
23641
+ "members": [
23642
+ {
23643
+ "kind": "field",
23644
+ "name": "localize",
23645
+ "privacy": "private",
23646
+ "readonly": true,
23647
+ "default": "new LocalizeController(this)"
23648
+ },
23649
+ {
23650
+ "kind": "field",
23651
+ "name": "closeButton",
23652
+ "type": {
23653
+ "text": "DSAButton"
23654
+ }
23655
+ },
23656
+ {
23657
+ "kind": "field",
23658
+ "name": "show",
23659
+ "type": {
23660
+ "text": "boolean"
23661
+ },
23662
+ "default": "false",
23663
+ "description": "`true` if it should be visible.",
23664
+ "attribute": "show",
23665
+ "reflects": true
23666
+ },
23667
+ {
23668
+ "kind": "method",
23669
+ "name": "handleClose",
23670
+ "privacy": "private"
23671
+ },
23672
+ {
23673
+ "kind": "method",
23674
+ "name": "handleShowChange"
23675
+ }
23676
+ ],
23677
+ "events": [
23678
+ {
23679
+ "description": "Emitted when the close button is activated.",
23680
+ "name": "dsa-table-actions-close"
23681
+ }
23682
+ ],
23683
+ "attributes": [
23684
+ {
23685
+ "name": "show",
23686
+ "type": {
23687
+ "text": "boolean"
23688
+ },
23689
+ "default": "false",
23690
+ "description": "`true` if it should be visible.",
23691
+ "fieldName": "show"
23692
+ }
23693
+ ],
23694
+ "superclass": {
23695
+ "name": "ShoelaceElement",
23696
+ "module": "/src/internal/shoelace-element"
23697
+ },
23698
+ "summary": "The table-actions allows to perform actions on a table selected items. Can be used inside the `action` slot of a `dsa-table-container` component.",
23699
+ "documentation": "https://dsa.service-public-autonomie.fr/latest/librairie-webcomponents/tableau-table/actions-multiples-table-action/web-BixUCCat",
23700
+ "dependencies": [
23701
+ "dsa-button",
23702
+ "dsa-divider",
23703
+ "dsa-icon"
23704
+ ],
23705
+ "tagName": "dsa-table-action",
23706
+ "customElement": true
23707
+ }
23708
+ ],
23709
+ "exports": [
23710
+ {
23711
+ "kind": "js",
23712
+ "name": "default",
23713
+ "declaration": {
23714
+ "name": "DSATableAction",
23715
+ "module": "components/table/table-action/table-action.js"
23716
+ }
23717
+ },
23718
+ {
23719
+ "kind": "custom-element-definition",
23720
+ "name": "dsa-table-action",
23721
+ "declaration": {
23722
+ "name": "DSATableAction",
23723
+ "module": "components/table/table-action/table-action.js"
23724
+ }
23725
+ }
23726
+ ]
23727
+ },
23579
23728
  {
23580
23729
  "kind": "javascript-module",
23581
23730
  "path": "components/navbar/navbar-menu/navbar-menu.js",
@@ -23836,111 +23985,6 @@
23836
23985
  }
23837
23986
  ]
23838
23987
  },
23839
- {
23840
- "kind": "javascript-module",
23841
- "path": "components/table/table-action/table-action.js",
23842
- "declarations": [
23843
- {
23844
- "kind": "class",
23845
- "description": "",
23846
- "name": "DSATableAction",
23847
- "slots": [
23848
- {
23849
- "description": "Used to indicate the number of selected items.",
23850
- "name": "label"
23851
- },
23852
- {
23853
- "description": "Used to contain the actions.",
23854
- "name": "action"
23855
- }
23856
- ],
23857
- "members": [
23858
- {
23859
- "kind": "field",
23860
- "name": "localize",
23861
- "privacy": "private",
23862
- "readonly": true,
23863
- "default": "new LocalizeController(this)"
23864
- },
23865
- {
23866
- "kind": "field",
23867
- "name": "closeButton",
23868
- "type": {
23869
- "text": "DSAButton"
23870
- }
23871
- },
23872
- {
23873
- "kind": "field",
23874
- "name": "show",
23875
- "type": {
23876
- "text": "boolean"
23877
- },
23878
- "default": "false",
23879
- "description": "`true` if it should be visible.",
23880
- "attribute": "show",
23881
- "reflects": true
23882
- },
23883
- {
23884
- "kind": "method",
23885
- "name": "handleClose",
23886
- "privacy": "private"
23887
- },
23888
- {
23889
- "kind": "method",
23890
- "name": "handleShowChange"
23891
- }
23892
- ],
23893
- "events": [
23894
- {
23895
- "description": "Emitted when the close button is activated.",
23896
- "name": "dsa-table-actions-close"
23897
- }
23898
- ],
23899
- "attributes": [
23900
- {
23901
- "name": "show",
23902
- "type": {
23903
- "text": "boolean"
23904
- },
23905
- "default": "false",
23906
- "description": "`true` if it should be visible.",
23907
- "fieldName": "show"
23908
- }
23909
- ],
23910
- "superclass": {
23911
- "name": "ShoelaceElement",
23912
- "module": "/src/internal/shoelace-element"
23913
- },
23914
- "summary": "The table-actions allows to perform actions on a table selected items. Can be used inside the `action` slot of a `dsa-table-container` component.",
23915
- "documentation": "https://dsa.service-public-autonomie.fr/latest/librairie-webcomponents/tableau-table/actions-multiples-table-action/web-BixUCCat",
23916
- "dependencies": [
23917
- "dsa-button",
23918
- "dsa-divider",
23919
- "dsa-icon"
23920
- ],
23921
- "tagName": "dsa-table-action",
23922
- "customElement": true
23923
- }
23924
- ],
23925
- "exports": [
23926
- {
23927
- "kind": "js",
23928
- "name": "default",
23929
- "declaration": {
23930
- "name": "DSATableAction",
23931
- "module": "components/table/table-action/table-action.js"
23932
- }
23933
- },
23934
- {
23935
- "kind": "custom-element-definition",
23936
- "name": "dsa-table-action",
23937
- "declaration": {
23938
- "name": "DSATableAction",
23939
- "module": "components/table/table-action/table-action.js"
23940
- }
23941
- }
23942
- ]
23943
- },
23944
23988
  {
23945
23989
  "kind": "javascript-module",
23946
23990
  "path": "components/table/table-body/table-body.js",
@@ -25530,7 +25574,7 @@
25530
25574
  ],
25531
25575
  "package": {
25532
25576
  "name": "@ds-autonomie/web-components",
25533
- "version": "1.16.1",
25577
+ "version": "1.16.2",
25534
25578
  "author": "CNSA",
25535
25579
  "license": "MIT"
25536
25580
  }
@@ -66,7 +66,7 @@ import {
66
66
  import "./chunks/chunk.FZODQJBF.js";
67
67
  import {
68
68
  DSAFilterSelect
69
- } from "./chunks/chunk.I7SW3V2A.js";
69
+ } from "./chunks/chunk.NXQ42SSB.js";
70
70
  import "./chunks/chunk.YOLAIUYX.js";
71
71
  import {
72
72
  DSATree
@@ -85,8 +85,8 @@ import {
85
85
  } from "./chunks/chunk.RYD4BVIA.js";
86
86
  import {
87
87
  DSATextarea
88
- } from "./chunks/chunk.UAC34KI2.js";
89
- import "./chunks/chunk.QE5KX6GC.js";
88
+ } from "./chunks/chunk.VLSSVYAB.js";
89
+ import "./chunks/chunk.6TASDLIO.js";
90
90
  import {
91
91
  DSATooltip
92
92
  } from "./chunks/chunk.R6572W75.js";
@@ -163,7 +163,7 @@ import "./chunks/chunk.KD5BVWTU.js";
163
163
  import "./chunks/chunk.VO6MIHUM.js";
164
164
  import {
165
165
  DSAPagination
166
- } from "./chunks/chunk.2B2LL7AI.js";
166
+ } from "./chunks/chunk.Z5LJXDHJ.js";
167
167
  import "./chunks/chunk.PFGVYROJ.js";
168
168
  import {
169
169
  DSAPaginationButton
@@ -202,18 +202,18 @@ import {
202
202
  } from "./chunks/chunk.IER4ZBFV.js";
203
203
  import {
204
204
  DSAInputMask
205
- } from "./chunks/chunk.6GBDSLDV.js";
206
- import "./chunks/chunk.IJAP6FX7.js";
205
+ } from "./chunks/chunk.QDXCYEAZ.js";
206
+ import "./chunks/chunk.4DRKFRDB.js";
207
207
  import {
208
208
  DSAInputPhone
209
- } from "./chunks/chunk.KFFAVINP.js";
209
+ } from "./chunks/chunk.EAP74BQL.js";
210
210
  import {
211
211
  DSASelect
212
- } from "./chunks/chunk.U5EXTR5D.js";
213
- import "./chunks/chunk.ULHEP5Y6.js";
212
+ } from "./chunks/chunk.PNTPO2DN.js";
213
+ import "./chunks/chunk.ZWVWEQGL.js";
214
214
  import {
215
215
  DSAOption
216
- } from "./chunks/chunk.YCOCNU2O.js";
216
+ } from "./chunks/chunk.BAU3732X.js";
217
217
  import {
218
218
  DSAVisuallyHidden
219
219
  } from "./chunks/chunk.DSGUQNN4.js";
@@ -228,16 +228,16 @@ import "./chunks/chunk.7OLEA3GQ.js";
228
228
  import {
229
229
  getPhoneConfig
230
230
  } from "./chunks/chunk.65HTBW2L.js";
231
- import "./chunks/chunk.MYXTAE6O.js";
231
+ import "./chunks/chunk.43EIYNTL.js";
232
232
  import {
233
233
  DSAInclude
234
234
  } from "./chunks/chunk.FHDPJN6L.js";
235
235
  import "./chunks/chunk.NNBOLKWI.js";
236
236
  import {
237
237
  DSAInput
238
- } from "./chunks/chunk.JUG6IFUT.js";
238
+ } from "./chunks/chunk.TRKYAEYS.js";
239
239
  import "./chunks/chunk.KBT2EKLF.js";
240
- import "./chunks/chunk.APYW2WVZ.js";
240
+ import "./chunks/chunk.VC3XT47N.js";
241
241
  import {
242
242
  DSAHeaderExternalLink
243
243
  } from "./chunks/chunk.OZWZRPR2.js";
@@ -273,7 +273,7 @@ import {
273
273
  import "./chunks/chunk.SUFR3KIW.js";
274
274
  import {
275
275
  DSAFooterMandatoryMentions
276
- } from "./chunks/chunk.ZVIBE4XH.js";
276
+ } from "./chunks/chunk.MJ3ZLDHO.js";
277
277
  import "./chunks/chunk.G4ODEI4O.js";
278
278
  import {
279
279
  DSAFooterSitemap
@@ -313,7 +313,7 @@ import {
313
313
  import "./chunks/chunk.SZ2VCGC3.js";
314
314
  import {
315
315
  DSACombobox
316
- } from "./chunks/chunk.TJHLVV2Q.js";
316
+ } from "./chunks/chunk.AMIXGL74.js";
317
317
  import {
318
318
  DSATag
319
319
  } from "./chunks/chunk.A2AK34DU.js";
@@ -322,10 +322,10 @@ import {
322
322
  DSAPopup
323
323
  } from "./chunks/chunk.V5J2RAQ5.js";
324
324
  import "./chunks/chunk.XD5JM6WF.js";
325
- import "./chunks/chunk.AWHBPZCA.js";
325
+ import "./chunks/chunk.2UZSRWJ7.js";
326
326
  import {
327
327
  DSADialog
328
- } from "./chunks/chunk.M6LJDR7Y.js";
328
+ } from "./chunks/chunk.CKBRIIGV.js";
329
329
  import "./chunks/chunk.ISAFRNR2.js";
330
330
  import "./chunks/chunk.EMIT7S33.js";
331
331
  import "./chunks/chunk.LFYUJOPU.js";
@@ -398,11 +398,11 @@ import "./chunks/chunk.XWUQFDIN.js";
398
398
  import "./chunks/chunk.BVRGK5ZO.js";
399
399
  import {
400
400
  DSAAccordion
401
- } from "./chunks/chunk.WFCZZ5Y7.js";
402
- import "./chunks/chunk.FYTGBKGY.js";
401
+ } from "./chunks/chunk.7DHGAM7P.js";
402
+ import "./chunks/chunk.VDOVUA55.js";
403
403
  import {
404
404
  DSAAlert
405
- } from "./chunks/chunk.VFWCJMJG.js";
405
+ } from "./chunks/chunk.IDAQJSVV.js";
406
406
  import {
407
407
  DSAIconButton
408
408
  } from "./chunks/chunk.IEBTPGUT.js";
@@ -354,9 +354,6 @@
354
354
  --dsa-wc-menu-accordion-button-padding: var(--dsa-spacing-16);
355
355
  --dsa-wc-menu-accordion-body-padding: 0 var(--dsa-spacing-16);
356
356
  --dsa-wc-menu-accordion-button-focus-ring-offset: -3px;
357
- --dsa-wc-select-input-font: var(--dsa-font-medium-normal);
358
- --dsa-wc-select-input-font-small: var(--dsa-font-small-normal);
359
- --dsa-wc-select-input-font-large: var(--dsa-font-large-normal);
360
357
  --dsa-wc-option-color: var(--dsa-color-text-on-base-primary);
361
358
  --dsa-wc-option-hover-color: var(--dsa-color-option-hover-background);
362
359
  --dsa-wc-option-error-color: var(--dsa-color-icon-on-base-error);
@@ -1043,7 +1040,7 @@
1043
1040
  --dsa-wc-tag-medium-height: 32px;
1044
1041
  --dsa-wc-tag-medium-padding-y: 0.75rem;
1045
1042
  --dsa-wc-tag-large-font-size: var(--dsa-font-medium-normal);
1046
- --dsa-wc-tag-large-height: 41px;
1043
+ --dsa-wc-tag-large-height: 40px;
1047
1044
  --dsa-wc-tag-large-padding-y: 1rem;
1048
1045
  --dsa-wc-tag-green-700-on-base: var(
1049
1046
  --dsa-color-tag-simple-green-on-dark-background
@@ -1405,9 +1402,9 @@
1405
1402
  --dsa-wc-select-padding-y: var(--dsa-spacing-4);
1406
1403
  --dsa-wc-select-padding: var(--dsa-wc-select-padding-y)
1407
1404
  var(--dsa-wc-select-padding-x);
1408
- --dsa-wc-select-input-font: var(--dsa-font-medium-normal);
1409
- --dsa-wc-select-input-font-small: var(--dsa-font-small-normal);
1410
- --dsa-wc-select-input-font-large: var(--dsa-font-large-normal);
1405
+ --dsa-wc-select-input-font: var(--dsa-font-small-normal);
1406
+ --dsa-wc-select-input-font-small: var(--dsa-font-x-small-normal);
1407
+ --dsa-wc-select-input-font-large: var(--dsa-font-medium-normal);
1411
1408
  --dsa-wc-select-listbox-divider-spacing: 0.5rem;
1412
1409
  --dsa-wc-select-listbox-padding-inline: 1.75rem;
1413
1410
  --dsa-wc-select-listbox-border-radius: 0.25rem;
@@ -1415,24 +1412,21 @@
1415
1412
  --dsa-wc-select-listbox-border-color: var(--dsa-color-border-default);
1416
1413
  --dsa-wc-select-listbox-background-color: var(--dsa-color-background-base);
1417
1414
  --dsa-wc-select-icon-margin: 0.75rem;
1418
- --dsa-wc-select-tag-margin-inline-start: 0.25rem;
1419
- --dsa-wc-select-tag-background: transparent;
1420
- --dsa-wc-select-tag-color: var(
1421
- --dsa-color-tag-multiselect-default-on-background-text
1422
- );
1423
- --dsa-wc-select-tag-border-color: var(
1424
- --dsa-color-tag-multiselect-default-on-background-border
1415
+ --dsa-wc-multiselect-tag-margin-inline-start: 0.25rem;
1416
+ --dsa-wc-multiselect-tag-background: var(
1417
+ --dsa-color-tag-multiselect-background
1425
1418
  );
1426
- --dsa-wc-select-tag-error-background: transparent;
1427
- --dsa-wc-select-tag-error-color: var(
1428
- --dsa-color-tag-multiselect-error-on-background
1419
+ --dsa-wc-multiselect-tag-color: var(
1420
+ --dsa-color-tag-multiselect-default-on-background-text
1429
1421
  );
1430
- --dsa-wc-select-tag-error-border-color: var(
1422
+ --dsa-wc-multiselect-tag-border-color: var(
1431
1423
  --dsa-color-tag-multiselect-default-on-background-border
1432
1424
  );
1433
- --dsa-wc-combobox-input-font: var(--dsa-font-medium-normal);
1434
- --dsa-wc-combobox-input-font-small: var(--dsa-font-small-normal);
1435
- --dsa-wc-combobox-input-font-large: var(--dsa-font-large-normal);
1425
+ --dsa-wc-multiselect-tag-border-radius: var(--dsa-radius-4);
1426
+ --dsa-wc-multiselect-tag-padding-inline: var(--dsa-spacing-4);
1427
+ --dsa-wc-combobox-input-font: var(--dsa-font-small-normal);
1428
+ --dsa-wc-combobox-input-font-small: var(--dsa-font-x-small-normal);
1429
+ --dsa-wc-combobox-input-font-large: var(--dsa-font-medium-normal);
1436
1430
  --dsa-wc-combobox-listbox-divider-spacing: 0.5rem;
1437
1431
  --dsa-wc-combobox-listbox-padding-inline: 1.75rem;
1438
1432
  --dsa-wc-combobox-listbox-border-radius: 0.25rem;
@@ -1444,23 +1438,6 @@
1444
1438
  --dsa-wc-combobox-empty-label-font: var(--dsa-font-small-normal);
1445
1439
  --dsa-wc-combobox-listbox-padding-inline: 1.75rem;
1446
1440
  --dsa-wc-combobox-icon-margin: 0.75rem;
1447
- --dsa-wc-combobox-tag-margin-inline-start: 0.25rem;
1448
- --dsa-wc-combobox-tag-background: transparent;
1449
- --dsa-wc-combobox-tag-color: var(
1450
- --dsa-color-tag-multiselect-default-on-background-text
1451
- );
1452
- --dsa-wc-combobox-tag-border-radius: var(--dsa-radius-4);
1453
- --dsa-wc-combobox-tag-padding-inline: var(--dsa-spacing-4);
1454
- --dsa-wc-combobox-tag-border-color: var(
1455
- --dsa-color-tag-multiselect-default-on-background-border
1456
- );
1457
- --dsa-wc-combobox-tag-error-background: transparent;
1458
- --dsa-wc-combobox-tag-error-color: var(
1459
- --dsa-color-tag-multiselect-error-on-background
1460
- );
1461
- --dsa-wc-combobox-tag-error-border-color: var(
1462
- --dsa-color-tag-multiselect-error-border
1463
- );
1464
1441
  --dsa-wc-combobox-expand-icon-error-color: var(
1465
1442
  --dsa-color-icon-on-base-error
1466
1443
  );