@prioticket/design-system-web 1.4.1 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  # @prioticket/design-system-web Components
2
2
 
3
- Version: 1.4.1
3
+ Version: 1.4.2
4
4
 
5
5
  ### <pd-box> (PdBox)
6
6
 
@@ -530,35 +530,34 @@ A segmented button variant that functions as a stepper with completion tracking.
530
530
 
531
531
  ### <pd-select> (PdSelect)
532
532
 
533
- A thin wrapper around the Material Web Select component with multi-select support.
533
+ No description available.
534
534
 
535
535
  **Properties**
536
536
 
537
537
  | Property | Attribute | Type | Default | Description |
538
538
  |----------|-----------|------|---------|-------------|
539
- | `variant` | `variant` | `'filled' \| 'outlined'` | `'outlined'` | The variant of the select field. |
540
- | `label` | `label` | `string` | `''` | The label for the select field. |
541
- | `value` | `value` | `string \| string[]` | `''` | The selected value. For multi-select, use an array of values. |
542
- | `disabled` | `disabled` | `boolean` | `false` | Whether the select is disabled. |
543
- | `required` | `required` | `boolean` | `false` | Whether the select is required. |
544
- | `errorText` | `error-text` | `string` | `''` | The error message to display when `error` is true. |
545
- | `error` | `error` | `boolean` | `false` | Whether the select has an error state. |
546
- | `supportingText` | `supporting-text` | `string` | `''` | The supporting text to display below the select. |
547
- | `options` | `options` | `SelectOption[]` | `[]` | An array of options to be rendered. |
548
- | `leadingIcon` | `leading-icon` | `string` | `''` | The leading icon name. |
549
- | `multiple` | `multiple` | `boolean` | `false` | Enable multi-select mode. |
550
- | `maxSelections` | `max-selections` | `number \| undefined` | | Maximum number of selections allowed (only for multi-select). |
551
- | `showChips` | `show-chips` | `boolean` | `true` | Show selected items as chips (default true when multiple). |
552
- | `chipVariant` | `chip-variant` | `'input' \| 'filter'` | `'input'` | Chip style variant. |
553
- | `placeholder` | `placeholder` | `string` | `''` | Placeholder text when nothing is selected. |
554
- | `searchable` | `searchable` | `boolean` | `false` | Enable search/filter functionality in dropdown. |
539
+ | `variant` | `variant` | `'filled' \| 'outlined'` | `'outlined'` | |
540
+ | `label` | `label` | `string` | `''` | |
541
+ | `value` | `value` | `string \| string[]` | `''` | |
542
+ | `disabled` | `disabled` | `boolean` | `false` | |
543
+ | `required` | `required` | `boolean` | `false` | |
544
+ | `errorText` | `error-text` | `string` | `''` | |
545
+ | `error` | `error` | `boolean` | `false` | |
546
+ | `supportingText` | `supporting-text` | `string` | `''` | |
547
+ | `options` | `options` | `SelectOption[]` | `[]` | |
548
+ | `leadingIcon` | `leading-icon` | `string` | `''` | |
549
+ | `multiple` | `multiple` | `boolean` | `false` | |
550
+ | `maxSelections` | `max-selections` | `number \| undefined` | | |
551
+ | `showChips` | `show-chips` | `boolean` | `true` | |
552
+ | `chipVariant` | `chip-variant` | `'input' \| 'filter'` | `'input'` | |
553
+ | `placeholder` | `placeholder` | `string` | `''` | |
554
+ | `searchable` | `searchable` | `boolean` | `false` | |
555
555
 
556
556
  **Events**
557
557
 
558
558
  | Event | Type | Description |
559
559
  |-------|------|-------------|
560
- | `change` | `CustomEvent` | Fired when the selected value changes. |
561
- | `chip-remove` | `CustomEvent` | Fired when a chip is removed in multi-select mode. |
560
+ | `change` | `CustomEvent` | |
562
561
 
563
562
  ### <pd-slider> (PdSlider)
564
563
 
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "package": {
3
3
  "name": "@prioticket/design-system-web",
4
- "version": "1.4.1",
4
+ "version": "1.4.2",
5
5
  "description": "",
6
6
  "installation": "npm install @prioticket/design-system-web"
7
7
  },
8
- "generatedAt": "2025-12-16T13:18:03.796Z",
8
+ "generatedAt": "2025-12-16T15:18:20.065Z",
9
9
  "components": {
10
10
  "pd-box": {
11
11
  "tagName": "pd-box",
@@ -1586,13 +1586,13 @@
1586
1586
  "pd-select": {
1587
1587
  "tagName": "pd-select",
1588
1588
  "className": "PdSelect",
1589
- "description": "A thin wrapper around the Material Web Select component with multi-select support.",
1589
+ "description": "No description available.",
1590
1590
  "properties": [
1591
1591
  {
1592
1592
  "name": "variant",
1593
1593
  "type": "'filled' | 'outlined'",
1594
1594
  "attribute": "variant",
1595
- "description": "The variant of the select field.",
1595
+ "description": "",
1596
1596
  "default": "'outlined'",
1597
1597
  "required": false
1598
1598
  },
@@ -1600,7 +1600,7 @@
1600
1600
  "name": "label",
1601
1601
  "type": "string",
1602
1602
  "attribute": "label",
1603
- "description": "The label for the select field.",
1603
+ "description": "",
1604
1604
  "default": "''",
1605
1605
  "required": false
1606
1606
  },
@@ -1608,7 +1608,7 @@
1608
1608
  "name": "value",
1609
1609
  "type": "string | string[]",
1610
1610
  "attribute": "value",
1611
- "description": "The selected value. For multi-select, use an array of values.",
1611
+ "description": "",
1612
1612
  "default": "''",
1613
1613
  "required": false
1614
1614
  },
@@ -1616,7 +1616,7 @@
1616
1616
  "name": "disabled",
1617
1617
  "type": "boolean",
1618
1618
  "attribute": "disabled",
1619
- "description": "Whether the select is disabled.",
1619
+ "description": "",
1620
1620
  "default": "false",
1621
1621
  "required": false
1622
1622
  },
@@ -1624,7 +1624,7 @@
1624
1624
  "name": "required",
1625
1625
  "type": "boolean",
1626
1626
  "attribute": "required",
1627
- "description": "Whether the select is required.",
1627
+ "description": "",
1628
1628
  "default": "false",
1629
1629
  "required": false
1630
1630
  },
@@ -1632,7 +1632,7 @@
1632
1632
  "name": "errorText",
1633
1633
  "type": "string",
1634
1634
  "attribute": "error-text",
1635
- "description": "The error message to display when `error` is true.",
1635
+ "description": "",
1636
1636
  "default": "''",
1637
1637
  "required": false
1638
1638
  },
@@ -1640,7 +1640,7 @@
1640
1640
  "name": "error",
1641
1641
  "type": "boolean",
1642
1642
  "attribute": "error",
1643
- "description": "Whether the select has an error state.",
1643
+ "description": "",
1644
1644
  "default": "false",
1645
1645
  "required": false
1646
1646
  },
@@ -1648,7 +1648,7 @@
1648
1648
  "name": "supportingText",
1649
1649
  "type": "string",
1650
1650
  "attribute": "supporting-text",
1651
- "description": "The supporting text to display below the select.",
1651
+ "description": "",
1652
1652
  "default": "''",
1653
1653
  "required": false
1654
1654
  },
@@ -1656,7 +1656,7 @@
1656
1656
  "name": "options",
1657
1657
  "type": "SelectOption[]",
1658
1658
  "attribute": "options",
1659
- "description": "An array of options to be rendered.",
1659
+ "description": "",
1660
1660
  "default": "[]",
1661
1661
  "required": false
1662
1662
  },
@@ -1664,7 +1664,7 @@
1664
1664
  "name": "leadingIcon",
1665
1665
  "type": "string",
1666
1666
  "attribute": "leading-icon",
1667
- "description": "The leading icon name.",
1667
+ "description": "",
1668
1668
  "default": "''",
1669
1669
  "required": false
1670
1670
  },
@@ -1672,7 +1672,7 @@
1672
1672
  "name": "multiple",
1673
1673
  "type": "boolean",
1674
1674
  "attribute": "multiple",
1675
- "description": "Enable multi-select mode.",
1675
+ "description": "",
1676
1676
  "default": "false",
1677
1677
  "required": false
1678
1678
  },
@@ -1680,7 +1680,7 @@
1680
1680
  "name": "maxSelections",
1681
1681
  "type": "number | undefined",
1682
1682
  "attribute": "max-selections",
1683
- "description": "Maximum number of selections allowed (only for multi-select).",
1683
+ "description": "",
1684
1684
  "default": null,
1685
1685
  "required": false
1686
1686
  },
@@ -1688,7 +1688,7 @@
1688
1688
  "name": "showChips",
1689
1689
  "type": "boolean",
1690
1690
  "attribute": "show-chips",
1691
- "description": "Show selected items as chips (default true when multiple).",
1691
+ "description": "",
1692
1692
  "default": "true",
1693
1693
  "required": false
1694
1694
  },
@@ -1696,7 +1696,7 @@
1696
1696
  "name": "chipVariant",
1697
1697
  "type": "'input' | 'filter'",
1698
1698
  "attribute": "chip-variant",
1699
- "description": "Chip style variant.",
1699
+ "description": "",
1700
1700
  "default": "'input'",
1701
1701
  "required": false
1702
1702
  },
@@ -1704,7 +1704,7 @@
1704
1704
  "name": "placeholder",
1705
1705
  "type": "string",
1706
1706
  "attribute": "placeholder",
1707
- "description": "Placeholder text when nothing is selected.",
1707
+ "description": "",
1708
1708
  "default": "''",
1709
1709
  "required": false
1710
1710
  },
@@ -1712,7 +1712,7 @@
1712
1712
  "name": "searchable",
1713
1713
  "type": "boolean",
1714
1714
  "attribute": "searchable",
1715
- "description": "Enable search/filter functionality in dropdown.",
1715
+ "description": "",
1716
1716
  "default": "false",
1717
1717
  "required": false
1718
1718
  }
@@ -1721,12 +1721,7 @@
1721
1721
  {
1722
1722
  "name": "change",
1723
1723
  "type": "CustomEvent",
1724
- "description": "Fired when the selected value changes."
1725
- },
1726
- {
1727
- "name": "chip-remove",
1728
- "type": "CustomEvent",
1729
- "description": "Fired when a chip is removed in multi-select mode."
1724
+ "description": ""
1730
1725
  }
1731
1726
  ],
1732
1727
  "slots": [],