@skf-design-system/ui-components 1.0.2-beta.14 → 1.0.2-beta.15

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.
@@ -2461,128 +2461,6 @@
2461
2461
  ],
2462
2462
  "typeDefinitionPath": "components/datepicker/datepicker.d.ts"
2463
2463
  },
2464
- {
2465
- "kind": "javascript-module",
2466
- "path": "components/divider/divider.js",
2467
- "declarations": [
2468
- {
2469
- "kind": "class",
2470
- "description": "The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information",
2471
- "name": "SkfDivider",
2472
- "cssProperties": [
2473
- {
2474
- "description": "The amount of space the divider occupies. Pass valid CSS **margin-block** values when horizontal and **margin-inline** when vertical",
2475
- "name": "--skf-divider-spacing"
2476
- },
2477
- {
2478
- "description": "The amount of space the divider should be indented. Pass valid CSS **margin-inline** values when horizontal and **margin-block** when vertical",
2479
- "name": "--skf-divider-inset"
2480
- }
2481
- ],
2482
- "members": [
2483
- {
2484
- "kind": "field",
2485
- "name": "#internals",
2486
- "privacy": "private",
2487
- "type": {
2488
- "text": "ElementInternals"
2489
- }
2490
- },
2491
- {
2492
- "kind": "field",
2493
- "name": "#states",
2494
- "privacy": "private",
2495
- "type": {
2496
- "text": "CustomStateSet"
2497
- }
2498
- },
2499
- {
2500
- "kind": "field",
2501
- "name": "color",
2502
- "type": {
2503
- "text": "SkfDividerColor"
2504
- },
2505
- "default": "'primary'",
2506
- "description": "Defines the Divider color",
2507
- "attribute": "color",
2508
- "expandedType": {
2509
- "text": "'primary' | 'inverse' | 'emphasized' | 'secondary' | 'tertiary'"
2510
- }
2511
- },
2512
- {
2513
- "kind": "field",
2514
- "name": "decorative",
2515
- "type": {
2516
- "text": "boolean"
2517
- },
2518
- "default": "false",
2519
- "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
2520
- "attribute": "decorative"
2521
- },
2522
- {
2523
- "kind": "field",
2524
- "name": "vertical",
2525
- "type": {
2526
- "text": "boolean"
2527
- },
2528
- "default": "false",
2529
- "description": "If true, renders the divider vertically",
2530
- "attribute": "vertical"
2531
- }
2532
- ],
2533
- "attributes": [
2534
- {
2535
- "name": "color",
2536
- "type": {
2537
- "text": "SkfDividerColor"
2538
- },
2539
- "default": "'primary'",
2540
- "description": "Defines the Divider color",
2541
- "fieldName": "color",
2542
- "expandedType": {
2543
- "text": "'primary' | 'inverse' | 'emphasized' | 'secondary' | 'tertiary'"
2544
- }
2545
- },
2546
- {
2547
- "name": "decorative",
2548
- "type": {
2549
- "text": "boolean"
2550
- },
2551
- "default": "false",
2552
- "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
2553
- "fieldName": "decorative"
2554
- },
2555
- {
2556
- "name": "vertical",
2557
- "type": {
2558
- "text": "boolean"
2559
- },
2560
- "default": "false",
2561
- "description": "If true, renders the divider vertically",
2562
- "fieldName": "vertical"
2563
- }
2564
- ],
2565
- "superclass": {
2566
- "name": "SkfElement",
2567
- "package": "@internal/components/skf-element.js"
2568
- },
2569
- "tagName": "skf-divider",
2570
- "customElement": true,
2571
- "modulePath": "src/components/divider/divider.component.ts"
2572
- }
2573
- ],
2574
- "exports": [
2575
- {
2576
- "kind": "js",
2577
- "name": "SkfDivider",
2578
- "declaration": {
2579
- "name": "SkfDivider",
2580
- "module": "src/components/divider/divider.component.ts"
2581
- }
2582
- }
2583
- ],
2584
- "typeDefinitionPath": "components/divider/divider.d.ts"
2585
- },
2586
2464
  {
2587
2465
  "kind": "javascript-module",
2588
2466
  "path": "components/heading/heading.js",
@@ -2905,6 +2783,128 @@
2905
2783
  ],
2906
2784
  "typeDefinitionPath": "components/dialog/dialog.d.ts"
2907
2785
  },
2786
+ {
2787
+ "kind": "javascript-module",
2788
+ "path": "components/divider/divider.js",
2789
+ "declarations": [
2790
+ {
2791
+ "kind": "class",
2792
+ "description": "The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information",
2793
+ "name": "SkfDivider",
2794
+ "cssProperties": [
2795
+ {
2796
+ "description": "The amount of space the divider occupies. Pass valid CSS **margin-block** values when horizontal and **margin-inline** when vertical",
2797
+ "name": "--skf-divider-spacing"
2798
+ },
2799
+ {
2800
+ "description": "The amount of space the divider should be indented. Pass valid CSS **margin-inline** values when horizontal and **margin-block** when vertical",
2801
+ "name": "--skf-divider-inset"
2802
+ }
2803
+ ],
2804
+ "members": [
2805
+ {
2806
+ "kind": "field",
2807
+ "name": "#internals",
2808
+ "privacy": "private",
2809
+ "type": {
2810
+ "text": "ElementInternals"
2811
+ }
2812
+ },
2813
+ {
2814
+ "kind": "field",
2815
+ "name": "#states",
2816
+ "privacy": "private",
2817
+ "type": {
2818
+ "text": "CustomStateSet"
2819
+ }
2820
+ },
2821
+ {
2822
+ "kind": "field",
2823
+ "name": "color",
2824
+ "type": {
2825
+ "text": "SkfDividerColor"
2826
+ },
2827
+ "default": "'primary'",
2828
+ "description": "Defines the Divider color",
2829
+ "attribute": "color",
2830
+ "expandedType": {
2831
+ "text": "'primary' | 'inverse' | 'emphasized' | 'secondary' | 'tertiary'"
2832
+ }
2833
+ },
2834
+ {
2835
+ "kind": "field",
2836
+ "name": "decorative",
2837
+ "type": {
2838
+ "text": "boolean"
2839
+ },
2840
+ "default": "false",
2841
+ "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
2842
+ "attribute": "decorative"
2843
+ },
2844
+ {
2845
+ "kind": "field",
2846
+ "name": "vertical",
2847
+ "type": {
2848
+ "text": "boolean"
2849
+ },
2850
+ "default": "false",
2851
+ "description": "If true, renders the divider vertically",
2852
+ "attribute": "vertical"
2853
+ }
2854
+ ],
2855
+ "attributes": [
2856
+ {
2857
+ "name": "color",
2858
+ "type": {
2859
+ "text": "SkfDividerColor"
2860
+ },
2861
+ "default": "'primary'",
2862
+ "description": "Defines the Divider color",
2863
+ "fieldName": "color",
2864
+ "expandedType": {
2865
+ "text": "'primary' | 'inverse' | 'emphasized' | 'secondary' | 'tertiary'"
2866
+ }
2867
+ },
2868
+ {
2869
+ "name": "decorative",
2870
+ "type": {
2871
+ "text": "boolean"
2872
+ },
2873
+ "default": "false",
2874
+ "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
2875
+ "fieldName": "decorative"
2876
+ },
2877
+ {
2878
+ "name": "vertical",
2879
+ "type": {
2880
+ "text": "boolean"
2881
+ },
2882
+ "default": "false",
2883
+ "description": "If true, renders the divider vertically",
2884
+ "fieldName": "vertical"
2885
+ }
2886
+ ],
2887
+ "superclass": {
2888
+ "name": "SkfElement",
2889
+ "package": "@internal/components/skf-element.js"
2890
+ },
2891
+ "tagName": "skf-divider",
2892
+ "customElement": true,
2893
+ "modulePath": "src/components/divider/divider.component.ts"
2894
+ }
2895
+ ],
2896
+ "exports": [
2897
+ {
2898
+ "kind": "js",
2899
+ "name": "SkfDivider",
2900
+ "declaration": {
2901
+ "name": "SkfDivider",
2902
+ "module": "src/components/divider/divider.component.ts"
2903
+ }
2904
+ }
2905
+ ],
2906
+ "typeDefinitionPath": "components/divider/divider.d.ts"
2907
+ },
2908
2908
  {
2909
2909
  "kind": "javascript-module",
2910
2910
  "path": "components/drawer/drawer.js",
@@ -11,9 +11,9 @@ import type { SkfCard } from "../../components/card/card.component.js";
11
11
  import type { SkfCheckbox } from "../../components/checkbox/checkbox.component.js";
12
12
  import type { SkfDatepickerCalendar } from "../../components/datepicker-calendar/datepicker-calendar.component.js";
13
13
  import type { SkfDatepicker } from "../../components/datepicker/datepicker.component.js";
14
- import type { SkfDivider } from "../../components/divider/divider.component.js";
15
14
  import type { SkfHeading } from "../../components/heading/heading.component.js";
16
15
  import type { SkfDialog } from "../../components/dialog/dialog.component.js";
16
+ import type { SkfDivider } from "../../components/divider/divider.component.js";
17
17
  import type { SkfDrawer } from "../../components/drawer/drawer.component.js";
18
18
  import type { SkfLogo } from "../../components/logo/logo.component.js";
19
19
  import type { SkfLink } from "../../components/link/link.component.js";
@@ -509,18 +509,6 @@ export type SkfDatepickerProps = {
509
509
  }
510
510
 
511
511
 
512
- export type SkfDividerProps = {
513
- /** Defines the Divider color */
514
- "color"?: SkfDivider['color'];
515
- /** If true, renders a div for presentational purpose instead of the semantic hr-element */
516
- "decorative"?: SkfDivider['decorative'];
517
- /** If true, renders the divider vertically */
518
- "vertical"?: SkfDivider['vertical'];
519
-
520
-
521
- }
522
-
523
-
524
512
  export type SkfHeadingProps = {
525
513
  /** Controls which heading element will be rendered. Should not be used to affect appearance */
526
514
  "as"?: SkfHeading['as'];
@@ -560,6 +548,18 @@ export type SkfDialogProps = {
560
548
  }
561
549
 
562
550
 
551
+ export type SkfDividerProps = {
552
+ /** Defines the Divider color */
553
+ "color"?: SkfDivider['color'];
554
+ /** If true, renders a div for presentational purpose instead of the semantic hr-element */
555
+ "decorative"?: SkfDivider['decorative'];
556
+ /** If true, renders the divider vertically */
557
+ "vertical"?: SkfDivider['vertical'];
558
+
559
+
560
+ }
561
+
562
+
563
563
  export type SkfDrawerProps = {
564
564
  /** Heading for the Drawer */
565
565
  "heading"?: SkfDrawer['heading'];
@@ -1573,27 +1573,6 @@ export type SkfTooltipProps = {
1573
1573
  "skf-datepicker": Partial<SkfDatepickerProps & BaseProps<SkfDatepicker> & BaseEvents>;
1574
1574
 
1575
1575
 
1576
- /**
1577
- * The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information
1578
- *
1579
- * #### Attributes & Properties
1580
- *
1581
- * Component attributes and properties that can be applied to the element or by using JavaScript.
1582
- *
1583
- * - `color`: Defines the Divider color
1584
- * - `decorative`: If true, renders a div for presentational purpose instead of the semantic hr-element
1585
- * - `vertical`: If true, renders the divider vertically
1586
- *
1587
- * #### CSS Custom Properties
1588
- *
1589
- * CSS variables available for styling the component.
1590
- *
1591
- * - `--skf-divider-spacing`: The amount of space the divider occupies. Pass valid CSS **margin-block** values when horizontal and **margin-inline** when vertical (default: `undefined`)
1592
- * - `--skf-divider-inset`: The amount of space the divider should be indented. Pass valid CSS **margin-inline** values when horizontal and **margin-block** when vertical (default: `undefined`)
1593
- */
1594
- "skf-divider": Partial<SkfDividerProps & BaseProps<SkfDivider> & BaseEvents>;
1595
-
1596
-
1597
1576
  /**
1598
1577
  * The `<Heading>` component is to deliniate content on a page. When using, take note not to skip heading levels.<br>
1599
1578
  * It extends the interface of native html `<h1>` to `<h4>` elements.
@@ -1660,6 +1639,27 @@ export type SkfTooltipProps = {
1660
1639
  "skf-dialog": Partial<SkfDialogProps & BaseProps<SkfDialog> & BaseEvents>;
1661
1640
 
1662
1641
 
1642
+ /**
1643
+ * The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information
1644
+ *
1645
+ * #### Attributes & Properties
1646
+ *
1647
+ * Component attributes and properties that can be applied to the element or by using JavaScript.
1648
+ *
1649
+ * - `color`: Defines the Divider color
1650
+ * - `decorative`: If true, renders a div for presentational purpose instead of the semantic hr-element
1651
+ * - `vertical`: If true, renders the divider vertically
1652
+ *
1653
+ * #### CSS Custom Properties
1654
+ *
1655
+ * CSS variables available for styling the component.
1656
+ *
1657
+ * - `--skf-divider-spacing`: The amount of space the divider occupies. Pass valid CSS **margin-block** values when horizontal and **margin-inline** when vertical (default: `undefined`)
1658
+ * - `--skf-divider-inset`: The amount of space the divider should be indented. Pass valid CSS **margin-inline** values when horizontal and **margin-block** when vertical (default: `undefined`)
1659
+ */
1660
+ "skf-divider": Partial<SkfDividerProps & BaseProps<SkfDivider> & BaseEvents>;
1661
+
1662
+
1663
1663
  /**
1664
1664
  * The `<skf-drawer>` is a modal component that displays content and toggle by sliding from left/right viewport edge
1665
1665
  *
@@ -12,9 +12,9 @@ import type { SkfCard } from "../../components/card/card.component.js";
12
12
  import type { SkfCheckbox, Event } from "../../components/checkbox/checkbox.component.js";
13
13
  import type { SkfDatepickerCalendar } from "../../components/datepicker-calendar/datepicker-calendar.component.js";
14
14
  import type { SkfDatepicker } from "../../components/datepicker/datepicker.component.js";
15
- import type { SkfDivider } from "../../components/divider/divider.component.js";
16
15
  import type { SkfHeading } from "../../components/heading/heading.component.js";
17
16
  import type { SkfDialog, CustomEvent } from "../../components/dialog/dialog.component.js";
17
+ import type { SkfDivider } from "../../components/divider/divider.component.js";
18
18
  import type { SkfDrawer, CustomEvent } from "../../components/drawer/drawer.component.js";
19
19
  import type { SkfLogo } from "../../components/logo/logo.component.js";
20
20
  import type { SkfLink, CustomEvent } from "../../components/link/link.component.js";
@@ -262,15 +262,6 @@ type SkfDatepickerProps = {
262
262
  focusTimeoutId?: SkfDatepicker["focusTimeoutId"];
263
263
  };
264
264
 
265
- type SkfDividerProps = {
266
- /** Defines the Divider color */
267
- color?: SkfDivider["color"];
268
- /** If true, renders a div for presentational purpose instead of the semantic hr-element */
269
- decorative?: SkfDivider["decorative"];
270
- /** If true, renders the divider vertically */
271
- vertical?: SkfDivider["vertical"];
272
- };
273
-
274
265
  type SkfHeadingProps = {
275
266
  /** Controls which heading element will be rendered. Should not be used to affect appearance */
276
267
  as?: SkfHeading["as"];
@@ -300,6 +291,15 @@ type SkfDialogProps = {
300
291
  "onskf-dialog-closed"?: (e: CustomEvent<CustomEvent>) => void;
301
292
  };
302
293
 
294
+ type SkfDividerProps = {
295
+ /** Defines the Divider color */
296
+ color?: SkfDivider["color"];
297
+ /** If true, renders a div for presentational purpose instead of the semantic hr-element */
298
+ decorative?: SkfDivider["decorative"];
299
+ /** If true, renders the divider vertically */
300
+ vertical?: SkfDivider["vertical"];
301
+ };
302
+
303
303
  type SkfDrawerProps = {
304
304
  /** Heading for the Drawer */
305
305
  heading?: SkfDrawer["heading"];
@@ -984,17 +984,6 @@ export type CustomElements = {
984
984
  */
985
985
  "skf-datepicker": DefineComponent<SkfDatepickerProps>;
986
986
 
987
- /**
988
- * The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information
989
- * ---
990
- *
991
- *
992
- * ### **CSS Properties:**
993
- * - **--skf-divider-spacing** - The amount of space the divider occupies. Pass valid CSS **margin-block** values when horizontal and **margin-inline** when vertical _(default: undefined)_
994
- * - **--skf-divider-inset** - The amount of space the divider should be indented. Pass valid CSS **margin-inline** values when horizontal and **margin-block** when vertical _(default: undefined)_
995
- */
996
- "skf-divider": DefineComponent<SkfDividerProps>;
997
-
998
987
  /**
999
988
  * The `<Heading>` component is to deliniate content on a page. When using, take note not to skip heading levels.<br>
1000
989
  * It extends the interface of native html `<h1>` to `<h4>` elements.
@@ -1030,6 +1019,17 @@ export type CustomElements = {
1030
1019
  */
1031
1020
  "skf-dialog": DefineComponent<SkfDialogProps>;
1032
1021
 
1022
+ /**
1023
+ * The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information
1024
+ * ---
1025
+ *
1026
+ *
1027
+ * ### **CSS Properties:**
1028
+ * - **--skf-divider-spacing** - The amount of space the divider occupies. Pass valid CSS **margin-block** values when horizontal and **margin-inline** when vertical _(default: undefined)_
1029
+ * - **--skf-divider-inset** - The amount of space the divider should be indented. Pass valid CSS **margin-inline** values when horizontal and **margin-block** when vertical _(default: undefined)_
1030
+ */
1031
+ "skf-divider": DefineComponent<SkfDividerProps>;
1032
+
1033
1033
  /**
1034
1034
  * The `<skf-drawer>` is a modal component that displays content and toggle by sliding from left/right viewport edge
1035
1035
  * ---
@@ -451,28 +451,6 @@
451
451
  ],
452
452
  "references": []
453
453
  },
454
- {
455
- "name": "skf-divider",
456
- "description": "The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information\n---\n\n\n### **CSS Properties:**\n - **--skf-divider-spacing** - The amount of space the divider occupies. Pass valid CSS **margin-block** values when horizontal and **margin-inline** when vertical _(default: undefined)_\n- **--skf-divider-inset** - The amount of space the divider should be indented. Pass valid CSS **margin-inline** values when horizontal and **margin-block** when vertical _(default: undefined)_",
457
- "attributes": [
458
- {
459
- "name": "color",
460
- "description": "Defines the Divider color",
461
- "values": [{ "name": "SkfDividerColor" }]
462
- },
463
- {
464
- "name": "decorative",
465
- "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
466
- "values": []
467
- },
468
- {
469
- "name": "vertical",
470
- "description": "If true, renders the divider vertically",
471
- "values": []
472
- }
473
- ],
474
- "references": []
475
- },
476
454
  {
477
455
  "name": "skf-heading",
478
456
  "description": "The `<Heading>` component is to deliniate content on a page. When using, take note not to skip heading levels.<br>\nIt extends the interface of native html `<h1>` to `<h4>` elements.\n---\n\n\n### **Slots:**\n - _default_ - The headings content",
@@ -527,6 +505,28 @@
527
505
  ],
528
506
  "references": []
529
507
  },
508
+ {
509
+ "name": "skf-divider",
510
+ "description": "The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information\n---\n\n\n### **CSS Properties:**\n - **--skf-divider-spacing** - The amount of space the divider occupies. Pass valid CSS **margin-block** values when horizontal and **margin-inline** when vertical _(default: undefined)_\n- **--skf-divider-inset** - The amount of space the divider should be indented. Pass valid CSS **margin-inline** values when horizontal and **margin-block** when vertical _(default: undefined)_",
511
+ "attributes": [
512
+ {
513
+ "name": "color",
514
+ "description": "Defines the Divider color",
515
+ "values": [{ "name": "SkfDividerColor" }]
516
+ },
517
+ {
518
+ "name": "decorative",
519
+ "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
520
+ "values": []
521
+ },
522
+ {
523
+ "name": "vertical",
524
+ "description": "If true, renders the divider vertically",
525
+ "values": []
526
+ }
527
+ ],
528
+ "references": []
529
+ },
530
530
  {
531
531
  "name": "skf-drawer",
532
532
  "description": "The `<skf-drawer>` is a modal component that displays content and toggle by sliding from left/right viewport edge\n---\n\n\n### **Events:**\n - **skf-drawer-opened** - Fires when the drawer is opened (after transitioned in)\n- **skf-drawer-closing** - Fires when the drawer is closing (before transitioned out)\n- **skf-drawer-closed** - Fires when the drawer is closed (after transitioned out)\n\n### **Slots:**\n - _default_ - The Drawer's main content",
@@ -985,49 +985,6 @@
985
985
  "events": []
986
986
  }
987
987
  },
988
- {
989
- "name": "skf-divider",
990
- "description": "The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information\n---\n\n\n### **CSS Properties:**\n - **--skf-divider-spacing** - The amount of space the divider occupies. Pass valid CSS **margin-block** values when horizontal and **margin-inline** when vertical _(default: undefined)_\n- **--skf-divider-inset** - The amount of space the divider should be indented. Pass valid CSS **margin-inline** values when horizontal and **margin-block** when vertical _(default: undefined)_",
991
- "doc-url": "",
992
- "attributes": [
993
- {
994
- "name": "color",
995
- "description": "Defines the Divider color",
996
- "value": { "type": "SkfDividerColor", "default": "'primary'" }
997
- },
998
- {
999
- "name": "decorative",
1000
- "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
1001
- "value": { "type": "boolean", "default": "false" }
1002
- },
1003
- {
1004
- "name": "vertical",
1005
- "description": "If true, renders the divider vertically",
1006
- "value": { "type": "boolean", "default": "false" }
1007
- }
1008
- ],
1009
- "events": [],
1010
- "js": {
1011
- "properties": [
1012
- {
1013
- "name": "color",
1014
- "description": "Defines the Divider color",
1015
- "type": "SkfDividerColor"
1016
- },
1017
- {
1018
- "name": "decorative",
1019
- "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
1020
- "type": "boolean"
1021
- },
1022
- {
1023
- "name": "vertical",
1024
- "description": "If true, renders the divider vertically",
1025
- "type": "boolean"
1026
- }
1027
- ],
1028
- "events": []
1029
- }
1030
- },
1031
988
  {
1032
989
  "name": "skf-heading",
1033
990
  "description": "The `<Heading>` component is to deliniate content on a page. When using, take note not to skip heading levels.<br>\nIt extends the interface of native html `<h1>` to `<h4>` elements.\n---\n\n\n### **Slots:**\n - _default_ - The headings content",
@@ -1174,6 +1131,49 @@
1174
1131
  ]
1175
1132
  }
1176
1133
  },
1134
+ {
1135
+ "name": "skf-divider",
1136
+ "description": "The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information\n---\n\n\n### **CSS Properties:**\n - **--skf-divider-spacing** - The amount of space the divider occupies. Pass valid CSS **margin-block** values when horizontal and **margin-inline** when vertical _(default: undefined)_\n- **--skf-divider-inset** - The amount of space the divider should be indented. Pass valid CSS **margin-inline** values when horizontal and **margin-block** when vertical _(default: undefined)_",
1137
+ "doc-url": "",
1138
+ "attributes": [
1139
+ {
1140
+ "name": "color",
1141
+ "description": "Defines the Divider color",
1142
+ "value": { "type": "SkfDividerColor", "default": "'primary'" }
1143
+ },
1144
+ {
1145
+ "name": "decorative",
1146
+ "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
1147
+ "value": { "type": "boolean", "default": "false" }
1148
+ },
1149
+ {
1150
+ "name": "vertical",
1151
+ "description": "If true, renders the divider vertically",
1152
+ "value": { "type": "boolean", "default": "false" }
1153
+ }
1154
+ ],
1155
+ "events": [],
1156
+ "js": {
1157
+ "properties": [
1158
+ {
1159
+ "name": "color",
1160
+ "description": "Defines the Divider color",
1161
+ "type": "SkfDividerColor"
1162
+ },
1163
+ {
1164
+ "name": "decorative",
1165
+ "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
1166
+ "type": "boolean"
1167
+ },
1168
+ {
1169
+ "name": "vertical",
1170
+ "description": "If true, renders the divider vertically",
1171
+ "type": "boolean"
1172
+ }
1173
+ ],
1174
+ "events": []
1175
+ }
1176
+ },
1177
1177
  {
1178
1178
  "name": "skf-drawer",
1179
1179
  "description": "The `<skf-drawer>` is a modal component that displays content and toggle by sliding from left/right viewport edge\n---\n\n\n### **Events:**\n - **skf-drawer-opened** - Fires when the drawer is opened (after transitioned in)\n- **skf-drawer-closing** - Fires when the drawer is closing (before transitioned out)\n- **skf-drawer-closed** - Fires when the drawer is closed (after transitioned out)\n\n### **Slots:**\n - _default_ - The Drawer's main content",
package/package.json CHANGED
@@ -35,7 +35,7 @@
35
35
  "sideEffects": true,
36
36
  "type": "module",
37
37
  "types": "./dist/index.d.ts",
38
- "version": "1.0.2-beta.14",
38
+ "version": "1.0.2-beta.15",
39
39
  "dependencies": {
40
40
  "@floating-ui/dom": "^1.7.1",
41
41
  "@js-temporal/polyfill": "^0.5.1",