glib-web 4.26.1 → 4.26.2

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: 875a5b505458f11b43077fd9c6e86db1b7ccbff1cdcc7198dd088f257e32a428
4
- data.tar.gz: c4b954ac4da1ba3d526790e71899796a69292dc34b2915c0f52bedb2f2313d8c
3
+ metadata.gz: f87a1b635f10d716d5cce040149b5a16e93f6a27ae1d070bd910d7430f486919
4
+ data.tar.gz: 1c749f1940a73cdf9b9487016dd93215ed3e51d1c9de65701ea9871180365d3e
5
5
  SHA512:
6
- metadata.gz: 2b1d5626d06eca0c42a8acc3524e4f376bbe04112b6325995f9ca597438c50778b74a22f3c3a1715030d3aec15cfe816c9f892f20b07fa7ca2737235bd77b128
7
- data.tar.gz: 00f3f5821b61dac7342c385af84404565cedcbf7ba76cb1172216bbcad40bb8f80040891a50f7af387a770b0c1f46989ca1de757afc15f16b4cbe3e440562361
6
+ metadata.gz: d326313f1a11163833325c2b97c3e8f8ce3811027953fed9cc4e76a856bba6bca279b2463c535341e5ffde605e4d623443d6fbf01a993a8ebe9ce8c0fd583d12
7
+ data.tar.gz: 6a960dbaafcbb4b4993975caa7db3b58411427ece0a8b4b36f81a1fd4c47a23a437725f49d3b056397dc573b39d676cdab385c339fb5b9dc343793e306a65bcb
@@ -156,22 +156,4 @@ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
156
156
  end
157
157
  end
158
158
 
159
- scroll.spacer height: 10
160
- scroll.button id:'tour_button', text: 'Tour', onLoad: ->(action) do
161
- action.popovers_show \
162
- targetId: 'tour_button',
163
- key: 'tour_popover',
164
- placement: 'right',
165
- offset: 24,
166
- overlay: { closeOnFocus: false },
167
- content: ->(dialog) do
168
- dialog.body padding: glib_json_padding_body, styleClass: 'popover-menu', childViews: ->(res) do
169
- res.label text: 'This is a tour'
170
- res.button text: 'OK', onClick: ->(subaction) do
171
- subaction.popovers_close key: 'tour_popover'
172
- end
173
- end
174
- end
175
- end
176
-
177
159
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glib-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.26.1
4
+ version: 4.26.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''