playbook_ui 10.8.1.pre.alpha.flexdeps → 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: d95ab57c6581af52decbdbd637ecfb2e9f420e7ec660ed11f22f9b7c2a87cd0b
4
- data.tar.gz: cc95dc74cc37c6ba2114ffe1e57825dfecfc113fd308d267db08a875ec825038
3
+ metadata.gz: '0485f294ad48da3202f9a98fdf00c4cd3c3addbad15ceda199c33ac4eabdb776'
4
+ data.tar.gz: 5b76b5396e753b22d50149d395ee93f838e76d23e6fb5c06ca8dca52da46fc8e
5
5
  SHA512:
6
- metadata.gz: 8cf2f4fda1337023cd8eec4040a25bfc32850680be2d39d738b83f419ffefc01963f56bd3556d5cb5097834227524642164872784ce711a2702048a65098c5f4
7
- data.tar.gz: 64038c35e71964d0928e56d4d6d6527974bc9f24cb15e19a4c83a84e822b6fe0959057673999d42b14bdb887927082dfb5a518fd9a79ac245c5d78ebc2c4e53f
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 {
@@ -118,19 +118,4 @@
118
118
  }
119
119
  }
120
120
  }
121
- &.hide-labels {
122
- tbody {
123
- tr {
124
- td {
125
- &::before {
126
- content: '';
127
- left: 0;
128
- padding-right: 0;
129
- position: relative;
130
- width: 0;
131
- }
132
- }
133
- }
134
- }
135
- }
136
121
  }
@@ -118,19 +118,4 @@
118
118
  }
119
119
  }
120
120
  }
121
- &.hide-labels {
122
- tbody {
123
- tr {
124
- td {
125
- &::before {
126
- content: '';
127
- left: 0;
128
- padding-right: 0;
129
- position: relative;
130
- width: 0;
131
- }
132
- }
133
- }
134
- }
135
- }
136
121
  }
@@ -118,19 +118,4 @@
118
118
  }
119
119
  }
120
120
  }
121
- &.hide-labels {
122
- tbody {
123
- tr {
124
- td {
125
- &::before {
126
- content: '';
127
- left: 0;
128
- padding-right: 0;
129
- position: relative;
130
- width: 0;
131
- }
132
- }
133
- }
134
- }
135
- }
136
121
  }
@@ -118,19 +118,4 @@
118
118
  }
119
119
  }
120
120
  }
121
- &.hide-labels {
122
- tbody {
123
- tr {
124
- td {
125
- &::before {
126
- content: '';
127
- left: 0;
128
- padding-right: 0;
129
- position: relative;
130
- width: 0;
131
- }
132
- }
133
- }
134
- }
135
- }
136
121
  }
@@ -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;
data/dist/reset.css CHANGED
@@ -1,61 +1,2 @@
1
- /* CLEAN UP AND REMOVE */
2
- /* Headings */
3
- /* Standard Font Weights */
4
- /* Non_Standard Font Weights */
5
- /*=====================================
6
- Base colors should not be documented.
7
- Only document color use.
8
-
9
- Colors -----------------------------*/
10
- /* Specialty Gradient -----------------*/
11
- /* Interface colors -------------------*/
12
- /* Main colors ------------------------*/
13
- /*=====================================
14
-
15
- Background colors ------------------*/
16
- /* Card colors ------------------*/
17
- /* Active colors ----------------------*/
18
- /* Hover colors -----------------------*/
19
- /* Focus colors -----------------------*/
20
- /* Border colors ----------------------*/
21
- /* Shadow colors ----------------------*/
22
- /* Text colors ------------------------*/
23
- /* Data colors ------------------------*/
24
- /* Status colors ----------------------*/
25
- /* Link colors ------------------------*/
26
- /* Product colors ---------------------*/
27
- /* Category colors ---------------------*/
28
- * {
29
- box-sizing: border-box;
30
- margin: 0;
31
- padding: 0; }
32
- *:before, *:after {
33
- box-sizing: border-box; }
34
-
35
- html {
36
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
37
- height: 100vh;
38
- overflow-x: hidden; }
39
-
40
- body {
41
- font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans_serif;
42
- font-size: 16px;
43
- line-height: 1.5;
44
- background-color: #F3F7FB;
45
- height: 100%;
46
- letter-spacing: 0;
47
- font-weight: 400;
48
- font-style: normal;
49
- text-rendering: optimizeLegibility;
50
- -moz-font-feature-settings: "liga" on;
51
- color: #242B42;
52
- margin: 0 !important;
53
- padding: 0 !important;
54
- box-sizing: border-box;
55
- min-height: 100vh;
56
- padding: 50px; }
57
-
58
- a {
59
- text-decoration: none;
60
- color: #0056CF; }
1
+ *{box-sizing:border-box;margin:0;padding:0}*:before,*:after{box-sizing:border-box}html{-webkit-tap-highlight-color:rgba(0,0,0,0);height:100vh;overflow-x:hidden}body{font-family:"Proxima Nova","Helvetica Neue",Helvetica,Arial,sans_serif;font-size:16px;line-height:1.5;background-color:#F3F7FB;height:100%;letter-spacing:0;font-weight:400;font-style:normal;text-rendering:optimizeLegibility;-moz-font-feature-settings:"liga" on;color:#242B42;margin:0 !important;padding:0 !important;box-sizing:border-box;min-height:100vh;padding:50px}a{text-decoration:none;color:#0056CF}
61
2
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "10.8.0"
5
- VERSION = "10.8.1.pre.alpha.flexdeps"
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.8.1.pre.alpha.flexdeps
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-20 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
@@ -2048,9 +2048,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
2048
2048
  version: '0'
2049
2049
  required_rubygems_version: !ruby/object:Gem::Requirement
2050
2050
  requirements:
2051
- - - ">"
2051
+ - - ">="
2052
2052
  - !ruby/object:Gem::Version
2053
- version: 1.3.1
2053
+ version: '0'
2054
2054
  requirements: []
2055
2055
  rubygems_version: 3.0.3
2056
2056
  signing_key: