playbook_ui 16.12.0.pre.rc.3 → 16.12.0.pre.rc.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b0119ac58cc850a5b4a3d11f95e5c8b74d97dd1789a75f7fabb7242e13cdcfd
4
- data.tar.gz: 9241e64bb878507e3900607dff3ef6027bd394afa3fbf82aa9e6eb6079b826c5
3
+ metadata.gz: '0308a243df2e18a794610dbf6d30bcec257bf1e837e3a31d9ca5538bfea97fe2'
4
+ data.tar.gz: 5b87d06e9d4dbf82b4eebb79ada21b6f6166ae4e76b000509312ac52287c6fb9
5
5
  SHA512:
6
- metadata.gz: 5f7af03e8b45e7b5ba253d7c17e31b565853a4d26a8145fa6885a8224ea59b325a777128fcaba8a4227b0a7b901376f5246e8227e3c63ddc5140048f7f58b2c0
7
- data.tar.gz: f6359406f9719eb0212973ce8a21a1854fed773b81ca517d3259fd323fcd2ee5caf0ca623b9b9f2d24933eb14557114133e70f1f108b14ba34ba420505ce4542
6
+ metadata.gz: 23ff144589efa076a528c69409675fecd5f7823e7448f5fe4a2520076d05e0b0e4aee43e1d2cb15356900992fbf327b49c6cb74607c3245f112f2c5c2377bf9d
7
+ data.tar.gz: d12a49db6e887335f083d07cec4bb8cf7b5486f81217168dde544af7602e81df2855440a9d7fd42ec11fa9756e55ae5c66921ea81fbcb792a2944c33dce44a0e
@@ -14,7 +14,7 @@
14
14
  ]
15
15
  },
16
16
  "backgroundColor": {
17
- "type": "ResponsiveProp<BackgroundColors> | BackgroundColors",
17
+ "type": "enum",
18
18
  "platforms": [
19
19
  "react",
20
20
  "rails"
@@ -85,7 +85,7 @@
85
85
  "default": "light"
86
86
  },
87
87
  "backgroundSize": {
88
- "type": "ResponsiveProp<BackgroundSizes> | BackgroundSizes",
88
+ "type": "enum",
89
89
  "platforms": [
90
90
  "react",
91
91
  "rails"
@@ -106,7 +106,7 @@
106
106
  "default": null
107
107
  },
108
108
  "backgroundRepeat": {
109
- "type": "ResponsiveProp<BackgroundRepeat> | BackgroundRepeat",
109
+ "type": "enum",
110
110
  "platforms": [
111
111
  "react",
112
112
  "rails"
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "props": {
10
10
  "background": {
11
- "type": "BackgroundColors | ProductColors | \"none\"",
11
+ "type": "enum",
12
12
  "platforms": [
13
13
  "react",
14
14
  "rails"
@@ -44,8 +44,16 @@
44
44
  "rails"
45
45
  ],
46
46
  "values": [
47
- 0,
48
- "default"
47
+ "default",
48
+ "royal",
49
+ "blue",
50
+ "purple",
51
+ "teal",
52
+ "red",
53
+ "yellow",
54
+ "orange",
55
+ "green",
56
+ "lighter"
49
57
  ],
50
58
  "default": "default"
51
59
  },
@@ -61,11 +69,11 @@
61
69
  "usage": {
62
70
  "react": {
63
71
  "import": "import { IconCircle } from 'playbook-ui'",
64
- "example": "<IconCircle size=\"base\" variant=\"0\"></IconCircle>"
72
+ "example": "<IconCircle size=\"base\" variant=\"default\"></IconCircle>"
65
73
  },
66
74
  "rails": {
67
75
  "import": null,
68
- "example": "<%= pb_rails(\"icon_circle\", props: { size: \"base\", variant: \"0\" }) %>"
76
+ "example": "<%= pb_rails(\"icon_circle\", props: { size: \"base\", variant: \"default\" }) %>"
69
77
  }
70
78
  }
71
79
  }
@@ -69,7 +69,7 @@
69
69
  ]
70
70
  },
71
71
  "variant": {
72
- "type": "\"default\"",
72
+ "type": "enum",
73
73
  "platforms": [
74
74
  "react",
75
75
  "rails"
@@ -82,8 +82,8 @@
82
82
  "teal",
83
83
  "red",
84
84
  "yellow",
85
- "green",
86
- "orange"
85
+ "orange",
86
+ "green"
87
87
  ],
88
88
  "default": "default"
89
89
  }
@@ -78,7 +78,7 @@
78
78
  "default": "America/New_York"
79
79
  },
80
80
  "alignTimestamp": {
81
- "type": "string",
81
+ "type": "enum",
82
82
  "platforms": [
83
83
  "react",
84
84
  "rails"
@@ -14,6 +14,7 @@
14
14
  "placeholder": "Start typing...",
15
15
  "variant": "multi",
16
16
  "wrapped": false,
17
+ "pillColor": "primary",
17
18
  "selectedIds": [
18
19
  "talent1",
19
20
  "initiative1"
@@ -145,10 +145,11 @@
145
145
  "default": false
146
146
  },
147
147
  "pillColor": {
148
+ "type": "enum",
148
149
  "platforms": [
150
+ "react",
149
151
  "rails"
150
152
  ],
151
- "type": "enum",
152
153
  "values": [
153
154
  "primary",
154
155
  "neutral",
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "props": {
10
10
  "size": {
11
- "type": "\"sm\"",
11
+ "type": "enum",
12
12
  "platforms": [
13
13
  "react",
14
14
  "rails"
@@ -36,7 +36,7 @@
36
36
  "default": false
37
37
  },
38
38
  "variant": {
39
- "type": "string",
39
+ "type": "enum",
40
40
  "platforms": [
41
41
  "react",
42
42
  "rails"
@@ -48,7 +48,7 @@
48
48
  "default": "default"
49
49
  },
50
50
  "color": {
51
- "type": "string",
51
+ "type": "enum",
52
52
  "platforms": [
53
53
  "react",
54
54
  "rails"
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "props": {
10
10
  "orientation": {
11
- "type": "string",
11
+ "type": "enum",
12
12
  "platforms": [
13
13
  "react",
14
14
  "rails"
@@ -7,6 +7,7 @@
7
7
  "disabled": false,
8
8
  "error": "",
9
9
  "inputDisplay": "pills",
10
+ "pillColor": "primary",
10
11
  "required": false,
11
12
  "requiredIndicator": false,
12
13
  "clearOnContextChange": true,
@@ -120,6 +120,38 @@
120
120
  "xl"
121
121
  ]
122
122
  },
123
+ "pillColor": {
124
+ "type": "enum",
125
+ "platforms": [
126
+ "react",
127
+ "rails"
128
+ ],
129
+ "values": [
130
+ "primary",
131
+ "neutral",
132
+ "success",
133
+ "warning",
134
+ "error",
135
+ "info",
136
+ "data_1",
137
+ "data_2",
138
+ "data_3",
139
+ "data_4",
140
+ "data_5",
141
+ "data_6",
142
+ "data_7",
143
+ "data_8",
144
+ "windows",
145
+ "siding",
146
+ "roofing",
147
+ "doors",
148
+ "gutters",
149
+ "solar",
150
+ "insulation",
151
+ "accessories"
152
+ ],
153
+ "default": "primary"
154
+ },
123
155
  "onChange": {
124
156
  "type": "any",
125
157
  "platforms": [
@@ -279,37 +311,6 @@
279
311
  "rails"
280
312
  ]
281
313
  },
282
- "pillColor": {
283
- "platforms": [
284
- "rails"
285
- ],
286
- "type": "enum",
287
- "values": [
288
- "primary",
289
- "neutral",
290
- "success",
291
- "warning",
292
- "error",
293
- "info",
294
- "data_1",
295
- "data_2",
296
- "data_3",
297
- "data_4",
298
- "data_5",
299
- "data_6",
300
- "data_7",
301
- "data_8",
302
- "windows",
303
- "siding",
304
- "roofing",
305
- "doors",
306
- "gutters",
307
- "solar",
308
- "insulation",
309
- "accessories"
310
- ],
311
- "default": "primary"
312
- },
313
314
  "wrapped": {
314
315
  "platforms": [
315
316
  "rails"
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "16.11.0"
5
- VERSION = "16.12.0.pre.rc.3"
5
+ VERSION = "16.12.0.pre.rc.4"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.12.0.pre.rc.3
4
+ version: 16.12.0.pre.rc.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2026-07-24 00:00:00.000000000 Z
12
+ date: 2026-07-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack