playbook_ui 11.1.2.pre.alpha1 → 11.1.2
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 +1 -60
- data/lib/playbook/version.rb +1 -1
- 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: 562b6e96ab5327c8f7c820f22c6304f2df04d38f0b39d544a594d0753462ff0c
|
|
4
|
+
data.tar.gz: b8dd273bf4290aca790e51a7ec16606f9720e494d254e20f1955c21c96ef2dd9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81ecd308bdd90d159ba03b8ab04042a618bab5ad68f390bb150da8fbf34b4379ffe59131638efd75a9b77e427b5a210f0cda92ddf3d602a4be613c0a5f4b04c7
|
|
7
|
+
data.tar.gz: 3937a0adf41df49005d81d3fb19abb2188e75201735660ff32430e7f1e50e31ea6bbb73aaf86b42ac60e7faa3ba31ab1b3461d874661108a0814dc70a939d015
|
data/dist/reset.css
CHANGED
|
@@ -1,61 +1,2 @@
|
|
|
1
|
-
|
|
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
|
|
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: 11.1.2
|
|
4
|
+
version: 11.1.2
|
|
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: 2022-07-
|
|
12
|
+
date: 2022-07-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|
|
@@ -2224,9 +2224,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2224
2224
|
version: '0'
|
|
2225
2225
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2226
2226
|
requirements:
|
|
2227
|
-
- - "
|
|
2227
|
+
- - ">="
|
|
2228
2228
|
- !ruby/object:Gem::Version
|
|
2229
|
-
version:
|
|
2229
|
+
version: '0'
|
|
2230
2230
|
requirements: []
|
|
2231
2231
|
rubygems_version: 3.3.7
|
|
2232
2232
|
signing_key:
|