playbook_ui 12.20.0.pre.alpha.title2667 → 12.20.0

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: 8d39aced18b9b6f732ee243b0c03200f52c99e9041a70977b126396b767b91be
4
- data.tar.gz: d0eaea4b72d3e116515cdfbd90f7aec99c6ece119400865c6d9d5230efa548ab
3
+ metadata.gz: 86c4aefb2ca62f0357facbacd990e8ef9283fe061b307b2b3a48d9a44aae93bd
4
+ data.tar.gz: d46b8bcadd416bed1be375a1a60789b9e82ed3998a7e94d511f183a887e13654
5
5
  SHA512:
6
- metadata.gz: d37c49956c03f81876aa62224de4ac4f57438b494628242fdf61db405effef4fe0d2c244086c9b4c75e056b2f72a86181212bf42df09cfd46deefc281870ba21
7
- data.tar.gz: 65d1fdc3ce3c4fb3535dad0b91c04215688af1650124315c5b9f1f599d32fd4eb94c01442118e117a99d20590a3e31421a45cb5c4c7ae8ce2edd3a66deb05069
6
+ metadata.gz: 9f016eb2b9946595c6bc70b9b48bd7faffe5249084040bc5a0046fa4b9c08fb006a245c5b570a296bc130795b1e510701a0e765c0018ca66dd322bf56619ea96
7
+ data.tar.gz: e08f975d11599e129cf94ce4f4c91f965708fe984565e46538f8dd254577bee99e59cc26d2d8c51948bbcc3488ccf61d7be997ae9ffd3a60ac23e9ea0a616727
@@ -12,7 +12,6 @@
12
12
  &[class*=_2] {
13
13
  @include pb_title_2;
14
14
  @include title_colors;
15
- @include pb_title_bold;
16
15
  }
17
16
 
18
17
  &[class*=_3] {
@@ -1,4 +1,4 @@
1
1
  ##### Prop
2
- Title `size 1` & `size 2` will use `font-weight: 700` by default, if you want a lighter font weight, use the `bold` prop set to `false`.
3
- Title `size 3` uses a light font weight by default and will not accept a bold font weight.
2
+ Title `size 1` will use `font-weight: 700` by default, if you want a lighter font weight, use the `bold` prop set to `false`.
3
+ Title `size 2` & `size 3` uses a light font weight by default and will not accept a bold font weight.
4
4
  Title `size 4` uses a heavy font weight by default and will not accept a lighter font weight.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "12.20.0"
5
- VERSION = "12.20.0.pre.alpha.title2667"
4
+ PREVIOUS_VERSION = "12.19.0"
5
+ VERSION = "12.20.0"
6
6
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.20.0.pre.alpha.title2667
4
+ version: 12.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
8
8
  - Power Devs
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-05-15 00:00:00.000000000 Z
12
+ date: 2023-05-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -2486,7 +2486,7 @@ homepage: http://playbook.powerapp.cloud
2486
2486
  licenses:
2487
2487
  - ISC
2488
2488
  metadata: {}
2489
- post_install_message:
2489
+ post_install_message:
2490
2490
  rdoc_options: []
2491
2491
  require_paths:
2492
2492
  - lib
@@ -2497,12 +2497,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
2497
2497
  version: '0'
2498
2498
  required_rubygems_version: !ruby/object:Gem::Requirement
2499
2499
  requirements:
2500
- - - ">"
2500
+ - - ">="
2501
2501
  - !ruby/object:Gem::Version
2502
- version: 1.3.1
2502
+ version: '0'
2503
2503
  requirements: []
2504
2504
  rubygems_version: 3.3.7
2505
- signing_key:
2505
+ signing_key:
2506
2506
  specification_version: 4
2507
2507
  summary: Playbook Design System
2508
2508
  test_files: []