playbook_ui 14.10.0.pre.rc.2 → 14.10.0.pre.rc.4

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: 8b159f699dbf66d2885a26cc20f45d4f1065cd17effcf142d5349a4b08cb7be3
4
- data.tar.gz: d4e50c381bad0fb7405a820919684e92a5eda92cf81a0d3e79ba4fb2b7a05481
3
+ metadata.gz: f3396642ec5cfae17bef9b53f44d2049d56298ba4f102f056dc52a19fd5e47a3
4
+ data.tar.gz: 3e9b0d43df3db0b75a244ca703a1b0c2205b42b5c4a4f492a6f21e4dd8b687e4
5
5
  SHA512:
6
- metadata.gz: 77d58ad8d976fd27d6d67e578ac7f3647d119ffd7e0da2deddbb8d2235b3d63501332ba2504ba25c180f7095ec2fa4e3cbdaa1717c0a3ce6cb959b2bf0c6fee2
7
- data.tar.gz: 82a19095b782e4013596d881cd67c334a1f3661d3af98ad18e58e8210a880c0b271f78ccc3b6b4567c241c3bfb2da27d66325f7c8a8f609830ed335008611035
6
+ metadata.gz: 014b4912bfcd479840a80c09ccee004dea23a1988ad08698524774e5d56550c1f1128eb1c86dedb620e1a441a667be2c658542566f22df181c073dfe0d1ba118
7
+ data.tar.gz: 18426142a74be01e1935a9ff1b7e5a78b13eb9d735d471d85e3093c7c999af91ac7017b3d42afc7ab6ef0293c2c7db6e23c1618cda48cbd19d4ad96312dc195e
@@ -32,7 +32,7 @@ $pb_card_header_colors: map-merge(map-merge($product_colors, $additional_colors)
32
32
  }
33
33
 
34
34
  @mixin pb_card_selected_dark {
35
- @include pb_card_selected($primary_action);
35
+ @include pb_card_selected($primary_action_dark);
36
36
  }
37
37
 
38
38
  @mixin pb_card($background: $card_light, $border_color: $border_light) {
@@ -151,7 +151,7 @@ $pb_selectable_paddings: (
151
151
  input[type="radio"] {
152
152
  &:checked ~ label {
153
153
  border-width: $pb_card_border_width;
154
- outline: 1px solid $primary;
154
+ outline: 1px solid $primary_action_dark;
155
155
  }
156
156
  }
157
157
  }
@@ -161,11 +161,11 @@ $pb_selectable_paddings: (
161
161
  color: $white;
162
162
  > label {
163
163
  @include pb_card_dark;
164
- background: transparent;
164
+ background: $bg_dark_card;
165
165
 
166
166
  .pb_selectable_card_circle {
167
167
  border-color: $bg_dark;
168
- background: $primary-action;
168
+ background: $primary_action_dark;
169
169
  }
170
170
  }
171
171
 
@@ -173,7 +173,7 @@ $pb_selectable_paddings: (
173
173
  input[type="radio"] {
174
174
  &:checked ~ label {
175
175
  @include pb_card_selected_dark;
176
- background: transparent;
176
+ background: $bg_dark_card;
177
177
  }
178
178
  }
179
179
 
@@ -35,7 +35,7 @@
35
35
  <% end %>
36
36
  <% else %>
37
37
  <% if content.nil? %>
38
- <%= pb_rails("body", props: { text: object.text }) %>
38
+ <%= pb_rails("body", props: { text: object.text, dark: object.dark }) %>
39
39
  <% else %>
40
40
  <%= content %>
41
41
  <% end %>