playbook_ui 13.34.0 → 13.34.1.pre.alpha.PLAY14703378

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: 7f2cb628a1802af0ae043163aec1b56821b21a2d91c1c17cc00154f2abc14e7e
4
- data.tar.gz: cbbe7f33a75536e453823c0ca0a4645602165848eddc1d482a1b57c5236780cb
3
+ metadata.gz: a26da8ac9bfd4ee45d9e9df9fcec9ad27869b03d42a094486c7957dd2c5d174a
4
+ data.tar.gz: 2d1286651f905ab66b52391b6bd78ca18a2dc52896d305d903bda7b82b55d5a4
5
5
  SHA512:
6
- metadata.gz: ab5b25504dd6804769c95fad71a87a158bcb6f4832a4847a279b3eec324ff6376fb60a2148d5eb9a1be3ef5fab9fc27e81c676df6b32b76e40c4e74ee6bf1477
7
- data.tar.gz: 7d5c990c0b0302c5844182adccaafd191a9f216d862d28843c4a4976be04483d6e5bb88995d19264a6707319aede8b05c11f2e78c3e7ee9e6b17220b7b300b05
6
+ metadata.gz: 21246712255451948a57cb624f692983671342317ad36c89746777afa90e21313ebf823455480bd64c72f04871a64fcdfed431ea6edbbd1a6ad99bb71b7ab19a
7
+ data.tar.gz: 5cdf7175640adf9e42f0676c85b6792c882ddee6b4701bb7f3163ce4bf58400676fbec33d3ed33772dccd3986d8917d1cf81b7055d1e8447d46d8bcd3e7b7d9d
@@ -8,7 +8,7 @@ $icon_colors: map-merge($merge_kits3, $data_colors);
8
8
 
9
9
  .pb_custom_icon, .pb_icon_kit {
10
10
  @each $color_name, $color_value in $icon_colors {
11
- &[class*="#{$color_name}"] {
11
+ &[class*="color_#{$color_name}"]{
12
12
  color: $color_value;
13
13
  }
14
14
  }
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "13.33.1"
5
- VERSION = "13.34.0"
4
+ PREVIOUS_VERSION = "13.34.1"
5
+ VERSION = "13.34.1.pre.alpha.PLAY14703378"
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: 13.34.0
4
+ version: 13.34.1.pre.alpha.PLAY14703378
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: 2024-07-26 00:00:00.000000000 Z
12
+ date: 2024-08-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -3069,7 +3069,7 @@ homepage: https://playbook.powerapp.cloud/
3069
3069
  licenses:
3070
3070
  - ISC
3071
3071
  metadata: {}
3072
- post_install_message:
3072
+ post_install_message:
3073
3073
  rdoc_options: []
3074
3074
  require_paths:
3075
3075
  - lib
@@ -3085,7 +3085,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
3085
3085
  version: '0'
3086
3086
  requirements: []
3087
3087
  rubygems_version: 3.5.3
3088
- signing_key:
3088
+ signing_key:
3089
3089
  specification_version: 4
3090
3090
  summary: Playbook Design System
3091
3091
  test_files: []