@prioticket/design-system-web 1.6.3 → 1.7.0-beta.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.
@@ -1,6 +1,6 @@
1
1
  # @prioticket/design-system-web Components
2
2
 
3
- Version: 1.6.3
3
+ Version: 1.7.0-beta.1
4
4
 
5
5
  ### <pd-box> (PdBox)
6
6
 
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "package": {
3
3
  "name": "@prioticket/design-system-web",
4
- "version": "1.6.3",
4
+ "version": "1.7.0-beta.1",
5
5
  "description": "",
6
6
  "installation": "npm install @prioticket/design-system-web"
7
7
  },
8
- "generatedAt": "2026-02-18T11:52:30.594Z",
8
+ "generatedAt": "2026-03-07T07:22:26.108Z",
9
9
  "components": {
10
10
  "pd-box": {
11
11
  "tagName": "pd-box",
@@ -6726,6 +6726,12 @@
6726
6726
  "privacy": "private",
6727
6727
  "default": "''"
6728
6728
  },
6729
+ {
6730
+ "kind": "field",
6731
+ "name": "_reactRoots",
6732
+ "privacy": "private",
6733
+ "default": "new Map<string, { render: (el: ReactElement) => void; unmount: () => void }>()"
6734
+ },
6729
6735
  {
6730
6736
  "kind": "field",
6731
6737
  "name": "_isServerSidePagination",
@@ -7574,6 +7580,48 @@
7574
7580
  }
7575
7581
  ]
7576
7582
  },
7583
+ {
7584
+ "kind": "method",
7585
+ "name": "_isReactElement",
7586
+ "privacy": "private",
7587
+ "return": {
7588
+ "type": {
7589
+ "text": "value is ReactElement"
7590
+ }
7591
+ },
7592
+ "parameters": [
7593
+ {
7594
+ "name": "value",
7595
+ "type": {
7596
+ "text": "unknown"
7597
+ }
7598
+ }
7599
+ ]
7600
+ },
7601
+ {
7602
+ "kind": "method",
7603
+ "name": "_renderReactCellContent",
7604
+ "privacy": "private",
7605
+ "return": {
7606
+ "type": {
7607
+ "text": "TemplateResult"
7608
+ }
7609
+ },
7610
+ "parameters": [
7611
+ {
7612
+ "name": "element",
7613
+ "type": {
7614
+ "text": "ReactElement"
7615
+ }
7616
+ },
7617
+ {
7618
+ "name": "cellKey",
7619
+ "type": {
7620
+ "text": "string"
7621
+ }
7622
+ }
7623
+ ]
7624
+ },
7577
7625
  {
7578
7626
  "kind": "method",
7579
7627
  "name": "_renderRow",