playbook_ui 10.12.0 → 10.13.0.pre.node.update
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 +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e3bef4b4c16e0fe2d51c365b0fc52340324afd59b8f94650fa1ebd39307773c
|
|
4
|
+
data.tar.gz: 4a69c6cf7d912a368b92286224ad19fcc06de88ae3dca63074aabfdcb6217400
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 95fa1b261d673deef080479651865dfe1a7bbe3305076f4270e48f36ecf1f79406e6794baa41c44475a16e8737529f3f7d8283b7b1a6b6f8f8bc9f7efa5c48dd
|
|
7
|
+
data.tar.gz: 94f7fe481bd6345176e026b4384e8136f24f966554f3bc39f6a30c52b9e5479f8ad038dc290a7d114694504691a0e3a135d16efd7969b43fd281e692bf34ba52
|
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.
|
|
4
|
+
version: 10.13.0.pre.node.update
|
|
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-
|
|
12
|
+
date: 2021-11-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|
|
@@ -2051,9 +2051,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2051
2051
|
version: '0'
|
|
2052
2052
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2053
2053
|
requirements:
|
|
2054
|
-
- - "
|
|
2054
|
+
- - ">"
|
|
2055
2055
|
- !ruby/object:Gem::Version
|
|
2056
|
-
version:
|
|
2056
|
+
version: 1.3.1
|
|
2057
2057
|
requirements: []
|
|
2058
2058
|
rubygems_version: 3.0.3
|
|
2059
2059
|
signing_key:
|