@solid-design-system/components 1.20.0 → 1.21.1

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 (112) 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/brandshape.js +1 -1
  4. package/dist/components/es/button.js +1 -1
  5. package/dist/components/es/carousel.js +2 -2
  6. package/dist/components/es/drawer.js +1 -1
  7. package/dist/components/es/dropdown.js +1 -1
  8. package/dist/components/es/icon.js +3 -3
  9. package/dist/components/es/if-defined.js +2 -2
  10. package/dist/components/es/link.js +1 -1
  11. package/dist/components/es/lit-element.js +4 -4
  12. package/dist/components/es/navigation-item.js +2 -2
  13. package/dist/components/es/popup.js +1 -1
  14. package/dist/components/es/query-assigned-elements.js +6 -0
  15. package/dist/components/es/query.js +7 -2
  16. package/dist/components/es/radio-group.js +1 -1
  17. package/dist/components/es/radio.js +1 -1
  18. package/dist/components/es/solid-components2.js +1 -1
  19. package/dist/components/es/solid-element.js +2 -12
  20. package/dist/components/es/state.js +1 -1
  21. package/dist/components/es/static.js +1 -1
  22. package/dist/components/es/tag.js +1 -1
  23. package/dist/components/es/teaser.js +1 -1
  24. package/dist/components/es/video.js +1 -1
  25. package/dist/components/umd/solid-components.js +18 -18
  26. package/dist/custom-elements.json +1 -1
  27. package/dist/package/node_modules/.pnpm/{@shoelace-style_localize@3.1.0 → @shoelace-style_localize@3.1.2}/node_modules/@shoelace-style/localize/dist/index.js +1 -1
  28. package/dist/package/styles/tailwind.css.js +1 -1
  29. package/dist/package/translations/en.js +1 -1
  30. package/dist/package/utilities/localize.js +1 -1
  31. package/dist/versioned-components/es/accordion-group.js +1 -1
  32. package/dist/versioned-components/es/accordion.js +1 -1
  33. package/dist/versioned-components/es/badge.js +1 -1
  34. package/dist/versioned-components/es/brandshape.js +1 -1
  35. package/dist/versioned-components/es/button.js +1 -1
  36. package/dist/versioned-components/es/carousel-item.js +1 -1
  37. package/dist/versioned-components/es/carousel.js +3 -3
  38. package/dist/versioned-components/es/divider.js +1 -1
  39. package/dist/versioned-components/es/drawer.js +1 -1
  40. package/dist/versioned-components/es/dropdown.js +1 -1
  41. package/dist/versioned-components/es/form.js +1 -1
  42. package/dist/versioned-components/es/icon.js +3 -3
  43. package/dist/versioned-components/es/if-defined.js +2 -2
  44. package/dist/versioned-components/es/include.js +1 -1
  45. package/dist/versioned-components/es/link.js +1 -1
  46. package/dist/versioned-components/es/lit-element.js +4 -4
  47. package/dist/versioned-components/es/navigation-item.js +2 -2
  48. package/dist/versioned-components/es/popup.js +1 -1
  49. package/dist/versioned-components/es/query-assigned-elements.js +6 -0
  50. package/dist/versioned-components/es/query.js +7 -2
  51. package/dist/versioned-components/es/radio-group.js +1 -1
  52. package/dist/versioned-components/es/radio.js +1 -1
  53. package/dist/versioned-components/es/solid-components2.js +1 -1
  54. package/dist/versioned-components/es/solid-element.js +2 -12
  55. package/dist/versioned-components/es/spinner.js +1 -1
  56. package/dist/versioned-components/es/state.js +1 -1
  57. package/dist/versioned-components/es/static.js +1 -1
  58. package/dist/versioned-components/es/tag.js +1 -1
  59. package/dist/versioned-components/es/teaser.js +1 -1
  60. package/dist/versioned-components/es/video.js +1 -1
  61. package/dist/versioned-package/_components/button-group/button-group.d.ts +1 -1
  62. package/dist/versioned-package/_components/button-group/button-group.js +11 -11
  63. package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
  64. package/dist/versioned-package/components/accordion/accordion.js +2 -2
  65. package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
  66. package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
  67. package/dist/versioned-package/components/badge/badge.d.ts +1 -1
  68. package/dist/versioned-package/components/badge/badge.js +1 -1
  69. package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
  70. package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
  71. package/dist/versioned-package/components/button/button.d.ts +1 -1
  72. package/dist/versioned-package/components/button/button.js +4 -4
  73. package/dist/versioned-package/components/carousel/carousel.d.ts +1 -1
  74. package/dist/versioned-package/components/carousel/carousel.js +6 -6
  75. package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
  76. package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
  77. package/dist/versioned-package/components/divider/divider.d.ts +1 -1
  78. package/dist/versioned-package/components/divider/divider.js +2 -2
  79. package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
  80. package/dist/versioned-package/components/drawer/drawer.js +2 -2
  81. package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
  82. package/dist/versioned-package/components/dropdown/dropdown.js +6 -6
  83. package/dist/versioned-package/components/icon/icon.d.ts +1 -1
  84. package/dist/versioned-package/components/icon/icon.js +1 -1
  85. package/dist/versioned-package/components/include/include.d.ts +1 -1
  86. package/dist/versioned-package/components/include/include.js +1 -1
  87. package/dist/versioned-package/components/link/link.d.ts +1 -1
  88. package/dist/versioned-package/components/link/link.js +2 -2
  89. package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
  90. package/dist/versioned-package/components/navigation-item/navigation-item.js +3 -3
  91. package/dist/versioned-package/components/popup/popup.d.ts +1 -1
  92. package/dist/versioned-package/components/popup/popup.js +1 -1
  93. package/dist/versioned-package/components/radio/radio.d.ts +1 -1
  94. package/dist/versioned-package/components/radio/radio.js +2 -2
  95. package/dist/versioned-package/components/radio-group/radio-group.d.ts +2 -2
  96. package/dist/versioned-package/components/radio-group/radio-group.js +12 -12
  97. package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
  98. package/dist/versioned-package/components/spinner/spinner.js +1 -1
  99. package/dist/versioned-package/components/tag/tag.d.ts +1 -1
  100. package/dist/versioned-package/components/tag/tag.js +2 -2
  101. package/dist/versioned-package/components/teaser/teaser.js +1 -1
  102. package/dist/versioned-package/components/video/video.d.ts +1 -1
  103. package/dist/versioned-package/components/video/video.js +2 -2
  104. package/dist/versioned-package/internal/form.js +1 -1
  105. package/dist/versioned-package/node_modules/.pnpm/{@shoelace-style_localize@3.1.0 → @shoelace-style_localize@3.1.2}/node_modules/@shoelace-style/localize/dist/index.js +1 -1
  106. package/dist/versioned-package/styles/tailwind.css.js +1 -1
  107. package/dist/versioned-package/translations/en.js +1 -1
  108. package/dist/versioned-package/utilities/localize.js +1 -1
  109. package/dist/versioned-styles/solid-styles.css +1 -1
  110. package/dist/vscode.html-custom-data.json +21 -21
  111. package/dist/web-types.json +1 -2871
  112. package/package.json +49 -54
@@ -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.20.0",
4
+ "version": "1.21.1",
5
5
  "description-markup": "markdown",
6
6
  "framework-config": {
7
7
  "enable-when": {
@@ -3126,2876 +3126,6 @@
3126
3126
  }
3127
3127
  }
3128
3128
  ]
3129
- },
3130
- {
3131
- "name": "sd-1-20-0-accordion-group",
3132
- "description": "",
3133
- "doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
3134
- "js": {
3135
- "properties": [
3136
- {
3137
- "name": "closeOthers",
3138
- "description": "Closes other accordions.",
3139
- "value": {
3140
- "type": "boolean"
3141
- }
3142
- },
3143
- {
3144
- "name": "handleAccordionShow",
3145
- "value": {}
3146
- }
3147
- ],
3148
- "events": []
3149
- },
3150
- "attributes": [
3151
- {
3152
- "name": "close-others",
3153
- "description": "Closes other accordions.",
3154
- "value": {
3155
- "type": "boolean"
3156
- }
3157
- }
3158
- ]
3159
- },
3160
- {
3161
- "name": "sd-1-20-0-accordion",
3162
- "description": "",
3163
- "doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
3164
- "js": {
3165
- "properties": [
3166
- {
3167
- "name": "localize",
3168
- "value": {}
3169
- },
3170
- {
3171
- "name": "open",
3172
- "description": "Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.",
3173
- "value": {
3174
- "type": "boolean"
3175
- }
3176
- },
3177
- {
3178
- "name": "summary",
3179
- "description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
3180
- "value": {
3181
- "type": "string"
3182
- }
3183
- },
3184
- {
3185
- "name": "handleSummaryClick",
3186
- "value": {}
3187
- },
3188
- {
3189
- "name": "handleSummaryKeyDown",
3190
- "value": {}
3191
- },
3192
- {
3193
- "name": "handleOpenChange",
3194
- "value": {}
3195
- },
3196
- {
3197
- "name": "show",
3198
- "description": "Shows the accordion.",
3199
- "value": {}
3200
- },
3201
- {
3202
- "name": "hide",
3203
- "description": "Hides the accordion",
3204
- "value": {}
3205
- }
3206
- ],
3207
- "events": [
3208
- {
3209
- "name": "sd-show",
3210
- "description": "Emitted when the accordion opens."
3211
- },
3212
- {
3213
- "name": "sd-after-show",
3214
- "description": "Emitted after the accordion opens and all animations are complete."
3215
- },
3216
- {
3217
- "name": "sd-hide",
3218
- "description": "Emitted when the accordion closes."
3219
- },
3220
- {
3221
- "name": "sd-after-hide",
3222
- "description": "Emitted after the accordion closes and all animations are complete."
3223
- }
3224
- ]
3225
- },
3226
- "attributes": [
3227
- {
3228
- "name": "open",
3229
- "description": "Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.",
3230
- "value": {
3231
- "type": "boolean"
3232
- }
3233
- },
3234
- {
3235
- "name": "summary",
3236
- "description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
3237
- "value": {
3238
- "type": "string"
3239
- }
3240
- }
3241
- ]
3242
- },
3243
- {
3244
- "name": "sd-1-20-0-badge",
3245
- "description": "",
3246
- "doc-url": "https://solid.union-investment.com/[storybook-link]/badge",
3247
- "js": {
3248
- "properties": [
3249
- {
3250
- "name": "variant",
3251
- "description": "The badge's theme variant.",
3252
- "value": {
3253
- "type": "'default' | 'success' | 'error'"
3254
- }
3255
- },
3256
- {
3257
- "name": "size",
3258
- "description": "The badge's size.",
3259
- "value": {
3260
- "type": "'lg' | 'md' | 'sm'"
3261
- }
3262
- },
3263
- {
3264
- "name": "inverted",
3265
- "description": "Inverts the badge.",
3266
- "value": {
3267
- "type": "boolean"
3268
- }
3269
- }
3270
- ],
3271
- "events": []
3272
- },
3273
- "attributes": [
3274
- {
3275
- "name": "variant",
3276
- "description": "The badge's theme variant.",
3277
- "value": {
3278
- "type": "'default' | 'success' | 'error'"
3279
- }
3280
- },
3281
- {
3282
- "name": "size",
3283
- "description": "The badge's size.",
3284
- "value": {
3285
- "type": "'lg' | 'md' | 'sm'"
3286
- }
3287
- },
3288
- {
3289
- "name": "inverted",
3290
- "description": "Inverts the badge.",
3291
- "value": {
3292
- "type": "boolean"
3293
- }
3294
- }
3295
- ]
3296
- },
3297
- {
3298
- "name": "sd-1-20-0-brandshape",
3299
- "description": "",
3300
- "doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
3301
- "js": {
3302
- "properties": [
3303
- {
3304
- "name": "variant",
3305
- "description": "The brandshape's theme variant.",
3306
- "value": {
3307
- "type": "'neutral-100' | 'primary' | 'white'"
3308
- }
3309
- },
3310
- {
3311
- "name": "shapes",
3312
- "description": "Defines which shapes of the brandshape should be displayed.",
3313
- "value": {
3314
- "type": "('top' | 'middle' | 'bottom')[]"
3315
- }
3316
- },
3317
- {
3318
- "name": "componentBreakpoint",
3319
- "value": {
3320
- "type": "Breakpoints"
3321
- }
3322
- },
3323
- {
3324
- "name": "resizeObserver",
3325
- "value": {
3326
- "type": "ResizeObserver"
3327
- }
3328
- },
3329
- {
3330
- "name": "getSvg",
3331
- "value": {}
3332
- },
3333
- {
3334
- "name": "largeSvg",
3335
- "value": {}
3336
- },
3337
- {
3338
- "name": "mediumSvg",
3339
- "value": {}
3340
- },
3341
- {
3342
- "name": "smallSvg",
3343
- "value": {}
3344
- },
3345
- {
3346
- "name": "setBreakpoint",
3347
- "value": {}
3348
- },
3349
- {
3350
- "name": "renderTopBrandshape",
3351
- "value": {}
3352
- },
3353
- {
3354
- "name": "renderMiddleBrandshape",
3355
- "value": {}
3356
- },
3357
- {
3358
- "name": "renderBottomBrandshape",
3359
- "value": {}
3360
- },
3361
- {
3362
- "name": "renderWhitespaceFix",
3363
- "description": "Renders a small line to prevent whitespace between the svg and the div of the middle brandshape.",
3364
- "value": {}
3365
- }
3366
- ],
3367
- "events": []
3368
- },
3369
- "attributes": [
3370
- {
3371
- "name": "variant",
3372
- "description": "The brandshape's theme variant.",
3373
- "value": {
3374
- "type": "'neutral-100' | 'primary' | 'white'"
3375
- }
3376
- },
3377
- {
3378
- "name": "shapes",
3379
- "description": "Defines which shapes of the brandshape should be displayed.",
3380
- "value": {
3381
- "type": "('top' | 'middle' | 'bottom')[]"
3382
- }
3383
- }
3384
- ]
3385
- },
3386
- {
3387
- "name": "sd-1-20-0-button",
3388
- "description": "",
3389
- "doc-url": "https://solid.union-investment.com/[storybook-link]/button",
3390
- "js": {
3391
- "properties": [
3392
- {
3393
- "name": "formControlController",
3394
- "value": {}
3395
- },
3396
- {
3397
- "name": "hasSlotController",
3398
- "value": {}
3399
- },
3400
- {
3401
- "name": "invalid",
3402
- "value": {
3403
- "type": "boolean"
3404
- }
3405
- },
3406
- {
3407
- "name": "title",
3408
- "value": {
3409
- "type": "string"
3410
- }
3411
- },
3412
- {
3413
- "name": "variant",
3414
- "description": "The button's theme variant.",
3415
- "value": {
3416
- "type": "'primary' | 'secondary' | 'tertiary' | 'cta'"
3417
- }
3418
- },
3419
- {
3420
- "name": "inverted",
3421
- "description": "Inverts the button.",
3422
- "value": {
3423
- "type": "boolean"
3424
- }
3425
- },
3426
- {
3427
- "name": "size",
3428
- "description": "The button's size.",
3429
- "value": {
3430
- "type": "'lg' | 'md' | 'sm'"
3431
- }
3432
- },
3433
- {
3434
- "name": "disabled",
3435
- "description": "Disables the button.",
3436
- "value": {
3437
- "type": "boolean"
3438
- }
3439
- },
3440
- {
3441
- "name": "loading",
3442
- "description": "Draws the button in a loading state.",
3443
- "value": {
3444
- "type": "boolean"
3445
- }
3446
- },
3447
- {
3448
- "name": "type",
3449
- "description": "The type of button. Note that the default value is `button` instead of `submit`, which is opposite of how native\n`<button>` elements behave. When the type is `submit`, the button will submit the surrounding form.",
3450
- "value": {
3451
- "type": "'button' | 'submit' | 'reset'"
3452
- }
3453
- },
3454
- {
3455
- "name": "name",
3456
- "description": "The name of the button, submitted as a name/value pair with form data, but only when this button is the submitter.\nThis attribute is ignored when `href` is present.",
3457
- "value": {
3458
- "type": "string"
3459
- }
3460
- },
3461
- {
3462
- "name": "value",
3463
- "description": "The value of the button, submitted as a pair with the button's name as part of the form data, but only when this\nbutton is the submitter. This attribute is ignored when `href` is present.",
3464
- "value": {
3465
- "type": "string"
3466
- }
3467
- },
3468
- {
3469
- "name": "href",
3470
- "description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
3471
- "value": {
3472
- "type": "string"
3473
- }
3474
- },
3475
- {
3476
- "name": "target",
3477
- "description": "Tells the browser where to open the link. Only used when `href` is present.",
3478
- "value": {
3479
- "type": "'_blank' | '_parent' | '_self' | '_top'"
3480
- }
3481
- },
3482
- {
3483
- "name": "download",
3484
- "description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
3485
- "value": {
3486
- "type": "string | undefined"
3487
- }
3488
- },
3489
- {
3490
- "name": "form",
3491
- "description": "The \"form owner\" to associate the button with. If omitted, the closest containing form will be used instead. The\nvalue of this attribute must be an id of a form in the same document or shadow root as the button.",
3492
- "value": {
3493
- "type": "string"
3494
- }
3495
- },
3496
- {
3497
- "name": "formAction",
3498
- "description": "Used to override the form owner's `action` attribute.",
3499
- "value": {
3500
- "type": "string"
3501
- }
3502
- },
3503
- {
3504
- "name": "formEnctype",
3505
- "description": "Used to override the form owner's `enctype` attribute.",
3506
- "value": {
3507
- "type": "'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"
3508
- }
3509
- },
3510
- {
3511
- "name": "formMethod",
3512
- "description": "Used to override the form owner's `method` attribute.",
3513
- "value": {
3514
- "type": "'post' | 'get'"
3515
- }
3516
- },
3517
- {
3518
- "name": "formNoValidate",
3519
- "description": "Used to override the form owner's `novalidate` attribute.",
3520
- "value": {
3521
- "type": "boolean"
3522
- }
3523
- },
3524
- {
3525
- "name": "formTarget",
3526
- "description": "Used to override the form owner's `target` attribute.",
3527
- "value": {
3528
- "type": "'_self' | '_blank' | '_parent' | '_top'"
3529
- }
3530
- },
3531
- {
3532
- "name": "validity",
3533
- "description": "Gets the validity state object",
3534
- "value": {}
3535
- },
3536
- {
3537
- "name": "validationMessage",
3538
- "description": "Gets the validation message",
3539
- "value": {}
3540
- },
3541
- {
3542
- "name": "handleBlur",
3543
- "value": {}
3544
- },
3545
- {
3546
- "name": "handleFocus",
3547
- "value": {}
3548
- },
3549
- {
3550
- "name": "handleClick",
3551
- "value": {}
3552
- },
3553
- {
3554
- "name": "handleInvalid",
3555
- "value": {}
3556
- },
3557
- {
3558
- "name": "isButton",
3559
- "value": {}
3560
- },
3561
- {
3562
- "name": "isLink",
3563
- "value": {}
3564
- },
3565
- {
3566
- "name": "handleDisabledChange",
3567
- "value": {}
3568
- },
3569
- {
3570
- "name": "click",
3571
- "description": "Simulates a click on the button.",
3572
- "value": {}
3573
- },
3574
- {
3575
- "name": "focus",
3576
- "description": "Sets focus on the button.",
3577
- "value": {}
3578
- },
3579
- {
3580
- "name": "blur",
3581
- "description": "Removes focus from the button.",
3582
- "value": {}
3583
- },
3584
- {
3585
- "name": "checkValidity",
3586
- "description": "Checks for validity but does not show the browser's validation message. Returns `true` when valid and `false` when invalid.",
3587
- "value": {}
3588
- },
3589
- {
3590
- "name": "getForm",
3591
- "description": "Gets the associated form, if one exists.",
3592
- "value": {}
3593
- },
3594
- {
3595
- "name": "reportValidity",
3596
- "description": "Checks for validity and shows the browser's validation message if the control is invalid.",
3597
- "value": {}
3598
- },
3599
- {
3600
- "name": "setCustomValidity",
3601
- "description": "Sets a custom validation message. Pass an empty string to restore validity.",
3602
- "value": {}
3603
- }
3604
- ],
3605
- "events": [
3606
- {
3607
- "name": "sd-blur",
3608
- "description": "Emitted when the button loses focus."
3609
- },
3610
- {
3611
- "name": "sd-focus",
3612
- "description": "Emitted when the button gains focus."
3613
- },
3614
- {
3615
- "name": "sd-invalid",
3616
- "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied."
3617
- }
3618
- ]
3619
- },
3620
- "attributes": [
3621
- {
3622
- "name": "title",
3623
- "value": {
3624
- "type": "string"
3625
- }
3626
- },
3627
- {
3628
- "name": "variant",
3629
- "description": "The button's theme variant.",
3630
- "value": {
3631
- "type": "'primary' | 'secondary' | 'tertiary' | 'cta'"
3632
- }
3633
- },
3634
- {
3635
- "name": "inverted",
3636
- "description": "Inverts the button.",
3637
- "value": {
3638
- "type": "boolean"
3639
- }
3640
- },
3641
- {
3642
- "name": "size",
3643
- "description": "The button's size.",
3644
- "value": {
3645
- "type": "'lg' | 'md' | 'sm'"
3646
- }
3647
- },
3648
- {
3649
- "name": "disabled",
3650
- "description": "Disables the button.",
3651
- "value": {
3652
- "type": "boolean"
3653
- }
3654
- },
3655
- {
3656
- "name": "loading",
3657
- "description": "Draws the button in a loading state.",
3658
- "value": {
3659
- "type": "boolean"
3660
- }
3661
- },
3662
- {
3663
- "name": "type",
3664
- "description": "The type of button. Note that the default value is `button` instead of `submit`, which is opposite of how native\n`<button>` elements behave. When the type is `submit`, the button will submit the surrounding form.",
3665
- "value": {
3666
- "type": "'button' | 'submit' | 'reset'"
3667
- }
3668
- },
3669
- {
3670
- "name": "name",
3671
- "description": "The name of the button, submitted as a name/value pair with form data, but only when this button is the submitter.\nThis attribute is ignored when `href` is present.",
3672
- "value": {
3673
- "type": "string"
3674
- }
3675
- },
3676
- {
3677
- "name": "value",
3678
- "description": "The value of the button, submitted as a pair with the button's name as part of the form data, but only when this\nbutton is the submitter. This attribute is ignored when `href` is present.",
3679
- "value": {
3680
- "type": "string"
3681
- }
3682
- },
3683
- {
3684
- "name": "href",
3685
- "description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
3686
- "value": {
3687
- "type": "string"
3688
- }
3689
- },
3690
- {
3691
- "name": "target",
3692
- "description": "Tells the browser where to open the link. Only used when `href` is present.",
3693
- "value": {
3694
- "type": "'_blank' | '_parent' | '_self' | '_top'"
3695
- }
3696
- },
3697
- {
3698
- "name": "download",
3699
- "description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
3700
- "value": {
3701
- "type": "string | undefined"
3702
- }
3703
- },
3704
- {
3705
- "name": "form",
3706
- "description": "The \"form owner\" to associate the button with. If omitted, the closest containing form will be used instead. The\nvalue of this attribute must be an id of a form in the same document or shadow root as the button.",
3707
- "value": {
3708
- "type": "string"
3709
- }
3710
- },
3711
- {
3712
- "name": "formaction",
3713
- "description": "Used to override the form owner's `action` attribute.",
3714
- "value": {
3715
- "type": "string"
3716
- }
3717
- },
3718
- {
3719
- "name": "formenctype",
3720
- "description": "Used to override the form owner's `enctype` attribute.",
3721
- "value": {
3722
- "type": "'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"
3723
- }
3724
- },
3725
- {
3726
- "name": "formmethod",
3727
- "description": "Used to override the form owner's `method` attribute.",
3728
- "value": {
3729
- "type": "'post' | 'get'"
3730
- }
3731
- },
3732
- {
3733
- "name": "formnovalidate",
3734
- "description": "Used to override the form owner's `novalidate` attribute.",
3735
- "value": {
3736
- "type": "boolean"
3737
- }
3738
- },
3739
- {
3740
- "name": "formtarget",
3741
- "description": "Used to override the form owner's `target` attribute.",
3742
- "value": {
3743
- "type": "'_self' | '_blank' | '_parent' | '_top'"
3744
- }
3745
- }
3746
- ]
3747
- },
3748
- {
3749
- "name": "sd-1-20-0-carousel-item",
3750
- "description": "",
3751
- "doc-url": "https://solid.union-investment.com/[storybook-link]/carousel-item",
3752
- "js": {
3753
- "properties": [
3754
- {
3755
- "name": "isCarouselItem",
3756
- "value": {}
3757
- }
3758
- ],
3759
- "events": []
3760
- },
3761
- "attributes": []
3762
- },
3763
- {
3764
- "name": "sd-1-20-0-carousel",
3765
- "description": "",
3766
- "doc-url": "https://solid.union-investment.com/[storybook-link]/carousel",
3767
- "js": {
3768
- "properties": [
3769
- {
3770
- "name": "variant",
3771
- "description": "Determines the counting system for the carousel.",
3772
- "value": {
3773
- "type": "'dot' | 'number'"
3774
- }
3775
- },
3776
- {
3777
- "name": "inverted",
3778
- "description": "Inverts the carousel",
3779
- "value": {
3780
- "type": "boolean"
3781
- }
3782
- },
3783
- {
3784
- "name": "loop",
3785
- "description": "When set, allows the user to navigate the carousel in the same direction indefinitely.",
3786
- "value": {
3787
- "type": "boolean"
3788
- }
3789
- },
3790
- {
3791
- "name": "autoplay",
3792
- "description": "When set, the slides will scroll automatically when the user is not interacting with them.",
3793
- "value": {
3794
- "type": "boolean"
3795
- }
3796
- },
3797
- {
3798
- "name": "slidesPerPage",
3799
- "description": "Specifies how many slides should be shown at a given time.",
3800
- "value": {
3801
- "type": "number"
3802
- }
3803
- },
3804
- {
3805
- "name": "slidesPerMove",
3806
- "description": "Use `slides-per-move` to set how many slides the carousel advances when scrolling. This is useful when specifying a `slides-per-page` greater than one. By setting `slides-per-move` to the same value as `slides-per-page`, the carousel will advance by one page at a time.<br>\n<b>Note:</b><br>\n<li> The number of slides should be divisible by the number of `slides-per-page` to maintain consistent scroll behavior.</li>\n<li>Variations between `slides-per-move` and `slides-per-page` can lead to unexpected scrolling behavior. Keep your intended UX in mind when adjusting these values.</li>",
3807
- "value": {
3808
- "type": "number"
3809
- }
3810
- },
3811
- {
3812
- "name": "activeSlide",
3813
- "value": {
3814
- "type": "number"
3815
- }
3816
- },
3817
- {
3818
- "name": "pausedAutoplay",
3819
- "value": {
3820
- "type": "boolean"
3821
- }
3822
- },
3823
- {
3824
- "name": "autoplayController",
3825
- "value": {}
3826
- },
3827
- {
3828
- "name": "scrollController",
3829
- "value": {}
3830
- },
3831
- {
3832
- "name": "slides",
3833
- "value": {}
3834
- },
3835
- {
3836
- "name": "intersectionObserver",
3837
- "value": {
3838
- "type": "IntersectionObserver"
3839
- }
3840
- },
3841
- {
3842
- "name": "intersectionObserverEntries",
3843
- "value": {}
3844
- },
3845
- {
3846
- "name": "localize",
3847
- "value": {}
3848
- },
3849
- {
3850
- "name": "mutationObserver",
3851
- "value": {
3852
- "type": "MutationObserver"
3853
- }
3854
- },
3855
- {
3856
- "name": "getPageCount",
3857
- "value": {}
3858
- },
3859
- {
3860
- "name": "getCurrentPage",
3861
- "value": {}
3862
- },
3863
- {
3864
- "name": "getSlides",
3865
- "value": {}
3866
- },
3867
- {
3868
- "name": "handleKeyDown",
3869
- "value": {}
3870
- },
3871
- {
3872
- "name": "handleScrollEnd",
3873
- "value": {}
3874
- },
3875
- {
3876
- "name": "handleSlotChange",
3877
- "value": {}
3878
- },
3879
- {
3880
- "name": "handlePausedAutoplay",
3881
- "value": {}
3882
- },
3883
- {
3884
- "name": "initializeSlides",
3885
- "value": {}
3886
- },
3887
- {
3888
- "name": "handelSlideChange",
3889
- "value": {}
3890
- },
3891
- {
3892
- "name": "handleSlidesPerMoveChange",
3893
- "value": {}
3894
- },
3895
- {
3896
- "name": "handleAutoplayChange",
3897
- "value": {}
3898
- },
3899
- {
3900
- "name": "previous",
3901
- "description": "Move the carousel backward by `slides-per-move` slides.",
3902
- "value": {}
3903
- },
3904
- {
3905
- "name": "next",
3906
- "description": "Move the carousel forward by `slides-per-move` slides.",
3907
- "value": {}
3908
- },
3909
- {
3910
- "name": "goToSlide",
3911
- "description": "Scrolls the carousel to the slide specified by `index`.",
3912
- "value": {}
3913
- }
3914
- ],
3915
- "events": [
3916
- {
3917
- "name": "sd-slide-change",
3918
- "description": "Emitted when the active slide changes."
3919
- }
3920
- ]
3921
- },
3922
- "attributes": [
3923
- {
3924
- "name": "variant",
3925
- "description": "Determines the counting system for the carousel.",
3926
- "value": {
3927
- "type": "'dot' | 'number'"
3928
- }
3929
- },
3930
- {
3931
- "name": "inverted",
3932
- "description": "Inverts the carousel",
3933
- "value": {
3934
- "type": "boolean"
3935
- }
3936
- },
3937
- {
3938
- "name": "loop",
3939
- "description": "When set, allows the user to navigate the carousel in the same direction indefinitely.",
3940
- "value": {
3941
- "type": "boolean"
3942
- }
3943
- },
3944
- {
3945
- "name": "autoplay",
3946
- "description": "When set, the slides will scroll automatically when the user is not interacting with them.",
3947
- "value": {
3948
- "type": "boolean"
3949
- }
3950
- },
3951
- {
3952
- "name": "slides-per-page",
3953
- "description": "Specifies how many slides should be shown at a given time.",
3954
- "value": {
3955
- "type": "number"
3956
- }
3957
- },
3958
- {
3959
- "name": "slides-per-move",
3960
- "description": "Use `slides-per-move` to set how many slides the carousel advances when scrolling. This is useful when specifying a `slides-per-page` greater than one. By setting `slides-per-move` to the same value as `slides-per-page`, the carousel will advance by one page at a time.<br>\n<b>Note:</b><br>\n<li> The number of slides should be divisible by the number of `slides-per-page` to maintain consistent scroll behavior.</li>\n<li>Variations between `slides-per-move` and `slides-per-page` can lead to unexpected scrolling behavior. Keep your intended UX in mind when adjusting these values.</li>",
3961
- "value": {
3962
- "type": "number"
3963
- }
3964
- }
3965
- ]
3966
- },
3967
- {
3968
- "name": "sd-1-20-0-divider",
3969
- "description": "",
3970
- "doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
3971
- "js": {
3972
- "properties": [
3973
- {
3974
- "name": "orientation",
3975
- "description": "Determines the orientation of the divider.",
3976
- "value": {
3977
- "type": "'horizontal' | 'vertical'"
3978
- }
3979
- },
3980
- {
3981
- "name": "inverted",
3982
- "description": "This inverts the divider.",
3983
- "value": {
3984
- "type": "boolean"
3985
- }
3986
- }
3987
- ],
3988
- "events": []
3989
- },
3990
- "attributes": [
3991
- {
3992
- "name": "orientation",
3993
- "description": "Determines the orientation of the divider.",
3994
- "value": {
3995
- "type": "'horizontal' | 'vertical'"
3996
- }
3997
- },
3998
- {
3999
- "name": "inverted",
4000
- "description": "This inverts the divider.",
4001
- "value": {
4002
- "type": "boolean"
4003
- }
4004
- }
4005
- ]
4006
- },
4007
- {
4008
- "name": "sd-1-20-0-drawer",
4009
- "description": "",
4010
- "doc-url": "https://solid.union-investment.com/[storybook-link]/drawer",
4011
- "js": {
4012
- "properties": [
4013
- {
4014
- "name": "hasSlotController",
4015
- "value": {}
4016
- },
4017
- {
4018
- "name": "localize",
4019
- "value": {}
4020
- },
4021
- {
4022
- "name": "modal",
4023
- "value": {}
4024
- },
4025
- {
4026
- "name": "open",
4027
- "description": "Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.",
4028
- "value": {
4029
- "type": "boolean"
4030
- }
4031
- },
4032
- {
4033
- "name": "label",
4034
- "description": "You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility.",
4035
- "value": {
4036
- "type": "string"
4037
- }
4038
- },
4039
- {
4040
- "name": "placement",
4041
- "description": "The direction from which the drawer will open.",
4042
- "value": {
4043
- "type": "'end' | 'start'"
4044
- }
4045
- },
4046
- {
4047
- "name": "contained",
4048
- "description": "By default, the drawer slides out of its containing block (the viewport). Contained is a hidden feature used only for testing purposes. Please do not use it in production as it will likely change.",
4049
- "value": {
4050
- "type": "boolean"
4051
- }
4052
- },
4053
- {
4054
- "name": "noHeader",
4055
- "description": "Removes the header. This will also remove the default close button, so please ensure you provide an easy, accessible way for users to dismiss the drawer.",
4056
- "value": {
4057
- "type": "boolean"
4058
- }
4059
- },
4060
- {
4061
- "name": "requestClose",
4062
- "value": {}
4063
- },
4064
- {
4065
- "name": "addOpenListeners",
4066
- "value": {}
4067
- },
4068
- {
4069
- "name": "removeOpenListeners",
4070
- "value": {}
4071
- },
4072
- {
4073
- "name": "handleDocumentKeyDown",
4074
- "value": {}
4075
- },
4076
- {
4077
- "name": "handleOpenChange",
4078
- "value": {}
4079
- },
4080
- {
4081
- "name": "handleNoModalChange",
4082
- "value": {}
4083
- },
4084
- {
4085
- "name": "show",
4086
- "description": "Shows the drawer.",
4087
- "value": {}
4088
- },
4089
- {
4090
- "name": "hide",
4091
- "description": "Hides the drawer",
4092
- "value": {}
4093
- }
4094
- ],
4095
- "events": [
4096
- {
4097
- "name": "sd-show",
4098
- "description": "Emitted when the drawer opens."
4099
- },
4100
- {
4101
- "name": "sd-after-show",
4102
- "description": "Emitted after the drawer opens and all animations are complete."
4103
- },
4104
- {
4105
- "name": "sd-hide",
4106
- "description": "Emitted when the drawer closes."
4107
- },
4108
- {
4109
- "name": "sd-after-hide",
4110
- "description": "Emitted after the drawer closes and all animations are complete."
4111
- },
4112
- {
4113
- "name": "sd-initial-focus",
4114
- "description": "Emitted when the drawer opens and is ready to receive focus. Calling `event.preventDefault()` will prevent focusing and allow you to set it on a different element, such as an input."
4115
- },
4116
- {
4117
- "name": "sd-request-close",
4118
- "description": "Emitted when the user attempts to close the drawer by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the drawer open. Avoid using this unless closing the drawer will result in destructive behavior such as data loss."
4119
- }
4120
- ]
4121
- },
4122
- "attributes": [
4123
- {
4124
- "name": "open",
4125
- "description": "Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.",
4126
- "value": {
4127
- "type": "boolean"
4128
- }
4129
- },
4130
- {
4131
- "name": "label",
4132
- "description": "You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility.",
4133
- "value": {
4134
- "type": "string"
4135
- }
4136
- },
4137
- {
4138
- "name": "placement",
4139
- "description": "The direction from which the drawer will open.",
4140
- "value": {
4141
- "type": "'end' | 'start'"
4142
- }
4143
- },
4144
- {
4145
- "name": "contained",
4146
- "description": "By default, the drawer slides out of its containing block (the viewport). Contained is a hidden feature used only for testing purposes. Please do not use it in production as it will likely change.",
4147
- "value": {
4148
- "type": "boolean"
4149
- }
4150
- },
4151
- {
4152
- "name": "no-header",
4153
- "description": "Removes the header. This will also remove the default close button, so please ensure you provide an easy, accessible way for users to dismiss the drawer.",
4154
- "value": {
4155
- "type": "boolean"
4156
- }
4157
- }
4158
- ]
4159
- },
4160
- {
4161
- "name": "sd-1-20-0-dropdown",
4162
- "description": "",
4163
- "doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
4164
- "js": {
4165
- "properties": [
4166
- {
4167
- "name": "popup",
4168
- "value": {
4169
- "type": "SdPopup"
4170
- }
4171
- },
4172
- {
4173
- "name": "localize",
4174
- "value": {}
4175
- },
4176
- {
4177
- "name": "open",
4178
- "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.",
4179
- "value": {
4180
- "type": "boolean"
4181
- }
4182
- },
4183
- {
4184
- "name": "rounded",
4185
- "description": "Indicates whether or not the dropdown should be styled with rounded corners.",
4186
- "value": {
4187
- "type": "boolean"
4188
- }
4189
- },
4190
- {
4191
- "name": "placement",
4192
- "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.",
4193
- "value": {
4194
- "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'"
4195
- }
4196
- },
4197
- {
4198
- "name": "disabled",
4199
- "description": "Disables the dropdown so the panel will not open.",
4200
- "value": {
4201
- "type": "boolean"
4202
- }
4203
- },
4204
- {
4205
- "name": "stayOpenOnSelect",
4206
- "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.",
4207
- "value": {
4208
- "type": "boolean"
4209
- }
4210
- },
4211
- {
4212
- "name": "distance",
4213
- "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`.",
4214
- "value": {
4215
- "type": "number"
4216
- }
4217
- },
4218
- {
4219
- "name": "skidding",
4220
- "description": "The distance in pixels from which to offset the panel along its trigger.",
4221
- "value": {
4222
- "type": "number"
4223
- }
4224
- },
4225
- {
4226
- "name": "noAutoSize",
4227
- "description": "Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.",
4228
- "value": {
4229
- "type": "boolean"
4230
- }
4231
- },
4232
- {
4233
- "name": "noFlip",
4234
- "description": "When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.",
4235
- "value": {
4236
- "type": "boolean"
4237
- }
4238
- },
4239
- {
4240
- "name": "hoist",
4241
- "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.",
4242
- "value": {
4243
- "type": "boolean"
4244
- }
4245
- },
4246
- {
4247
- "name": "focusOnTrigger",
4248
- "value": {}
4249
- },
4250
- {
4251
- "name": "getMenu",
4252
- "value": {}
4253
- },
4254
- {
4255
- "name": "handleKeyDown",
4256
- "value": {}
4257
- },
4258
- {
4259
- "name": "handleDocumentKeyDown",
4260
- "value": {}
4261
- },
4262
- {
4263
- "name": "handleDocumentMouseDown",
4264
- "value": {}
4265
- },
4266
- {
4267
- "name": "handleMenuItemActivate",
4268
- "value": {}
4269
- },
4270
- {
4271
- "name": "handlePanelSelect",
4272
- "value": {}
4273
- },
4274
- {
4275
- "name": "handleTriggerClick",
4276
- "value": {}
4277
- },
4278
- {
4279
- "name": "handleTriggerKeyDown",
4280
- "value": {}
4281
- },
4282
- {
4283
- "name": "handleTriggerKeyUp",
4284
- "value": {}
4285
- },
4286
- {
4287
- "name": "handleTriggerSlotChange",
4288
- "value": {}
4289
- },
4290
- {
4291
- "name": "updateAccessibleTrigger",
4292
- "value": {}
4293
- },
4294
- {
4295
- "name": "show",
4296
- "description": "Shows the dropdown panel.",
4297
- "value": {}
4298
- },
4299
- {
4300
- "name": "hide",
4301
- "description": "Hides the dropdown panel",
4302
- "value": {}
4303
- },
4304
- {
4305
- "name": "reposition",
4306
- "description": "Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated.",
4307
- "value": {}
4308
- },
4309
- {
4310
- "name": "addOpenListeners",
4311
- "value": {}
4312
- },
4313
- {
4314
- "name": "removeOpenListeners",
4315
- "value": {}
4316
- },
4317
- {
4318
- "name": "handleOpenChange",
4319
- "value": {}
4320
- }
4321
- ],
4322
- "events": [
4323
- {
4324
- "name": "sd-show",
4325
- "description": "Emitted when the dropdown opens."
4326
- },
4327
- {
4328
- "name": "sd-after-show",
4329
- "description": "Emitted after the dropdown opens and all animations are complete."
4330
- },
4331
- {
4332
- "name": "sd-hide",
4333
- "description": "Emitted when the dropdown closes."
4334
- },
4335
- {
4336
- "name": "sd-after-hide",
4337
- "description": "Emitted after the dropdown closes and all animations are complete."
4338
- }
4339
- ]
4340
- },
4341
- "attributes": [
4342
- {
4343
- "name": "open",
4344
- "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.",
4345
- "value": {
4346
- "type": "boolean"
4347
- }
4348
- },
4349
- {
4350
- "name": "rounded",
4351
- "description": "Indicates whether or not the dropdown should be styled with rounded corners.",
4352
- "value": {
4353
- "type": "boolean"
4354
- }
4355
- },
4356
- {
4357
- "name": "placement",
4358
- "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.",
4359
- "value": {
4360
- "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'"
4361
- }
4362
- },
4363
- {
4364
- "name": "disabled",
4365
- "description": "Disables the dropdown so the panel will not open.",
4366
- "value": {
4367
- "type": "boolean"
4368
- }
4369
- },
4370
- {
4371
- "name": "stay-open-on-select",
4372
- "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.",
4373
- "value": {
4374
- "type": "boolean"
4375
- }
4376
- },
4377
- {
4378
- "name": "distance",
4379
- "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`.",
4380
- "value": {
4381
- "type": "number"
4382
- }
4383
- },
4384
- {
4385
- "name": "skidding",
4386
- "description": "The distance in pixels from which to offset the panel along its trigger.",
4387
- "value": {
4388
- "type": "number"
4389
- }
4390
- },
4391
- {
4392
- "name": "no-auto-size",
4393
- "description": "Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.",
4394
- "value": {
4395
- "type": "boolean"
4396
- }
4397
- },
4398
- {
4399
- "name": "no-flip",
4400
- "description": "When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.",
4401
- "value": {
4402
- "type": "boolean"
4403
- }
4404
- },
4405
- {
4406
- "name": "hoist",
4407
- "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.",
4408
- "value": {
4409
- "type": "boolean"
4410
- }
4411
- }
4412
- ]
4413
- },
4414
- {
4415
- "name": "sd-1-20-0-icon",
4416
- "description": "",
4417
- "doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
4418
- "js": {
4419
- "properties": [
4420
- {
4421
- "name": "svg",
4422
- "value": {
4423
- "type": "string"
4424
- }
4425
- },
4426
- {
4427
- "name": "name",
4428
- "description": "The name of the icon to draw. Available names depend on the icon library being used.",
4429
- "value": {
4430
- "type": "string | undefined"
4431
- }
4432
- },
4433
- {
4434
- "name": "src",
4435
- "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.",
4436
- "value": {
4437
- "type": "string | undefined"
4438
- }
4439
- },
4440
- {
4441
- "name": "label",
4442
- "description": "An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.",
4443
- "value": {
4444
- "type": "string"
4445
- }
4446
- },
4447
- {
4448
- "name": "library",
4449
- "description": "The name of a registered custom icon library.",
4450
- "value": {
4451
- "type": "string"
4452
- }
4453
- },
4454
- {
4455
- "name": "color",
4456
- "description": "The color of the icon.\n\"current\" refers to currentColor and makes it possible to easily style the icon from outside without any CSS variables.",
4457
- "value": {
4458
- "type": "'currentColor' | 'primary' | 'white'"
4459
- }
4460
- },
4461
- {
4462
- "name": "getUrl",
4463
- "value": {}
4464
- },
4465
- {
4466
- "name": "handleLabelChange",
4467
- "value": {}
4468
- },
4469
- {
4470
- "name": "setIcon",
4471
- "value": {}
4472
- }
4473
- ],
4474
- "events": [
4475
- {
4476
- "name": "sd-load",
4477
- "description": "Emitted when the icon has loaded."
4478
- },
4479
- {
4480
- "name": "sd-error",
4481
- "description": "Emitted when the icon fails to load due to an error."
4482
- }
4483
- ]
4484
- },
4485
- "attributes": [
4486
- {
4487
- "name": "name",
4488
- "description": "The name of the icon to draw. Available names depend on the icon library being used.",
4489
- "value": {
4490
- "type": "string | undefined"
4491
- }
4492
- },
4493
- {
4494
- "name": "src",
4495
- "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.",
4496
- "value": {
4497
- "type": "string | undefined"
4498
- }
4499
- },
4500
- {
4501
- "name": "label",
4502
- "description": "An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.",
4503
- "value": {
4504
- "type": "string"
4505
- }
4506
- },
4507
- {
4508
- "name": "library",
4509
- "description": "The name of a registered custom icon library.",
4510
- "value": {
4511
- "type": "string"
4512
- }
4513
- },
4514
- {
4515
- "name": "color",
4516
- "description": "The color of the icon.\n\"current\" refers to currentColor and makes it possible to easily style the icon from outside without any CSS variables.",
4517
- "value": {
4518
- "type": "'currentColor' | 'primary' | 'white'"
4519
- }
4520
- }
4521
- ]
4522
- },
4523
- {
4524
- "name": "sd-1-20-0-include",
4525
- "description": "",
4526
- "doc-url": "https://solid.union-investment.com/[storybook-link]/include",
4527
- "js": {
4528
- "properties": [
4529
- {
4530
- "name": "src",
4531
- "description": "The location of the HTML file to include. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.",
4532
- "value": {
4533
- "type": "string"
4534
- }
4535
- },
4536
- {
4537
- "name": "mode",
4538
- "description": "The fetch mode to use.",
4539
- "value": {
4540
- "type": "'cors' | 'no-cors' | 'same-origin'"
4541
- }
4542
- },
4543
- {
4544
- "name": "allowScripts",
4545
- "description": "Allows included scripts to be executed. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.",
4546
- "value": {
4547
- "type": "boolean"
4548
- }
4549
- },
4550
- {
4551
- "name": "executeScript",
4552
- "value": {}
4553
- },
4554
- {
4555
- "name": "handleSrcChange",
4556
- "value": {}
4557
- }
4558
- ],
4559
- "events": [
4560
- {
4561
- "name": "sd-load",
4562
- "description": "Emitted when the included file is loaded."
4563
- },
4564
- {
4565
- "name": "sd-error",
4566
- "description": "Emitted when the included file fails to load due to an error."
4567
- }
4568
- ]
4569
- },
4570
- "attributes": [
4571
- {
4572
- "name": "src",
4573
- "description": "The location of the HTML file to include. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.",
4574
- "value": {
4575
- "type": "string"
4576
- }
4577
- },
4578
- {
4579
- "name": "mode",
4580
- "description": "The fetch mode to use.",
4581
- "value": {
4582
- "type": "'cors' | 'no-cors' | 'same-origin'"
4583
- }
4584
- },
4585
- {
4586
- "name": "allow-scripts",
4587
- "description": "Allows included scripts to be executed. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.",
4588
- "value": {
4589
- "type": "boolean"
4590
- }
4591
- }
4592
- ]
4593
- },
4594
- {
4595
- "name": "sd-1-20-0-link",
4596
- "description": "",
4597
- "doc-url": "https://solid.union-investment.com/[storybook-link]/link",
4598
- "js": {
4599
- "properties": [
4600
- {
4601
- "name": "hasSlotController",
4602
- "value": {}
4603
- },
4604
- {
4605
- "name": "size",
4606
- "description": "The link's size.",
4607
- "value": {
4608
- "type": "'inherit' | 'lg' | 'sm'"
4609
- }
4610
- },
4611
- {
4612
- "name": "inverted",
4613
- "description": "Inverts the link.",
4614
- "value": {
4615
- "type": "boolean"
4616
- }
4617
- },
4618
- {
4619
- "name": "standalone",
4620
- "description": "Control the layout of icon and text within the component and the component's positioning.",
4621
- "value": {
4622
- "type": "boolean"
4623
- }
4624
- },
4625
- {
4626
- "name": "href",
4627
- "description": "When not set, the link will render as disabled.",
4628
- "value": {
4629
- "type": "string"
4630
- }
4631
- },
4632
- {
4633
- "name": "target",
4634
- "description": "Tells the browser where to open the link. Only used when `href` is present.",
4635
- "value": {
4636
- "type": "'_blank' | '_parent' | '_self' | '_top'"
4637
- }
4638
- },
4639
- {
4640
- "name": "download",
4641
- "description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
4642
- "value": {
4643
- "type": "string | undefined"
4644
- }
4645
- },
4646
- {
4647
- "name": "handleBlur",
4648
- "value": {}
4649
- },
4650
- {
4651
- "name": "handleFocus",
4652
- "value": {}
4653
- },
4654
- {
4655
- "name": "focus",
4656
- "description": "Sets focus on the button.",
4657
- "value": {}
4658
- },
4659
- {
4660
- "name": "blur",
4661
- "description": "Removes focus from the button.",
4662
- "value": {}
4663
- }
4664
- ],
4665
- "events": [
4666
- {
4667
- "name": "sd-blur",
4668
- "description": "Emitted when the link loses focus."
4669
- },
4670
- {
4671
- "name": "sd-focus",
4672
- "description": "Emitted when the link gains focus."
4673
- }
4674
- ]
4675
- },
4676
- "attributes": [
4677
- {
4678
- "name": "size",
4679
- "description": "The link's size.",
4680
- "value": {
4681
- "type": "'inherit' | 'lg' | 'sm'"
4682
- }
4683
- },
4684
- {
4685
- "name": "inverted",
4686
- "description": "Inverts the link.",
4687
- "value": {
4688
- "type": "boolean"
4689
- }
4690
- },
4691
- {
4692
- "name": "standalone",
4693
- "description": "Control the layout of icon and text within the component and the component's positioning.",
4694
- "value": {
4695
- "type": "boolean"
4696
- }
4697
- },
4698
- {
4699
- "name": "href",
4700
- "description": "When not set, the link will render as disabled.",
4701
- "value": {
4702
- "type": "string"
4703
- }
4704
- },
4705
- {
4706
- "name": "target",
4707
- "description": "Tells the browser where to open the link. Only used when `href` is present.",
4708
- "value": {
4709
- "type": "'_blank' | '_parent' | '_self' | '_top'"
4710
- }
4711
- },
4712
- {
4713
- "name": "download",
4714
- "description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
4715
- "value": {
4716
- "type": "string | undefined"
4717
- }
4718
- }
4719
- ]
4720
- },
4721
- {
4722
- "name": "sd-1-20-0-navigation-item",
4723
- "description": "",
4724
- "doc-url": "https://solid.union-investment.com/[storybook-link]/navigation-item",
4725
- "js": {
4726
- "properties": [
4727
- {
4728
- "name": "hasSlotController",
4729
- "value": {}
4730
- },
4731
- {
4732
- "name": "href",
4733
- "description": "The navigation item's href target. If provided, the navigation item will use an anchor tag otherwise it will use a button tag. The 'children' slot and accordion behavior will be ignored if an 'href' is provided.",
4734
- "value": {
4735
- "type": "string"
4736
- }
4737
- },
4738
- {
4739
- "name": "target",
4740
- "description": "Tells the browser where to open the link. Only used when `href` is defined.",
4741
- "value": {
4742
- "type": "'_blank' | '_parent' | '_self' | '_top'"
4743
- }
4744
- },
4745
- {
4746
- "name": "download",
4747
- "description": "Tells the browser to download the linked file as this filename. Only used when `href` is defined.",
4748
- "value": {
4749
- "type": "string | undefined"
4750
- }
4751
- },
4752
- {
4753
- "name": "current",
4754
- "description": "Indicates that the navigation item is currently selected. The aria-current attribute is set to \"page\" on the host if true.",
4755
- "value": {
4756
- "type": "boolean"
4757
- }
4758
- },
4759
- {
4760
- "name": "disabled",
4761
- "description": "Disables the navigation item.",
4762
- "value": {
4763
- "type": "boolean"
4764
- }
4765
- },
4766
- {
4767
- "name": "size",
4768
- "description": "The navigation item's font size.",
4769
- "value": {
4770
- "type": "'base' | 'lg' | 'sm'"
4771
- }
4772
- },
4773
- {
4774
- "name": "vertical",
4775
- "description": "The navigation item's orientation. If false, properties below this point are not used.",
4776
- "value": {
4777
- "type": "boolean"
4778
- }
4779
- },
4780
- {
4781
- "name": "chevron",
4782
- "description": "Appends a chevron to the right side of a navigation item. Only used if `vertical` is true.",
4783
- "value": {
4784
- "type": "boolean"
4785
- }
4786
- },
4787
- {
4788
- "name": "indented",
4789
- "description": "Adds additional padding to navigation item's left side. Only used if `vertical` is true.",
4790
- "value": {
4791
- "type": "boolean"
4792
- }
4793
- },
4794
- {
4795
- "name": "relaxed",
4796
- "description": "Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.",
4797
- "value": {
4798
- "type": "boolean"
4799
- }
4800
- },
4801
- {
4802
- "name": "divider",
4803
- "description": "Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.",
4804
- "value": {
4805
- "type": "boolean"
4806
- }
4807
- },
4808
- {
4809
- "name": "open",
4810
- "description": "Reflects HTML details element state and allows control from parent. Only used if `vertical` is true, no `href`is undefined, and `children` is defined.",
4811
- "value": {
4812
- "type": "boolean"
4813
- }
4814
- },
4815
- {
4816
- "name": "isButton",
4817
- "value": {}
4818
- },
4819
- {
4820
- "name": "isLink",
4821
- "value": {}
4822
- },
4823
- {
4824
- "name": "isAccordion",
4825
- "value": {}
4826
- },
4827
- {
4828
- "name": "handleClickButton",
4829
- "value": {}
4830
- },
4831
- {
4832
- "name": "handleClickSummary",
4833
- "value": {}
4834
- },
4835
- {
4836
- "name": "hideDetails",
4837
- "value": {}
4838
- },
4839
- {
4840
- "name": "showDetails",
4841
- "value": {}
4842
- },
4843
- {
4844
- "name": "calculatePaddingX",
4845
- "value": {}
4846
- }
4847
- ],
4848
- "events": [
4849
- {
4850
- "name": "sd-show",
4851
- "description": "Emitted when the navigation item has has children, no href, and is clicked while HTML details are hidden."
4852
- },
4853
- {
4854
- "name": "sd-hide",
4855
- "description": "Emitted when the navigation item has has children, no href, and is clicked while HTML details are shown."
4856
- }
4857
- ]
4858
- },
4859
- "attributes": [
4860
- {
4861
- "name": "href",
4862
- "description": "The navigation item's href target. If provided, the navigation item will use an anchor tag otherwise it will use a button tag. The 'children' slot and accordion behavior will be ignored if an 'href' is provided.",
4863
- "value": {
4864
- "type": "string"
4865
- }
4866
- },
4867
- {
4868
- "name": "target",
4869
- "description": "Tells the browser where to open the link. Only used when `href` is defined.",
4870
- "value": {
4871
- "type": "'_blank' | '_parent' | '_self' | '_top'"
4872
- }
4873
- },
4874
- {
4875
- "name": "download",
4876
- "description": "Tells the browser to download the linked file as this filename. Only used when `href` is defined.",
4877
- "value": {
4878
- "type": "string | undefined"
4879
- }
4880
- },
4881
- {
4882
- "name": "current",
4883
- "description": "Indicates that the navigation item is currently selected. The aria-current attribute is set to \"page\" on the host if true.",
4884
- "value": {
4885
- "type": "boolean"
4886
- }
4887
- },
4888
- {
4889
- "name": "disabled",
4890
- "description": "Disables the navigation item.",
4891
- "value": {
4892
- "type": "boolean"
4893
- }
4894
- },
4895
- {
4896
- "name": "size",
4897
- "description": "The navigation item's font size.",
4898
- "value": {
4899
- "type": "'base' | 'lg' | 'sm'"
4900
- }
4901
- },
4902
- {
4903
- "name": "vertical",
4904
- "description": "The navigation item's orientation. If false, properties below this point are not used.",
4905
- "value": {
4906
- "type": "boolean"
4907
- }
4908
- },
4909
- {
4910
- "name": "chevron",
4911
- "description": "Appends a chevron to the right side of a navigation item. Only used if `vertical` is true.",
4912
- "value": {
4913
- "type": "boolean"
4914
- }
4915
- },
4916
- {
4917
- "name": "indented",
4918
- "description": "Adds additional padding to navigation item's left side. Only used if `vertical` is true.",
4919
- "value": {
4920
- "type": "boolean"
4921
- }
4922
- },
4923
- {
4924
- "name": "relaxed",
4925
- "description": "Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.",
4926
- "value": {
4927
- "type": "boolean"
4928
- }
4929
- },
4930
- {
4931
- "name": "divider",
4932
- "description": "Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.",
4933
- "value": {
4934
- "type": "boolean"
4935
- }
4936
- },
4937
- {
4938
- "name": "open",
4939
- "description": "Reflects HTML details element state and allows control from parent. Only used if `vertical` is true, no `href`is undefined, and `children` is defined.",
4940
- "value": {
4941
- "type": "boolean"
4942
- }
4943
- }
4944
- ]
4945
- },
4946
- {
4947
- "name": "sd-1-20-0-popup",
4948
- "description": "",
4949
- "doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
4950
- "js": {
4951
- "properties": [
4952
- {
4953
- "name": "cleanup",
4954
- "value": {
4955
- "type": "ReturnType<typeof autoUpdate> | undefined"
4956
- }
4957
- },
4958
- {
4959
- "name": "anchor",
4960
- "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.",
4961
- "value": {
4962
- "type": "Element | string"
4963
- }
4964
- },
4965
- {
4966
- "name": "active",
4967
- "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.",
4968
- "value": {
4969
- "type": "boolean"
4970
- }
4971
- },
4972
- {
4973
- "name": "placement",
4974
- "description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
4975
- "value": {
4976
- "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'"
4977
- }
4978
- },
4979
- {
4980
- "name": "strategy",
4981
- "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.",
4982
- "value": {
4983
- "type": "'absolute' | 'fixed'"
4984
- }
4985
- },
4986
- {
4987
- "name": "distance",
4988
- "description": "The distance in pixels from which to offset the panel away from its anchor.",
4989
- "value": {
4990
- "type": "number"
4991
- }
4992
- },
4993
- {
4994
- "name": "skidding",
4995
- "description": "The distance in pixels from which to offset the panel along its anchor.",
4996
- "value": {
4997
- "type": "number"
4998
- }
4999
- },
5000
- {
5001
- "name": "arrow",
5002
- "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.",
5003
- "value": {
5004
- "type": "boolean"
5005
- }
5006
- },
5007
- {
5008
- "name": "arrowPlacement",
5009
- "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.",
5010
- "value": {
5011
- "type": "'start' | 'end' | 'center' | 'anchor'"
5012
- }
5013
- },
5014
- {
5015
- "name": "arrowPadding",
5016
- "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.",
5017
- "value": {
5018
- "type": "number"
5019
- }
5020
- },
5021
- {
5022
- "name": "flip",
5023
- "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.",
5024
- "value": {
5025
- "type": "boolean"
5026
- }
5027
- },
5028
- {
5029
- "name": "flipFallbackPlacements",
5030
- "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.",
5031
- "value": {
5032
- "type": "string"
5033
- }
5034
- },
5035
- {
5036
- "name": "flipFallbackStrategy",
5037
- "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.",
5038
- "value": {
5039
- "type": "'best-fit' | 'initial'"
5040
- }
5041
- },
5042
- {
5043
- "name": "flipBoundary",
5044
- "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.",
5045
- "value": {
5046
- "type": "Element | Element[]"
5047
- }
5048
- },
5049
- {
5050
- "name": "flipPadding",
5051
- "description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
5052
- "value": {
5053
- "type": "number"
5054
- }
5055
- },
5056
- {
5057
- "name": "shift",
5058
- "description": "Moves the popup along the axis to keep it in view when clipped.",
5059
- "value": {
5060
- "type": "boolean"
5061
- }
5062
- },
5063
- {
5064
- "name": "shiftBoundary",
5065
- "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.",
5066
- "value": {
5067
- "type": "Element | Element[]"
5068
- }
5069
- },
5070
- {
5071
- "name": "shiftPadding",
5072
- "description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
5073
- "value": {
5074
- "type": "number"
5075
- }
5076
- },
5077
- {
5078
- "name": "autoSize",
5079
- "description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
5080
- "value": {
5081
- "type": "'horizontal' | 'vertical' | 'both'"
5082
- }
5083
- },
5084
- {
5085
- "name": "sync",
5086
- "description": "Syncs the popup's width or height to that of the anchor element.",
5087
- "value": {
5088
- "type": "'width' | 'height' | 'both'"
5089
- }
5090
- },
5091
- {
5092
- "name": "autoSizeBoundary",
5093
- "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.",
5094
- "value": {
5095
- "type": "Element | Element[]"
5096
- }
5097
- },
5098
- {
5099
- "name": "autoSizePadding",
5100
- "description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
5101
- "value": {
5102
- "type": "number"
5103
- }
5104
- },
5105
- {
5106
- "name": "handleAnchorChange",
5107
- "value": {}
5108
- },
5109
- {
5110
- "name": "start",
5111
- "value": {}
5112
- },
5113
- {
5114
- "name": "stop",
5115
- "value": {}
5116
- },
5117
- {
5118
- "name": "reposition",
5119
- "description": "Forces the popup to recalculate and reposition itself.",
5120
- "value": {}
5121
- }
5122
- ],
5123
- "events": [
5124
- {
5125
- "name": "sd-reposition",
5126
- "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."
5127
- }
5128
- ]
5129
- },
5130
- "attributes": [
5131
- {
5132
- "name": "anchor",
5133
- "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.",
5134
- "value": {
5135
- "type": "Element | string"
5136
- }
5137
- },
5138
- {
5139
- "name": "active",
5140
- "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.",
5141
- "value": {
5142
- "type": "boolean"
5143
- }
5144
- },
5145
- {
5146
- "name": "placement",
5147
- "description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
5148
- "value": {
5149
- "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'"
5150
- }
5151
- },
5152
- {
5153
- "name": "strategy",
5154
- "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.",
5155
- "value": {
5156
- "type": "'absolute' | 'fixed'"
5157
- }
5158
- },
5159
- {
5160
- "name": "distance",
5161
- "description": "The distance in pixels from which to offset the panel away from its anchor.",
5162
- "value": {
5163
- "type": "number"
5164
- }
5165
- },
5166
- {
5167
- "name": "skidding",
5168
- "description": "The distance in pixels from which to offset the panel along its anchor.",
5169
- "value": {
5170
- "type": "number"
5171
- }
5172
- },
5173
- {
5174
- "name": "arrow",
5175
- "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.",
5176
- "value": {
5177
- "type": "boolean"
5178
- }
5179
- },
5180
- {
5181
- "name": "arrow-placement",
5182
- "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.",
5183
- "value": {
5184
- "type": "'start' | 'end' | 'center' | 'anchor'"
5185
- }
5186
- },
5187
- {
5188
- "name": "arrow-padding",
5189
- "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.",
5190
- "value": {
5191
- "type": "number"
5192
- }
5193
- },
5194
- {
5195
- "name": "flip",
5196
- "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.",
5197
- "value": {
5198
- "type": "boolean"
5199
- }
5200
- },
5201
- {
5202
- "name": "flip-fallback-placements",
5203
- "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.",
5204
- "value": {
5205
- "type": "string"
5206
- }
5207
- },
5208
- {
5209
- "name": "flip-fallback-strategy",
5210
- "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.",
5211
- "value": {
5212
- "type": "'best-fit' | 'initial'"
5213
- }
5214
- },
5215
- {
5216
- "name": "flipBoundary",
5217
- "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.",
5218
- "value": {
5219
- "type": "Element | Element[]"
5220
- }
5221
- },
5222
- {
5223
- "name": "flip-padding",
5224
- "description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
5225
- "value": {
5226
- "type": "number"
5227
- }
5228
- },
5229
- {
5230
- "name": "shift",
5231
- "description": "Moves the popup along the axis to keep it in view when clipped.",
5232
- "value": {
5233
- "type": "boolean"
5234
- }
5235
- },
5236
- {
5237
- "name": "shiftBoundary",
5238
- "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.",
5239
- "value": {
5240
- "type": "Element | Element[]"
5241
- }
5242
- },
5243
- {
5244
- "name": "shift-padding",
5245
- "description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
5246
- "value": {
5247
- "type": "number"
5248
- }
5249
- },
5250
- {
5251
- "name": "auto-size",
5252
- "description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
5253
- "value": {
5254
- "type": "'horizontal' | 'vertical' | 'both'"
5255
- }
5256
- },
5257
- {
5258
- "name": "sync",
5259
- "description": "Syncs the popup's width or height to that of the anchor element.",
5260
- "value": {
5261
- "type": "'width' | 'height' | 'both'"
5262
- }
5263
- },
5264
- {
5265
- "name": "autoSizeBoundary",
5266
- "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.",
5267
- "value": {
5268
- "type": "Element | Element[]"
5269
- }
5270
- },
5271
- {
5272
- "name": "auto-size-padding",
5273
- "description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
5274
- "value": {
5275
- "type": "number"
5276
- }
5277
- }
5278
- ]
5279
- },
5280
- {
5281
- "name": "sd-1-20-0-radio-group",
5282
- "description": "",
5283
- "doc-url": "https://solid.union-investment.com/[storybook-link]/radio-group",
5284
- "js": {
5285
- "properties": [
5286
- {
5287
- "name": "dependencies",
5288
- "value": {
5289
- "type": "object"
5290
- }
5291
- },
5292
- {
5293
- "name": "formControlController",
5294
- "value": {}
5295
- },
5296
- {
5297
- "name": "hasSlotController",
5298
- "value": {}
5299
- },
5300
- {
5301
- "name": "customValidityMessage",
5302
- "value": {
5303
- "type": "string"
5304
- }
5305
- },
5306
- {
5307
- "name": "validationTimeout",
5308
- "value": {
5309
- "type": "number"
5310
- }
5311
- },
5312
- {
5313
- "name": "hasButtonGroup",
5314
- "value": {
5315
- "type": "boolean"
5316
- }
5317
- },
5318
- {
5319
- "name": "defaultValue",
5320
- "value": {
5321
- "type": "string"
5322
- }
5323
- },
5324
- {
5325
- "name": "invalid",
5326
- "description": "A Boolean attribute which, if present, marks the radio valid or invalid. Please note that 'invalid' can only be used in conjunction with 'this.required'.",
5327
- "value": {
5328
- "type": "boolean"
5329
- }
5330
- },
5331
- {
5332
- "name": "errorText",
5333
- "description": "The radio groups's error text. Use to display an error message below the component. Please note that 'error-text' can only be used in conjunction with 'this.required' and 'this.invalid'.",
5334
- "value": {
5335
- "type": "string"
5336
- }
5337
- },
5338
- {
5339
- "name": "label",
5340
- "description": "The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
5341
- "value": {
5342
- "type": "string"
5343
- }
5344
- },
5345
- {
5346
- "name": "name",
5347
- "description": "The name of the radio group, submitted as a name/value pair with form data.",
5348
- "value": {
5349
- "type": "string"
5350
- }
5351
- },
5352
- {
5353
- "name": "value",
5354
- "description": "The current value of the radio group, submitted as a name/value pair with form data.",
5355
- "value": {
5356
- "type": "string"
5357
- }
5358
- },
5359
- {
5360
- "name": "size",
5361
- "description": "The radio group's size. This size will be applied to the label, all child radios and radio buttons.",
5362
- "value": {
5363
- "type": "'lg' | 'sm'"
5364
- }
5365
- },
5366
- {
5367
- "name": "form",
5368
- "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
5369
- "value": {
5370
- "type": "string"
5371
- }
5372
- },
5373
- {
5374
- "name": "required",
5375
- "description": "Ensures a child radio is checked before allowing the containing form to submit.",
5376
- "value": {
5377
- "type": "boolean"
5378
- }
5379
- },
5380
- {
5381
- "name": "orientation",
5382
- "description": "The orientation property determines the alignment of the component's content or elements. It accepts two possible\nvalues: 'horizontal' and 'vertical'. The default value is 'vertical'.\nThis property allows you to control the visual layout and arrangement of elements within the component, providing\nflexibility in how the component is displayed based on your specific design needs.",
5383
- "value": {
5384
- "type": "'horizontal' | 'vertical'"
5385
- }
5386
- },
5387
- {
5388
- "name": "validity",
5389
- "description": "Gets the validity state object",
5390
- "value": {}
5391
- },
5392
- {
5393
- "name": "validationMessage",
5394
- "description": "Gets the validation message",
5395
- "value": {}
5396
- },
5397
- {
5398
- "name": "getAllRadios",
5399
- "value": {}
5400
- },
5401
- {
5402
- "name": "handleRadioClick",
5403
- "value": {}
5404
- },
5405
- {
5406
- "name": "handleKeyDown",
5407
- "value": {}
5408
- },
5409
- {
5410
- "name": "handleLabelClick",
5411
- "value": {}
5412
- },
5413
- {
5414
- "name": "handleInvalid",
5415
- "value": {}
5416
- },
5417
- {
5418
- "name": "syncRadioElements",
5419
- "value": {}
5420
- },
5421
- {
5422
- "name": "syncRadios",
5423
- "value": {}
5424
- },
5425
- {
5426
- "name": "updateCheckedRadio",
5427
- "value": {}
5428
- },
5429
- {
5430
- "name": "handleSizeChange",
5431
- "value": {}
5432
- },
5433
- {
5434
- "name": "handleInvalidChange",
5435
- "value": {}
5436
- },
5437
- {
5438
- "name": "handleValueChange",
5439
- "value": {}
5440
- },
5441
- {
5442
- "name": "checkValidity",
5443
- "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.",
5444
- "value": {}
5445
- },
5446
- {
5447
- "name": "getForm",
5448
- "description": "Gets the associated form, if one exists.",
5449
- "value": {}
5450
- },
5451
- {
5452
- "name": "reportValidity",
5453
- "description": "Checks for validity and shows the browser's validation message if the control is invalid.",
5454
- "value": {}
5455
- },
5456
- {
5457
- "name": "setCustomValidity",
5458
- "description": "Sets a custom validation message. Pass an empty string to restore validity.",
5459
- "value": {}
5460
- }
5461
- ],
5462
- "events": [
5463
- {
5464
- "name": "sd-change",
5465
- "description": "Emitted when the radio group's selected value changes."
5466
- },
5467
- {
5468
- "name": "sd-input",
5469
- "description": "Emitted when the radio group receives user input."
5470
- },
5471
- {
5472
- "name": "sd-invalid",
5473
- "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied."
5474
- }
5475
- ]
5476
- },
5477
- "attributes": [
5478
- {
5479
- "name": "label",
5480
- "description": "The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
5481
- "value": {
5482
- "type": "string"
5483
- }
5484
- },
5485
- {
5486
- "name": "name",
5487
- "description": "The name of the radio group, submitted as a name/value pair with form data.",
5488
- "value": {
5489
- "type": "string"
5490
- }
5491
- },
5492
- {
5493
- "name": "value",
5494
- "description": "The current value of the radio group, submitted as a name/value pair with form data.",
5495
- "value": {
5496
- "type": "string"
5497
- }
5498
- },
5499
- {
5500
- "name": "size",
5501
- "description": "The radio group's size. This size will be applied to the label, all child radios and radio buttons.",
5502
- "value": {
5503
- "type": "'lg' | 'sm'"
5504
- }
5505
- },
5506
- {
5507
- "name": "form",
5508
- "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
5509
- "value": {
5510
- "type": "string"
5511
- }
5512
- },
5513
- {
5514
- "name": "required",
5515
- "description": "Ensures a child radio is checked before allowing the containing form to submit.",
5516
- "value": {
5517
- "type": "boolean"
5518
- }
5519
- },
5520
- {
5521
- "name": "orientation",
5522
- "description": "The orientation property determines the alignment of the component's content or elements. It accepts two possible\nvalues: 'horizontal' and 'vertical'. The default value is 'vertical'.\nThis property allows you to control the visual layout and arrangement of elements within the component, providing\nflexibility in how the component is displayed based on your specific design needs.",
5523
- "value": {
5524
- "type": "'horizontal' | 'vertical'"
5525
- }
5526
- }
5527
- ]
5528
- },
5529
- {
5530
- "name": "sd-1-20-0-radio",
5531
- "description": "",
5532
- "doc-url": "https://solid.union-investment.com/[storybook-link]/radio",
5533
- "js": {
5534
- "properties": [
5535
- {
5536
- "name": "checked",
5537
- "description": "A Boolean attribute which, if present, indicates that this radio button is the default check one in the group.",
5538
- "value": {
5539
- "type": "boolean"
5540
- }
5541
- },
5542
- {
5543
- "name": "hasFocus",
5544
- "value": {
5545
- "type": "boolean"
5546
- }
5547
- },
5548
- {
5549
- "name": "size",
5550
- "description": "The radio's size.",
5551
- "value": {
5552
- "type": "'lg' | 'sm'"
5553
- }
5554
- },
5555
- {
5556
- "name": "invalid",
5557
- "description": "A Boolean attribute which, if present, marks the radio Button valid or invalid",
5558
- "value": {
5559
- "type": "boolean"
5560
- }
5561
- },
5562
- {
5563
- "name": "disabled",
5564
- "description": "A Boolean attribute which, if present, disables the radio.",
5565
- "value": {
5566
- "type": "boolean"
5567
- }
5568
- },
5569
- {
5570
- "name": "value",
5571
- "description": "The radio's value. When selected, the radio group will receive this value.",
5572
- "value": {
5573
- "type": "string"
5574
- }
5575
- },
5576
- {
5577
- "name": "addEventListeners",
5578
- "value": {}
5579
- },
5580
- {
5581
- "name": "removeEventListeners",
5582
- "value": {}
5583
- },
5584
- {
5585
- "name": "handleBlur",
5586
- "value": {}
5587
- },
5588
- {
5589
- "name": "handleClick",
5590
- "value": {}
5591
- },
5592
- {
5593
- "name": "handleFocus",
5594
- "value": {}
5595
- },
5596
- {
5597
- "name": "setInitialAttributes",
5598
- "value": {}
5599
- },
5600
- {
5601
- "name": "handleCheckedChange",
5602
- "value": {}
5603
- },
5604
- {
5605
- "name": "handleDisabledChange",
5606
- "value": {}
5607
- }
5608
- ],
5609
- "events": [
5610
- {
5611
- "name": "sd-blur",
5612
- "description": "Emitted when the control loses focus."
5613
- },
5614
- {
5615
- "name": "sd-focus",
5616
- "description": "Emitted when the control gains focus."
5617
- }
5618
- ]
5619
- },
5620
- "attributes": [
5621
- {
5622
- "name": "size",
5623
- "description": "The radio's size.",
5624
- "value": {
5625
- "type": "'lg' | 'sm'"
5626
- }
5627
- },
5628
- {
5629
- "name": "invalid",
5630
- "description": "A Boolean attribute which, if present, marks the radio Button valid or invalid",
5631
- "value": {
5632
- "type": "boolean"
5633
- }
5634
- },
5635
- {
5636
- "name": "disabled",
5637
- "description": "A Boolean attribute which, if present, disables the radio.",
5638
- "value": {
5639
- "type": "boolean"
5640
- }
5641
- },
5642
- {
5643
- "name": "value",
5644
- "description": "The radio's value. When selected, the radio group will receive this value.",
5645
- "value": {
5646
- "type": "string"
5647
- }
5648
- }
5649
- ]
5650
- },
5651
- {
5652
- "name": "sd-1-20-0-spinner",
5653
- "description": "",
5654
- "doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
5655
- "js": {
5656
- "properties": [
5657
- {
5658
- "name": "color",
5659
- "description": "The color color of the spinner.",
5660
- "value": {
5661
- "type": "'primary' | 'white' | 'currentColor'"
5662
- }
5663
- },
5664
- {
5665
- "name": "localize",
5666
- "value": {}
5667
- }
5668
- ],
5669
- "events": []
5670
- },
5671
- "attributes": [
5672
- {
5673
- "name": "color",
5674
- "description": "The color color of the spinner.",
5675
- "value": {
5676
- "type": "'primary' | 'white' | 'currentColor'"
5677
- }
5678
- }
5679
- ]
5680
- },
5681
- {
5682
- "name": "sd-1-20-0-tag",
5683
- "description": "",
5684
- "doc-url": "https://solid.union-investment.com/[storybook-link]/tag",
5685
- "js": {
5686
- "properties": [
5687
- {
5688
- "name": "size",
5689
- "description": "The tag's size.",
5690
- "value": {
5691
- "type": "'lg' | 'sm'"
5692
- }
5693
- },
5694
- {
5695
- "name": "selected",
5696
- "description": "Displays the tag in a selected state.",
5697
- "value": {
5698
- "type": "boolean"
5699
- }
5700
- },
5701
- {
5702
- "name": "removable",
5703
- "description": "Displays the tag with a removability indicator.",
5704
- "value": {
5705
- "type": "boolean"
5706
- }
5707
- },
5708
- {
5709
- "name": "disabled",
5710
- "description": "Displays the tag in a disabled state.",
5711
- "value": {
5712
- "type": "boolean"
5713
- }
5714
- },
5715
- {
5716
- "name": "href",
5717
- "description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
5718
- "value": {
5719
- "type": "string"
5720
- }
5721
- },
5722
- {
5723
- "name": "target",
5724
- "description": "Tells the browser where to open the link. Only used when `href` is present.",
5725
- "value": {
5726
- "type": "'_blank' | '_parent' | '_self' | '_top'"
5727
- }
5728
- },
5729
- {
5730
- "name": "download",
5731
- "description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
5732
- "value": {
5733
- "type": "string | undefined"
5734
- }
5735
- },
5736
- {
5737
- "name": "handleBlur",
5738
- "value": {}
5739
- },
5740
- {
5741
- "name": "handleFocus",
5742
- "value": {}
5743
- },
5744
- {
5745
- "name": "isLink",
5746
- "value": {}
5747
- },
5748
- {
5749
- "name": "click",
5750
- "description": "Simulates a click on the tag.",
5751
- "value": {}
5752
- },
5753
- {
5754
- "name": "focus",
5755
- "description": "Sets focus on the tag.",
5756
- "value": {}
5757
- },
5758
- {
5759
- "name": "blur",
5760
- "description": "Removes focus from the tag.",
5761
- "value": {}
5762
- }
5763
- ],
5764
- "events": [
5765
- {
5766
- "name": "sd-blur",
5767
- "description": "Emitted when the tag loses focus."
5768
- },
5769
- {
5770
- "name": "sd-focus",
5771
- "description": "Emitted when the tag gains focus."
5772
- }
5773
- ]
5774
- },
5775
- "attributes": [
5776
- {
5777
- "name": "size",
5778
- "description": "The tag's size.",
5779
- "value": {
5780
- "type": "'lg' | 'sm'"
5781
- }
5782
- },
5783
- {
5784
- "name": "selected",
5785
- "description": "Displays the tag in a selected state.",
5786
- "value": {
5787
- "type": "boolean"
5788
- }
5789
- },
5790
- {
5791
- "name": "removable",
5792
- "description": "Displays the tag with a removability indicator.",
5793
- "value": {
5794
- "type": "boolean"
5795
- }
5796
- },
5797
- {
5798
- "name": "disabled",
5799
- "description": "Displays the tag in a disabled state.",
5800
- "value": {
5801
- "type": "boolean"
5802
- }
5803
- },
5804
- {
5805
- "name": "href",
5806
- "description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
5807
- "value": {
5808
- "type": "string"
5809
- }
5810
- },
5811
- {
5812
- "name": "target",
5813
- "description": "Tells the browser where to open the link. Only used when `href` is present.",
5814
- "value": {
5815
- "type": "'_blank' | '_parent' | '_self' | '_top'"
5816
- }
5817
- },
5818
- {
5819
- "name": "download",
5820
- "description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
5821
- "value": {
5822
- "type": "string | undefined"
5823
- }
5824
- }
5825
- ]
5826
- },
5827
- {
5828
- "name": "sd-1-20-0-teaser",
5829
- "description": "",
5830
- "doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
5831
- "js": {
5832
- "properties": [
5833
- {
5834
- "name": "variant",
5835
- "value": {
5836
- "type": "'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"
5837
- }
5838
- },
5839
- {
5840
- "name": "breakpoint",
5841
- "description": "Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.",
5842
- "value": {
5843
- "type": "number"
5844
- }
5845
- },
5846
- {
5847
- "name": "inset",
5848
- "description": "The teaser's inner padding. This is always set in `white border-neutral-300`.",
5849
- "value": {
5850
- "type": "boolean"
5851
- }
5852
- },
5853
- {
5854
- "name": "_orientation",
5855
- "value": {
5856
- "type": "'vertical' | 'horizontal'"
5857
- }
5858
- },
5859
- {
5860
- "name": "hasSlotController",
5861
- "value": {}
5862
- },
5863
- {
5864
- "name": "resizeObserver",
5865
- "value": {
5866
- "type": "ResizeObserver"
5867
- }
5868
- },
5869
- {
5870
- "name": "updateOrientation",
5871
- "value": {}
5872
- }
5873
- ],
5874
- "events": []
5875
- },
5876
- "attributes": [
5877
- {
5878
- "name": "variant",
5879
- "value": {
5880
- "type": "'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"
5881
- }
5882
- },
5883
- {
5884
- "name": "breakpoint",
5885
- "description": "Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.",
5886
- "value": {
5887
- "type": "number"
5888
- }
5889
- },
5890
- {
5891
- "name": "inset",
5892
- "description": "The teaser's inner padding. This is always set in `white border-neutral-300`.",
5893
- "value": {
5894
- "type": "boolean"
5895
- }
5896
- }
5897
- ]
5898
- },
5899
- {
5900
- "name": "sd-1-20-0-video",
5901
- "description": "",
5902
- "doc-url": "https://solid.union-investment.com/[storybook-link]/video",
5903
- "js": {
5904
- "properties": [
5905
- {
5906
- "name": "playing",
5907
- "description": "Set to `true` to hide the play icon and the overlay.",
5908
- "value": {
5909
- "type": "boolean"
5910
- }
5911
- },
5912
- {
5913
- "name": "overlay",
5914
- "description": "Set to `true` to show a dark overlay. Only used when `playing` is `false`.",
5915
- "value": {
5916
- "type": "boolean"
5917
- }
5918
- },
5919
- {
5920
- "name": "isBelowBreakpoint",
5921
- "description": "Reactive property to trigger breakpoint re-renders.",
5922
- "value": {
5923
- "type": "boolean"
5924
- }
5925
- },
5926
- {
5927
- "name": "resizeObserver",
5928
- "value": {
5929
- "type": "ResizeObserver"
5930
- }
5931
- },
5932
- {
5933
- "name": "hasSlotController",
5934
- "value": {}
5935
- },
5936
- {
5937
- "name": "poster",
5938
- "description": "Getter for optional poster slot.",
5939
- "value": {
5940
- "type": "Element | null"
5941
- }
5942
- },
5943
- {
5944
- "name": "fadeoutPoster",
5945
- "description": "Fade out poster after initial play.",
5946
- "value": {}
5947
- },
5948
- {
5949
- "name": "hidePoster",
5950
- "description": "Hide poster after initial play & fadeout.",
5951
- "value": {}
5952
- },
5953
- {
5954
- "name": "play",
5955
- "description": "Utility function to group play behaviors.",
5956
- "value": {}
5957
- },
5958
- {
5959
- "name": "handleKeydown",
5960
- "description": "Restrict keydown control to enter and space bar to mimic the native video tag behavior. If a KeyboardEvent is used, refocus on the native video element to give the user seamless keyboard control.",
5961
- "value": {}
5962
- },
5963
- {
5964
- "name": "handleButtonResize",
5965
- "description": "Resize the play-button-bg when passing host element width breakpoint 414px.",
5966
- "value": {}
5967
- }
5968
- ],
5969
- "events": [
5970
- {
5971
- "name": "sd-play",
5972
- "description": "Event emitted when clicking the `play-icon`. Listen for this event and use it to play the wrapped video."
5973
- }
5974
- ]
5975
- },
5976
- "attributes": [
5977
- {
5978
- "name": "playing",
5979
- "description": "Set to `true` to hide the play icon and the overlay.",
5980
- "value": {
5981
- "type": "boolean"
5982
- }
5983
- },
5984
- {
5985
- "name": "overlay",
5986
- "description": "Set to `true` to show a dark overlay. Only used when `playing` is `false`.",
5987
- "value": {
5988
- "type": "boolean"
5989
- }
5990
- },
5991
- {
5992
- "name": "isBelowBreakpoint",
5993
- "description": "Reactive property to trigger breakpoint re-renders.",
5994
- "value": {
5995
- "type": "boolean"
5996
- }
5997
- }
5998
- ]
5999
3129
  }
6000
3130
  ]
6001
3131
  }