workarea-super_hero 2.2.2 → 2.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{.eslintrc → .eslintrc.json} +13 -2
- data/.github/workflows/ci.yml +60 -0
- data/.gitignore +2 -0
- data/.rubocop.yml +2 -11
- data/.stylelintrc.json +8 -0
- data/Gemfile +2 -2
- data/README.md +22 -33
- data/config/initializers/content_block_types.rb +2 -2
- data/lib/workarea/super_hero/version.rb +1 -1
- data/package.json +9 -0
- data/workarea-super_hero.gemspec +1 -1
- data/yarn.lock +3270 -0
- metadata +10 -16
- data/.jshintrc +0 -37
- data/.scss-lint.yml +0 -188
- data/LICENSE.md +0 -3
- data/test/dummy/config/initializers/session_store.rb +0 -3
metadata
CHANGED
@@ -1,35 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: workarea-super_hero
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Curt Howard
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: workarea
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: 3.x
|
20
17
|
- - ">="
|
21
18
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
19
|
+
version: 3.5.x
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
|
-
- - "~>"
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: 3.x
|
30
24
|
- - ">="
|
31
25
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
26
|
+
version: 3.5.x
|
33
27
|
description: Advanced hero content block with content positioning, image cropping,
|
34
28
|
mobile sweetness, and video embedding!
|
35
29
|
email:
|
@@ -39,21 +33,20 @@ extensions: []
|
|
39
33
|
extra_rdoc_files: []
|
40
34
|
files:
|
41
35
|
- ".editorconfig"
|
42
|
-
- ".eslintrc"
|
36
|
+
- ".eslintrc.json"
|
43
37
|
- ".github/ISSUE_TEMPLATE/bug_report.md"
|
44
38
|
- ".github/ISSUE_TEMPLATE/documentation-request.md"
|
45
39
|
- ".github/ISSUE_TEMPLATE/feature_request.md"
|
40
|
+
- ".github/workflows/ci.yml"
|
46
41
|
- ".gitignore"
|
47
|
-
- ".jshintrc"
|
48
42
|
- ".rails-rubocop.yml"
|
49
43
|
- ".rubocop.yml"
|
50
|
-
- ".
|
44
|
+
- ".stylelintrc.json"
|
51
45
|
- CHANGELOG.md
|
52
46
|
- CODE_OF_CONDUCT.md
|
53
47
|
- CONTRIBUTING.md
|
54
48
|
- Gemfile
|
55
49
|
- LICENSE
|
56
|
-
- LICENSE.md
|
57
50
|
- README.md
|
58
51
|
- Rakefile
|
59
52
|
- app/assets/images/workarea/admin/content_block_types/super_hero.svg
|
@@ -84,6 +77,7 @@ files:
|
|
84
77
|
- lib/workarea/super_hero.rb
|
85
78
|
- lib/workarea/super_hero/engine.rb
|
86
79
|
- lib/workarea/super_hero/version.rb
|
80
|
+
- package.json
|
87
81
|
- super_hero_logo.svg
|
88
82
|
- test/dummy/Rakefile
|
89
83
|
- test/dummy/app/assets/config/manifest.js
|
@@ -120,7 +114,6 @@ files:
|
|
120
114
|
- test/dummy/config/initializers/inflections.rb
|
121
115
|
- test/dummy/config/initializers/mime_types.rb
|
122
116
|
- test/dummy/config/initializers/new_framework_defaults.rb
|
123
|
-
- test/dummy/config/initializers/session_store.rb
|
124
117
|
- test/dummy/config/initializers/workarea.rb
|
125
118
|
- test/dummy/config/initializers/wrap_parameters.rb
|
126
119
|
- test/dummy/config/locales/en.yml
|
@@ -135,6 +128,7 @@ files:
|
|
135
128
|
- test/test_helper.rb
|
136
129
|
- test/view_models/workarea/storefront/super_hero_view_model_test.rb
|
137
130
|
- workarea-super_hero.gemspec
|
131
|
+
- yarn.lock
|
138
132
|
homepage: https://github.com/workarea-commerce/workarea-super_hero
|
139
133
|
licenses:
|
140
134
|
- Business Software License
|
@@ -154,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
148
|
- !ruby/object:Gem::Version
|
155
149
|
version: '0'
|
156
150
|
requirements: []
|
157
|
-
rubygems_version: 3.0.
|
151
|
+
rubygems_version: 3.0.6
|
158
152
|
signing_key:
|
159
153
|
specification_version: 4
|
160
154
|
summary: Is it a bird? Is it a plane? No it's a sweet hero content block!
|
data/.jshintrc
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"bitwise": true,
|
3
|
-
"camelcase": false,
|
4
|
-
"curly": true,
|
5
|
-
"eqeqeq": true,
|
6
|
-
"forin": true,
|
7
|
-
"immed": true,
|
8
|
-
"indent": 4,
|
9
|
-
"latedef": true,
|
10
|
-
"maxlen": 80,
|
11
|
-
"newcap": true,
|
12
|
-
"noarg": true,
|
13
|
-
"noempty": true,
|
14
|
-
"nonew": true,
|
15
|
-
"plusplus": true,
|
16
|
-
"quotmark": true,
|
17
|
-
"undef": true,
|
18
|
-
"unused": true,
|
19
|
-
"strict": true,
|
20
|
-
"trailing": true,
|
21
|
-
"browser": true,
|
22
|
-
"jquery": true,
|
23
|
-
"onevar": true,
|
24
|
-
"white": true,
|
25
|
-
"globals": {
|
26
|
-
"WEBLINC": false,
|
27
|
-
"_": false,
|
28
|
-
"I18n": false,
|
29
|
-
"JST": false,
|
30
|
-
"Modernizr": false,
|
31
|
-
"sinon": false,
|
32
|
-
"describe": false,
|
33
|
-
"it": false,
|
34
|
-
"expect": false,
|
35
|
-
"fixture": false
|
36
|
-
}
|
37
|
-
}
|
data/.scss-lint.yml
DELETED
@@ -1,188 +0,0 @@
|
|
1
|
-
# Extension of the default configuration:
|
2
|
-
# https://github.com/causes/scss-lint/blob/master/config/default.yml
|
3
|
-
|
4
|
-
linters:
|
5
|
-
Comment:
|
6
|
-
enabled: false
|
7
|
-
|
8
|
-
DeclarationOrder:
|
9
|
-
enabled: true
|
10
|
-
|
11
|
-
ElsePlacement:
|
12
|
-
enabled: true
|
13
|
-
style: new_line
|
14
|
-
|
15
|
-
EmptyRule:
|
16
|
-
enabled: false
|
17
|
-
|
18
|
-
HexLength:
|
19
|
-
enabled: true
|
20
|
-
style: long
|
21
|
-
|
22
|
-
Indentation:
|
23
|
-
enabled: true
|
24
|
-
allow_non_nested_indentation: true
|
25
|
-
character: space
|
26
|
-
width: 4
|
27
|
-
|
28
|
-
LeadingZero:
|
29
|
-
enabled: true
|
30
|
-
style: include_zero
|
31
|
-
|
32
|
-
MergeableSelector:
|
33
|
-
enabled: true
|
34
|
-
force_nesting: false
|
35
|
-
|
36
|
-
PropertySortOrder:
|
37
|
-
enabled: true
|
38
|
-
ignore_unspecified: false
|
39
|
-
separate_groups: false
|
40
|
-
order:
|
41
|
-
- display
|
42
|
-
-
|
43
|
-
- position
|
44
|
-
- top
|
45
|
-
- right
|
46
|
-
- bottom
|
47
|
-
- left
|
48
|
-
- z-index
|
49
|
-
-
|
50
|
-
- margin
|
51
|
-
- margin-top
|
52
|
-
- margin-right
|
53
|
-
- margin-bottom
|
54
|
-
- margin-left
|
55
|
-
-
|
56
|
-
- margin-collapse
|
57
|
-
- margin-top-collapse
|
58
|
-
- margin-right-collapse
|
59
|
-
- margin-bottom-collapse
|
60
|
-
- margin-left-collapse
|
61
|
-
-
|
62
|
-
- padding
|
63
|
-
- padding-top
|
64
|
-
- padding-right
|
65
|
-
- padding-bottom
|
66
|
-
- padding-left
|
67
|
-
-
|
68
|
-
- width
|
69
|
-
- height
|
70
|
-
- max-width
|
71
|
-
- max-height
|
72
|
-
- min-width
|
73
|
-
- min-height
|
74
|
-
-
|
75
|
-
- float
|
76
|
-
- clear
|
77
|
-
-
|
78
|
-
- color
|
79
|
-
-
|
80
|
-
- font
|
81
|
-
- font-size
|
82
|
-
- font-style
|
83
|
-
- font-family
|
84
|
-
- font-weight
|
85
|
-
- font-variant
|
86
|
-
- font-smoothing
|
87
|
-
-
|
88
|
-
- line-height
|
89
|
-
- letter-spacing
|
90
|
-
- word-spacing
|
91
|
-
-
|
92
|
-
- text-align
|
93
|
-
- text-indent
|
94
|
-
- text-shadow
|
95
|
-
- text-overflow
|
96
|
-
- text-rendering
|
97
|
-
- text-transform
|
98
|
-
- text-decoration
|
99
|
-
- text-size-adjust
|
100
|
-
-
|
101
|
-
- word-break
|
102
|
-
- word-wrap
|
103
|
-
-
|
104
|
-
- white-space
|
105
|
-
-
|
106
|
-
- background
|
107
|
-
- background-size
|
108
|
-
- background-color
|
109
|
-
- background-image
|
110
|
-
- background-repeat
|
111
|
-
- background-position
|
112
|
-
- background-attachment
|
113
|
-
-
|
114
|
-
- border
|
115
|
-
- border-top
|
116
|
-
- border-right
|
117
|
-
- border-bottom
|
118
|
-
- border-left
|
119
|
-
-
|
120
|
-
- border-image
|
121
|
-
- border-spacing
|
122
|
-
- border-collapse
|
123
|
-
-
|
124
|
-
- border-color
|
125
|
-
- border-top-color
|
126
|
-
- border-right-color
|
127
|
-
- border-bottom-color
|
128
|
-
- border-left-color
|
129
|
-
-
|
130
|
-
- border-style
|
131
|
-
- border-top-style
|
132
|
-
- border-right-style
|
133
|
-
- border-bottom-style
|
134
|
-
- border-left-style
|
135
|
-
-
|
136
|
-
- border-width
|
137
|
-
- border-top-width
|
138
|
-
- border-right-width
|
139
|
-
- border-bottom-width
|
140
|
-
- border-left-width
|
141
|
-
-
|
142
|
-
- border-radius
|
143
|
-
- border-top-right-radius
|
144
|
-
- border-bottom-right-radius
|
145
|
-
- border-bottom-left-radius
|
146
|
-
- border-top-left-radius
|
147
|
-
- border-radius-topright
|
148
|
-
- border-radius-bottomright
|
149
|
-
- border-radius-bottomleft
|
150
|
-
- border-radius-topleft
|
151
|
-
-
|
152
|
-
- box-shadow
|
153
|
-
|
154
|
-
SelectorFormat:
|
155
|
-
enabled: true
|
156
|
-
convention: hyphenated_BEM
|
157
|
-
|
158
|
-
SingleLinePerSelector:
|
159
|
-
enabled: false
|
160
|
-
|
161
|
-
SpaceAfterPropertyColon:
|
162
|
-
enabled: true
|
163
|
-
style: at_least_one_space
|
164
|
-
|
165
|
-
SpaceBeforeBrace:
|
166
|
-
enabled: true
|
167
|
-
style: space
|
168
|
-
allow_single_line_padding: true
|
169
|
-
|
170
|
-
VariableForProperty:
|
171
|
-
enabled: true
|
172
|
-
properties:
|
173
|
-
- color
|
174
|
-
- font-family
|
175
|
-
- background-color
|
176
|
-
|
177
|
-
# These default settings may be problematic to implementors. They are not
|
178
|
-
# ommitted so that they may be adjusted as needed during an implementation.
|
179
|
-
#
|
180
|
-
# For documentation:
|
181
|
-
# https://github.com/causes/scss-lint/blob/master/lib/scss_lint/linter/README.md
|
182
|
-
|
183
|
-
DuplicateProperty:
|
184
|
-
enabled: true
|
185
|
-
|
186
|
-
PropertySpelling:
|
187
|
-
enabled: true
|
188
|
-
extra_properties: [] # Add experimental CSS to this array, if needed
|
data/LICENSE.md
DELETED