@skf-design-system/ui-components 1.0.2-beta.6 → 1.0.2-beta.7

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 (88) hide show
  1. package/README.md +18 -0
  2. package/dist/components/alert/alert.component.d.ts +3 -2
  3. package/dist/components/alert/alert.component.js +39 -33
  4. package/dist/components/button/button.styles.js +3 -3
  5. package/dist/components/checkbox/checkbox.component.d.ts +4 -2
  6. package/dist/components/checkbox/checkbox.component.js +73 -65
  7. package/dist/components/checkbox/checkbox.styles.js +1 -1
  8. package/dist/components/datepicker/datepicker-calendar.component.d.ts +4 -0
  9. package/dist/components/datepicker/datepicker-calendar.component.js +134 -127
  10. package/dist/components/datepicker/datepicker-popup.component.d.ts +4 -0
  11. package/dist/components/datepicker/datepicker-popup.component.js +100 -88
  12. package/dist/components/datepicker/datepicker.component.d.ts +4 -2
  13. package/dist/components/datepicker/datepicker.component.js +150 -140
  14. package/dist/components/dialog/dialog.component.d.ts +3 -2
  15. package/dist/components/dialog/dialog.component.js +39 -37
  16. package/dist/components/divider/divider.component.js +13 -13
  17. package/dist/components/divider/divider.styles.js +2 -2
  18. package/dist/components/drawer/drawer.component.d.ts +3 -2
  19. package/dist/components/drawer/drawer.component.js +37 -35
  20. package/dist/components/drawer/drawer.styles.js +1 -1
  21. package/dist/components/header/header.component.d.ts +4 -2
  22. package/dist/components/header/header.component.js +66 -57
  23. package/dist/components/header/header.styles.js +2 -2
  24. package/dist/components/icon/icon.component.js +7 -7
  25. package/dist/components/icon/icon.styles.js +2 -2
  26. package/dist/components/input/input.component.d.ts +4 -8
  27. package/dist/components/input/input.component.js +146 -147
  28. package/dist/components/input/input.controllers.d.ts +0 -1
  29. package/dist/components/input/input.controllers.js +12 -12
  30. package/dist/components/link/link.component.js +19 -12
  31. package/dist/components/link/link.styles.js +11 -3
  32. package/dist/components/loader/loader.component.d.ts +0 -2
  33. package/dist/components/loader/loader.component.js +27 -30
  34. package/dist/components/loader/loader.styles.js +1 -1
  35. package/dist/components/menu/menu-item.styles.js +8 -7
  36. package/dist/components/menu/menu.component.d.ts +4 -1
  37. package/dist/components/nav/nav.component.d.ts +3 -0
  38. package/dist/components/nav/nav.component.js +38 -33
  39. package/dist/components/popover/popover.component.d.ts +6 -3
  40. package/dist/components/progress/progress.styles.js +3 -3
  41. package/dist/components/radio/radio.component.d.ts +4 -2
  42. package/dist/components/radio/radio.component.js +91 -83
  43. package/dist/components/radio/radio.styles.js +1 -1
  44. package/dist/components/segmented-button/segmented-button-item.component.js +1 -1
  45. package/dist/components/segmented-button/segmented-button-item.styles.js +1 -1
  46. package/dist/components/select/select-option.component.d.ts +2 -2
  47. package/dist/components/select/select-option.component.js +16 -19
  48. package/dist/components/select/select.component.d.ts +13 -9
  49. package/dist/components/select/select.component.js +169 -144
  50. package/dist/components/stepper/stepper-item.styles.js +4 -4
  51. package/dist/components/switch/switch.component.d.ts +4 -2
  52. package/dist/components/switch/switch.component.js +64 -56
  53. package/dist/components/switch/switch.styles.js +1 -1
  54. package/dist/components/tabs/tab.styles.js +2 -2
  55. package/dist/components/tag/tag.component.d.ts +3 -0
  56. package/dist/components/tag/tag.component.js +50 -41
  57. package/dist/components/textarea/textarea.component.d.ts +4 -2
  58. package/dist/components/textarea/textarea.component.js +126 -118
  59. package/dist/components/tooltip/tooltip.component.d.ts +8 -2
  60. package/dist/components/tooltip/tooltip.component.js +3 -0
  61. package/dist/custom-elements.json +569 -309
  62. package/dist/internal/base-classes/popover/popover.base.d.ts +21 -2
  63. package/dist/internal/base-classes/popover/popover.base.js +10 -12
  64. package/dist/internal/controllers/popover.controller.d.ts +2 -0
  65. package/dist/internal/helpers/uuid.d.ts +8 -10
  66. package/dist/internal/helpers/uuid.js +4 -11
  67. package/dist/internal/helpers/watch.d.ts +1 -1
  68. package/dist/internal/templates/asterisk.d.ts +1 -1
  69. package/dist/internal/templates/asterisk.js +4 -4
  70. package/dist/styles/global-alt.css +1 -1
  71. package/dist/styles/global.css +1 -1
  72. package/dist/translations/en.d.ts +3 -0
  73. package/dist/translations/en.js +27 -0
  74. package/dist/translations/es.d.ts +3 -0
  75. package/dist/translations/es.js +27 -0
  76. package/dist/translations/index.d.ts +4 -0
  77. package/dist/translations/pt.d.ts +3 -0
  78. package/dist/translations/pt.js +27 -0
  79. package/dist/translations/sv.d.ts +3 -0
  80. package/dist/translations/sv.js +27 -0
  81. package/dist/types/jsx/custom-element-jsx.d.ts +59 -47
  82. package/dist/types/vue/index.d.ts +59 -47
  83. package/dist/utilities/localize.d.ts +28 -0
  84. package/dist/utilities/localize.js +13 -0
  85. package/dist/vscode.html-custom-data.json +75 -80
  86. package/dist/web-types.json +201 -166
  87. package/package.json +26 -33
  88. package/custom-elements.json +0 -25490
@@ -43,7 +43,7 @@ import type { SkfTab, CustomEvent } from "../../components/tab/tab.component.js"
43
43
  import type { SkfTextArea } from "../../components/textarea/textarea.component.js";
44
44
  import type { SkfToastWrapper } from "../../components/toast-wrapper/toast-wrapper.component.js";
45
45
  import type { SkfToast } from "../../components/toast/toast.component.js";
46
- import type { SkfTooltip } from "../../components/tooltip/tooltip.component.js";
46
+ import type { SkfTooltip, CustomEvent } from "../../components/tooltip/tooltip.component.js";
47
47
 
48
48
  /**
49
49
  * This type can be used to create scoped tags for your components.
@@ -258,10 +258,10 @@ export type SkfAccordionProps = {
258
258
  };
259
259
 
260
260
  export type SkfAlertProps = {
261
- /** Close button aria-label */
262
- "button-label"?: SkfAlert["buttonLabel"];
263
261
  /** If defined, displays leading icon */
264
262
  icon?: SkfAlert["icon"];
263
+ /** Sets the internal language of the component */
264
+ lang?: SkfAlert["lang"];
265
265
  /** If true, renders with an close button and sets aria-role to `status` */
266
266
  persistent?: SkfAlert["persistent"];
267
267
  /** If defined, gives the supplied appearance */
@@ -289,8 +289,6 @@ export type SkfBreadcrumbProps = {
289
289
  };
290
290
 
291
291
  export type SkfLoaderProps = {
292
- /** Defines the aria-label */
293
- "aria-label"?: SkfLoader["ariaLabel"];
294
292
  /** If true, inverts the color (to be used on colored backgrounds) */
295
293
  invert?: SkfLoader["invert"];
296
294
  /** Defines the size of the loader */
@@ -347,10 +345,10 @@ export type SkfCheckboxProps = {
347
345
  indeterminate?: SkfCheckbox["indeterminate"];
348
346
  /** If defined, sets the input's label. Alternatively, you can use the `label` attribute. */
349
347
  label?: SkfCheckbox["label"];
348
+ /** Sets the internal language of the component */
349
+ lang?: SkfCheckbox["lang"];
350
350
  /** If defined, adds name to the input-element */
351
351
  name?: SkfCheckbox["name"];
352
- /** If defined, renders an alternative A11y text for the asterisk */
353
- "required-label"?: SkfCheckbox["requiredLabel"];
354
352
  /** If defined, styles checkbox using provided severity */
355
353
  severity?: SkfCheckbox["severity"];
356
354
  /** If true, displays valid state after interaction */
@@ -371,6 +369,8 @@ export type SkfDatepickerCalendarProps = {
371
369
  firstDayOfWeek?: SkfDatepickerCalendar["firstDayOfWeek"];
372
370
  /** A comma-separated list of dates (yyyy-mm-dd format) that are not selectable. */
373
371
  "invalid-dates"?: SkfDatepickerCalendar["invalidDates"];
372
+ /** Sets the internal language of the component */
373
+ lang?: SkfDatepickerCalendar["lang"];
374
374
  /** */
375
375
  locale?: SkfDatepickerCalendar["locale"];
376
376
  /** */
@@ -398,6 +398,8 @@ export type SkfDatepickerProps = {
398
398
  id?: SkfDatepicker["id"];
399
399
  /** If defined, sets the input's label. Alternatively, you can use the `label` attribute. */
400
400
  label?: SkfDatepicker["label"];
401
+ /** Sets the internal language of the component */
402
+ lang?: SkfDatepicker["lang"];
401
403
  /** If true, hides the label visually */
402
404
  "hide-label"?: SkfDatepicker["hideLabel"];
403
405
  /** If defined, displays informational text below the field */
@@ -412,8 +414,6 @@ export type SkfDatepickerProps = {
412
414
  range?: SkfDatepicker["range"];
413
415
  /** If true, makes the element not mutable, meaning the user can not edit the control */
414
416
  readonly?: SkfDatepicker["readonly"];
415
- /** If defined, renders an alternative A11y text for the asterisk */
416
- "required-label"?: SkfDatepicker["requiredLabel"];
417
417
  /** Earliest selectable date. (yyyy-mm-dd format) */
418
418
  "selectable-from"?: SkfDatepicker["selectableFrom"];
419
419
  /** Latest selectable date. (yyyy-mm-dd format) */
@@ -438,12 +438,12 @@ export type SkfHeadingProps = {
438
438
  };
439
439
 
440
440
  export type SkfDialogProps = {
441
- /** If defined, sets the aria-label for the close button */
442
- "close-button-aria-label"?: SkfDialog["closeButtonAriaLabel"];
443
441
  /** Title for the modal/dialog */
444
442
  heading?: SkfDialog["heading"];
445
443
  /** If true, makes the dialog stretch edge to edge on screen */
446
444
  fullscreen?: SkfDialog["fullscreen"];
445
+ /** Sets the internal language of the component */
446
+ lang?: SkfDialog["lang"];
447
447
  /** If true, removes the close button */
448
448
  "no-close-button"?: SkfDialog["noCloseButton"];
449
449
  /** If defined, removes the inner padding */
@@ -469,10 +469,10 @@ export type SkfDividerProps = {
469
469
  };
470
470
 
471
471
  export type SkfDrawerProps = {
472
- /** If defined, sets the aria-label for the close button */
473
- "close-button-aria-label"?: SkfDrawer["closeButtonAriaLabel"];
474
472
  /** Heading for the Drawer */
475
473
  heading?: SkfDrawer["heading"];
474
+ /** Sets the internal language of the component */
475
+ lang?: SkfDrawer["lang"];
476
476
  /** Sets the max-width */
477
477
  size?: SkfDrawer["size"];
478
478
  /** If true, Drawer is open */
@@ -533,6 +533,8 @@ export type SkfNavItemProps = {
533
533
  };
534
534
 
535
535
  export type SkfNavProps = {
536
+ /** Sets the internal language of the component */
537
+ lang?: SkfNav["lang"];
536
538
  /** If true, the navigation will be displayed vertically */
537
539
  vertical?: SkfNav["vertical"];
538
540
  };
@@ -540,8 +542,8 @@ export type SkfNavProps = {
540
542
  export type SkfHeaderProps = {
541
543
  /** If true, sets header to display in compact mode only (hanburger menu and drawer) */
542
544
  compact?: SkfHeader["compact"];
543
- /** If defined, sets the aria-label for the hamburger button */
544
- "hamburger-aria-label"?: SkfHeader["hamburgerAriaLabel"];
545
+ /** Sets the internal language of the component */
546
+ lang?: SkfHeader["lang"];
545
547
  /** If defined, sets the app or site's name */
546
548
  "site-name"?: SkfHeader["siteName"];
547
549
  /** If defined, sets the site's base-url for the "logo-link" */
@@ -556,12 +558,6 @@ export type SkfInputProps = {
556
558
  /** Indicates whether the value of the control can be automatically completed by the browser. See
557
559
  [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/autocomplete) for details. */
558
560
  autocomplete?: SkfInput["autocomplete"];
559
- /** Custom aria-label for the clear button. **Notice!** Only applicable to type=search. */
560
- "button-aria-label-clear"?: SkfInput["buttonAriaLabelClear"];
561
- /** Custom aria-label for the visibility button. **Notice!** Only applicable to type=password. */
562
- "button-aria-label-hide"?: SkfInput["buttonAriaLabelHide"];
563
- /** Custom aria-label for the visibility button **Notice!** Only applicable to type=password. */
564
- "button-aria-label-show"?: SkfInput["buttonAriaLabelShow"];
565
561
  /** If defined, forces component to invalid state until removed. Its value is used as hint text. */
566
562
  "custom-invalid"?: SkfInput["customInvalid"];
567
563
  /** If true, outputs helping hints in console */
@@ -575,6 +571,8 @@ export type SkfInputProps = {
575
571
  inputmode?: SkfInput["inputmode"];
576
572
  /** If defined, sets the input's label. Alternatively, you can use the `label` attribute. */
577
573
  label?: SkfInput["label"];
574
+ /** Sets the internal language of the component */
575
+ lang?: SkfInput["lang"];
578
576
  /** If defined, displays a prefix/adornment before the input-element */
579
577
  leading?: SkfInput["leading"];
580
578
  /** If defined, sets the maximum value to accept for this input */
@@ -593,8 +591,6 @@ export type SkfInputProps = {
593
591
  placeholder?: SkfInput["placeholder"];
594
592
  /** If true, makes the element not mutable, meaning the user can not edit the control */
595
593
  readonly?: SkfInput["readonly"];
596
- /** If defined, renders an alternative A11y text for the asterisk */
597
- "required-label"?: SkfInput["requiredLabel"];
598
594
  /** If defined, displays provided severity state */
599
595
  severity?: SkfInput["severity"];
600
596
  /** If true, displays valid state after interaction */
@@ -649,7 +645,10 @@ export type SkfMenuProps = {
649
645
  placement?: SkfMenu["undefined"];
650
646
  /** The id of the element the menu will be anchored to */
651
647
  anchor?: SkfMenu["undefined"];
652
-
648
+ /** Method that opens the menu */
649
+ "open()"?: SkfMenu["open()"];
650
+ /** Method that closes the menu */
651
+ "close()"?: SkfMenu["close()"];
653
652
  /** Fired when the menu is opened */
654
653
  "onskf-opened"?: (e: CustomEvent<CustomEvent>) => void;
655
654
  /** Fired when the menu is closed */
@@ -659,16 +658,19 @@ export type SkfMenuProps = {
659
658
  export type SkfPopoverProps = {
660
659
  /** The placement of the popover */
661
660
  placement?: SkfPopover["undefined"];
662
- /** The id of the element the menu will be anchored to */
661
+ /** The id of the element the popover will be anchored to */
663
662
  anchor?: SkfPopover["undefined"];
664
663
  /** If defined, sets a custom offset for the popover */
665
664
  offset?: SkfPopover["offset"];
666
665
  /** If true, hides the arrow */
667
666
  hideArrow?: SkfPopover["hideArrow"];
668
-
669
- /** Fired when the menu is opened */
667
+ /** Method that opens the popover */
668
+ "open()"?: SkfPopover["open()"];
669
+ /** Method that closes the popover */
670
+ "close()"?: SkfPopover["close()"];
671
+ /** Fired when the popover is opened */
670
672
  "onskf-opened"?: (e: CustomEvent<CustomEvent>) => void;
671
- /** Fired when the menu is closed */
673
+ /** Fired when the popover is closed */
672
674
  "onskf-closed"?: (e: CustomEvent<CustomEvent>) => void;
673
675
  };
674
676
 
@@ -694,10 +696,10 @@ export type SkfRadioProps = {
694
696
  "custom-invalid"?: SkfRadio["customInvalid"];
695
697
  /** If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute. */
696
698
  label?: SkfRadio["label"];
699
+ /** Sets the internal language of the component */
700
+ lang?: SkfRadio["lang"];
697
701
  /** If defined, adds name to the input-element */
698
702
  name?: SkfRadio["name"];
699
- /** If defined, renders an alternative A11y text for the asterisk */
700
- "required-label"?: SkfRadio["requiredLabel"];
701
703
  /** Size of the Radio */
702
704
  size?: SkfRadio["size"];
703
705
  /** If defined, displays provided severity state */
@@ -742,6 +744,8 @@ export type SkfTagProps = {
742
744
  icon?: SkfTag["icon"];
743
745
  /** If defined, gives the supplied appearance */
744
746
  color?: SkfTag["color"];
747
+ /** Sets the internal language of the component */
748
+ lang?: SkfTag["lang"];
745
749
  /** If true, adds trailing button to remove tag */
746
750
  removable?: SkfTag["removable"];
747
751
  /** If defined, accepts a function that runs on click */
@@ -767,6 +771,8 @@ export type SkfSelectProps = {
767
771
  hint?: SkfSelect["hint"];
768
772
  /** If defined, displays provided label */
769
773
  label?: SkfSelect["label"];
774
+ /** Sets the internal language of the component */
775
+ lang?: SkfSelect["lang"];
770
776
  /** If defined, limits the number of selectable options */
771
777
  max?: SkfSelect["max"];
772
778
  /** If defined, sets the minimum number of required options */
@@ -775,8 +781,6 @@ export type SkfSelectProps = {
775
781
  multiple?: SkfSelect["multiple"];
776
782
  /** If defined, set name of the component */
777
783
  name?: SkfSelect["name"];
778
- /** If defined, renders an alternative A11y text for the asterisk */
779
- "required-label"?: SkfSelect["requiredLabel"];
780
784
  /** If defined, displays provided severity state */
781
785
  severity?: SkfSelect["severity"];
782
786
  /** If true, displays valid state after interaction */
@@ -787,7 +791,7 @@ export type SkfSelectProps = {
787
791
  selectedValues?: SkfSelect["selectedValues"];
788
792
  /** A readonly property that returns the selected slot(s) text content in a array */
789
793
  selectedOptionsText?: SkfSelect["selectedOptionsText"];
790
- /** Read only, returns the selected value. (if multiple: in a comma separated string) */
794
+ /** Returns the selected value. (if multiple: in a comma separated string). If set will default set corresponding option. */
791
795
  value?: SkfSelect["value"];
792
796
  /** */
793
797
  _selectedOptions?: SkfSelect["_selectedOptions"];
@@ -801,6 +805,8 @@ export type SkfSelectProps = {
801
805
  "onskf-select-dropdown"?: (e: CustomEvent<CustomEvent>) => void;
802
806
  /** {detail: {value: string | null, option: SkfSelectOption}} Fired when the select dropdown is toggled */
803
807
  "onskf-select-option-select"?: (e: CustomEvent<CustomEvent>) => void;
808
+ /** Fires when the calendar view is updated */
809
+ "onskf-update-calendar-view"?: (e: CustomEvent<CustomEvent>) => void;
804
810
  };
805
811
 
806
812
  export type SkfSelectOptionProps = {
@@ -814,7 +820,7 @@ export type SkfSelectOptionProps = {
814
820
  selected?: SkfSelectOption["selected"];
815
821
  /** If defined, sets a short label */
816
822
  "short-label"?: SkfSelectOption["shortLabel"];
817
- /** Returns or sets the tags value. If value is omitted, defaults to the tags text. */
823
+ /** Returns or sets the option value. If value is omitted, defaults to the tags slotted text. */
818
824
  value?: SkfSelectOption["value"];
819
825
  /** The option's label text (equivalent to the tags textContent) */
820
826
  text?: SkfSelectOption["text"];
@@ -860,10 +866,10 @@ export type SkfSwitchProps = {
860
866
  "hide-label"?: SkfSwitch["hideLabel"];
861
867
  /** If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute. */
862
868
  label?: SkfSwitch["label"];
869
+ /** Sets the internal language of the component */
870
+ lang?: SkfSwitch["lang"];
863
871
  /** If defined, adds name to the input-element */
864
872
  name?: SkfSwitch["name"];
865
- /** If defined, renders an alternative A11y text for the asterisk */
866
- "required-label"?: SkfSwitch["requiredLabel"];
867
873
  /** Size of the Switch */
868
874
  size?: SkfSwitch["size"];
869
875
  /** The current value of the input field */
@@ -920,6 +926,8 @@ export type SkfTextAreaProps = {
920
926
  hint?: SkfTextArea["hint"];
921
927
  /** If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute. */
922
928
  label?: SkfTextArea["label"];
929
+ /** Sets the internal language of the component */
930
+ lang?: SkfTextArea["lang"];
923
931
  /** If defined, adds name to the input-element */
924
932
  name?: SkfTextArea["name"];
925
933
  /** If defined, sets the maximum character length to accept for this input */
@@ -930,8 +938,6 @@ export type SkfTextAreaProps = {
930
938
  placeholder?: SkfTextArea["placeholder"];
931
939
  /** If true, makes the element not mutable, meaning the user can not edit the control */
932
940
  readonly?: SkfTextArea["readonly"];
933
- /** If defined, renders an alternative A11y text for the asterisk */
934
- "required-label"?: SkfTextArea["requiredLabel"];
935
941
  /** If defined, sets the rows of the textarea */
936
942
  rows?: SkfTextArea["rows"];
937
943
  /** If defined, displays provided severity state */
@@ -982,10 +988,14 @@ export type SkfTooltipProps = {
982
988
  placement?: SkfTooltip["placement"];
983
989
  /** */
984
990
  variant?: SkfTooltip["variant"];
985
- /** Fired when the dropdown is opened */
986
- "onskf-opened"?: (e: CustomEvent<never>) => void;
987
- /** Fired when the dropdown is closed */
988
- "onskf-closed"?: (e: CustomEvent<never>) => void;
991
+ /** Method that opens the tooltip */
992
+ "open()"?: SkfTooltip["open()"];
993
+ /** Method that closes the tooltip */
994
+ "close()"?: SkfTooltip["close()"];
995
+ /** Fired when the tooltip is opened */
996
+ "onskf-opened"?: (e: CustomEvent<CustomEvent>) => void;
997
+ /** Fired when the tooltip is closed */
998
+ "onskf-closed"?: (e: CustomEvent<CustomEvent>) => void;
989
999
  };
990
1000
 
991
1001
  export type CustomElements = {
@@ -1292,7 +1302,7 @@ export type CustomElements = {
1292
1302
  * - **skf-closed** - Fired when the menu is closed
1293
1303
  *
1294
1304
  * ### **Slots:**
1295
- * - _default_ - The menu popover content
1305
+ * - _default_ - The menu content
1296
1306
  */
1297
1307
  "skf-menu": Partial<SkfMenuProps & BaseProps & BaseEvents>;
1298
1308
 
@@ -1304,8 +1314,8 @@ export type CustomElements = {
1304
1314
  *
1305
1315
  *
1306
1316
  * ### **Events:**
1307
- * - **skf-opened** - Fired when the menu is opened
1308
- * - **skf-closed** - Fired when the menu is closed
1317
+ * - **skf-opened** - Fired when the popover is opened
1318
+ * - **skf-closed** - Fired when the popover is closed
1309
1319
  *
1310
1320
  * ### **Slots:**
1311
1321
  * - _default_ - The popover content
@@ -1392,6 +1402,7 @@ export type CustomElements = {
1392
1402
  * - **reset** - Fired when the form is reset
1393
1403
  * - **skf-select-dropdown** - {detail: {expanded: boolean}} Fired when the select dropdown is toggled
1394
1404
  * - **skf-select-option-select** - {detail: {value: string | null, option: SkfSelectOption}} Fired when the select dropdown is toggled
1405
+ * - **skf-update-calendar-view** - Fires when the calendar view is updated
1395
1406
  *
1396
1407
  * ### **Slots:**
1397
1408
  * - _default_ - The select's placeholder content
@@ -1400,6 +1411,7 @@ export type CustomElements = {
1400
1411
 
1401
1412
  /**
1402
1413
  * The `<skf-select-option>` is a component is used nested in a skf-select or skf-select-option-group.
1414
+ * It represents an individual option in a select dropdown.
1403
1415
  * ---
1404
1416
  *
1405
1417
  *
@@ -1525,8 +1537,8 @@ export type CustomElements = {
1525
1537
  *
1526
1538
  *
1527
1539
  * ### **Events:**
1528
- * - **skf-opened** - Fired when the dropdown is opened
1529
- * - **skf-closed** - Fired when the dropdown is closed
1540
+ * - **skf-opened** - Fired when the tooltip is opened
1541
+ * - **skf-closed** - Fired when the tooltip is closed
1530
1542
  *
1531
1543
  * ### **Slots:**
1532
1544
  * - _default_ - The tooltip popover content