playbook_ui 15.2.0.pre.alpha.PLAY1978bugiconauto11317 → 15.2.0.pre.alpha.PLAY1978bugiconauto11421

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.
@@ -31,7 +31,7 @@ module Playbook
31
31
  num = @collection.current_page > 1 && @collection.current_page - 1
32
32
  previous_or_next_page(
33
33
  num,
34
- "<svg xmlns='http://www.w3.org/2000/svg' width='auto' height='auto' viewBox='0 0 30 24' fill='none' class='pb_custom_icon svg-inline--fa pb_icon_kit svg_fw svg_xs' id='' data='{}' aria='{:label=>&quot;away&quot;}' tabindex=''><path d='M8.20312 11.2031L17.2031 2.25C17.625 1.78125 18.3281 1.78125 18.7969 2.25C19.2188 2.67188 19.2188 3.375 18.7969 3.79688L10.5469 12L18.75 20.25C19.2188 20.6719 19.2188 21.375 18.75 21.7969C18.3281 22.2656 17.625 22.2656 17.2031 21.7969L8.20312 12.7969C7.73438 12.375 7.73438 11.6719 8.20312 11.2031Z' fill='currentColor'></path></svg>",
34
+ "<svg xmlns='http://www.w3.org/2000/svg' width='1em' viewBox='0 0 30 24' fill='none' class='pb_custom_icon svg-inline--fa pb_icon_kit svg_fw svg_xs' id='' data='{}' aria='{:label=>&quot;away&quot;}' tabindex=''><path d='M8.20312 11.2031L17.2031 2.25C17.625 1.78125 18.3281 1.78125 18.7969 2.25C19.2188 2.67188 19.2188 3.375 18.7969 3.79688L10.5469 12L18.75 20.25C19.2188 20.6719 19.2188 21.375 18.75 21.7969C18.3281 22.2656 17.625 22.2656 17.2031 21.7969L8.20312 12.7969C7.73438 12.375 7.73438 11.6719 8.20312 11.2031Z' fill='currentColor'></path></svg>",
35
35
  "prev"
36
36
  )
37
37
  end
@@ -40,7 +40,7 @@ module Playbook
40
40
  num = @collection.current_page < @collection.total_pages && @collection.current_page + 1
41
41
  previous_or_next_page(
42
42
  num,
43
- "<svg xmlns='http://www.w3.org/2000/svg' width='auto' height='auto' viewBox='0 0 30 24' fill='none' class='pb_custom_icon svg-inline--fa pb_icon_kit svg_fw svg_xs' id='' data='{}' aria='{:label=>&quot;away&quot;}' tabindex=''><path d='M21.7969 11.2031C22.2188 11.6719 22.2188 12.375 21.7969 12.7969L12.7969 21.7969C12.3281 22.2656 11.625 22.2656 11.2031 21.7969C10.7344 21.375 10.7344 20.6719 11.2031 20.25L19.4062 12.0469L11.2031 3.79688C10.7344 3.375 10.7344 2.67188 11.2031 2.25C11.625 1.78125 12.3281 1.78125 12.75 2.25L21.7969 11.2031Z' fill='currentColor'></path></svg>",
43
+ "<svg xmlns='http://www.w3.org/2000/svg' width='1em' viewBox='0 0 30 24' fill='none' class='pb_custom_icon svg-inline--fa pb_icon_kit svg_fw svg_xs' id='' data='{}' aria='{:label=>&quot;away&quot;}' tabindex=''><path d='M21.7969 11.2031C22.2188 11.6719 22.2188 12.375 21.7969 12.7969L12.7969 21.7969C12.3281 22.2656 11.625 22.2656 11.2031 21.7969C10.7344 21.375 10.7344 20.6719 11.2031 20.25L19.4062 12.0469L11.2031 3.79688C10.7344 3.375 10.7344 2.67188 11.2031 2.25C11.625 1.78125 12.3281 1.78125 12.75 2.25L21.7969 11.2031Z' fill='currentColor'></path></svg>",
44
44
  "next"
45
45
  )
46
46
  end
@@ -41,12 +41,13 @@ module Playbook
41
41
  builder: ::Playbook::Forms::Builder
42
42
  )
43
43
 
44
- content_for(:pb_js, javascript_tag(<<~JS))
45
- window.addEventListener("DOMContentLoaded", function() { PbFormValidation.start() })
46
- window.addEventListener("DOMContentLoaded", () => formHelper())
47
- JS
48
-
49
- form_with(**options, &block)
44
+ capture do
45
+ concat form_with(**options, &block)
46
+ concat javascript_tag(<<~JS)
47
+ window.addEventListener("DOMContentLoaded", function() { PbFormValidation.start() })
48
+ window.addEventListener("DOMContentLoaded", () => formHelper())
49
+ JS
50
+ end
50
51
  end
51
52
  end
52
53
  end
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "15.2.0"
5
- VERSION = "15.2.0.pre.alpha.PLAY1978bugiconauto11317"
5
+ VERSION = "15.2.0.pre.alpha.PLAY1978bugiconauto11421"
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: 15.2.0.pre.alpha.PLAY1978bugiconauto11317
4
+ version: 15.2.0.pre.alpha.PLAY1978bugiconauto11421
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: 2025-10-13 00:00:00.000000000 Z
12
+ date: 2025-10-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -3708,9 +3708,9 @@ files:
3708
3708
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3709
3709
  - app/pb_kits/playbook/utilities/text.ts
3710
3710
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3711
- - dist/chunks/_line_graph-B-R1nzPu.js
3712
- - dist/chunks/_typeahead-DqRbRocY.js
3713
- - dist/chunks/_weekday_stacked-C3YxWFMB.js
3711
+ - dist/chunks/_line_graph-Dr4m09ye.js
3712
+ - dist/chunks/_typeahead-Dm5SJJwl.js
3713
+ - dist/chunks/_weekday_stacked-Cb3GXZsO.js
3714
3714
  - dist/chunks/componentRegistry-DzmmLR2x.js
3715
3715
  - dist/chunks/lazysizes-B7xYodB-.js
3716
3716
  - dist/chunks/lib-QZuu1ltS.js