playbook_ui 10.15.0 → 10.15.1.pre.alpha.rubocop.deps

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/dist/reset.css +60 -1
  3. data/lib/playbook/version.rb +1 -1
  4. metadata +17 -17
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: faae90de5528b9f023fd6824aa39c518ce892c36c60a212e5e4f7638d56f84ce
4
- data.tar.gz: bbd980bc0d205b346fa150aced925e080c8ac8d3239e5edbccb4d3c9c3d6f556
3
+ metadata.gz: d39e7a544d36280cc46026767abd9d6db08b881e8f6be4da263c4964b19f4c04
4
+ data.tar.gz: 48eb84e0e39d38b6312b3f0ea80a408c3d5e69bc8f9f5e2c40f6a2b9aaa5333e
5
5
  SHA512:
6
- metadata.gz: 7df412eddb0717bb3166971a857cbc47df4d14f487eb34939e0e1a8e230dd95b101e19481b4eed793c5a5c01be6a65fdb1b57c7df288b65606a44c94c0f0ee92
7
- data.tar.gz: 5b2dd670d04f69b59c7d6150b94dbfe547d7ef9ac39e7973489463de9759c8a81aa23af5a0e0867a85fd20ae2eedb3b60cbdf2a5370b8a470d5d35fed2c6bc91
6
+ metadata.gz: 6493d4e763ca98c11ecae71242c6254f682a4c8beb1b47bd975c0989fd4c0cc6ab4a8375dddee24a300940d58a9a4d8a7ecc11f3ecbb5fca3351b5c9a6b307d2
7
+ data.tar.gz: d6dda8fb39ca32b3e3be408bdcf028926821b9e19d74d083bf0f56df739096654a0da1624bda0b560a5f76c431db51ed47cb56e6529e567e72ec227c1afe7cff
data/dist/reset.css CHANGED
@@ -1,2 +1,61 @@
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}
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; }
2
61
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "10.14.0"
5
- VERSION = "10.15.0"
5
+ VERSION = "10.15.1.pre.alpha.rubocop.deps"
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.15.0
4
+ version: 10.15.1.pre.alpha.rubocop.deps
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -95,20 +95,6 @@ dependencies:
95
95
  - - "~>"
96
96
  - !ruby/object:Gem::Version
97
97
  version: '3.15'
98
- - !ruby/object:Gem::Dependency
99
- name: rubocop-performance
100
- requirement: !ruby/object:Gem::Requirement
101
- requirements:
102
- - - "~>"
103
- - !ruby/object:Gem::Version
104
- version: 1.9.2
105
- type: :runtime
106
- prerelease: false
107
- version_requirements: !ruby/object:Gem::Requirement
108
- requirements:
109
- - - "~>"
110
- - !ruby/object:Gem::Version
111
- version: 1.9.2
112
98
  - !ruby/object:Gem::Dependency
113
99
  name: view_component
114
100
  requirement: !ruby/object:Gem::Requirement
@@ -227,6 +213,20 @@ dependencies:
227
213
  - - '='
228
214
  - !ruby/object:Gem::Version
229
215
  version: 0.93.1
216
+ - !ruby/object:Gem::Dependency
217
+ name: rubocop-performance
218
+ requirement: !ruby/object:Gem::Requirement
219
+ requirements:
220
+ - - "~>"
221
+ - !ruby/object:Gem::Version
222
+ version: 1.9.2
223
+ type: :development
224
+ prerelease: false
225
+ version_requirements: !ruby/object:Gem::Requirement
226
+ requirements:
227
+ - - "~>"
228
+ - !ruby/object:Gem::Version
229
+ version: 1.9.2
230
230
  - !ruby/object:Gem::Dependency
231
231
  name: spring
232
232
  requirement: !ruby/object:Gem::Requirement
@@ -2086,9 +2086,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
2086
2086
  version: '0'
2087
2087
  required_rubygems_version: !ruby/object:Gem::Requirement
2088
2088
  requirements:
2089
- - - ">="
2089
+ - - ">"
2090
2090
  - !ruby/object:Gem::Version
2091
- version: '0'
2091
+ version: 1.3.1
2092
2092
  requirements: []
2093
2093
  rubygems_version: 3.0.3
2094
2094
  signing_key: