lookbook 2.0.0.rc.2 → 2.0.0
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/README.md +8 -18
- data/app/components/lookbook/message/component.css +2 -1
- data/app/components/lookbook/params/field/component.rb +1 -1
- data/lib/lookbook/engine.rb +0 -2
- data/lib/lookbook/entities/renderable_entity.rb +14 -1
- data/lib/lookbook/preview_controller_actions.rb +41 -41
- data/lib/lookbook/runtime_context.rb +1 -1
- data/lib/lookbook/support/utils/where.rb +49 -0
- data/lib/lookbook/version.rb +1 -1
- data/public/lookbook-assets/css/lookbook.css +1 -3
- data/public/lookbook-assets/css/lookbook.css.map +1 -1
- data/public/lookbook-assets/js/index.js +116 -116
- data/public/lookbook-assets/js/index.js.map +1 -1
- metadata +19 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lookbook
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Perkins
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: css_parser
|
@@ -156,6 +156,20 @@ dependencies:
|
|
156
156
|
- - "~>"
|
157
157
|
- !ruby/object:Gem::Version
|
158
158
|
version: 4.3.4
|
159
|
+
- !ruby/object:Gem::Dependency
|
160
|
+
name: marcel
|
161
|
+
requirement: !ruby/object:Gem::Requirement
|
162
|
+
requirements:
|
163
|
+
- - "~>"
|
164
|
+
- !ruby/object:Gem::Version
|
165
|
+
version: '1.0'
|
166
|
+
type: :runtime
|
167
|
+
prerelease: false
|
168
|
+
version_requirements: !ruby/object:Gem::Requirement
|
169
|
+
requirements:
|
170
|
+
- - "~>"
|
171
|
+
- !ruby/object:Gem::Version
|
172
|
+
version: '1.0'
|
159
173
|
description:
|
160
174
|
email:
|
161
175
|
executables: []
|
@@ -1336,6 +1350,7 @@ files:
|
|
1336
1350
|
- lib/lookbook/support/tree_node.rb
|
1337
1351
|
- lib/lookbook/support/utils/path_utils.rb
|
1338
1352
|
- lib/lookbook/support/utils/utils.rb
|
1353
|
+
- lib/lookbook/support/utils/where.rb
|
1339
1354
|
- lib/lookbook/tags/after_render_tag.rb
|
1340
1355
|
- lib/lookbook/tags/custom_tag.rb
|
1341
1356
|
- lib/lookbook/tags/display_tag.rb
|
@@ -1402,9 +1417,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1402
1417
|
version: 2.7.0
|
1403
1418
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1404
1419
|
requirements:
|
1405
|
-
- - "
|
1420
|
+
- - ">="
|
1406
1421
|
- !ruby/object:Gem::Version
|
1407
|
-
version:
|
1422
|
+
version: '0'
|
1408
1423
|
requirements: []
|
1409
1424
|
rubygems_version: 3.3.26
|
1410
1425
|
signing_key:
|