playbook_ui_docs 16.8.0.pre.alpha.play293416802 → 16.8.0.pre.alpha.play293416882

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: f113ae8f11b4e289b8de3c2b1b554a6b36606b142f024acf02a60475c479f6e0
4
- data.tar.gz: 0dad54e09afb9bd5ec35b431e97cd8b221a64dbf8084353548e062e789d3186e
3
+ metadata.gz: 88bb96933aeae897ca05d1f2dcea378bbafc56f0853c8b61c78fe248cf1f5780
4
+ data.tar.gz: 54e7df297d62410b02904955e025629c92b280235c9aec60ebd73e6e8df64ea5
5
5
  SHA512:
6
- metadata.gz: 1c69733472ccbf8d63187222c45516050c6d52f271a3dcdab9349104d1cfac2d0b9b3b071af0c90db93d4be5dfb88bf5644dd7896ad68867819ae3fcf3ba4d99
7
- data.tar.gz: fcbe504b76d1b96bf2d36ce9ad4c5f51ced0a160b5e504c7fdd1aa8d77226928ae45df2a97a99d84f981d4c4a69c12d93ced5192601bb31d972a350d1adb7f5e
6
+ metadata.gz: b302b255fa520d82f62cc50d83ddcdaa090382cc5cb33ba0b8cd0a1b0761430e201338ec0596636ea217b29b33a802b831f1e9e8460e388178ec065e1f7eb76f
7
+ data.tar.gz: 4caa014dfcb186cb947b95942a5b23c79ceeceefce4b0e10442331c1fee19df5ca235dc6821b014209b53d44792bd93a4514766bc82003799745977817165685
@@ -9,6 +9,4 @@ For date ranges, use `type: 'dropdown'` with `variant: 'quickpick'`. The Filter
9
9
 
10
10
  Chip edits update the linked control inside the filter popover. Click **Apply** to submit, then pass the submitted values back into `filters` so chips re-render with the latest labels.
11
11
 
12
- To preserve space for results and sort controls, only the first four applied filters are interactive at `lg` screen sizes (`960px`) and larger. Below `960px`, applied filters render as static chips; edit values from the filter popover instead.
13
-
14
- Use `auto_submit: true` to submit the form immediately after a chip value is picked.
12
+ Optional `auto_submit: true` on a chip entry submits the form immediately when a chip value is picked.
@@ -7,4 +7,4 @@ For date ranges, use `type: 'dropdown'` with `variant: 'quickpick'`. The Filter
7
7
 
8
8
  Keep `filters`, `interactiveFilters.value`, and the filter popover fields backed by the same state so chip labels and form controls stay in sync.
9
9
 
10
- To preserve space for results and sort controls, only the first four applied filters are interactive at `lg` screen sizes (`960px`) and larger. Below `960px`, applied filters render as static chips; edit values from the filter popover instead.
10
+ On Rails, pass `interactive_filters` with `target_input` so chip picks update the linked form control. Re-read submitted params in your view after Apply so `filters` reflects the new values.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui_docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.8.0.pre.alpha.play293416802
4
+ version: 16.8.0.pre.alpha.play293416882
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-06-02 00:00:00.000000000 Z
12
+ date: 2026-06-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui