glib-web 0.12.0 → 0.12.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9e8ad5262dacc2b2f55f185f074bbfe36593c84bd46c4e030159bc47c554574
4
- data.tar.gz: 5fd52c45a8f244f9607c460901f61c22bd8cc902c7fa7b0f261483df432153a0
3
+ metadata.gz: a20bf4bf81faef33de6e6e2a1ba4d57035702ddcca2afcec4933178e13455d50
4
+ data.tar.gz: a5cd8f36138a6ee1fe6b45dbbaec2e0eb2cfbf355a42758b9e3397beb94ef28e
5
5
  SHA512:
6
- metadata.gz: 19a24fb0ea35460a5b5b83b352540387450048190f9ce656b30a903bc043c63a35ccd14f9614497cadac28783bdcb11e586258c3fc9874c7041e7f4e0210cc27
7
- data.tar.gz: 0e98e1612ceca151ddfd294c10dbecb8a8858e8b07db331f0bc3907ba0e2ac870e29ecb09eeefea9f09f5c1c9aec9515aae11d863c31242a71566fc272a704d8
6
+ metadata.gz: 99cb99a9f2a32824a1989e39794a25cd92a2fef306c1c5a3616d80f40bb192baf318da83074c43a4a8702a5976edf6d60c36e78b96c4144a0a4ed7e182d20290
7
+ data.tar.gz: 1f3c0eefee0d47f0ab7444fb5508e56fd6405fe47794f4bc1fefba27dc6908491d001a0932688a6473f4693b9aedb8c99333c3189a18bda3b1e1d109d2326eff
@@ -9,13 +9,11 @@ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
9
9
 
10
10
  scroll.button text: 'Button', onClick: ->(action) do
11
11
  action.dialogs_alert message: 'Perform action'
12
- end, tour: { index: 0, key: 'quiz1', title: 'Tutorial Step 1', message: 'This is step 1 of the tutorial' }
13
- scroll.spacer height: 20
12
+ end
14
13
 
15
14
  scroll.button text: 'Buton with build-in classes', styleClasses: ['rounded', 'outlined', 'tile', 'depressed'], onClick: ->(action) do
16
15
  action.dialogs_alert message: 'Perform action'
17
- end, tour: { index: 1, key: 'quiz1', title: 'Tutorial Step 2', message: 'This is step 2 of the tutorial' }
18
- scroll.spacer height: 20
16
+ end
19
17
 
20
18
  scroll.button icon: 'info', text: 'Button with Icon and Tooltip', tooltip: { text: 'Tooltip text' }, onClick: ->(action) do
21
19
  action.dialogs_alert message: 'Perform action'
@@ -25,7 +23,7 @@ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
25
23
  scroll.button \
26
24
  icon: 'info',
27
25
  styleClass: 'icon',
28
- tooltip: { text: 'Disabled Icon button with tooltip text and custom tooltip position', position: 'right'},
26
+ tooltip: { text: 'Disabled Icon button with tooltip text and custom tooltip position', position: 'right' },
29
27
  disabled: true
30
28
  scroll.spacer height: 20
31
29
 
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: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''