playbook_ui 10.6.0 → 10.6.1.pre.alpha1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/dist/reset.css +60 -1
- data/lib/playbook/version.rb +2 -2
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 34f2215246b7aa5e323ef34760aa7e79114a9cbfebeb38c9cf80b8b8ad41b9db
|
|
4
|
+
data.tar.gz: 60da4e3188a1a35d9be3fc4c88b0a4c4f0dbca4e2cebe4abfc55dbd8cf82334f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6fb1b57113df2f9175b8230a7cc55f446958e682abda76469696b3578523e7a77509f5cb22df38b44e3398b33c0d3db213878d630592fac46c0b67843fe6071c
|
|
7
|
+
data.tar.gz: a8882b4954631274a8e8f7889acd3603cb616426eb6e4ef3ebb80bbb0bd780f0187c879494ce31d6a82c22a0a1bb9c13b4d6c71087926f585c8c8f0c70d76210
|
data/dist/reset.css
CHANGED
|
@@ -1,2 +1,61 @@
|
|
|
1
|
-
|
|
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
|
|
data/lib/playbook/version.rb
CHANGED
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.6.
|
|
4
|
+
version: 10.6.1.pre.alpha1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Power UX
|
|
@@ -20,7 +20,7 @@ dependencies:
|
|
|
20
20
|
version: 5.2.4.5
|
|
21
21
|
- - "<"
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: '
|
|
23
|
+
version: '6.0'
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -30,7 +30,7 @@ dependencies:
|
|
|
30
30
|
version: 5.2.4.5
|
|
31
31
|
- - "<"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '6.0'
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: actionview
|
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -40,7 +40,7 @@ dependencies:
|
|
|
40
40
|
version: 5.2.4.5
|
|
41
41
|
- - "<"
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
|
-
version: '
|
|
43
|
+
version: '6.0'
|
|
44
44
|
type: :runtime
|
|
45
45
|
prerelease: false
|
|
46
46
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -50,7 +50,7 @@ dependencies:
|
|
|
50
50
|
version: 5.2.4.5
|
|
51
51
|
- - "<"
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: '
|
|
53
|
+
version: '6.0'
|
|
54
54
|
- !ruby/object:Gem::Dependency
|
|
55
55
|
name: activesupport
|
|
56
56
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -60,7 +60,7 @@ dependencies:
|
|
|
60
60
|
version: 5.2.4.5
|
|
61
61
|
- - "<"
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: '
|
|
63
|
+
version: '6.0'
|
|
64
64
|
type: :runtime
|
|
65
65
|
prerelease: false
|
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -70,7 +70,7 @@ dependencies:
|
|
|
70
70
|
version: 5.2.4.5
|
|
71
71
|
- - "<"
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: '
|
|
73
|
+
version: '6.0'
|
|
74
74
|
- !ruby/object:Gem::Dependency
|
|
75
75
|
name: react-rails
|
|
76
76
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -192,7 +192,7 @@ dependencies:
|
|
|
192
192
|
version: 5.2.4.5
|
|
193
193
|
- - "<"
|
|
194
194
|
- !ruby/object:Gem::Version
|
|
195
|
-
version: '
|
|
195
|
+
version: '6.0'
|
|
196
196
|
type: :development
|
|
197
197
|
prerelease: false
|
|
198
198
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -202,7 +202,7 @@ dependencies:
|
|
|
202
202
|
version: 5.2.4.5
|
|
203
203
|
- - "<"
|
|
204
204
|
- !ruby/object:Gem::Version
|
|
205
|
-
version: '
|
|
205
|
+
version: '6.0'
|
|
206
206
|
- !ruby/object:Gem::Dependency
|
|
207
207
|
name: rspec-html-matchers
|
|
208
208
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -2081,9 +2081,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2081
2081
|
version: '0'
|
|
2082
2082
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2083
2083
|
requirements:
|
|
2084
|
-
- - "
|
|
2084
|
+
- - ">"
|
|
2085
2085
|
- !ruby/object:Gem::Version
|
|
2086
|
-
version:
|
|
2086
|
+
version: 1.3.1
|
|
2087
2087
|
requirements: []
|
|
2088
2088
|
rubygems_version: 3.0.3
|
|
2089
2089
|
signing_key:
|