playbook_ui 10.18.0 → 10.18.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: b6fbbfa10d2162c02d5c0e145411bc6c425b6c9d637e058797da617ac6249270
4
- data.tar.gz: 2649996be5ab0d966b38f542b8db7a23b6d095a1043f8d93e1cf68fed3dfda29
3
+ metadata.gz: f142578a4f0c11786c87876c2ede359c72f96d89fbcb752f9e5938d2f34dbd55
4
+ data.tar.gz: e8d5692cee8e7e6bcc5882e344b602ec2b565171a063da4bd2596c8647b713fb
5
5
  SHA512:
6
- metadata.gz: c512fa4a05695fbecddb4cc4e1c2df8b79b8021b18bc2676ed3ca9c4844a9fa6b0ca81182b73ce0db194ee8ea083cc4e65db8db98ef3a42d554b2017a98e4d0b
7
- data.tar.gz: 18405cbcd539c6c0f6b17be09fe5362711a2c63bc93450d0534758c1fd48f34c8f04cef485ce333292f9d62fa9d4e475fc8534bbd095a314443886326b70a98c
6
+ metadata.gz: 1bd8c3eba4db831eb573503991d5217795dafb5bc908de7be90ddae604bfe12122ff588f86964764a7856fa910202687b91e08a45da0934f567f4d8f4c199d20
7
+ data.tar.gz: 745dc4d1bac54f13518d974f6a6ba7ff8817c9f3c98f49905b8ee708735eafd75fda8066255cb35ed1c2157ef8949b8d2f9ff2e4514ac1e0af617224ef9e827c
@@ -1 +1 @@
1
- Customize your icon circle by passing one of our seven base colors to the `variant` prop: `royal` `orange` `purple` `teal` `red` `yellow` `green`
1
+ Customize your icon circle by passing one of our seven base colors to the `variant` prop: `royal` `blue` `orange` `purple` `teal` `red` `yellow` `green`
@@ -8,7 +8,7 @@ module Playbook
8
8
  values: %w[xs sm md base lg xl],
9
9
  default: "md"
10
10
  prop :variant, type: Playbook::Props::Enum,
11
- values: %w[default royal orange purple teal red yellow green],
11
+ values: %w[default royal blue orange purple teal red yellow green],
12
12
  default: "default"
13
13
 
14
14
  def classname
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "10.17.0"
5
- VERSION = "10.18.0"
4
+ PREVIOUS_VERSION = "10.18.0"
5
+ VERSION = "10.18.1"
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: 10.18.0
4
+ version: 10.18.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: 2022-01-17 00:00:00.000000000 Z
12
+ date: 2022-01-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack