playbook-ui 17.2.0-rc.3 → 18.0.0

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.
@@ -1281,7 +1281,10 @@
1281
1281
  ],
1282
1282
  "props": {
1283
1283
  "actions": {
1284
- "type": "React.ReactNode[] | React.ReactNode",
1284
+ "type": {
1285
+ "react": "React.ReactNode[] | React.ReactNode",
1286
+ "rails": "array"
1287
+ },
1285
1288
  "platforms": [
1286
1289
  "react",
1287
1290
  "rails"
@@ -1388,7 +1391,10 @@
1388
1391
  "default": false
1389
1392
  },
1390
1393
  "loading": {
1391
- "type": "boolean | string",
1394
+ "type": {
1395
+ "react": "boolean | string",
1396
+ "rails": "boolean"
1397
+ },
1392
1398
  "platforms": [
1393
1399
  "react",
1394
1400
  "rails"
@@ -1715,7 +1721,10 @@
1715
1721
  ]
1716
1722
  },
1717
1723
  "backgroundColor": {
1718
- "type": "enum",
1724
+ "type": {
1725
+ "react": "ResponsiveProp<BackgroundColors> | BackgroundColors",
1726
+ "rails": "enum"
1727
+ },
1719
1728
  "platforms": [
1720
1729
  "react",
1721
1730
  "rails"
@@ -1786,7 +1795,10 @@
1786
1795
  "default": "light"
1787
1796
  },
1788
1797
  "backgroundSize": {
1789
- "type": "enum",
1798
+ "type": {
1799
+ "react": "ResponsiveProp<BackgroundSizes> | BackgroundSizes",
1800
+ "rails": "enum"
1801
+ },
1790
1802
  "platforms": [
1791
1803
  "react",
1792
1804
  "rails"
@@ -1799,7 +1811,10 @@
1799
1811
  "default": "cover"
1800
1812
  },
1801
1813
  "backgroundPosition": {
1802
- "type": "ResponsiveProp<string> | string",
1814
+ "type": {
1815
+ "react": "ResponsiveProp<string> | string",
1816
+ "rails": "string"
1817
+ },
1803
1818
  "platforms": [
1804
1819
  "react",
1805
1820
  "rails"
@@ -1807,7 +1822,10 @@
1807
1822
  "default": null
1808
1823
  },
1809
1824
  "backgroundRepeat": {
1810
- "type": "enum",
1825
+ "type": {
1826
+ "react": "ResponsiveProp<BackgroundRepeat> | BackgroundRepeat",
1827
+ "rails": "enum"
1828
+ },
1811
1829
  "platforms": [
1812
1830
  "react",
1813
1831
  "rails"
@@ -2537,7 +2555,10 @@
2537
2555
  ],
2538
2556
  "props": {
2539
2557
  "background": {
2540
- "type": "enum",
2558
+ "type": {
2559
+ "react": "BackgroundColors | ProductColors | \"none\"",
2560
+ "rails": "enum"
2561
+ },
2541
2562
  "platforms": [
2542
2563
  "react",
2543
2564
  "rails"
@@ -3851,7 +3872,10 @@
3851
3872
  "default": "Select Date"
3852
3873
  },
3853
3874
  "positionElement": {
3854
- "type": "HTMLElement | null",
3875
+ "type": {
3876
+ "react": "HTMLElement | null",
3877
+ "rails": "string"
3878
+ },
3855
3879
  "platforms": [
3856
3880
  "react",
3857
3881
  "rails"
@@ -4977,7 +5001,10 @@
4977
5001
  "default": false
4978
5002
  },
4979
5003
  "customQuickPickDates": {
4980
- "type": "CustomQuickPickDates",
5004
+ "type": {
5005
+ "react": "CustomQuickPickDates",
5006
+ "rails": "GenericObject"
5007
+ },
4981
5008
  "platforms": [
4982
5009
  "react",
4983
5010
  "rails"
@@ -5046,7 +5073,10 @@
5046
5073
  ]
5047
5074
  },
5048
5075
  "options": {
5049
- "type": "GenericObject",
5076
+ "type": {
5077
+ "react": "GenericObject",
5078
+ "rails": "array"
5079
+ },
5050
5080
  "platforms": [
5051
5081
  "react",
5052
5082
  "rails"
@@ -5321,7 +5351,10 @@
5321
5351
  ],
5322
5352
  "props": {
5323
5353
  "accept": {
5324
- "type": "GenericObject",
5354
+ "type": {
5355
+ "react": "GenericObject",
5356
+ "rails": "string"
5357
+ },
5325
5358
  "platforms": [
5326
5359
  "react",
5327
5360
  "rails"
@@ -5471,7 +5504,10 @@
5471
5504
  ]
5472
5505
  },
5473
5506
  "filters": {
5474
- "type": "GenericObject",
5507
+ "type": {
5508
+ "react": "GenericObject",
5509
+ "rails": "array"
5510
+ },
5475
5511
  "platforms": [
5476
5512
  "react",
5477
5513
  "rails"
@@ -6414,7 +6450,10 @@
6414
6450
  "default": "street"
6415
6451
  },
6416
6452
  "homeId": {
6417
- "type": "string",
6453
+ "type": {
6454
+ "react": "string",
6455
+ "rails": "number"
6456
+ },
6418
6457
  "platforms": [
6419
6458
  "react",
6420
6459
  "rails"
@@ -6497,7 +6536,10 @@
6497
6536
  ],
6498
6537
  "props": {
6499
6538
  "border": {
6500
- "type": "enum",
6539
+ "type": {
6540
+ "react": "boolean | BorderPropValue",
6541
+ "rails": "enum"
6542
+ },
6501
6543
  "platforms": [
6502
6544
  "react",
6503
6545
  "rails"
@@ -6523,7 +6565,10 @@
6523
6565
  ]
6524
6566
  },
6525
6567
  "customIcon": {
6526
- "type": "GenericObject",
6568
+ "type": {
6569
+ "react": "GenericObject",
6570
+ "rails": "string"
6571
+ },
6527
6572
  "platforms": [
6528
6573
  "react",
6529
6574
  "rails"
@@ -7822,7 +7867,10 @@
7822
7867
  "default": "America/New_York"
7823
7868
  },
7824
7869
  "alignTimestamp": {
7825
- "type": "enum",
7870
+ "type": {
7871
+ "react": "string",
7872
+ "rails": "enum"
7873
+ },
7826
7874
  "platforms": [
7827
7875
  "react",
7828
7876
  "rails"
@@ -7949,7 +7997,10 @@
7949
7997
  "default": true
7950
7998
  },
7951
7999
  "treeData": {
7952
- "type": "GenericObject",
8000
+ "type": {
8001
+ "react": "GenericObject",
8002
+ "rails": "array"
8003
+ },
7953
8004
  "platforms": [
7954
8005
  "react",
7955
8006
  "rails"
@@ -7976,7 +8027,10 @@
7976
8027
  "default": "Start typing..."
7977
8028
  },
7978
8029
  "selectedIds": {
7979
- "type": "string[] | any",
8030
+ "type": {
8031
+ "react": "string[] | any",
8032
+ "rails": "array"
8033
+ },
7980
8034
  "platforms": [
7981
8035
  "react",
7982
8036
  "rails"
@@ -8402,7 +8456,10 @@
8402
8456
  "default": "card_light"
8403
8457
  },
8404
8458
  "dynamic": {
8405
- "type": "false",
8459
+ "type": {
8460
+ "react": "false",
8461
+ "rails": "boolean"
8462
+ },
8406
8463
  "platforms": [
8407
8464
  "react",
8408
8465
  "rails"
@@ -9513,7 +9570,10 @@
9513
9570
  "default": false
9514
9571
  },
9515
9572
  "variant": {
9516
- "type": "enum",
9573
+ "type": {
9574
+ "react": "string",
9575
+ "rails": "enum"
9576
+ },
9517
9577
  "platforms": [
9518
9578
  "react",
9519
9579
  "rails"
@@ -9525,7 +9585,10 @@
9525
9585
  "default": "default"
9526
9586
  },
9527
9587
  "color": {
9528
- "type": "enum",
9588
+ "type": {
9589
+ "react": "string",
9590
+ "rails": "enum"
9591
+ },
9529
9592
  "platforms": [
9530
9593
  "react",
9531
9594
  "rails"
@@ -9571,7 +9634,10 @@
9571
9634
  "default": ""
9572
9635
  },
9573
9636
  "checked": {
9574
- "type": "boolean, // removed default assignment here",
9637
+ "type": {
9638
+ "react": "boolean, // removed default assignment here",
9639
+ "rails": "boolean"
9640
+ },
9575
9641
  "platforms": [
9576
9642
  "react",
9577
9643
  "rails"
@@ -9721,7 +9787,10 @@
9721
9787
  ]
9722
9788
  },
9723
9789
  "markdownSupport": {
9724
- "type": "MarkdownDependencies",
9790
+ "type": {
9791
+ "react": "MarkdownDependencies",
9792
+ "rails": "boolean"
9793
+ },
9725
9794
  "platforms": [
9726
9795
  "react",
9727
9796
  "rails"
@@ -10272,7 +10341,10 @@
10272
10341
  "default": false
10273
10342
  },
10274
10343
  "customIcon": {
10275
- "type": "GenericObject",
10344
+ "type": {
10345
+ "react": "GenericObject",
10346
+ "rails": "string"
10347
+ },
10276
10348
  "platforms": [
10277
10349
  "react",
10278
10350
  "rails"
@@ -10390,7 +10462,10 @@
10390
10462
  "default": false
10391
10463
  },
10392
10464
  "customIcon": {
10393
- "type": "GenericObject",
10465
+ "type": {
10466
+ "react": "GenericObject",
10467
+ "rails": "string"
10468
+ },
10394
10469
  "platforms": [
10395
10470
  "react",
10396
10471
  "rails"
@@ -10569,7 +10644,10 @@
10569
10644
  "default": "100%"
10570
10645
  },
10571
10646
  "borderRadius": {
10572
- "type": "enum",
10647
+ "type": {
10648
+ "react": "string",
10649
+ "rails": "enum"
10650
+ },
10573
10651
  "platforms": [
10574
10652
  "react",
10575
10653
  "rails"
@@ -10586,7 +10664,10 @@
10586
10664
  "default": "sm"
10587
10665
  },
10588
10666
  "gap": {
10589
- "type": "enum",
10667
+ "type": {
10668
+ "react": "Sizes | \"none\"",
10669
+ "rails": "enum"
10670
+ },
10590
10671
  "platforms": [
10591
10672
  "react",
10592
10673
  "rails"
@@ -10690,7 +10771,10 @@
10690
10771
  "default": "inbound"
10691
10772
  },
10692
10773
  "user": {
10693
- "type": "AvatarProps",
10774
+ "type": {
10775
+ "react": "AvatarProps",
10776
+ "rails": "GenericObject"
10777
+ },
10694
10778
  "platforms": [
10695
10779
  "react",
10696
10780
  "rails"
@@ -10911,7 +10995,10 @@
10911
10995
  ]
10912
10996
  },
10913
10997
  "value": {
10914
- "type": "string | number",
10998
+ "type": {
10999
+ "react": "string | number",
11000
+ "rails": "number"
11001
+ },
10915
11002
  "platforms": [
10916
11003
  "react",
10917
11004
  "rails"
@@ -10951,7 +11038,10 @@
10951
11038
  ]
10952
11039
  },
10953
11040
  "value": {
10954
- "type": "string | number",
11041
+ "type": {
11042
+ "react": "string | number",
11043
+ "rails": "number"
11044
+ },
10955
11045
  "platforms": [
10956
11046
  "react",
10957
11047
  "rails"
@@ -11361,7 +11451,10 @@
11361
11451
  ]
11362
11452
  },
11363
11453
  "addOn": {
11364
- "type": "GenericObject",
11454
+ "type": {
11455
+ "react": "GenericObject",
11456
+ "rails": "string"
11457
+ },
11365
11458
  "platforms": [
11366
11459
  "react",
11367
11460
  "rails"
@@ -12003,7 +12096,10 @@
12003
12096
  ],
12004
12097
  "props": {
12005
12098
  "orientation": {
12006
- "type": "enum",
12099
+ "type": {
12100
+ "react": "string",
12101
+ "rails": "enum"
12102
+ },
12007
12103
  "platforms": [
12008
12104
  "react",
12009
12105
  "rails"
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "17.2.0-rc.3",
3
- "generated": "2026-09-04T13:19:16.430Z",
2
+ "version": "18.0.0",
3
+ "generated": "2026-09-23T18:52:30.805Z",
4
4
  "schemas": {
5
5
  "globalProps": "global-props.schema.json",
6
6
  "kits": {
@@ -8,7 +8,10 @@
8
8
  ],
9
9
  "props": {
10
10
  "actions": {
11
- "type": "React.ReactNode[] | React.ReactNode",
11
+ "type": {
12
+ "react": "React.ReactNode[] | React.ReactNode",
13
+ "rails": "array"
14
+ },
12
15
  "platforms": [
13
16
  "react",
14
17
  "rails"
@@ -115,7 +118,10 @@
115
118
  "default": false
116
119
  },
117
120
  "loading": {
118
- "type": "boolean | string",
121
+ "type": {
122
+ "react": "boolean | string",
123
+ "rails": "boolean"
124
+ },
119
125
  "platforms": [
120
126
  "react",
121
127
  "rails"
@@ -14,7 +14,10 @@
14
14
  ]
15
15
  },
16
16
  "backgroundColor": {
17
- "type": "enum",
17
+ "type": {
18
+ "react": "ResponsiveProp<BackgroundColors> | BackgroundColors",
19
+ "rails": "enum"
20
+ },
18
21
  "platforms": [
19
22
  "react",
20
23
  "rails"
@@ -85,7 +88,10 @@
85
88
  "default": "light"
86
89
  },
87
90
  "backgroundSize": {
88
- "type": "enum",
91
+ "type": {
92
+ "react": "ResponsiveProp<BackgroundSizes> | BackgroundSizes",
93
+ "rails": "enum"
94
+ },
89
95
  "platforms": [
90
96
  "react",
91
97
  "rails"
@@ -98,7 +104,10 @@
98
104
  "default": "cover"
99
105
  },
100
106
  "backgroundPosition": {
101
- "type": "ResponsiveProp<string> | string",
107
+ "type": {
108
+ "react": "ResponsiveProp<string> | string",
109
+ "rails": "string"
110
+ },
102
111
  "platforms": [
103
112
  "react",
104
113
  "rails"
@@ -106,7 +115,10 @@
106
115
  "default": null
107
116
  },
108
117
  "backgroundRepeat": {
109
- "type": "enum",
118
+ "type": {
119
+ "react": "ResponsiveProp<BackgroundRepeat> | BackgroundRepeat",
120
+ "rails": "enum"
121
+ },
110
122
  "platforms": [
111
123
  "react",
112
124
  "rails"
@@ -8,7 +8,10 @@
8
8
  ],
9
9
  "props": {
10
10
  "background": {
11
- "type": "enum",
11
+ "type": {
12
+ "react": "BackgroundColors | ProductColors | \"none\"",
13
+ "rails": "enum"
14
+ },
12
15
  "platforms": [
13
16
  "react",
14
17
  "rails"
@@ -189,7 +189,10 @@
189
189
  "default": "Select Date"
190
190
  },
191
191
  "positionElement": {
192
- "type": "HTMLElement | null",
192
+ "type": {
193
+ "react": "HTMLElement | null",
194
+ "rails": "string"
195
+ },
193
196
  "platforms": [
194
197
  "react",
195
198
  "rails"
@@ -53,7 +53,10 @@
53
53
  "default": false
54
54
  },
55
55
  "customQuickPickDates": {
56
- "type": "CustomQuickPickDates",
56
+ "type": {
57
+ "react": "CustomQuickPickDates",
58
+ "rails": "GenericObject"
59
+ },
57
60
  "platforms": [
58
61
  "react",
59
62
  "rails"
@@ -122,7 +125,10 @@
122
125
  ]
123
126
  },
124
127
  "options": {
125
- "type": "GenericObject",
128
+ "type": {
129
+ "react": "GenericObject",
130
+ "rails": "array"
131
+ },
126
132
  "platforms": [
127
133
  "react",
128
134
  "rails"
@@ -8,7 +8,10 @@
8
8
  ],
9
9
  "props": {
10
10
  "accept": {
11
- "type": "GenericObject",
11
+ "type": {
12
+ "react": "GenericObject",
13
+ "rails": "string"
14
+ },
12
15
  "platforms": [
13
16
  "react",
14
17
  "rails"
@@ -22,7 +22,10 @@
22
22
  ]
23
23
  },
24
24
  "filters": {
25
- "type": "GenericObject",
25
+ "type": {
26
+ "react": "GenericObject",
27
+ "rails": "array"
28
+ },
26
29
  "platforms": [
27
30
  "react",
28
31
  "rails"
@@ -58,7 +58,10 @@
58
58
  "default": "street"
59
59
  },
60
60
  "homeId": {
61
- "type": "string",
61
+ "type": {
62
+ "react": "string",
63
+ "rails": "number"
64
+ },
62
65
  "platforms": [
63
66
  "react",
64
67
  "rails"
@@ -8,7 +8,10 @@
8
8
  ],
9
9
  "props": {
10
10
  "border": {
11
- "type": "enum",
11
+ "type": {
12
+ "react": "boolean | BorderPropValue",
13
+ "rails": "enum"
14
+ },
12
15
  "platforms": [
13
16
  "react",
14
17
  "rails"
@@ -34,7 +37,10 @@
34
37
  ]
35
38
  },
36
39
  "customIcon": {
37
- "type": "GenericObject",
40
+ "type": {
41
+ "react": "GenericObject",
42
+ "rails": "string"
43
+ },
38
44
  "platforms": [
39
45
  "react",
40
46
  "rails"
@@ -78,7 +78,10 @@
78
78
  "default": "America/New_York"
79
79
  },
80
80
  "alignTimestamp": {
81
- "type": "enum",
81
+ "type": {
82
+ "react": "string",
83
+ "rails": "enum"
84
+ },
82
85
  "platforms": [
83
86
  "react",
84
87
  "rails"
@@ -97,7 +97,10 @@
97
97
  "default": true
98
98
  },
99
99
  "treeData": {
100
- "type": "GenericObject",
100
+ "type": {
101
+ "react": "GenericObject",
102
+ "rails": "array"
103
+ },
101
104
  "platforms": [
102
105
  "react",
103
106
  "rails"
@@ -124,7 +127,10 @@
124
127
  "default": "Start typing..."
125
128
  },
126
129
  "selectedIds": {
127
- "type": "string[] | any",
130
+ "type": {
131
+ "react": "string[] | any",
132
+ "rails": "array"
133
+ },
128
134
  "platforms": [
129
135
  "react",
130
136
  "rails"
@@ -26,7 +26,10 @@
26
26
  "default": "card_light"
27
27
  },
28
28
  "dynamic": {
29
- "type": "false",
29
+ "type": {
30
+ "react": "false",
31
+ "rails": "boolean"
32
+ },
30
33
  "platforms": [
31
34
  "react",
32
35
  "rails"
@@ -36,7 +36,10 @@
36
36
  "default": false
37
37
  },
38
38
  "variant": {
39
- "type": "enum",
39
+ "type": {
40
+ "react": "string",
41
+ "rails": "enum"
42
+ },
40
43
  "platforms": [
41
44
  "react",
42
45
  "rails"
@@ -48,7 +51,10 @@
48
51
  "default": "default"
49
52
  },
50
53
  "color": {
51
- "type": "enum",
54
+ "type": {
55
+ "react": "string",
56
+ "rails": "enum"
57
+ },
52
58
  "platforms": [
53
59
  "react",
54
60
  "rails"
@@ -16,7 +16,10 @@
16
16
  "default": ""
17
17
  },
18
18
  "checked": {
19
- "type": "boolean, // removed default assignment here",
19
+ "type": {
20
+ "react": "boolean, // removed default assignment here",
21
+ "rails": "boolean"
22
+ },
20
23
  "platforms": [
21
24
  "react",
22
25
  "rails"
@@ -52,7 +52,10 @@
52
52
  ]
53
53
  },
54
54
  "markdownSupport": {
55
- "type": "MarkdownDependencies",
55
+ "type": {
56
+ "react": "MarkdownDependencies",
57
+ "rails": "boolean"
58
+ },
56
59
  "platforms": [
57
60
  "react",
58
61
  "rails"
@@ -24,7 +24,10 @@
24
24
  "default": false
25
25
  },
26
26
  "customIcon": {
27
- "type": "GenericObject",
27
+ "type": {
28
+ "react": "GenericObject",
29
+ "rails": "string"
30
+ },
28
31
  "platforms": [
29
32
  "react",
30
33
  "rails"
@@ -16,7 +16,10 @@
16
16
  "default": false
17
17
  },
18
18
  "customIcon": {
19
- "type": "GenericObject",
19
+ "type": {
20
+ "react": "GenericObject",
21
+ "rails": "string"
22
+ },
20
23
  "platforms": [
21
24
  "react",
22
25
  "rails"
@@ -24,7 +24,10 @@
24
24
  "default": "100%"
25
25
  },
26
26
  "borderRadius": {
27
- "type": "enum",
27
+ "type": {
28
+ "react": "string",
29
+ "rails": "enum"
30
+ },
28
31
  "platforms": [
29
32
  "react",
30
33
  "rails"
@@ -41,7 +44,10 @@
41
44
  "default": "sm"
42
45
  },
43
46
  "gap": {
44
- "type": "enum",
47
+ "type": {
48
+ "react": "Sizes | \"none\"",
49
+ "rails": "enum"
50
+ },
45
51
  "platforms": [
46
52
  "react",
47
53
  "rails"
@@ -40,7 +40,10 @@
40
40
  "default": "inbound"
41
41
  },
42
42
  "user": {
43
- "type": "AvatarProps",
43
+ "type": {
44
+ "react": "AvatarProps",
45
+ "rails": "GenericObject"
46
+ },
44
47
  "platforms": [
45
48
  "react",
46
49
  "rails"
@@ -34,7 +34,10 @@
34
34
  ]
35
35
  },
36
36
  "value": {
37
- "type": "string | number",
37
+ "type": {
38
+ "react": "string | number",
39
+ "rails": "number"
40
+ },
38
41
  "platforms": [
39
42
  "react",
40
43
  "rails"
@@ -15,7 +15,10 @@
15
15
  ]
16
16
  },
17
17
  "value": {
18
- "type": "string | number",
18
+ "type": {
19
+ "react": "string | number",
20
+ "rails": "number"
21
+ },
19
22
  "platforms": [
20
23
  "react",
21
24
  "rails"
@@ -117,7 +117,10 @@
117
117
  ]
118
118
  },
119
119
  "addOn": {
120
- "type": "GenericObject",
120
+ "type": {
121
+ "react": "GenericObject",
122
+ "rails": "string"
123
+ },
121
124
  "platforms": [
122
125
  "react",
123
126
  "rails"
@@ -8,7 +8,10 @@
8
8
  ],
9
9
  "props": {
10
10
  "orientation": {
11
- "type": "enum",
11
+ "type": {
12
+ "react": "string",
13
+ "rails": "enum"
14
+ },
12
15
  "platforms": [
13
16
  "react",
14
17
  "rails"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playbook-ui",
3
- "version": "17.2.0-rc.3",
3
+ "version": "18.0.0",
4
4
  "description": "Nitro's Design System",
5
5
  "main": "./dist/playbook.js",
6
6
  "types": "./dist/types/index.d.ts",