playbook_ui 10.10.0 → 10.11.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: 131cc5fad3acc6b7e23d4219236b4811b0f98c8cd1c03b3716e6aa757792fc7c
4
- data.tar.gz: 7fbe9a0697b9554d22194d8520224ced41414e5ee886765696305f04e3fca05e
3
+ metadata.gz: '0485f294ad48da3202f9a98fdf00c4cd3c3addbad15ceda199c33ac4eabdb776'
4
+ data.tar.gz: 5b76b5396e753b22d50149d395ee93f838e76d23e6fb5c06ca8dca52da46fc8e
5
5
  SHA512:
6
- metadata.gz: 550b51dfe93c6c2bdb5790b87577f1d8ad208ef1a41d91a0d43261355c9f829054bc95deb32b4832bf99e9c4f3696c4209e2bbb07d69e9c40427432fe3d39029
7
- data.tar.gz: cf4d190eabc801f844dfede12f4821fd4bccbda7e57912d12c52527dfc0c0d4bd60531a4ad4cbf837fa5332009a09536fe6e0f1988c9b2eeb8a30f7897353dff
6
+ metadata.gz: ba0d8cc5f60aae14257de0987e4c14eefb1f7f6b017a52192f9af48c5fc36e05a7dee9e38382355e15fbcc17461ccc7307a2cef3a45d4c73fa2e12ee9c405710
7
+ data.tar.gz: 66092173d97050b33d281376303d0342a0ccbf5d0e4e35acbe15d2b5d19ed6cc2268932ce8a4c50eb1fb5ac6637a55b5ea9634d671127b40fed754a9a097138a
@@ -31,11 +31,11 @@
31
31
  }
32
32
  }
33
33
  }
34
+
34
35
  &:focus,:focus-within{
35
36
  div.cal_icon_wrapper, input.text_input{
36
37
  @include transition_default;
37
38
  border-color: $primary;
38
39
  }
39
40
  }
40
-
41
41
  }
@@ -9,6 +9,10 @@
9
9
  [class^=pb_date_picker_kit] {
10
10
  /*Default - No value in date picker*/
11
11
  &.inline-date-picker {
12
+ [class^="pb_text_input_kit"] .text_input_wrapper .flatpickr-wrapper input::placeholder,
13
+ [class^="pb_text_input_kit"] .text_input_wrapper .flatpickr-wrapper .text_input .placeholder {
14
+ opacity: 1;
15
+ }
12
16
  &:not(:hover) {
13
17
  #date-picker-inline-angle-down {
14
18
  svg {
@@ -90,7 +90,11 @@
90
90
  }
91
91
  }
92
92
  &.inline {
93
- &:not(:hover) {
93
+ .text_input_wrapper input::placeholder,
94
+ .text_input_wrapper .text_input .placeholder {
95
+ opacity: 1;
96
+ }
97
+ &:not(:hover) {
94
98
  .text_input_wrapper input:not(:focus) {
95
99
  background-color: transparent;
96
100
  border-color: transparent;
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "10.9.0"
5
- VERSION = "10.10.0"
4
+ PREVIOUS_VERSION = "10.10.0"
5
+ VERSION = "10.11.0"
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.10.0
4
+ version: 10.11.0
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: 2021-09-24 00:00:00.000000000 Z
12
+ date: 2021-10-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack