playbook_ui 10.8.0 → 10.8.1.pre.alpha.flexdeps

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2471fff370fba75829b1aea82b969d2d3ad9ac878bd3a209b17c4346e45e747e
4
- data.tar.gz: 0525d0c43f7e242fcefa263bc5a172ddf0d62b2b593b7046fb33c8ab5b9595bf
3
+ metadata.gz: d95ab57c6581af52decbdbd637ecfb2e9f420e7ec660ed11f22f9b7c2a87cd0b
4
+ data.tar.gz: cc95dc74cc37c6ba2114ffe1e57825dfecfc113fd308d267db08a875ec825038
5
5
  SHA512:
6
- metadata.gz: c261cbc628a7cb2ee1c34e0c0164e959cf3eae35486e1472b7620448faf0b72ff83890b4edb7368667183914c80765d3f85348009c33f3e0f8aa5bfedc52e612
7
- data.tar.gz: e9fef8249f6f1da0756ae5a2b8daabf8809bd6eb1fcc5adf45b6bb4fa499a35c1c25e683587cea173c59e401799da961c6217ca40baa62fee009a4631554ac8a
6
+ metadata.gz: 8cf2f4fda1337023cd8eec4040a25bfc32850680be2d39d738b83f419ffefc01963f56bd3556d5cb5097834227524642164872784ce711a2702048a65098c5f4
7
+ data.tar.gz: 64038c35e71964d0928e56d4d6d6527974bc9f24cb15e19a4c83a84e822b6fe0959057673999d42b14bdb887927082dfb5a518fd9a79ac245c5d78ebc2c4e53f
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
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "10.7.1"
5
- VERSION = "10.8.0"
4
+ PREVIOUS_VERSION = "10.8.0"
5
+ VERSION = "10.8.1.pre.alpha.flexdeps"
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.0
4
+ version: 10.8.1.pre.alpha.flexdeps
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-09 00:00:00.000000000 Z
12
+ date: 2021-09-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -18,9 +18,6 @@ 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'
24
21
  type: :runtime
25
22
  prerelease: false
26
23
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,9 +25,6 @@ dependencies:
28
25
  - - ">="
29
26
  - !ruby/object:Gem::Version
30
27
  version: 5.2.4.5
31
- - - "<"
32
- - !ruby/object:Gem::Version
33
- version: '6.0'
34
28
  - !ruby/object:Gem::Dependency
35
29
  name: actionview
36
30
  requirement: !ruby/object:Gem::Requirement
@@ -38,9 +32,6 @@ dependencies:
38
32
  - - ">="
39
33
  - !ruby/object:Gem::Version
40
34
  version: 5.2.4.5
41
- - - "<"
42
- - !ruby/object:Gem::Version
43
- version: '6.0'
44
35
  type: :runtime
45
36
  prerelease: false
46
37
  version_requirements: !ruby/object:Gem::Requirement
@@ -48,9 +39,6 @@ dependencies:
48
39
  - - ">="
49
40
  - !ruby/object:Gem::Version
50
41
  version: 5.2.4.5
51
- - - "<"
52
- - !ruby/object:Gem::Version
53
- version: '6.0'
54
42
  - !ruby/object:Gem::Dependency
55
43
  name: activesupport
56
44
  requirement: !ruby/object:Gem::Requirement
@@ -58,9 +46,6 @@ dependencies:
58
46
  - - ">="
59
47
  - !ruby/object:Gem::Version
60
48
  version: 5.2.4.5
61
- - - "<"
62
- - !ruby/object:Gem::Version
63
- version: '6.0'
64
49
  type: :runtime
65
50
  prerelease: false
66
51
  version_requirements: !ruby/object:Gem::Requirement
@@ -68,9 +53,6 @@ dependencies:
68
53
  - - ">="
69
54
  - !ruby/object:Gem::Version
70
55
  version: 5.2.4.5
71
- - - "<"
72
- - !ruby/object:Gem::Version
73
- version: '6.0'
74
56
  - !ruby/object:Gem::Dependency
75
57
  name: react-rails
76
58
  requirement: !ruby/object:Gem::Requirement
@@ -176,9 +158,6 @@ dependencies:
176
158
  - - ">="
177
159
  - !ruby/object:Gem::Version
178
160
  version: 5.2.4.5
179
- - - "<"
180
- - !ruby/object:Gem::Version
181
- version: '6.0'
182
161
  type: :development
183
162
  prerelease: false
184
163
  version_requirements: !ruby/object:Gem::Requirement
@@ -186,9 +165,6 @@ dependencies:
186
165
  - - ">="
187
166
  - !ruby/object:Gem::Version
188
167
  version: 5.2.4.5
189
- - - "<"
190
- - !ruby/object:Gem::Version
191
- version: '6.0'
192
168
  - !ruby/object:Gem::Dependency
193
169
  name: rspec-html-matchers
194
170
  requirement: !ruby/object:Gem::Requirement
@@ -2072,9 +2048,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
2072
2048
  version: '0'
2073
2049
  required_rubygems_version: !ruby/object:Gem::Requirement
2074
2050
  requirements:
2075
- - - ">="
2051
+ - - ">"
2076
2052
  - !ruby/object:Gem::Version
2077
- version: '0'
2053
+ version: 1.3.1
2078
2054
  requirements: []
2079
2055
  rubygems_version: 3.0.3
2080
2056
  signing_key: