playbook_ui 10.8.1.pre.alpha.flexdeps → 10.9.0.pre.alpha1

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: 0f41755bbc837eb37df7584ecc4025c5dd255f89fdc3788ad314a820ebfb599b
4
+ data.tar.gz: 03cf4ef976924745af89a4f801e82e23842b9e7646ef108ccd52c8c86f9b5ff8
5
5
  SHA512:
6
- metadata.gz: 8cf2f4fda1337023cd8eec4040a25bfc32850680be2d39d738b83f419ffefc01963f56bd3556d5cb5097834227524642164872784ce711a2702048a65098c5f4
7
- data.tar.gz: 64038c35e71964d0928e56d4d6d6527974bc9f24cb15e19a4c83a84e822b6fe0959057673999d42b14bdb887927082dfb5a518fd9a79ac245c5d78ebc2c4e53f
6
+ metadata.gz: d7d35bbfb68a3bd769430e100dec90b7ccb942764965af94da821cb6d8a3ec2f9d81135e9480200598b8c868bd7369d56deaff5b864181711fa7b416b4fbbc39
7
+ data.tar.gz: 756c55c68d59f56ba7299812b6d113542fa3461a49ab5a3835fb23bbe925d311685108e4642a016b414399d360365fab3f4495f355b8517d223339a7e7bb11e7
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
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "10.8.0"
5
- VERSION = "10.8.1.pre.alpha.flexdeps"
5
+ VERSION = "10.9.0.pre.alpha1"
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.9.0.pre.alpha1
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-09-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -18,6 +18,9 @@ dependencies:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
20
  version: 5.2.4.5
21
+ - - "<"
22
+ - !ruby/object:Gem::Version
23
+ version: '6.0'
21
24
  type: :runtime
22
25
  prerelease: false
23
26
  version_requirements: !ruby/object:Gem::Requirement
@@ -25,6 +28,9 @@ dependencies:
25
28
  - - ">="
26
29
  - !ruby/object:Gem::Version
27
30
  version: 5.2.4.5
31
+ - - "<"
32
+ - !ruby/object:Gem::Version
33
+ version: '6.0'
28
34
  - !ruby/object:Gem::Dependency
29
35
  name: actionview
30
36
  requirement: !ruby/object:Gem::Requirement
@@ -32,6 +38,9 @@ dependencies:
32
38
  - - ">="
33
39
  - !ruby/object:Gem::Version
34
40
  version: 5.2.4.5
41
+ - - "<"
42
+ - !ruby/object:Gem::Version
43
+ version: '6.0'
35
44
  type: :runtime
36
45
  prerelease: false
37
46
  version_requirements: !ruby/object:Gem::Requirement
@@ -39,6 +48,9 @@ dependencies:
39
48
  - - ">="
40
49
  - !ruby/object:Gem::Version
41
50
  version: 5.2.4.5
51
+ - - "<"
52
+ - !ruby/object:Gem::Version
53
+ version: '6.0'
42
54
  - !ruby/object:Gem::Dependency
43
55
  name: activesupport
44
56
  requirement: !ruby/object:Gem::Requirement
@@ -46,6 +58,9 @@ dependencies:
46
58
  - - ">="
47
59
  - !ruby/object:Gem::Version
48
60
  version: 5.2.4.5
61
+ - - "<"
62
+ - !ruby/object:Gem::Version
63
+ version: '6.0'
49
64
  type: :runtime
50
65
  prerelease: false
51
66
  version_requirements: !ruby/object:Gem::Requirement
@@ -53,6 +68,9 @@ dependencies:
53
68
  - - ">="
54
69
  - !ruby/object:Gem::Version
55
70
  version: 5.2.4.5
71
+ - - "<"
72
+ - !ruby/object:Gem::Version
73
+ version: '6.0'
56
74
  - !ruby/object:Gem::Dependency
57
75
  name: react-rails
58
76
  requirement: !ruby/object:Gem::Requirement
@@ -158,6 +176,9 @@ dependencies:
158
176
  - - ">="
159
177
  - !ruby/object:Gem::Version
160
178
  version: 5.2.4.5
179
+ - - "<"
180
+ - !ruby/object:Gem::Version
181
+ version: '6.0'
161
182
  type: :development
162
183
  prerelease: false
163
184
  version_requirements: !ruby/object:Gem::Requirement
@@ -165,6 +186,9 @@ dependencies:
165
186
  - - ">="
166
187
  - !ruby/object:Gem::Version
167
188
  version: 5.2.4.5
189
+ - - "<"
190
+ - !ruby/object:Gem::Version
191
+ version: '6.0'
168
192
  - !ruby/object:Gem::Dependency
169
193
  name: rspec-html-matchers
170
194
  requirement: !ruby/object:Gem::Requirement