@solid-design-system/components 1.6.0 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/dist/components/es/accordion-group.js +1 -1
  2. package/dist/components/es/accordion.js +1 -1
  3. package/dist/components/es/dropdown.js +1 -0
  4. package/dist/components/es/event.js +1 -0
  5. package/dist/components/es/popup.js +1 -0
  6. package/dist/components/es/solid-components2.js +1 -1
  7. package/dist/components/es/solid-element.js +1 -1
  8. package/dist/components/umd/solid-components.js +15 -15
  9. package/dist/custom-elements.json +1 -1
  10. package/dist/package/components/dropdown/dropdown.d.ts +49 -0
  11. package/dist/package/components/dropdown/dropdown.js +335 -0
  12. package/dist/package/components/popup/popup.d.ts +42 -0
  13. package/dist/package/components/popup/popup.js +318 -0
  14. package/dist/package/internal/offset.d.ts +4 -0
  15. package/dist/package/internal/offset.js +9 -0
  16. package/dist/package/internal/scroll.d.ts +3 -0
  17. package/dist/package/internal/scroll.js +27 -0
  18. package/dist/package/internal/tabbable.d.ts +4 -0
  19. package/dist/package/internal/tabbable.js +50 -0
  20. package/dist/package/solid-components.d.ts +2 -0
  21. package/dist/package/solid-components.js +14 -10
  22. package/dist/package/styles/tailwind.css.js +1 -1
  23. package/dist/versioned-components/es/accordion-group.js +1 -1
  24. package/dist/versioned-components/es/accordion.js +1 -1
  25. package/dist/versioned-components/es/badge.js +1 -1
  26. package/dist/versioned-components/es/brandshape.js +1 -1
  27. package/dist/versioned-components/es/button.js +2 -2
  28. package/dist/versioned-components/es/divider.js +1 -1
  29. package/dist/versioned-components/es/dropdown.js +1 -0
  30. package/dist/versioned-components/es/event.js +1 -0
  31. package/dist/versioned-components/es/icon.js +1 -1
  32. package/dist/versioned-components/es/include.js +1 -1
  33. package/dist/versioned-components/es/link.js +1 -1
  34. package/dist/versioned-components/es/popup.js +1 -0
  35. package/dist/versioned-components/es/solid-components2.js +1 -1
  36. package/dist/versioned-components/es/solid-element.js +1 -1
  37. package/dist/versioned-components/es/spinner.js +1 -1
  38. package/dist/versioned-components/es/teaser.js +1 -1
  39. package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
  40. package/dist/versioned-package/components/accordion/accordion.js +2 -2
  41. package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
  42. package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
  43. package/dist/versioned-package/components/badge/badge.d.ts +1 -1
  44. package/dist/versioned-package/components/badge/badge.js +1 -1
  45. package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
  46. package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
  47. package/dist/versioned-package/components/button/button.d.ts +1 -1
  48. package/dist/versioned-package/components/button/button.js +4 -4
  49. package/dist/versioned-package/components/divider/divider.d.ts +1 -1
  50. package/dist/versioned-package/components/divider/divider.js +2 -2
  51. package/dist/versioned-package/components/dropdown/dropdown.d.ts +49 -0
  52. package/dist/versioned-package/components/dropdown/dropdown.js +335 -0
  53. package/dist/versioned-package/components/icon/icon.d.ts +1 -1
  54. package/dist/versioned-package/components/icon/icon.js +1 -1
  55. package/dist/versioned-package/components/include/include.d.ts +1 -1
  56. package/dist/versioned-package/components/include/include.js +1 -1
  57. package/dist/versioned-package/components/link/link.d.ts +1 -1
  58. package/dist/versioned-package/components/link/link.js +2 -2
  59. package/dist/versioned-package/components/popup/popup.d.ts +42 -0
  60. package/dist/versioned-package/components/popup/popup.js +318 -0
  61. package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
  62. package/dist/versioned-package/components/spinner/spinner.js +1 -1
  63. package/dist/versioned-package/components/teaser/teaser.js +1 -1
  64. package/dist/versioned-package/internal/form.js +1 -1
  65. package/dist/versioned-package/internal/offset.d.ts +4 -0
  66. package/dist/versioned-package/internal/offset.js +9 -0
  67. package/dist/versioned-package/internal/scroll.d.ts +3 -0
  68. package/dist/versioned-package/internal/scroll.js +27 -0
  69. package/dist/versioned-package/internal/tabbable.d.ts +4 -0
  70. package/dist/versioned-package/internal/tabbable.js +50 -0
  71. package/dist/versioned-package/solid-components.d.ts +2 -0
  72. package/dist/versioned-package/solid-components.js +14 -10
  73. package/dist/versioned-package/styles/tailwind.css.js +1 -1
  74. package/dist/vscode.html-custom-data.json +653 -11
  75. package/dist/web-types.json +1240 -64
  76. package/package.json +28 -19
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "name": "@solid-design-system/components",
4
- "version": "1.6.0",
4
+ "version": "1.8.0",
5
5
  "description-markup": "markdown",
6
6
  "framework-config": {
7
7
  "enable-when": {
@@ -648,6 +648,260 @@
648
648
  }
649
649
  ]
650
650
  },
651
+ {
652
+ "name": "sd-dropdown",
653
+ "description": "",
654
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
655
+ "js": {
656
+ "properties": [
657
+ {
658
+ "name": "popup",
659
+ "value": {
660
+ "type": "SdPopup"
661
+ }
662
+ },
663
+ {
664
+ "name": "localize",
665
+ "value": {}
666
+ },
667
+ {
668
+ "name": "open",
669
+ "description": "Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.",
670
+ "value": {
671
+ "type": "boolean"
672
+ }
673
+ },
674
+ {
675
+ "name": "rounded",
676
+ "description": "Indicates whether or not the dropdown should be styled with rounded corners.",
677
+ "value": {
678
+ "type": "boolean"
679
+ }
680
+ },
681
+ {
682
+ "name": "placement",
683
+ "description": "The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.",
684
+ "value": {
685
+ "type": "| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"
686
+ }
687
+ },
688
+ {
689
+ "name": "disabled",
690
+ "description": "Disables the dropdown so the panel will not open.",
691
+ "value": {
692
+ "type": "boolean"
693
+ }
694
+ },
695
+ {
696
+ "name": "stayOpenOnSelect",
697
+ "description": "By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.",
698
+ "value": {
699
+ "type": "boolean"
700
+ }
701
+ },
702
+ {
703
+ "name": "distance",
704
+ "description": "The distance in pixels from which to offset the panel away from its trigger. This defaults to `0` for `rounded=false` and to a minimum of `1` for `rounded=true`.",
705
+ "value": {
706
+ "type": "number"
707
+ }
708
+ },
709
+ {
710
+ "name": "skidding",
711
+ "description": "The distance in pixels from which to offset the panel along its trigger.",
712
+ "value": {
713
+ "type": "number"
714
+ }
715
+ },
716
+ {
717
+ "name": "noAutoSize",
718
+ "description": "Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.",
719
+ "value": {
720
+ "type": "boolean"
721
+ }
722
+ },
723
+ {
724
+ "name": "noFlip",
725
+ "description": "When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.",
726
+ "value": {
727
+ "type": "boolean"
728
+ }
729
+ },
730
+ {
731
+ "name": "hoist",
732
+ "description": "Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
733
+ "value": {
734
+ "type": "boolean"
735
+ }
736
+ },
737
+ {
738
+ "name": "focusOnTrigger",
739
+ "value": {}
740
+ },
741
+ {
742
+ "name": "getMenu",
743
+ "value": {}
744
+ },
745
+ {
746
+ "name": "handleKeyDown",
747
+ "value": {}
748
+ },
749
+ {
750
+ "name": "handleDocumentKeyDown",
751
+ "value": {}
752
+ },
753
+ {
754
+ "name": "handleDocumentMouseDown",
755
+ "value": {}
756
+ },
757
+ {
758
+ "name": "handleMenuItemActivate",
759
+ "value": {}
760
+ },
761
+ {
762
+ "name": "handlePanelSelect",
763
+ "value": {}
764
+ },
765
+ {
766
+ "name": "handleTriggerClick",
767
+ "value": {}
768
+ },
769
+ {
770
+ "name": "handleTriggerKeyDown",
771
+ "value": {}
772
+ },
773
+ {
774
+ "name": "handleTriggerKeyUp",
775
+ "value": {}
776
+ },
777
+ {
778
+ "name": "handleTriggerSlotChange",
779
+ "value": {}
780
+ },
781
+ {
782
+ "name": "updateAccessibleTrigger",
783
+ "value": {}
784
+ },
785
+ {
786
+ "name": "show",
787
+ "description": "Shows the dropdown panel.",
788
+ "value": {}
789
+ },
790
+ {
791
+ "name": "hide",
792
+ "description": "Hides the dropdown panel",
793
+ "value": {}
794
+ },
795
+ {
796
+ "name": "reposition",
797
+ "description": "Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated.",
798
+ "value": {}
799
+ },
800
+ {
801
+ "name": "addOpenListeners",
802
+ "value": {}
803
+ },
804
+ {
805
+ "name": "removeOpenListeners",
806
+ "value": {}
807
+ },
808
+ {
809
+ "name": "handleOpenChange",
810
+ "value": {}
811
+ }
812
+ ],
813
+ "events": [
814
+ {
815
+ "name": "sd-show",
816
+ "description": "Emitted when the dropdown opens."
817
+ },
818
+ {
819
+ "name": "sd-after-show",
820
+ "description": "Emitted after the dropdown opens and all animations are complete."
821
+ },
822
+ {
823
+ "name": "sd-hide",
824
+ "description": "Emitted when the dropdown closes."
825
+ },
826
+ {
827
+ "name": "sd-after-hide",
828
+ "description": "Emitted after the dropdown closes and all animations are complete."
829
+ }
830
+ ]
831
+ },
832
+ "attributes": [
833
+ {
834
+ "name": "open",
835
+ "description": "Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.",
836
+ "value": {
837
+ "type": "boolean"
838
+ }
839
+ },
840
+ {
841
+ "name": "rounded",
842
+ "description": "Indicates whether or not the dropdown should be styled with rounded corners.",
843
+ "value": {
844
+ "type": "boolean"
845
+ }
846
+ },
847
+ {
848
+ "name": "placement",
849
+ "description": "The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.",
850
+ "value": {
851
+ "type": "| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"
852
+ }
853
+ },
854
+ {
855
+ "name": "disabled",
856
+ "description": "Disables the dropdown so the panel will not open.",
857
+ "value": {
858
+ "type": "boolean"
859
+ }
860
+ },
861
+ {
862
+ "name": "stay-open-on-select",
863
+ "description": "By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.",
864
+ "value": {
865
+ "type": "boolean"
866
+ }
867
+ },
868
+ {
869
+ "name": "distance",
870
+ "description": "The distance in pixels from which to offset the panel away from its trigger. This defaults to `0` for `rounded=false` and to a minimum of `1` for `rounded=true`.",
871
+ "value": {
872
+ "type": "number"
873
+ }
874
+ },
875
+ {
876
+ "name": "skidding",
877
+ "description": "The distance in pixels from which to offset the panel along its trigger.",
878
+ "value": {
879
+ "type": "number"
880
+ }
881
+ },
882
+ {
883
+ "name": "no-auto-size",
884
+ "description": "Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.",
885
+ "value": {
886
+ "type": "boolean"
887
+ }
888
+ },
889
+ {
890
+ "name": "no-flip",
891
+ "description": "When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.",
892
+ "value": {
893
+ "type": "boolean"
894
+ }
895
+ },
896
+ {
897
+ "name": "hoist",
898
+ "description": "Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
899
+ "value": {
900
+ "type": "boolean"
901
+ }
902
+ }
903
+ ]
904
+ },
651
905
  {
652
906
  "name": "sd-icon",
653
907
  "description": "",
@@ -1034,84 +1288,418 @@
1034
1288
  ]
1035
1289
  },
1036
1290
  {
1037
- "name": "sd-spinner",
1291
+ "name": "sd-popup",
1038
1292
  "description": "",
1039
- "doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
1293
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
1040
1294
  "js": {
1041
1295
  "properties": [
1042
1296
  {
1043
- "name": "color",
1044
- "description": "The color color of the spinner.",
1297
+ "name": "cleanup",
1045
1298
  "value": {
1046
- "type": "'primary' | 'white' | 'currentColor'"
1299
+ "type": "ReturnType<typeof autoUpdate> | undefined"
1047
1300
  }
1048
1301
  },
1049
1302
  {
1050
- "name": "localize",
1051
- "value": {}
1052
- }
1053
- ],
1054
- "events": []
1055
- },
1056
- "attributes": [
1057
- {
1058
- "name": "color",
1059
- "description": "The color color of the spinner.",
1060
- "value": {
1061
- "type": "'primary' | 'white' | 'currentColor'"
1062
- }
1063
- }
1064
- ]
1065
- },
1066
- {
1067
- "name": "sd-teaser",
1068
- "description": "",
1069
- "doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
1070
- "js": {
1071
- "properties": [
1303
+ "name": "anchor",
1304
+ "description": "The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.",
1305
+ "value": {
1306
+ "type": "Element | string"
1307
+ }
1308
+ },
1072
1309
  {
1073
- "name": "variant",
1310
+ "name": "active",
1311
+ "description": "Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.",
1074
1312
  "value": {
1075
- "type": "'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"
1313
+ "type": "boolean"
1076
1314
  }
1077
1315
  },
1078
1316
  {
1079
- "name": "breakpoint",
1080
- "description": "Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.",
1317
+ "name": "placement",
1318
+ "description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
1319
+ "value": {
1320
+ "type": "| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"
1321
+ }
1322
+ },
1323
+ {
1324
+ "name": "strategy",
1325
+ "description": "Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if\noverflow is clipped, using a `fixed` position strategy can often workaround it.",
1326
+ "value": {
1327
+ "type": "'absolute' | 'fixed'"
1328
+ }
1329
+ },
1330
+ {
1331
+ "name": "distance",
1332
+ "description": "The distance in pixels from which to offset the panel away from its anchor.",
1081
1333
  "value": {
1082
1334
  "type": "number"
1083
1335
  }
1084
1336
  },
1085
1337
  {
1086
- "name": "inset",
1087
- "description": "The teaser's inner padding. This is always set in `white border-neutral-300`.",
1338
+ "name": "skidding",
1339
+ "description": "The distance in pixels from which to offset the panel along its anchor.",
1340
+ "value": {
1341
+ "type": "number"
1342
+ }
1343
+ },
1344
+ {
1345
+ "name": "arrow",
1346
+ "description": "Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.",
1088
1347
  "value": {
1089
1348
  "type": "boolean"
1090
1349
  }
1091
1350
  },
1092
1351
  {
1093
- "name": "_orientation",
1352
+ "name": "arrowPlacement",
1353
+ "description": "The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.",
1094
1354
  "value": {
1095
- "type": "'vertical' | 'horizontal'"
1355
+ "type": "'start' | 'end' | 'center' | 'anchor'"
1096
1356
  }
1097
1357
  },
1098
1358
  {
1099
- "name": "hasSlotController",
1100
- "value": {}
1359
+ "name": "arrowPadding",
1360
+ "description": "The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.",
1361
+ "value": {
1362
+ "type": "number"
1363
+ }
1101
1364
  },
1102
1365
  {
1103
- "name": "resizeObserver",
1366
+ "name": "flip",
1367
+ "description": "When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.",
1104
1368
  "value": {
1105
- "type": "ResizeObserver"
1369
+ "type": "boolean"
1106
1370
  }
1107
1371
  },
1108
1372
  {
1109
- "name": "updateOrientation",
1110
- "value": {}
1111
- }
1112
- ],
1113
- "events": []
1114
- },
1373
+ "name": "flipFallbackPlacements",
1374
+ "description": "If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.",
1375
+ "value": {
1376
+ "type": "string"
1377
+ }
1378
+ },
1379
+ {
1380
+ "name": "flipFallbackStrategy",
1381
+ "description": "When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.",
1382
+ "value": {
1383
+ "type": "'best-fit' | 'initial'"
1384
+ }
1385
+ },
1386
+ {
1387
+ "name": "flipBoundary",
1388
+ "description": "The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
1389
+ "value": {
1390
+ "type": "Element | Element[]"
1391
+ }
1392
+ },
1393
+ {
1394
+ "name": "flipPadding",
1395
+ "description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
1396
+ "value": {
1397
+ "type": "number"
1398
+ }
1399
+ },
1400
+ {
1401
+ "name": "shift",
1402
+ "description": "Moves the popup along the axis to keep it in view when clipped.",
1403
+ "value": {
1404
+ "type": "boolean"
1405
+ }
1406
+ },
1407
+ {
1408
+ "name": "shiftBoundary",
1409
+ "description": "The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
1410
+ "value": {
1411
+ "type": "Element | Element[]"
1412
+ }
1413
+ },
1414
+ {
1415
+ "name": "shiftPadding",
1416
+ "description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
1417
+ "value": {
1418
+ "type": "number"
1419
+ }
1420
+ },
1421
+ {
1422
+ "name": "autoSize",
1423
+ "description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
1424
+ "value": {
1425
+ "type": "'horizontal' | 'vertical' | 'both'"
1426
+ }
1427
+ },
1428
+ {
1429
+ "name": "sync",
1430
+ "description": "Syncs the popup's width or height to that of the anchor element.",
1431
+ "value": {
1432
+ "type": "'width' | 'height' | 'both'"
1433
+ }
1434
+ },
1435
+ {
1436
+ "name": "autoSizeBoundary",
1437
+ "description": "The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
1438
+ "value": {
1439
+ "type": "Element | Element[]"
1440
+ }
1441
+ },
1442
+ {
1443
+ "name": "autoSizePadding",
1444
+ "description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
1445
+ "value": {
1446
+ "type": "number"
1447
+ }
1448
+ },
1449
+ {
1450
+ "name": "handleAnchorChange",
1451
+ "value": {}
1452
+ },
1453
+ {
1454
+ "name": "start",
1455
+ "value": {}
1456
+ },
1457
+ {
1458
+ "name": "stop",
1459
+ "value": {}
1460
+ },
1461
+ {
1462
+ "name": "reposition",
1463
+ "description": "Forces the popup to recalculate and reposition itself.",
1464
+ "value": {}
1465
+ }
1466
+ ],
1467
+ "events": [
1468
+ {
1469
+ "name": "sd-reposition",
1470
+ "description": "Emitted when the popup is repositioned. This event can fire a lot, so avoid putting expensive operations in your listener or consider debouncing it."
1471
+ }
1472
+ ]
1473
+ },
1474
+ "attributes": [
1475
+ {
1476
+ "name": "anchor",
1477
+ "description": "The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.",
1478
+ "value": {
1479
+ "type": "Element | string"
1480
+ }
1481
+ },
1482
+ {
1483
+ "name": "active",
1484
+ "description": "Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.",
1485
+ "value": {
1486
+ "type": "boolean"
1487
+ }
1488
+ },
1489
+ {
1490
+ "name": "placement",
1491
+ "description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
1492
+ "value": {
1493
+ "type": "| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"
1494
+ }
1495
+ },
1496
+ {
1497
+ "name": "strategy",
1498
+ "description": "Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if\noverflow is clipped, using a `fixed` position strategy can often workaround it.",
1499
+ "value": {
1500
+ "type": "'absolute' | 'fixed'"
1501
+ }
1502
+ },
1503
+ {
1504
+ "name": "distance",
1505
+ "description": "The distance in pixels from which to offset the panel away from its anchor.",
1506
+ "value": {
1507
+ "type": "number"
1508
+ }
1509
+ },
1510
+ {
1511
+ "name": "skidding",
1512
+ "description": "The distance in pixels from which to offset the panel along its anchor.",
1513
+ "value": {
1514
+ "type": "number"
1515
+ }
1516
+ },
1517
+ {
1518
+ "name": "arrow",
1519
+ "description": "Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.",
1520
+ "value": {
1521
+ "type": "boolean"
1522
+ }
1523
+ },
1524
+ {
1525
+ "name": "arrow-placement",
1526
+ "description": "The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.",
1527
+ "value": {
1528
+ "type": "'start' | 'end' | 'center' | 'anchor'"
1529
+ }
1530
+ },
1531
+ {
1532
+ "name": "arrow-padding",
1533
+ "description": "The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.",
1534
+ "value": {
1535
+ "type": "number"
1536
+ }
1537
+ },
1538
+ {
1539
+ "name": "flip",
1540
+ "description": "When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.",
1541
+ "value": {
1542
+ "type": "boolean"
1543
+ }
1544
+ },
1545
+ {
1546
+ "name": "flip-fallback-placements",
1547
+ "description": "If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.",
1548
+ "value": {
1549
+ "type": "string"
1550
+ }
1551
+ },
1552
+ {
1553
+ "name": "flip-fallback-strategy",
1554
+ "description": "When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.",
1555
+ "value": {
1556
+ "type": "'best-fit' | 'initial'"
1557
+ }
1558
+ },
1559
+ {
1560
+ "name": "flipBoundary",
1561
+ "description": "The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
1562
+ "value": {
1563
+ "type": "Element | Element[]"
1564
+ }
1565
+ },
1566
+ {
1567
+ "name": "flip-padding",
1568
+ "description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
1569
+ "value": {
1570
+ "type": "number"
1571
+ }
1572
+ },
1573
+ {
1574
+ "name": "shift",
1575
+ "description": "Moves the popup along the axis to keep it in view when clipped.",
1576
+ "value": {
1577
+ "type": "boolean"
1578
+ }
1579
+ },
1580
+ {
1581
+ "name": "shiftBoundary",
1582
+ "description": "The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
1583
+ "value": {
1584
+ "type": "Element | Element[]"
1585
+ }
1586
+ },
1587
+ {
1588
+ "name": "shift-padding",
1589
+ "description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
1590
+ "value": {
1591
+ "type": "number"
1592
+ }
1593
+ },
1594
+ {
1595
+ "name": "auto-size",
1596
+ "description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
1597
+ "value": {
1598
+ "type": "'horizontal' | 'vertical' | 'both'"
1599
+ }
1600
+ },
1601
+ {
1602
+ "name": "sync",
1603
+ "description": "Syncs the popup's width or height to that of the anchor element.",
1604
+ "value": {
1605
+ "type": "'width' | 'height' | 'both'"
1606
+ }
1607
+ },
1608
+ {
1609
+ "name": "autoSizeBoundary",
1610
+ "description": "The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
1611
+ "value": {
1612
+ "type": "Element | Element[]"
1613
+ }
1614
+ },
1615
+ {
1616
+ "name": "auto-size-padding",
1617
+ "description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
1618
+ "value": {
1619
+ "type": "number"
1620
+ }
1621
+ }
1622
+ ]
1623
+ },
1624
+ {
1625
+ "name": "sd-spinner",
1626
+ "description": "",
1627
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
1628
+ "js": {
1629
+ "properties": [
1630
+ {
1631
+ "name": "color",
1632
+ "description": "The color color of the spinner.",
1633
+ "value": {
1634
+ "type": "'primary' | 'white' | 'currentColor'"
1635
+ }
1636
+ },
1637
+ {
1638
+ "name": "localize",
1639
+ "value": {}
1640
+ }
1641
+ ],
1642
+ "events": []
1643
+ },
1644
+ "attributes": [
1645
+ {
1646
+ "name": "color",
1647
+ "description": "The color color of the spinner.",
1648
+ "value": {
1649
+ "type": "'primary' | 'white' | 'currentColor'"
1650
+ }
1651
+ }
1652
+ ]
1653
+ },
1654
+ {
1655
+ "name": "sd-teaser",
1656
+ "description": "",
1657
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
1658
+ "js": {
1659
+ "properties": [
1660
+ {
1661
+ "name": "variant",
1662
+ "value": {
1663
+ "type": "'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"
1664
+ }
1665
+ },
1666
+ {
1667
+ "name": "breakpoint",
1668
+ "description": "Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.",
1669
+ "value": {
1670
+ "type": "number"
1671
+ }
1672
+ },
1673
+ {
1674
+ "name": "inset",
1675
+ "description": "The teaser's inner padding. This is always set in `white border-neutral-300`.",
1676
+ "value": {
1677
+ "type": "boolean"
1678
+ }
1679
+ },
1680
+ {
1681
+ "name": "_orientation",
1682
+ "value": {
1683
+ "type": "'vertical' | 'horizontal'"
1684
+ }
1685
+ },
1686
+ {
1687
+ "name": "hasSlotController",
1688
+ "value": {}
1689
+ },
1690
+ {
1691
+ "name": "resizeObserver",
1692
+ "value": {
1693
+ "type": "ResizeObserver"
1694
+ }
1695
+ },
1696
+ {
1697
+ "name": "updateOrientation",
1698
+ "value": {}
1699
+ }
1700
+ ],
1701
+ "events": []
1702
+ },
1115
1703
  "attributes": [
1116
1704
  {
1117
1705
  "name": "variant",
@@ -1136,7 +1724,7 @@
1136
1724
  ]
1137
1725
  },
1138
1726
  {
1139
- "name": "sd-1-6-0-accordion-group",
1727
+ "name": "sd-1-8-0-accordion-group",
1140
1728
  "description": "",
1141
1729
  "doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
1142
1730
  "js": {
@@ -1166,7 +1754,7 @@
1166
1754
  ]
1167
1755
  },
1168
1756
  {
1169
- "name": "sd-1-6-0-accordion",
1757
+ "name": "sd-1-8-0-accordion",
1170
1758
  "description": "",
1171
1759
  "doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
1172
1760
  "js": {
@@ -1249,7 +1837,7 @@
1249
1837
  ]
1250
1838
  },
1251
1839
  {
1252
- "name": "sd-1-6-0-badge",
1840
+ "name": "sd-1-8-0-badge",
1253
1841
  "description": "",
1254
1842
  "doc-url": "https://solid.union-investment.com/[storybook-link]/badge",
1255
1843
  "js": {
@@ -1303,7 +1891,7 @@
1303
1891
  ]
1304
1892
  },
1305
1893
  {
1306
- "name": "sd-1-6-0-brandshape",
1894
+ "name": "sd-1-8-0-brandshape",
1307
1895
  "description": "",
1308
1896
  "doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
1309
1897
  "js": {
@@ -1392,7 +1980,7 @@
1392
1980
  ]
1393
1981
  },
1394
1982
  {
1395
- "name": "sd-1-6-0-button",
1983
+ "name": "sd-1-8-0-button",
1396
1984
  "description": "",
1397
1985
  "doc-url": "https://solid.union-investment.com/[storybook-link]/button",
1398
1986
  "js": {
@@ -1731,7 +2319,7 @@
1731
2319
  ]
1732
2320
  },
1733
2321
  {
1734
- "name": "sd-1-6-0-divider",
2322
+ "name": "sd-1-8-0-divider",
1735
2323
  "description": "",
1736
2324
  "doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
1737
2325
  "js": {
@@ -1771,26 +2359,280 @@
1771
2359
  ]
1772
2360
  },
1773
2361
  {
1774
- "name": "sd-1-6-0-icon",
2362
+ "name": "sd-1-8-0-dropdown",
1775
2363
  "description": "",
1776
- "doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
2364
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
1777
2365
  "js": {
1778
2366
  "properties": [
1779
2367
  {
1780
- "name": "svg",
2368
+ "name": "popup",
1781
2369
  "value": {
1782
- "type": "string"
2370
+ "type": "SdPopup"
1783
2371
  }
1784
2372
  },
1785
2373
  {
1786
- "name": "name",
1787
- "description": "The name of the icon to draw. Available names depend on the icon library being used.",
2374
+ "name": "localize",
2375
+ "value": {}
2376
+ },
2377
+ {
2378
+ "name": "open",
2379
+ "description": "Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.",
1788
2380
  "value": {
1789
- "type": "string | undefined"
2381
+ "type": "boolean"
1790
2382
  }
1791
2383
  },
1792
2384
  {
1793
- "name": "src",
2385
+ "name": "rounded",
2386
+ "description": "Indicates whether or not the dropdown should be styled with rounded corners.",
2387
+ "value": {
2388
+ "type": "boolean"
2389
+ }
2390
+ },
2391
+ {
2392
+ "name": "placement",
2393
+ "description": "The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.",
2394
+ "value": {
2395
+ "type": "| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"
2396
+ }
2397
+ },
2398
+ {
2399
+ "name": "disabled",
2400
+ "description": "Disables the dropdown so the panel will not open.",
2401
+ "value": {
2402
+ "type": "boolean"
2403
+ }
2404
+ },
2405
+ {
2406
+ "name": "stayOpenOnSelect",
2407
+ "description": "By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.",
2408
+ "value": {
2409
+ "type": "boolean"
2410
+ }
2411
+ },
2412
+ {
2413
+ "name": "distance",
2414
+ "description": "The distance in pixels from which to offset the panel away from its trigger. This defaults to `0` for `rounded=false` and to a minimum of `1` for `rounded=true`.",
2415
+ "value": {
2416
+ "type": "number"
2417
+ }
2418
+ },
2419
+ {
2420
+ "name": "skidding",
2421
+ "description": "The distance in pixels from which to offset the panel along its trigger.",
2422
+ "value": {
2423
+ "type": "number"
2424
+ }
2425
+ },
2426
+ {
2427
+ "name": "noAutoSize",
2428
+ "description": "Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.",
2429
+ "value": {
2430
+ "type": "boolean"
2431
+ }
2432
+ },
2433
+ {
2434
+ "name": "noFlip",
2435
+ "description": "When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.",
2436
+ "value": {
2437
+ "type": "boolean"
2438
+ }
2439
+ },
2440
+ {
2441
+ "name": "hoist",
2442
+ "description": "Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
2443
+ "value": {
2444
+ "type": "boolean"
2445
+ }
2446
+ },
2447
+ {
2448
+ "name": "focusOnTrigger",
2449
+ "value": {}
2450
+ },
2451
+ {
2452
+ "name": "getMenu",
2453
+ "value": {}
2454
+ },
2455
+ {
2456
+ "name": "handleKeyDown",
2457
+ "value": {}
2458
+ },
2459
+ {
2460
+ "name": "handleDocumentKeyDown",
2461
+ "value": {}
2462
+ },
2463
+ {
2464
+ "name": "handleDocumentMouseDown",
2465
+ "value": {}
2466
+ },
2467
+ {
2468
+ "name": "handleMenuItemActivate",
2469
+ "value": {}
2470
+ },
2471
+ {
2472
+ "name": "handlePanelSelect",
2473
+ "value": {}
2474
+ },
2475
+ {
2476
+ "name": "handleTriggerClick",
2477
+ "value": {}
2478
+ },
2479
+ {
2480
+ "name": "handleTriggerKeyDown",
2481
+ "value": {}
2482
+ },
2483
+ {
2484
+ "name": "handleTriggerKeyUp",
2485
+ "value": {}
2486
+ },
2487
+ {
2488
+ "name": "handleTriggerSlotChange",
2489
+ "value": {}
2490
+ },
2491
+ {
2492
+ "name": "updateAccessibleTrigger",
2493
+ "value": {}
2494
+ },
2495
+ {
2496
+ "name": "show",
2497
+ "description": "Shows the dropdown panel.",
2498
+ "value": {}
2499
+ },
2500
+ {
2501
+ "name": "hide",
2502
+ "description": "Hides the dropdown panel",
2503
+ "value": {}
2504
+ },
2505
+ {
2506
+ "name": "reposition",
2507
+ "description": "Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated.",
2508
+ "value": {}
2509
+ },
2510
+ {
2511
+ "name": "addOpenListeners",
2512
+ "value": {}
2513
+ },
2514
+ {
2515
+ "name": "removeOpenListeners",
2516
+ "value": {}
2517
+ },
2518
+ {
2519
+ "name": "handleOpenChange",
2520
+ "value": {}
2521
+ }
2522
+ ],
2523
+ "events": [
2524
+ {
2525
+ "name": "sd-show",
2526
+ "description": "Emitted when the dropdown opens."
2527
+ },
2528
+ {
2529
+ "name": "sd-after-show",
2530
+ "description": "Emitted after the dropdown opens and all animations are complete."
2531
+ },
2532
+ {
2533
+ "name": "sd-hide",
2534
+ "description": "Emitted when the dropdown closes."
2535
+ },
2536
+ {
2537
+ "name": "sd-after-hide",
2538
+ "description": "Emitted after the dropdown closes and all animations are complete."
2539
+ }
2540
+ ]
2541
+ },
2542
+ "attributes": [
2543
+ {
2544
+ "name": "open",
2545
+ "description": "Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.",
2546
+ "value": {
2547
+ "type": "boolean"
2548
+ }
2549
+ },
2550
+ {
2551
+ "name": "rounded",
2552
+ "description": "Indicates whether or not the dropdown should be styled with rounded corners.",
2553
+ "value": {
2554
+ "type": "boolean"
2555
+ }
2556
+ },
2557
+ {
2558
+ "name": "placement",
2559
+ "description": "The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.",
2560
+ "value": {
2561
+ "type": "| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"
2562
+ }
2563
+ },
2564
+ {
2565
+ "name": "disabled",
2566
+ "description": "Disables the dropdown so the panel will not open.",
2567
+ "value": {
2568
+ "type": "boolean"
2569
+ }
2570
+ },
2571
+ {
2572
+ "name": "stay-open-on-select",
2573
+ "description": "By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.",
2574
+ "value": {
2575
+ "type": "boolean"
2576
+ }
2577
+ },
2578
+ {
2579
+ "name": "distance",
2580
+ "description": "The distance in pixels from which to offset the panel away from its trigger. This defaults to `0` for `rounded=false` and to a minimum of `1` for `rounded=true`.",
2581
+ "value": {
2582
+ "type": "number"
2583
+ }
2584
+ },
2585
+ {
2586
+ "name": "skidding",
2587
+ "description": "The distance in pixels from which to offset the panel along its trigger.",
2588
+ "value": {
2589
+ "type": "number"
2590
+ }
2591
+ },
2592
+ {
2593
+ "name": "no-auto-size",
2594
+ "description": "Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.",
2595
+ "value": {
2596
+ "type": "boolean"
2597
+ }
2598
+ },
2599
+ {
2600
+ "name": "no-flip",
2601
+ "description": "When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.",
2602
+ "value": {
2603
+ "type": "boolean"
2604
+ }
2605
+ },
2606
+ {
2607
+ "name": "hoist",
2608
+ "description": "Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
2609
+ "value": {
2610
+ "type": "boolean"
2611
+ }
2612
+ }
2613
+ ]
2614
+ },
2615
+ {
2616
+ "name": "sd-1-8-0-icon",
2617
+ "description": "",
2618
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
2619
+ "js": {
2620
+ "properties": [
2621
+ {
2622
+ "name": "svg",
2623
+ "value": {
2624
+ "type": "string"
2625
+ }
2626
+ },
2627
+ {
2628
+ "name": "name",
2629
+ "description": "The name of the icon to draw. Available names depend on the icon library being used.",
2630
+ "value": {
2631
+ "type": "string | undefined"
2632
+ }
2633
+ },
2634
+ {
2635
+ "name": "src",
1794
2636
  "description": "An external URL of an SVG file. Be sure you trust the content you are including, as it will be executed as code and\ncan result in XSS attacks. Only SVGs on a local or CORS-enabled endpoint are supported. If you're using more than one custom icon,\nit might make sense to register a custom icon library.",
1795
2637
  "value": {
1796
2638
  "type": "string | undefined"
@@ -1880,7 +2722,7 @@
1880
2722
  ]
1881
2723
  },
1882
2724
  {
1883
- "name": "sd-1-6-0-include",
2725
+ "name": "sd-1-8-0-include",
1884
2726
  "description": "",
1885
2727
  "doc-url": "https://solid.union-investment.com/[storybook-link]/include",
1886
2728
  "js": {
@@ -1951,7 +2793,7 @@
1951
2793
  ]
1952
2794
  },
1953
2795
  {
1954
- "name": "sd-1-6-0-link",
2796
+ "name": "sd-1-8-0-link",
1955
2797
  "description": "",
1956
2798
  "doc-url": "https://solid.union-investment.com/[storybook-link]/link",
1957
2799
  "js": {
@@ -2078,7 +2920,341 @@
2078
2920
  ]
2079
2921
  },
2080
2922
  {
2081
- "name": "sd-1-6-0-spinner",
2923
+ "name": "sd-1-8-0-popup",
2924
+ "description": "",
2925
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
2926
+ "js": {
2927
+ "properties": [
2928
+ {
2929
+ "name": "cleanup",
2930
+ "value": {
2931
+ "type": "ReturnType<typeof autoUpdate> | undefined"
2932
+ }
2933
+ },
2934
+ {
2935
+ "name": "anchor",
2936
+ "description": "The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.",
2937
+ "value": {
2938
+ "type": "Element | string"
2939
+ }
2940
+ },
2941
+ {
2942
+ "name": "active",
2943
+ "description": "Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.",
2944
+ "value": {
2945
+ "type": "boolean"
2946
+ }
2947
+ },
2948
+ {
2949
+ "name": "placement",
2950
+ "description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
2951
+ "value": {
2952
+ "type": "| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"
2953
+ }
2954
+ },
2955
+ {
2956
+ "name": "strategy",
2957
+ "description": "Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if\noverflow is clipped, using a `fixed` position strategy can often workaround it.",
2958
+ "value": {
2959
+ "type": "'absolute' | 'fixed'"
2960
+ }
2961
+ },
2962
+ {
2963
+ "name": "distance",
2964
+ "description": "The distance in pixels from which to offset the panel away from its anchor.",
2965
+ "value": {
2966
+ "type": "number"
2967
+ }
2968
+ },
2969
+ {
2970
+ "name": "skidding",
2971
+ "description": "The distance in pixels from which to offset the panel along its anchor.",
2972
+ "value": {
2973
+ "type": "number"
2974
+ }
2975
+ },
2976
+ {
2977
+ "name": "arrow",
2978
+ "description": "Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.",
2979
+ "value": {
2980
+ "type": "boolean"
2981
+ }
2982
+ },
2983
+ {
2984
+ "name": "arrowPlacement",
2985
+ "description": "The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.",
2986
+ "value": {
2987
+ "type": "'start' | 'end' | 'center' | 'anchor'"
2988
+ }
2989
+ },
2990
+ {
2991
+ "name": "arrowPadding",
2992
+ "description": "The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.",
2993
+ "value": {
2994
+ "type": "number"
2995
+ }
2996
+ },
2997
+ {
2998
+ "name": "flip",
2999
+ "description": "When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.",
3000
+ "value": {
3001
+ "type": "boolean"
3002
+ }
3003
+ },
3004
+ {
3005
+ "name": "flipFallbackPlacements",
3006
+ "description": "If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.",
3007
+ "value": {
3008
+ "type": "string"
3009
+ }
3010
+ },
3011
+ {
3012
+ "name": "flipFallbackStrategy",
3013
+ "description": "When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.",
3014
+ "value": {
3015
+ "type": "'best-fit' | 'initial'"
3016
+ }
3017
+ },
3018
+ {
3019
+ "name": "flipBoundary",
3020
+ "description": "The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
3021
+ "value": {
3022
+ "type": "Element | Element[]"
3023
+ }
3024
+ },
3025
+ {
3026
+ "name": "flipPadding",
3027
+ "description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
3028
+ "value": {
3029
+ "type": "number"
3030
+ }
3031
+ },
3032
+ {
3033
+ "name": "shift",
3034
+ "description": "Moves the popup along the axis to keep it in view when clipped.",
3035
+ "value": {
3036
+ "type": "boolean"
3037
+ }
3038
+ },
3039
+ {
3040
+ "name": "shiftBoundary",
3041
+ "description": "The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
3042
+ "value": {
3043
+ "type": "Element | Element[]"
3044
+ }
3045
+ },
3046
+ {
3047
+ "name": "shiftPadding",
3048
+ "description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
3049
+ "value": {
3050
+ "type": "number"
3051
+ }
3052
+ },
3053
+ {
3054
+ "name": "autoSize",
3055
+ "description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
3056
+ "value": {
3057
+ "type": "'horizontal' | 'vertical' | 'both'"
3058
+ }
3059
+ },
3060
+ {
3061
+ "name": "sync",
3062
+ "description": "Syncs the popup's width or height to that of the anchor element.",
3063
+ "value": {
3064
+ "type": "'width' | 'height' | 'both'"
3065
+ }
3066
+ },
3067
+ {
3068
+ "name": "autoSizeBoundary",
3069
+ "description": "The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
3070
+ "value": {
3071
+ "type": "Element | Element[]"
3072
+ }
3073
+ },
3074
+ {
3075
+ "name": "autoSizePadding",
3076
+ "description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
3077
+ "value": {
3078
+ "type": "number"
3079
+ }
3080
+ },
3081
+ {
3082
+ "name": "handleAnchorChange",
3083
+ "value": {}
3084
+ },
3085
+ {
3086
+ "name": "start",
3087
+ "value": {}
3088
+ },
3089
+ {
3090
+ "name": "stop",
3091
+ "value": {}
3092
+ },
3093
+ {
3094
+ "name": "reposition",
3095
+ "description": "Forces the popup to recalculate and reposition itself.",
3096
+ "value": {}
3097
+ }
3098
+ ],
3099
+ "events": [
3100
+ {
3101
+ "name": "sd-reposition",
3102
+ "description": "Emitted when the popup is repositioned. This event can fire a lot, so avoid putting expensive operations in your listener or consider debouncing it."
3103
+ }
3104
+ ]
3105
+ },
3106
+ "attributes": [
3107
+ {
3108
+ "name": "anchor",
3109
+ "description": "The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.",
3110
+ "value": {
3111
+ "type": "Element | string"
3112
+ }
3113
+ },
3114
+ {
3115
+ "name": "active",
3116
+ "description": "Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.",
3117
+ "value": {
3118
+ "type": "boolean"
3119
+ }
3120
+ },
3121
+ {
3122
+ "name": "placement",
3123
+ "description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
3124
+ "value": {
3125
+ "type": "| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"
3126
+ }
3127
+ },
3128
+ {
3129
+ "name": "strategy",
3130
+ "description": "Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if\noverflow is clipped, using a `fixed` position strategy can often workaround it.",
3131
+ "value": {
3132
+ "type": "'absolute' | 'fixed'"
3133
+ }
3134
+ },
3135
+ {
3136
+ "name": "distance",
3137
+ "description": "The distance in pixels from which to offset the panel away from its anchor.",
3138
+ "value": {
3139
+ "type": "number"
3140
+ }
3141
+ },
3142
+ {
3143
+ "name": "skidding",
3144
+ "description": "The distance in pixels from which to offset the panel along its anchor.",
3145
+ "value": {
3146
+ "type": "number"
3147
+ }
3148
+ },
3149
+ {
3150
+ "name": "arrow",
3151
+ "description": "Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.",
3152
+ "value": {
3153
+ "type": "boolean"
3154
+ }
3155
+ },
3156
+ {
3157
+ "name": "arrow-placement",
3158
+ "description": "The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.",
3159
+ "value": {
3160
+ "type": "'start' | 'end' | 'center' | 'anchor'"
3161
+ }
3162
+ },
3163
+ {
3164
+ "name": "arrow-padding",
3165
+ "description": "The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.",
3166
+ "value": {
3167
+ "type": "number"
3168
+ }
3169
+ },
3170
+ {
3171
+ "name": "flip",
3172
+ "description": "When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.",
3173
+ "value": {
3174
+ "type": "boolean"
3175
+ }
3176
+ },
3177
+ {
3178
+ "name": "flip-fallback-placements",
3179
+ "description": "If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.",
3180
+ "value": {
3181
+ "type": "string"
3182
+ }
3183
+ },
3184
+ {
3185
+ "name": "flip-fallback-strategy",
3186
+ "description": "When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.",
3187
+ "value": {
3188
+ "type": "'best-fit' | 'initial'"
3189
+ }
3190
+ },
3191
+ {
3192
+ "name": "flipBoundary",
3193
+ "description": "The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
3194
+ "value": {
3195
+ "type": "Element | Element[]"
3196
+ }
3197
+ },
3198
+ {
3199
+ "name": "flip-padding",
3200
+ "description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
3201
+ "value": {
3202
+ "type": "number"
3203
+ }
3204
+ },
3205
+ {
3206
+ "name": "shift",
3207
+ "description": "Moves the popup along the axis to keep it in view when clipped.",
3208
+ "value": {
3209
+ "type": "boolean"
3210
+ }
3211
+ },
3212
+ {
3213
+ "name": "shiftBoundary",
3214
+ "description": "The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
3215
+ "value": {
3216
+ "type": "Element | Element[]"
3217
+ }
3218
+ },
3219
+ {
3220
+ "name": "shift-padding",
3221
+ "description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
3222
+ "value": {
3223
+ "type": "number"
3224
+ }
3225
+ },
3226
+ {
3227
+ "name": "auto-size",
3228
+ "description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
3229
+ "value": {
3230
+ "type": "'horizontal' | 'vertical' | 'both'"
3231
+ }
3232
+ },
3233
+ {
3234
+ "name": "sync",
3235
+ "description": "Syncs the popup's width or height to that of the anchor element.",
3236
+ "value": {
3237
+ "type": "'width' | 'height' | 'both'"
3238
+ }
3239
+ },
3240
+ {
3241
+ "name": "autoSizeBoundary",
3242
+ "description": "The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
3243
+ "value": {
3244
+ "type": "Element | Element[]"
3245
+ }
3246
+ },
3247
+ {
3248
+ "name": "auto-size-padding",
3249
+ "description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
3250
+ "value": {
3251
+ "type": "number"
3252
+ }
3253
+ }
3254
+ ]
3255
+ },
3256
+ {
3257
+ "name": "sd-1-8-0-spinner",
2082
3258
  "description": "",
2083
3259
  "doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
2084
3260
  "js": {
@@ -2108,7 +3284,7 @@
2108
3284
  ]
2109
3285
  },
2110
3286
  {
2111
- "name": "sd-1-6-0-teaser",
3287
+ "name": "sd-1-8-0-teaser",
2112
3288
  "description": "",
2113
3289
  "doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
2114
3290
  "js": {