playbook_ui 14.9.0.pre.alpha.PBNTR686advancedtablepaginationpoc4747 → 14.9.0.pre.alpha.PLAY16264818
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 +4 -4
- data/app/pb_kits/playbook/pb_select/_select.tsx +19 -14
- data/app/pb_kits/playbook/pb_select/docs/_select_form.jsx +108 -0
- data/app/pb_kits/playbook/pb_select/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_select/docs/index.js +1 -0
- data/app/pb_kits/playbook/utilities/hookFormProps.ts +16 -0
- data/dist/chunks/{_weekday_stacked-DSEuqOLN.js → _weekday_stacked-DxlPBh55.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +5 -3
data/lib/playbook/version.rb
CHANGED
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: 14.9.0.pre.alpha.
|
4
|
+
version: 14.9.0.pre.alpha.PLAY16264818
|
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: 2024-12-
|
12
|
+
date: 2024-12-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -2370,6 +2370,7 @@ files:
|
|
2370
2370
|
- app/pb_kits/playbook/pb_select/docs/_select_error.jsx
|
2371
2371
|
- app/pb_kits/playbook/pb_select/docs/_select_error.md
|
2372
2372
|
- app/pb_kits/playbook/pb_select/docs/_select_error_swift.md
|
2373
|
+
- app/pb_kits/playbook/pb_select/docs/_select_form.jsx
|
2373
2374
|
- app/pb_kits/playbook/pb_select/docs/_select_inline.html.erb
|
2374
2375
|
- app/pb_kits/playbook/pb_select/docs/_select_inline.jsx
|
2375
2376
|
- app/pb_kits/playbook/pb_select/docs/_select_inline_compact.html.erb
|
@@ -3164,6 +3165,7 @@ files:
|
|
3164
3165
|
- app/pb_kits/playbook/utilities/flexbox_global_props/_order.scss
|
3165
3166
|
- app/pb_kits/playbook/utilities/globalPropNames.mjs
|
3166
3167
|
- app/pb_kits/playbook/utilities/globalProps.ts
|
3168
|
+
- app/pb_kits/playbook/utilities/hookFormProps.ts
|
3167
3169
|
- app/pb_kits/playbook/utilities/icons/allicons.tsx
|
3168
3170
|
- app/pb_kits/playbook/utilities/icons/angle-down.svg
|
3169
3171
|
- app/pb_kits/playbook/utilities/icons/clock.svg
|
@@ -3190,7 +3192,7 @@ files:
|
|
3190
3192
|
- app/pb_kits/playbook/utilities/text.ts
|
3191
3193
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3192
3194
|
- dist/chunks/_typeahead-B8fkIeXA.js
|
3193
|
-
- dist/chunks/_weekday_stacked-
|
3195
|
+
- dist/chunks/_weekday_stacked-DxlPBh55.js
|
3194
3196
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3195
3197
|
- dist/chunks/lib-SyD3buPZ.js
|
3196
3198
|
- dist/chunks/pb_form_validation-Dt8UJgrJ.js
|