playbook_ui 6.6.0 → 6.6.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: 4166fb156350ec274aaf4be4faa24d97b7f846e6c58d9089aef4f7b260474efb
4
- data.tar.gz: c1a9c2d1fd0268af9ec5e9f0d3391a789c6bc8ff77c31b729259a6b13d928e7c
3
+ metadata.gz: 7aacc8a728ea6fd1e2c6b488b60372046190c1b8bc352c574156b70504f4d467
4
+ data.tar.gz: 8ea081b09cab41543fb85684ff221923c771378dc36aca624ebe267da990c336
5
5
  SHA512:
6
- metadata.gz: 5331a285fcd6b9182da191e9a90f5f9e63e5e5255eec1224114bf8c7d2ad9db54861c625d911ce29924bffdc1a7ce9d197b77385e87ebe4a1872fb017f4fa5f8
7
- data.tar.gz: cc6ba2e649843b2c017b30a92a7c26dbf33e21944aa29feadadbd51a068efd9789797eee928cb650c7f1a5ad40aba6708f0d4cbee218c43143bb21e5bfd188e8
6
+ metadata.gz: 1378adf616298af5873b341f3097cb8c59619c566f9d98eebfe179514f1da519083cbc47b708193054123ad196c0bfff8d98b6be6e7a9b3828241b6bcf916a96
7
+ data.tar.gz: b66e0d31fce9704a5470168ba435a91ac5e82554e1957c1d5852f50dbc09b18536606b8461a647eaa9f49e8608a15b4d9b31d40da07ceef75de1098c17a4029f
@@ -1,5 +1,6 @@
1
1
  <%= pb_rails("time", props: {
2
2
  dark: true,
3
+ show_timezone: false,
3
4
  time: Time.now
4
5
  }) %>
5
6
 
@@ -7,7 +8,6 @@
7
8
 
8
9
  <%= pb_rails("time", props: {
9
10
  dark: true,
10
- show_timezone: true,
11
11
  time: DateTime.now,
12
12
  timezone: "America/Chicago",
13
13
  }) %>
@@ -16,15 +16,15 @@
16
16
 
17
17
  <%= pb_rails("time", props: {
18
18
  dark: true,
19
- time: "2012-08-02T15:49:29Z",
20
19
  show_icon: true,
20
+ show_timezone: false,
21
+ time: "2012-08-02T15:49:29Z",
21
22
  }) %>
22
23
 
23
24
  <br>
24
25
 
25
26
  <%= pb_rails("time", props: {
26
27
  dark: true,
27
- show_timezone: true,
28
28
  time: "2012-08-02T15:49:29Z",
29
29
  show_icon: true,
30
30
  timezone: "America/Chicago",
@@ -35,15 +35,15 @@
35
35
 
36
36
  <%= pb_rails("time", props: {
37
37
  dark: true,
38
- time: Time.now,
38
+ show_timezone: false,
39
39
  size: "md",
40
+ time: Time.now,
40
41
  }) %>
41
42
 
42
43
  <br>
43
44
 
44
45
  <%= pb_rails("time", props: {
45
46
  dark: true,
46
- show_timezone: true,
47
47
  time: DateTime.now,
48
48
  timezone: "America/New_York",
49
49
  size: "md",
@@ -53,9 +53,9 @@
53
53
 
54
54
  <%= pb_rails("time", props: {
55
55
  dark: true,
56
- show_timezone: true,
57
56
  time: "2012-08-02T15:49:29Z",
58
57
  show_icon: true,
58
+ show_timezone: false,
59
59
  size: "md",
60
60
  }) %>
61
61
 
@@ -1,11 +1,11 @@
1
1
  <%= pb_rails("time", props: {
2
+ show_timezone: false,
2
3
  time: Time.now,
3
4
  }) %>
4
5
 
5
6
  <br>
6
7
 
7
8
  <%= pb_rails("time", props: {
8
- show_timezone: true,
9
9
  time: DateTime.now,
10
10
  timezone: "America/Chicago"
11
11
  }) %>
@@ -15,12 +15,12 @@
15
15
  <%= pb_rails("time", props: {
16
16
  time: "2012-08-02T15:49:29Z",
17
17
  show_icon: true,
18
+ show_timezone: false,
18
19
  }) %>
19
20
 
20
21
  <br>
21
22
 
22
23
  <%= pb_rails("time", props: {
23
- show_timezone: true,
24
24
  time: "2012-08-02T15:49:29Z",
25
25
  show_icon: true,
26
26
  timezone: "America/Chicago"
@@ -32,12 +32,12 @@
32
32
  <%= pb_rails("time", props: {
33
33
  time: Time.now,
34
34
  size: "md",
35
+ show_timezone: false,
35
36
  }) %>
36
37
 
37
38
  <br>
38
39
 
39
40
  <%= pb_rails("time", props: {
40
- show_timezone: true,
41
41
  size: "md",
42
42
  time: DateTime.now,
43
43
  timezone: "America/New_York",
@@ -48,6 +48,7 @@
48
48
  <%= pb_rails("time", props: {
49
49
  show_icon: true,
50
50
  size: "md",
51
+ show_timezone: false,
51
52
  time: "2012-08-02T15:49:29Z",
52
53
  }) %>
53
54
 
@@ -55,7 +56,6 @@
55
56
 
56
57
  <%= pb_rails("time", props: {
57
58
  show_icon: true,
58
- show_timezone: true,
59
59
  size: "md",
60
60
  time: "2012-08-02T15:49:29Z",
61
61
  timezone: "America/New_York",
@@ -1,17 +1,18 @@
1
1
  <%= pb_rails("time", props: {
2
+ show_timezone: false,
2
3
  time: "2012-08-02T15:49:29Z"
3
4
  }) %>
4
5
 
5
6
  <br>
6
7
 
7
8
  <%= pb_rails("time", props: {
9
+ show_timezone: false,
8
10
  time: DateTime.now
9
11
  }) %>
10
12
 
11
13
  <br>
12
14
 
13
15
  <%= pb_rails("time", props: {
14
- show_timezone: true,
15
16
  time: DateTime.now,
16
17
  timezone: "America/Chicago",
17
18
  }) %>
@@ -1,6 +1,5 @@
1
1
  <h4>East Coast</h4>
2
2
  <%= pb_rails("time", props: {
3
- show_timezone: true,
4
3
  time: Time.now,
5
4
  timezone: "America/New_York"
6
5
  }) %>
@@ -9,7 +8,6 @@
9
8
 
10
9
  <h4>Central</h4>
11
10
  <%= pb_rails("time", props: {
12
- show_timezone: true,
13
11
  time: Time.now,
14
12
  timezone: "America/Chicago"
15
13
  }) %>
@@ -18,7 +16,6 @@
18
16
 
19
17
  <h4>Mountain</h4>
20
18
  <%= pb_rails("time", props: {
21
- show_timezone: true,
22
19
  time: Time.now,
23
20
  timezone: "America/Denver"
24
21
  }) %>
@@ -27,7 +24,6 @@
27
24
 
28
25
  <h4>West Coast</h4>
29
26
  <%= pb_rails("time", props: {
30
- show_timezone: true,
31
27
  time: Time.now,
32
28
  timezone: "America/Los_Angeles"
33
29
  }) %>
@@ -36,7 +32,6 @@
36
32
 
37
33
  <h4>Toyko, Japan</h4>
38
34
  <%= pb_rails("time", props: {
39
- show_timezone: true,
40
35
  time: Time.now,
41
36
  timezone: "Asia/Tokyo",
42
37
  }) %>
@@ -18,7 +18,7 @@ module Playbook
18
18
  prop :show_icon, type: Playbook::Props::Boolean,
19
19
  default: false
20
20
  prop :show_timezone, type: Playbook::Props::Boolean,
21
- default: false
21
+ default: true
22
22
 
23
23
  def classname
24
24
  # convert deprecated prop values
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- VERSION = "6.6.0"
4
+ VERSION = "6.6.1"
5
5
  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: 6.6.0
4
+ version: 6.6.1
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: 2020-09-11 00:00:00.000000000 Z
12
+ date: 2020-09-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack