@shopify/cli 3.69.4 → 3.71.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.
- package/{dist/assets/cli-ruby/LICENSE → LICENSE} +0 -2
- package/dist/{lib-CPSRXLFM.js → chunk-2HGYYNE5.js} +5 -2
- package/dist/chunk-3AOK7V27.js +3792 -0
- package/dist/{chunk-PNN7RS7Y.js → chunk-3NSN5Z4N.js} +100 -11
- package/dist/{chunk-EJGKAHVK.js → chunk-455HYBGX.js} +3 -3
- package/dist/{chunk-BMTELIUS.js → chunk-4G7SL7SU.js} +4 -4
- package/dist/{chunk-OWCYMR5Y.js → chunk-5F2WGMCL.js} +4 -4
- package/dist/{chunk-2NCWYVM4.js → chunk-5JZ5AGAQ.js} +652 -654
- package/dist/chunk-5OHM64KO.js +104 -0
- package/dist/{chunk-F54UWMGQ.js → chunk-675SL4FV.js} +3 -3
- package/dist/{chunk-WHP4CEBJ.js → chunk-AXNBVGJC.js} +20 -25
- package/dist/{chunk-KM4TMAQ2.js → chunk-BEVHUPQZ.js} +13 -9
- package/dist/{chunk-6XKWVDB6.js → chunk-CBBS4CV7.js} +3 -3
- package/dist/{chunk-YNL4XNMX.js → chunk-GJ7EWRH4.js} +4 -4
- package/dist/{chunk-N3U3EHOE.js → chunk-GV72NRZZ.js} +3 -3
- package/dist/{chunk-ZGHNMRBX.js → chunk-HSTSRNLJ.js} +121 -66
- package/dist/{chunk-ISDSND4L.js → chunk-IGH7XTG6.js} +2 -2
- package/dist/chunk-IJG6JLEF.js +28 -0
- package/dist/chunk-IJSEKDUR.js +28 -0
- package/dist/{chunk-VQ3R5DHS.js → chunk-JTWM7VKM.js} +4 -4
- package/dist/{chunk-VHEJRU4K.js → chunk-K6UZ5NEO.js} +7 -7
- package/dist/{chunk-JHVVETTP.js → chunk-KBDH6IDK.js} +19 -11
- package/dist/{chunk-7B5FNNVB.js → chunk-KJJGDUT2.js} +4 -4
- package/dist/{chunk-334DJQUN.js → chunk-KOHDI3KN.js} +7 -3
- package/dist/{chunk-MX4RJDBM.js → chunk-KYB6A4PE.js} +1 -2
- package/dist/{chunk-ORDEDRCZ.js → chunk-LMK5VFZE.js} +3 -3
- package/dist/{chunk-2JRUKBKX.js → chunk-LSQU4XJZ.js} +32 -218
- package/dist/{chunk-YPWRQ5AU.js → chunk-MG6EVKFQ.js} +3 -3
- package/dist/{chunk-K3GASX6Y.js → chunk-MHLSPYVQ.js} +3 -3
- package/dist/{chunk-27ILOE3X.js → chunk-OJOHMVV7.js} +6 -6
- package/dist/{chunk-7NPDPZ22.js → chunk-PDNTPE4N.js} +4355 -5172
- package/dist/{chunk-Y3MSANL5.js → chunk-RQJF2YRM.js} +2 -2
- package/dist/{chunk-S2IXL3EU.js → chunk-RXYE2GI3.js} +2 -2
- package/dist/chunk-SVWWKVUI.js +165 -0
- package/dist/{chunk-BRO6DC7D.js → chunk-T2BV6JEL.js} +18 -24
- package/dist/{chunk-6IATSQ3X.js → chunk-UDRKRTS4.js} +3 -3
- package/dist/{chunk-RYTZQSHH.js → chunk-VNZQKLLO.js} +2 -2
- package/dist/{chunk-UQUVQV3X.js → chunk-WLNYFGYY.js} +4 -4
- package/dist/{chunk-A3JXD7N7.js → chunk-WNDN5FAY.js} +4 -4
- package/dist/chunk-WZW6P6AO.js +105 -0
- package/dist/{chunk-TLZ4ZBH3.js → chunk-XOSZOZ3F.js} +7 -5
- package/dist/{chunk-TV5WOUSX.js → chunk-YNXUXQFM.js} +2 -2
- package/dist/{chunk-HV364V3E.js → chunk-YZA6BRN3.js} +2 -2
- package/dist/cli/commands/auth/logout.js +20 -20
- package/dist/cli/commands/auth/logout.test.js +22 -22
- package/dist/cli/commands/{demo/print-ai-prompt.d.ts → cache/clear.d.ts} +1 -1
- package/dist/cli/commands/cache/clear.js +33 -0
- package/dist/cli/commands/debug/command-flags.js +19 -19
- package/dist/cli/commands/docs/generate.js +19 -19
- package/dist/cli/commands/docs/generate.test.js +20 -20
- package/dist/cli/commands/help.js +19 -19
- package/dist/cli/commands/kitchen-sink/async.js +20 -20
- package/dist/cli/commands/kitchen-sink/async.test.js +21 -21
- package/dist/cli/commands/kitchen-sink/index.js +22 -22
- package/dist/cli/commands/kitchen-sink/index.test.js +25 -25
- package/dist/cli/commands/kitchen-sink/prompts.js +20 -20
- package/dist/cli/commands/kitchen-sink/prompts.test.js +21 -21
- package/dist/cli/commands/kitchen-sink/static.js +20 -20
- package/dist/cli/commands/kitchen-sink/static.test.js +21 -21
- package/dist/cli/commands/notifications/generate.d.ts +6 -0
- package/dist/cli/commands/notifications/generate.js +34 -0
- package/dist/cli/commands/{demo/catalog.d.ts → notifications/list.d.ts} +1 -1
- package/dist/cli/commands/notifications/list.js +34 -0
- package/dist/cli/commands/search.js +20 -20
- package/dist/cli/commands/upgrade.js +20 -20
- package/dist/cli/commands/upgrade.test.js +1 -2
- package/dist/cli/commands/version.js +20 -20
- package/dist/cli/commands/version.test.js +21 -21
- package/dist/cli/services/commands/notifications.d.ts +2 -0
- package/dist/cli/services/commands/notifications.js +29 -0
- package/dist/cli/services/commands/search.js +9 -10
- package/dist/cli/services/commands/search.test.js +10 -11
- package/dist/cli/services/commands/version.js +10 -11
- package/dist/cli/services/commands/version.test.js +12 -13
- package/dist/cli/services/kitchen-sink/async.js +9 -10
- package/dist/cli/services/kitchen-sink/prompts.js +9 -10
- package/dist/cli/services/kitchen-sink/static.js +9 -10
- package/dist/cli/services/upgrade.js +10 -11
- package/dist/cli/services/upgrade.test.js +15 -16
- package/dist/configs/all.yml +15 -0
- package/dist/configs/recommended.yml +9 -0
- package/dist/{custom-oclif-loader-TBU3GENB.js → custom-oclif-loader-U43F5H7M.js} +13 -14
- package/dist/data/filters.json +137 -19
- package/dist/data/latest.json +1 -1
- package/dist/data/manifest_theme.json +1 -0
- package/dist/data/objects.json +203 -1625
- package/dist/data/preset_blocks.json +78 -0
- package/dist/data/section.json +1 -42
- package/dist/data/shopify_system_translations.json +58 -2
- package/dist/data/tags.json +10 -0
- package/dist/data/theme_block.json +1 -19
- package/dist/{del-7ZS2Z64N.js → del-K5ZJEWTD.js} +3 -3
- package/dist/{error-handler-IL72ACEX.js → error-handler-GSXEX5NX.js} +17 -18
- package/dist/hooks/postrun.js +14 -15
- package/dist/hooks/prerun.js +16 -19
- package/dist/index.js +34605 -31345
- package/dist/lib-PPXZBVZX.js +6 -0
- package/dist/{lib-JHUCJTHS.js → lib-XYCLX35G.js} +5 -5
- package/dist/{local-OE2I46PA.js → local-STC6NEOC.js} +11 -10
- package/dist/{morph-UIXWG2S7.js → morph-SEECJQ2W.js} +3 -3
- package/dist/{node-SDBKEHIV.js → node-I54BR73K.js} +21 -21
- package/dist/{node-package-manager-LPDV6HZY.js → node-package-manager-DUWCXRNZ.js} +10 -11
- package/dist/{out-ZDSLKX4N.js → out-MHEKZJWS.js} +2 -2
- package/dist/{path-T2RCZTRE.js → path-5SZGULBR.js} +2 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-WB42ZV4M.js → ui-GZXRHEXO.js} +9 -10
- package/dist/{workerd-YWTPL4SF.js → workerd-WQ2CUXFS.js} +23 -23
- package/oclif.manifest.json +393 -223
- package/package.json +7 -8
- package/assets/demo-catalog.json +0 -655
- package/dist/assets/cli-ruby/.devcontainer.json +0 -5
- package/dist/assets/cli-ruby/.rubocop.yml +0 -102
- package/dist/assets/cli-ruby/.rubocop_todo.yml +0 -24
- package/dist/assets/cli-ruby/CHANGELOG.md +0 -634
- package/dist/assets/cli-ruby/CONTRIBUTING.md +0 -3
- package/dist/assets/cli-ruby/Codespace.dockerfile +0 -35
- package/dist/assets/cli-ruby/Gemfile +0 -32
- package/dist/assets/cli-ruby/README.md +0 -30
- package/dist/assets/cli-ruby/Rakefile +0 -167
- package/dist/assets/cli-ruby/SECURITY.md +0 -59
- package/dist/assets/cli-ruby/Tests.dockerfile +0 -35
- package/dist/assets/cli-ruby/assets/logo.png +0 -0
- package/dist/assets/cli-ruby/bin/console +0 -11
- package/dist/assets/cli-ruby/bin/load_shopify.rb +0 -22
- package/dist/assets/cli-ruby/bin/shopify +0 -67
- package/dist/assets/cli-ruby/bin/shopify.bat +0 -3
- package/dist/assets/cli-ruby/bin/update-deps +0 -97
- package/dist/assets/cli-ruby/dev.yml +0 -29
- package/dist/assets/cli-ruby/docs/README.md +0 -13
- package/dist/assets/cli-ruby/docs/contributors/testing.md +0 -27
- package/dist/assets/cli-ruby/docs/users/installation.md +0 -3
- package/dist/assets/cli-ruby/docs/users/migrate-from-themekit.md +0 -18
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-arm-macos-v0.1.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-arm-macos-v0.2.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-arm-macos-v0.2.1.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-arm-macos-v0.3.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-linux-v0.1.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-linux-v0.2.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-linux-v0.2.1.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-linux-v0.3.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-macos-v0.1.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-macos-v0.2.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-macos-v0.2.1.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-macos-v0.3.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-windows-v0.1.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-windows-v0.2.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-windows-v0.2.1.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-windows-v0.3.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/javy.rb +0 -204
- package/dist/assets/cli-ruby/ext/javy/version +0 -1
- package/dist/assets/cli-ruby/ext/shopify-extensions/extconf.rb +0 -21
- package/dist/assets/cli-ruby/ext/shopify-extensions/shopify_extensions.rb +0 -152
- package/dist/assets/cli-ruby/ext/shopify-extensions/version +0 -1
- package/dist/assets/cli-ruby/features/support/assertions.rb +0 -17
- package/dist/assets/cli-ruby/features/support/cli.rb +0 -7
- package/dist/assets/cli-ruby/features/support/process.rb +0 -27
- package/dist/assets/cli-ruby/features/support/requires.rb +0 -3
- package/dist/assets/cli-ruby/lib/docgen/class_template.md.erb +0 -81
- package/dist/assets/cli-ruby/lib/docgen/index_template.md.erb +0 -5
- package/dist/assets/cli-ruby/lib/docgen/markdown.rb +0 -101
- package/dist/assets/cli-ruby/lib/graphql/admin_introspection.graphql +0 -87
- package/dist/assets/cli-ruby/lib/graphql/all_organizations.graphql +0 -19
- package/dist/assets/cli-ruby/lib/graphql/all_orgs_with_apps.graphql +0 -30
- package/dist/assets/cli-ruby/lib/graphql/api_versions.graphql +0 -6
- package/dist/assets/cli-ruby/lib/graphql/convert_dev_to_test_store.graphql +0 -10
- package/dist/assets/cli-ruby/lib/graphql/create_app.graphql +0 -20
- package/dist/assets/cli-ruby/lib/graphql/create_customer.graphql +0 -9
- package/dist/assets/cli-ruby/lib/graphql/create_draft_order.graphql +0 -8
- package/dist/assets/cli-ruby/lib/graphql/create_product.graphql +0 -9
- package/dist/assets/cli-ruby/lib/graphql/extension_create.graphql +0 -37
- package/dist/assets/cli-ruby/lib/graphql/extension_update_draft.graphql +0 -19
- package/dist/assets/cli-ruby/lib/graphql/fetch_specifications.graphql +0 -14
- package/dist/assets/cli-ruby/lib/graphql/find_organization.graphql +0 -18
- package/dist/assets/cli-ruby/lib/graphql/find_organization_with_apps.graphql +0 -20
- package/dist/assets/cli-ruby/lib/graphql/get_app_by_api_key.graphql +0 -9
- package/dist/assets/cli-ruby/lib/graphql/get_app_urls.graphql +0 -6
- package/dist/assets/cli-ruby/lib/graphql/get_extension_registrations.graphql +0 -28
- package/dist/assets/cli-ruby/lib/graphql/get_variant_id.graphql +0 -16
- package/dist/assets/cli-ruby/lib/graphql/update_dashboard_urls.graphql +0 -8
- package/dist/assets/cli-ruby/lib/project_types/extension/cli.rb +0 -75
- package/dist/assets/cli-ruby/lib/project_types/extension/commands/extension_command.rb +0 -29
- package/dist/assets/cli-ruby/lib/project_types/extension/commands/serve.rb +0 -164
- package/dist/assets/cli-ruby/lib/project_types/extension/errors.rb +0 -9
- package/dist/assets/cli-ruby/lib/project_types/extension/extension_project.rb +0 -151
- package/dist/assets/cli-ruby/lib/project_types/extension/extension_project_keys.rb +0 -12
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo.rb +0 -50
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo_config.rb +0 -59
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo_dependencies.rb +0 -28
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo_runtime.rb +0 -15
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo_serve.rb +0 -115
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo_setup.rb +0 -54
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo_setup_step.rb +0 -31
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo_setup_steps.rb +0 -51
- package/dist/assets/cli-ruby/lib/project_types/extension/features/runtimes/admin.rb +0 -29
- package/dist/assets/cli-ruby/lib/project_types/extension/features/runtimes/base.rb +0 -19
- package/dist/assets/cli-ruby/lib/project_types/extension/features/runtimes/checkout_post_purchase.rb +0 -23
- package/dist/assets/cli-ruby/lib/project_types/extension/features/runtimes/checkout_ui_extension.rb +0 -29
- package/dist/assets/cli-ruby/lib/project_types/extension/loaders/project.rb +0 -50
- package/dist/assets/cli-ruby/lib/project_types/extension/loaders/specification_handler.rb +0 -22
- package/dist/assets/cli-ruby/lib/project_types/extension/messages/message_loading.rb +0 -34
- package/dist/assets/cli-ruby/lib/project_types/extension/messages/messages.rb +0 -320
- package/dist/assets/cli-ruby/lib/project_types/extension/models/app.rb +0 -14
- package/dist/assets/cli-ruby/lib/project_types/extension/models/lazy_specification_handler.rb +0 -12
- package/dist/assets/cli-ruby/lib/project_types/extension/models/specification.rb +0 -41
- package/dist/assets/cli-ruby/lib/project_types/extension/models/specification_handlers/default.rb +0 -145
- package/dist/assets/cli-ruby/lib/project_types/extension/models/specification_handlers/theme_app_extension.rb +0 -134
- package/dist/assets/cli-ruby/lib/project_types/extension/models/specifications.rb +0 -91
- package/dist/assets/cli-ruby/lib/project_types/extension/models/validation_error.rb +0 -17
- package/dist/assets/cli-ruby/lib/project_types/extension/models/version.rb +0 -15
- package/dist/assets/cli-ruby/lib/project_types/extension/tasks/configure_features.rb +0 -73
- package/dist/assets/cli-ruby/lib/project_types/extension/tasks/configure_options.rb +0 -21
- package/dist/assets/cli-ruby/lib/project_types/extension/tasks/converters/validation_error_converter.rb +0 -25
- package/dist/assets/cli-ruby/lib/project_types/extension/tasks/converters/version_converter.rb +0 -28
- package/dist/assets/cli-ruby/lib/project_types/extension/tasks/fetch_specifications.rb +0 -21
- package/dist/assets/cli-ruby/lib/project_types/node/cli.rb +0 -12
- package/dist/assets/cli-ruby/lib/project_types/node/forms/create.rb +0 -45
- package/dist/assets/cli-ruby/lib/project_types/node/messages/messages.rb +0 -33
- package/dist/assets/cli-ruby/lib/project_types/php/cli.rb +0 -16
- package/dist/assets/cli-ruby/lib/project_types/php/forms/create.rb +0 -44
- package/dist/assets/cli-ruby/lib/project_types/php/messages/messages.rb +0 -29
- package/dist/assets/cli-ruby/lib/project_types/rails/cli.rb +0 -15
- package/dist/assets/cli-ruby/lib/project_types/rails/forms/create.rb +0 -75
- package/dist/assets/cli-ruby/lib/project_types/rails/gem.rb +0 -110
- package/dist/assets/cli-ruby/lib/project_types/rails/messages/messages.rb +0 -101
- package/dist/assets/cli-ruby/lib/project_types/script/cli.rb +0 -27
- package/dist/assets/cli-ruby/lib/project_types/script/commands/connect.rb +0 -16
- package/dist/assets/cli-ruby/lib/project_types/script/commands/create.rb +0 -24
- package/dist/assets/cli-ruby/lib/project_types/script/commands/javy.rb +0 -24
- package/dist/assets/cli-ruby/lib/project_types/script/commands/push.rb +0 -26
- package/dist/assets/cli-ruby/lib/project_types/script/loaders/project.rb +0 -46
- package/dist/assets/cli-ruby/lib/project_types/script/loaders/specification_handler.rb +0 -22
- package/dist/assets/cli-ruby/lib/project_types/script/messages/messages.rb +0 -11
- package/dist/assets/cli-ruby/lib/project_types/theme/cli.rb +0 -33
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/common/root_helper.rb +0 -94
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/common/shop_helper.rb +0 -13
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/console.rb +0 -23
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/delete.rb +0 -70
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/init.rb +0 -46
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/list.rb +0 -33
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/open.rb +0 -73
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/package.rb +0 -73
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/publish.rb +0 -49
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/pull.rb +0 -118
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/push.rb +0 -160
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/serve.rb +0 -91
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/share.rb +0 -62
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/token.rb +0 -22
- package/dist/assets/cli-ruby/lib/project_types/theme/conversions/base_glob.rb +0 -65
- package/dist/assets/cli-ruby/lib/project_types/theme/conversions/ignore_glob.rb +0 -15
- package/dist/assets/cli-ruby/lib/project_types/theme/conversions/include_glob.rb +0 -15
- package/dist/assets/cli-ruby/lib/project_types/theme/forms/confirm_store.rb +0 -15
- package/dist/assets/cli-ruby/lib/project_types/theme/forms/select.rb +0 -34
- package/dist/assets/cli-ruby/lib/project_types/theme/messages/messages.rb +0 -429
- package/dist/assets/cli-ruby/lib/project_types/theme/models/specification_handlers/theme.rb +0 -19
- package/dist/assets/cli-ruby/lib/project_types/theme/presenters/theme_presenter.rb +0 -48
- package/dist/assets/cli-ruby/lib/project_types/theme/presenters/themes_presenter.rb +0 -29
- package/dist/assets/cli-ruby/lib/project_types/theme/ui/sync_progress_bar.rb +0 -20
- package/dist/assets/cli-ruby/lib/rubygems_plugin.rb +0 -26
- package/dist/assets/cli-ruby/lib/shopify_cli/admin_api.rb +0 -160
- package/dist/assets/cli-ruby/lib/shopify_cli/api.rb +0 -130
- package/dist/assets/cli-ruby/lib/shopify_cli/command/project_command.rb +0 -31
- package/dist/assets/cli-ruby/lib/shopify_cli/command/sub_command.rb +0 -20
- package/dist/assets/cli-ruby/lib/shopify_cli/command.rb +0 -166
- package/dist/assets/cli-ruby/lib/shopify_cli/commands.rb +0 -21
- package/dist/assets/cli-ruby/lib/shopify_cli/constants.rb +0 -101
- package/dist/assets/cli-ruby/lib/shopify_cli/context.rb +0 -709
- package/dist/assets/cli-ruby/lib/shopify_cli/core/cli_version.rb +0 -20
- package/dist/assets/cli-ruby/lib/shopify_cli/core/entry_point.rb +0 -64
- package/dist/assets/cli-ruby/lib/shopify_cli/core/executor.rb +0 -23
- package/dist/assets/cli-ruby/lib/shopify_cli/core/finalize.rb +0 -13
- package/dist/assets/cli-ruby/lib/shopify_cli/core/monorail.rb +0 -122
- package/dist/assets/cli-ruby/lib/shopify_cli/core.rb +0 -8
- package/dist/assets/cli-ruby/lib/shopify_cli/db.rb +0 -114
- package/dist/assets/cli-ruby/lib/shopify_cli/environment.rb +0 -217
- package/dist/assets/cli-ruby/lib/shopify_cli/exception_reporter.rb +0 -80
- package/dist/assets/cli-ruby/lib/shopify_cli/feature.rb +0 -95
- package/dist/assets/cli-ruby/lib/shopify_cli/file_system_listener.rb +0 -30
- package/dist/assets/cli-ruby/lib/shopify_cli/form.rb +0 -42
- package/dist/assets/cli-ruby/lib/shopify_cli/git.rb +0 -320
- package/dist/assets/cli-ruby/lib/shopify_cli/github/issue_url_generator.rb +0 -30
- package/dist/assets/cli-ruby/lib/shopify_cli/github.rb +0 -5
- package/dist/assets/cli-ruby/lib/shopify_cli/helpers/haikunator.rb +0 -92
- package/dist/assets/cli-ruby/lib/shopify_cli/helpers.rb +0 -5
- package/dist/assets/cli-ruby/lib/shopify_cli/http_request.rb +0 -43
- package/dist/assets/cli-ruby/lib/shopify_cli/identity_auth/env_auth_token.rb +0 -34
- package/dist/assets/cli-ruby/lib/shopify_cli/identity_auth.rb +0 -332
- package/dist/assets/cli-ruby/lib/shopify_cli/js_system.rb +0 -115
- package/dist/assets/cli-ruby/lib/shopify_cli/lazy_delegator.rb +0 -55
- package/dist/assets/cli-ruby/lib/shopify_cli/messages/messages.rb +0 -863
- package/dist/assets/cli-ruby/lib/shopify_cli/method_object.rb +0 -123
- package/dist/assets/cli-ruby/lib/shopify_cli/migrator/migration.rb +0 -27
- package/dist/assets/cli-ruby/lib/shopify_cli/migrator/migrations/1631709766_noop.rb +0 -13
- package/dist/assets/cli-ruby/lib/shopify_cli/migrator/migrations/1633691650_merge_reporting_configuration.rb +0 -41
- package/dist/assets/cli-ruby/lib/shopify_cli/migrator.rb +0 -46
- package/dist/assets/cli-ruby/lib/shopify_cli/options.rb +0 -40
- package/dist/assets/cli-ruby/lib/shopify_cli/partners_api/app_extensions/job.rb +0 -36
- package/dist/assets/cli-ruby/lib/shopify_cli/partners_api/app_extensions.rb +0 -46
- package/dist/assets/cli-ruby/lib/shopify_cli/partners_api/organizations.rb +0 -45
- package/dist/assets/cli-ruby/lib/shopify_cli/partners_api.rb +0 -91
- package/dist/assets/cli-ruby/lib/shopify_cli/project.rb +0 -199
- package/dist/assets/cli-ruby/lib/shopify_cli/project_type.rb +0 -66
- package/dist/assets/cli-ruby/lib/shopify_cli/reporting_configuration_controller.rb +0 -29
- package/dist/assets/cli-ruby/lib/shopify_cli/resolve_constant.rb +0 -25
- package/dist/assets/cli-ruby/lib/shopify_cli/resources/env_file.rb +0 -108
- package/dist/assets/cli-ruby/lib/shopify_cli/resources.rb +0 -5
- package/dist/assets/cli-ruby/lib/shopify_cli/result.rb +0 -448
- package/dist/assets/cli-ruby/lib/shopify_cli/shopifolk.rb +0 -82
- package/dist/assets/cli-ruby/lib/shopify_cli/task.rb +0 -20
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/confirm_store.rb +0 -18
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/create_api_client.rb +0 -40
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/ensure_authenticated.rb +0 -19
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/ensure_dev_store.rb +0 -41
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/ensure_env.rb +0 -90
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/ensure_git_dependency.rb +0 -14
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/ensure_loopback_url.rb +0 -20
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/ensure_project_type.rb +0 -14
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/select_org_and_shop.rb +0 -81
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/update_dashboard_urls.rb +0 -57
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks.rb +0 -44
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/backoff_helper.rb +0 -47
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/cdn_fonts.rb +0 -82
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/certificate_manager.rb +0 -79
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/errors.rb +0 -9
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/header_hash.rb +0 -98
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hooks/file_change_hook.rb +0 -77
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/remote_file_deleter.rb +0 -62
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/remote_file_reloader.rb +0 -63
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/resources/hot-reload-no-script.html +0 -27
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/resources/hot_reload.js +0 -48
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/resources/sse_client.js +0 -43
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/resources/theme.js +0 -114
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/resources/theme_extension.js +0 -121
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/script_injector.rb +0 -57
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/sections_index.rb +0 -50
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload.rb +0 -75
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/local_assets.rb +0 -101
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/proxy.rb +0 -313
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/proxy_param_builder.rb +0 -84
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/reload_mode.rb +0 -34
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/remote_watcher/json_files_update_job.rb +0 -35
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/remote_watcher.rb +0 -44
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/sse.rb +0 -75
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/watcher.rb +0 -64
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/web_server.rb +0 -140
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server.rb +0 -332
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/development_theme.rb +0 -101
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/app_extension.rb +0 -40
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/hooks/file_change_hook.rb +0 -76
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/hot_reload/script_injector.rb +0 -30
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/hot_reload.rb +0 -13
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/local_assets.rb +0 -31
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/proxy_param_builder.rb +0 -94
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/watcher.rb +0 -49
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server.rb +0 -175
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/host_theme.rb +0 -109
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/ignore_helper.rb +0 -35
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/syncer/extension_serve_job.rb +0 -120
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/syncer/operation.rb +0 -25
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/syncer.rb +0 -100
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/ui/host_theme_progress_bar.rb +0 -35
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/ui/host_theme_raw_progress_bar.rb +0 -40
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/file.rb +0 -133
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/filter/path_matcher.rb +0 -38
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/ignore_filter.rb +0 -112
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/ignore_helper.rb +0 -37
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/include_filter.rb +0 -67
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/mime_type.rb +0 -34
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/notifier.rb +0 -52
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl/api.rb +0 -109
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl/auth_dev_server.rb +0 -93
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl/auth_middleware.rb +0 -97
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl/remote_evaluator.rb +0 -166
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl/resources/success.html +0 -78
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl/resources/template.liquid +0 -15
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl/snippet.rb +0 -81
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl.rb +0 -88
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/root.rb +0 -62
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/checksums.rb +0 -66
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/downloader.rb +0 -63
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/error_reporter.rb +0 -45
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/merger.rb +0 -53
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/operation.rb +0 -49
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/standard_reporter.rb +0 -32
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/unsupported_script_warning.rb +0 -90
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/bulk.rb +0 -133
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/bulk_item.rb +0 -64
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/bulk_job.rb +0 -139
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/bulk_request.rb +0 -30
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/forms/apply_to_all.rb +0 -41
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/forms/apply_to_all_form.rb +0 -37
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/forms/base_strategy_form.rb +0 -64
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/forms/select_delete_strategy.rb +0 -29
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/forms/select_update_strategy.rb +0 -30
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/json_delete_handler.rb +0 -49
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/json_update_handler.rb +0 -71
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader.rb +0 -231
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer.rb +0 -391
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/theme.rb +0 -212
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/theme_access_api.rb +0 -89
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/theme_admin_api.rb +0 -101
- package/dist/assets/cli-ruby/lib/shopify_cli/thread_pool/job.rb +0 -35
- package/dist/assets/cli-ruby/lib/shopify_cli/thread_pool.rb +0 -49
- package/dist/assets/cli-ruby/lib/shopify_cli/transform_data_structure.rb +0 -87
- package/dist/assets/cli-ruby/lib/shopify_cli/utilities.rb +0 -21
- package/dist/assets/cli-ruby/lib/shopify_cli/version.rb +0 -3
- package/dist/assets/cli-ruby/lib/shopify_cli.rb +0 -182
- package/dist/assets/cli-ruby/shipit.rubygems.yml +0 -3
- package/dist/assets/cli-ruby/shopify-cli.gemspec +0 -46
- package/dist/assets/cli-ruby/shopify-dev +0 -16
- package/dist/assets/cli-ruby/test/minitest_ext.rb +0 -115
- package/dist/assets/cli-ruby/test/project_types/extension/extension_test_helpers.rb +0 -70
- package/dist/assets/cli-ruby/test/shopify-cli/migrator/migrations/migration_helper.rb +0 -20
- package/dist/assets/cli-ruby/test/test_helpers.rb +0 -16
- package/dist/assets/cli-ruby/utilities/constants.rb +0 -7
- package/dist/assets/cli-ruby/utilities/docker/container.rb +0 -104
- package/dist/assets/cli-ruby/utilities/docker.rb +0 -89
- package/dist/assets/cli-ruby/utilities/utilities.rb +0 -6
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/REVISION +0 -1
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/autocall.rb +0 -21
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/base_command.rb +0 -49
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/command_registry.rb +0 -94
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/config.rb +0 -133
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/error_handler.rb +0 -123
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/executor.rb +0 -79
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/ini.rb +0 -102
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/levenshtein.rb +0 -82
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/logger.rb +0 -82
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/resolver.rb +0 -60
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/ruby_backports/enumerable.rb +0 -6
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/support/test_helper.rb +0 -244
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/support.rb +0 -9
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/system.rb +0 -243
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/util.rb +0 -193
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/version.rb +0 -5
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit.rb +0 -60
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/REVISION +0 -1
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/ansi.rb +0 -157
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/color.rb +0 -84
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/formatter.rb +0 -193
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/frame/frame_stack.rb +0 -98
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/frame/frame_style/box.rb +0 -166
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/frame/frame_style/bracket.rb +0 -139
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/frame/frame_style.rb +0 -120
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/frame.rb +0 -269
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/glyph.rb +0 -84
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/os.rb +0 -73
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/printer.rb +0 -59
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/progress.rb +0 -90
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/progress_plain.rb +0 -50
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/prompt/interactive_options.rb +0 -484
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/prompt/options_handler.rb +0 -29
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/prompt.rb +0 -282
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/spinner/async.rb +0 -40
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/spinner/spin_group.rb +0 -263
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/spinner.rb +0 -66
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/stdout_router.rb +0 -232
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/terminal.rb +0 -46
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/truncater.rb +0 -102
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/version.rb +0 -5
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/widgets/base.rb +0 -27
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/widgets/status.rb +0 -61
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/widgets.rb +0 -77
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/wrap.rb +0 -56
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui.rb +0 -234
- package/dist/assets/cli-ruby/vendor/deps/ruby2_keywords/LICENSE +0 -22
- package/dist/assets/cli-ruby/vendor/deps/ruby2_keywords/README.md +0 -67
- package/dist/assets/cli-ruby/vendor/deps/ruby2_keywords/Rakefile +0 -54
- package/dist/assets/cli-ruby/vendor/deps/ruby2_keywords/lib/ruby2_keywords.rb +0 -57
- package/dist/assets/cli-ruby/vendor/deps/ruby2_keywords/ruby2_keywords.gemspec +0 -18
- package/dist/assets/cli-ruby/vendor/deps/ruby2_keywords/test/test_keyword.rb +0 -41
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/REVISION +0 -1
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/errors.rb +0 -114
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/property.rb +0 -168
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/property_collection.rb +0 -83
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/validations/ancestor.rb +0 -27
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/validations.rb +0 -8
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/version.rb +0 -3
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties.rb +0 -174
- package/dist/assets/cli-ruby/vendor/deps/webrick/Gemfile +0 -3
- package/dist/assets/cli-ruby/vendor/deps/webrick/LICENSE.txt +0 -22
- package/dist/assets/cli-ruby/vendor/deps/webrick/README.md +0 -61
- package/dist/assets/cli-ruby/vendor/deps/webrick/Rakefile +0 -10
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/accesslog.rb +0 -157
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/cgi.rb +0 -313
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/compat.rb +0 -36
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/config.rb +0 -158
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/cookie.rb +0 -172
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/htmlutils.rb +0 -30
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/authenticator.rb +0 -117
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/basicauth.rb +0 -116
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/digestauth.rb +0 -395
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/htdigest.rb +0 -132
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/htgroup.rb +0 -97
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/htpasswd.rb +0 -158
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/userdb.rb +0 -53
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth.rb +0 -96
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpproxy.rb +0 -354
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httprequest.rb +0 -636
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpresponse.rb +0 -564
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/https.rb +0 -152
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpserver.rb +0 -294
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/abstract.rb +0 -152
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/cgi_runner.rb +0 -47
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/cgihandler.rb +0 -126
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/erbhandler.rb +0 -88
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/filehandler.rb +0 -552
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/prochandler.rb +0 -47
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet.rb +0 -23
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpstatus.rb +0 -194
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httputils.rb +0 -512
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpversion.rb +0 -76
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/log.rb +0 -156
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/server.rb +0 -381
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/ssl.rb +0 -215
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/utils.rb +0 -265
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/version.rb +0 -18
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick.rb +0 -232
- package/dist/assets/cli-ruby/vendor/deps/webrick/webrick.gemspec +0 -74
- package/dist/assets/cli-ruby/vendor/gen/lib/gen/commands/help.rb +0 -20
- package/dist/assets/cli-ruby/vendor/gen/lib/gen/commands/new.rb +0 -21
- package/dist/assets/cli-ruby/vendor/gen/lib/gen/commands.rb +0 -18
- package/dist/assets/cli-ruby/vendor/gen/lib/gen/entry_point.rb +0 -10
- package/dist/assets/cli-ruby/vendor/gen/lib/gen/generator.rb +0 -165
- package/dist/assets/cli-ruby/vendor/gen/lib/gen.rb +0 -39
- package/dist/assets/cli-ruby/vendor/gen/template/Gemfile +0 -10
- package/dist/assets/cli-ruby/vendor/gen/template/README.md +0 -1
- package/dist/assets/cli-ruby/vendor/gen/template/bin/testunit +0 -23
- package/dist/assets/cli-ruby/vendor/gen/template/bin/update-deps +0 -97
- package/dist/assets/cli-ruby/vendor/gen/template/dev-gems.yml +0 -3
- package/dist/assets/cli-ruby/vendor/gen/template/dev-vendor.yml +0 -4
- package/dist/assets/cli-ruby/vendor/gen/template/exe/__app__-gems +0 -17
- package/dist/assets/cli-ruby/vendor/gen/template/exe/__app__-vendor +0 -18
- package/dist/assets/cli-ruby/vendor/gen/template/lib/__app__/commands/example.rb +0 -19
- package/dist/assets/cli-ruby/vendor/gen/template/lib/__app__/commands/help.rb +0 -21
- package/dist/assets/cli-ruby/vendor/gen/template/lib/__app__/commands.rb +0 -18
- package/dist/assets/cli-ruby/vendor/gen/template/lib/__app__/entry_point.rb +0 -10
- package/dist/assets/cli-ruby/vendor/gen/template/lib/__app__.rb +0 -33
- package/dist/assets/cli-ruby/vendor/gen/template/test/example_test.rb +0 -17
- package/dist/assets/cli-ruby/vendor/gen/template/test/test_helper.rb +0 -22
- package/dist/assets/cli-ruby/vendor/lib/semantic/LICENSE +0 -20
- package/dist/assets/cli-ruby/vendor/lib/semantic/semantic.rb +0 -4
- package/dist/assets/cli-ruby/vendor/lib/semantic/version.rb +0 -179
- package/dist/assets/demo-catalog.json +0 -655
- package/dist/chunk-CPEFXM7T.js +0 -45
- package/dist/chunk-FVUAIT37.js +0 -312
- package/dist/chunk-FWX3KCDM.js +0 -116
- package/dist/chunk-FX2HB3CJ.js +0 -58
- package/dist/chunk-GYP4MV72.js +0 -59
- package/dist/chunk-NLUGD7PZ.js +0 -2731
- package/dist/chunk-P7JUHQKL.js +0 -115
- package/dist/chunk-QSUS3GJF.js +0 -3838
- package/dist/chunk-T2GATXSP.js +0 -112
- package/dist/cli/commands/demo/catalog.js +0 -34
- package/dist/cli/commands/demo/generate-file.d.ts +0 -11
- package/dist/cli/commands/demo/generate-file.js +0 -35
- package/dist/cli/commands/demo/index.d.ts +0 -10
- package/dist/cli/commands/demo/index.js +0 -34
- package/dist/cli/commands/demo/print-ai-prompt.js +0 -35
- package/dist/cli/services/demo.d.ts +0 -26440
- package/dist/cli/services/demo.js +0 -25
- package/dist/cli/services/demo.test.js +0 -42
- package/dist/constants-T7JXE5K7.js +0 -24
- package/dist/system-SGABHAU2.js +0 -29
package/dist/data/filters.json
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"category": "html",
|
|
78
78
|
"deprecated": false,
|
|
79
79
|
"deprecation_reason": "",
|
|
80
|
-
"description": "<aside class=\"note beta\">\n <h4>Developer preview</h4>\n <p>Style settings are currently only available as part of the <a href=\"/
|
|
80
|
+
"description": "<aside class=\"note beta\">\n <h4>Developer preview</h4>\n <p>Style settings are currently only available as part of the <a href=\"/storefronts/themes/architecture/blocks/theme-blocks/developer-preview\">Theme blocks developer preview</a>.</p>\n</aside>",
|
|
81
81
|
"parameters": [
|
|
82
82
|
|
|
83
83
|
],
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"show_data_tab": true
|
|
102
102
|
}
|
|
103
103
|
],
|
|
104
|
-
"summary": "Generates the list of style classes for a [style setting](/
|
|
105
|
-
"syntax": "
|
|
104
|
+
"summary": "Generates the list of style classes for a [style setting](/storefronts/themes/architecture/settings/style-settings) or a collection of settings.",
|
|
105
|
+
"syntax": "settings.layout | class_list",
|
|
106
106
|
"name": "class_list"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
{
|
|
115
115
|
"description": "attribute [string] You can specify the value of supported [HTML attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes).",
|
|
116
116
|
"name": "HTML",
|
|
117
|
+
"positional": true,
|
|
117
118
|
"required": false,
|
|
118
119
|
"types": [
|
|
119
120
|
|
|
@@ -163,6 +164,7 @@
|
|
|
163
164
|
{
|
|
164
165
|
"description": "attribute [string] [HTML attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes) for the link, passed as `attribute: value`.",
|
|
165
166
|
"name": "HTML",
|
|
167
|
+
"positional": true,
|
|
166
168
|
"required": false,
|
|
167
169
|
"types": [
|
|
168
170
|
|
|
@@ -340,6 +342,7 @@
|
|
|
340
342
|
{
|
|
341
343
|
"description": "A color to compare with the provided color.",
|
|
342
344
|
"name": "color",
|
|
345
|
+
"positional": true,
|
|
343
346
|
"required": true,
|
|
344
347
|
"types": [
|
|
345
348
|
"string"
|
|
@@ -411,6 +414,7 @@
|
|
|
411
414
|
{
|
|
412
415
|
"description": "A color to compare with the provided color.",
|
|
413
416
|
"name": "color",
|
|
417
|
+
"positional": true,
|
|
414
418
|
"required": true,
|
|
415
419
|
"types": [
|
|
416
420
|
"string"
|
|
@@ -450,6 +454,7 @@
|
|
|
450
454
|
{
|
|
451
455
|
"description": "The amount to darken the provided color by.",
|
|
452
456
|
"name": "percent",
|
|
457
|
+
"positional": true,
|
|
453
458
|
"required": true,
|
|
454
459
|
"types": [
|
|
455
460
|
"number"
|
|
@@ -489,6 +494,7 @@
|
|
|
489
494
|
{
|
|
490
495
|
"description": "The amount to desaturate the provided color by.",
|
|
491
496
|
"name": "percent",
|
|
497
|
+
"positional": true,
|
|
492
498
|
"required": true,
|
|
493
499
|
"types": [
|
|
494
500
|
"number"
|
|
@@ -528,6 +534,7 @@
|
|
|
528
534
|
{
|
|
529
535
|
"description": "A color to compare with the provided color.",
|
|
530
536
|
"name": "color",
|
|
537
|
+
"positional": true,
|
|
531
538
|
"required": true,
|
|
532
539
|
"types": [
|
|
533
540
|
"string"
|
|
@@ -567,6 +574,7 @@
|
|
|
567
574
|
{
|
|
568
575
|
"description": "The color component that you want to extract.",
|
|
569
576
|
"name": "color_component",
|
|
577
|
+
"positional": true,
|
|
570
578
|
"required": true,
|
|
571
579
|
"types": [
|
|
572
580
|
"string"
|
|
@@ -606,6 +614,7 @@
|
|
|
606
614
|
{
|
|
607
615
|
"description": "The amount to lighten the provided color by.",
|
|
608
616
|
"name": "percent",
|
|
617
|
+
"positional": true,
|
|
609
618
|
"required": true,
|
|
610
619
|
"types": [
|
|
611
620
|
"number"
|
|
@@ -645,6 +654,7 @@
|
|
|
645
654
|
{
|
|
646
655
|
"description": "A color to mix with the provided color.",
|
|
647
656
|
"name": "color",
|
|
657
|
+
"positional": true,
|
|
648
658
|
"required": true,
|
|
649
659
|
"types": [
|
|
650
660
|
"string"
|
|
@@ -653,6 +663,7 @@
|
|
|
653
663
|
{
|
|
654
664
|
"description": "The percentage amount to mix the colors by.",
|
|
655
665
|
"name": "percent",
|
|
666
|
+
"positional": true,
|
|
656
667
|
"required": true,
|
|
657
668
|
"types": [
|
|
658
669
|
"number"
|
|
@@ -702,6 +713,7 @@
|
|
|
702
713
|
{
|
|
703
714
|
"description": "The color component that you want to modify.",
|
|
704
715
|
"name": "color_component",
|
|
716
|
+
"positional": true,
|
|
705
717
|
"required": true,
|
|
706
718
|
"types": [
|
|
707
719
|
"string"
|
|
@@ -710,6 +722,7 @@
|
|
|
710
722
|
{
|
|
711
723
|
"description": "The amount to modify the supplied color component by.",
|
|
712
724
|
"name": "modification_value",
|
|
725
|
+
"positional": true,
|
|
713
726
|
"required": true,
|
|
714
727
|
"types": [
|
|
715
728
|
"number"
|
|
@@ -759,6 +772,7 @@
|
|
|
759
772
|
{
|
|
760
773
|
"description": "The amount to saturate the provided color by.",
|
|
761
774
|
"name": "percent",
|
|
775
|
+
"positional": true,
|
|
762
776
|
"required": true,
|
|
763
777
|
"types": [
|
|
764
778
|
"number"
|
|
@@ -894,6 +908,7 @@
|
|
|
894
908
|
{
|
|
895
909
|
"description": "The desired alpha value.",
|
|
896
910
|
"name": "alpha",
|
|
911
|
+
"positional": true,
|
|
897
912
|
"required": false,
|
|
898
913
|
"types": [
|
|
899
914
|
"number"
|
|
@@ -1103,6 +1118,7 @@
|
|
|
1103
1118
|
{
|
|
1104
1119
|
"description": "The desired `class` attribute.",
|
|
1105
1120
|
"name": "class",
|
|
1121
|
+
"positional": false,
|
|
1106
1122
|
"required": false,
|
|
1107
1123
|
"types": [
|
|
1108
1124
|
"string"
|
|
@@ -1111,6 +1127,7 @@
|
|
|
1111
1127
|
{
|
|
1112
1128
|
"description": "The desired `id` attribute.",
|
|
1113
1129
|
"name": "id",
|
|
1130
|
+
"positional": false,
|
|
1114
1131
|
"required": false,
|
|
1115
1132
|
"types": [
|
|
1116
1133
|
"string"
|
|
@@ -1266,6 +1283,7 @@
|
|
|
1266
1283
|
{
|
|
1267
1284
|
"description": "The desired date format.",
|
|
1268
1285
|
"name": "format",
|
|
1286
|
+
"positional": false,
|
|
1269
1287
|
"required": false,
|
|
1270
1288
|
"types": [
|
|
1271
1289
|
"string"
|
|
@@ -1335,6 +1353,7 @@
|
|
|
1335
1353
|
{
|
|
1336
1354
|
"description": "[string] Customize the [`font_display` property](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display) of the `@font-face` declaration.",
|
|
1337
1355
|
"name": "font_display",
|
|
1356
|
+
"positional": false,
|
|
1338
1357
|
"required": false,
|
|
1339
1358
|
"types": [
|
|
1340
1359
|
|
|
@@ -1384,6 +1403,7 @@
|
|
|
1384
1403
|
{
|
|
1385
1404
|
"description": "Font property to modify",
|
|
1386
1405
|
"name": "property",
|
|
1406
|
+
"positional": true,
|
|
1387
1407
|
"required": true,
|
|
1388
1408
|
"types": [
|
|
1389
1409
|
"string"
|
|
@@ -1392,6 +1412,7 @@
|
|
|
1392
1412
|
{
|
|
1393
1413
|
"description": "The new value for the associated property.",
|
|
1394
1414
|
"name": "value",
|
|
1415
|
+
"positional": true,
|
|
1395
1416
|
"required": true,
|
|
1396
1417
|
"types": [
|
|
1397
1418
|
"string"
|
|
@@ -1441,6 +1462,7 @@
|
|
|
1441
1462
|
{
|
|
1442
1463
|
"description": "Choose to return the URL for the font in `woff` format, instead of `woff2`.",
|
|
1443
1464
|
"name": "font_type",
|
|
1465
|
+
"positional": true,
|
|
1444
1466
|
"required": false,
|
|
1445
1467
|
"types": [
|
|
1446
1468
|
"string"
|
|
@@ -1508,7 +1530,7 @@
|
|
|
1508
1530
|
"category": "payment",
|
|
1509
1531
|
"deprecated": false,
|
|
1510
1532
|
"deprecation_reason": "",
|
|
1511
|
-
"description": "> Note:\n> You can't render
|
|
1533
|
+
"description": "> Note:\n> You can't render accelerated checkout buttons through AJAX requests, including those through the\n> [Section Rendering API](/api/section-rendering). The accelerated checkout buttons are added by JavaScript included\n> by Shopify through the [`content_for_header`](/docs/api/liquid/objects/content_for_header) object, which only runs on\n> the initial page load.\n>\n> For guidance on styling or event tracking of accelerated checkout buttons, see [accelerated checkout](/docs/storefronts/themes/pricing-payments/accelerated-checkout/).\n```liquid\n{% form 'product', product %}\n {{ form | payment_button }}\n{% endform %}\n```",
|
|
1512
1534
|
"parameters": [
|
|
1513
1535
|
|
|
1514
1536
|
],
|
|
@@ -1521,18 +1543,9 @@
|
|
|
1521
1543
|
}
|
|
1522
1544
|
],
|
|
1523
1545
|
"examples": [
|
|
1524
|
-
|
|
1525
|
-
"name": "",
|
|
1526
|
-
"description": "",
|
|
1527
|
-
"syntax": "",
|
|
1528
|
-
"path": "/products/health-potion",
|
|
1529
|
-
"raw_liquid": "{% form 'product', product %}\n {{ form | payment_button }}\n{% endform %}",
|
|
1530
|
-
"parameter": false,
|
|
1531
|
-
"display_type": "text",
|
|
1532
|
-
"show_data_tab": true
|
|
1533
|
-
}
|
|
1546
|
+
|
|
1534
1547
|
],
|
|
1535
|
-
"summary": "Generates an HTML container to host [
|
|
1548
|
+
"summary": "Generates an HTML container to host [accelerated checkout buttons](https://help.shopify.com/manual/online-store/dynamic-checkout)\nfor a product. The `payment_button` filter must be used on the `form` object within a [product form](/docs/api/liquid/tags/form#form-product).",
|
|
1536
1549
|
"syntax": "form | payment_button",
|
|
1537
1550
|
"name": "payment_button"
|
|
1538
1551
|
},
|
|
@@ -1568,6 +1581,16 @@
|
|
|
1568
1581
|
{
|
|
1569
1582
|
"description": "The desired date format.",
|
|
1570
1583
|
"name": "format",
|
|
1584
|
+
"positional": false,
|
|
1585
|
+
"required": false,
|
|
1586
|
+
"types": [
|
|
1587
|
+
"string"
|
|
1588
|
+
]
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"description": "The format for the datetime attribute of the time element.",
|
|
1592
|
+
"name": "datetime",
|
|
1593
|
+
"positional": false,
|
|
1571
1594
|
"required": false,
|
|
1572
1595
|
"types": [
|
|
1573
1596
|
"string"
|
|
@@ -1670,6 +1693,38 @@
|
|
|
1670
1693
|
"syntax": "string | t",
|
|
1671
1694
|
"name": "translate"
|
|
1672
1695
|
},
|
|
1696
|
+
{
|
|
1697
|
+
"category": "html",
|
|
1698
|
+
"deprecated": false,
|
|
1699
|
+
"deprecation_reason": "",
|
|
1700
|
+
"description": "> Note:\n> The asset size must be less than 15KB to be inlined.\n>",
|
|
1701
|
+
"parameters": [
|
|
1702
|
+
|
|
1703
|
+
],
|
|
1704
|
+
"return_type": [
|
|
1705
|
+
{
|
|
1706
|
+
"type": "string",
|
|
1707
|
+
"name": "",
|
|
1708
|
+
"description": "",
|
|
1709
|
+
"array_value": ""
|
|
1710
|
+
}
|
|
1711
|
+
],
|
|
1712
|
+
"examples": [
|
|
1713
|
+
{
|
|
1714
|
+
"name": "",
|
|
1715
|
+
"description": "",
|
|
1716
|
+
"syntax": "",
|
|
1717
|
+
"path": "/",
|
|
1718
|
+
"raw_liquid": "{{ 'icon.svg' | inline_asset_content }}",
|
|
1719
|
+
"parameter": false,
|
|
1720
|
+
"display_type": "text",
|
|
1721
|
+
"show_data_tab": true
|
|
1722
|
+
}
|
|
1723
|
+
],
|
|
1724
|
+
"summary": "Outputs the content of an asset inline in the template. The asset must be either a SVG, JS, or CSS file.",
|
|
1725
|
+
"syntax": "asset_name | inline_asset_content",
|
|
1726
|
+
"name": "inline_asset_content"
|
|
1727
|
+
},
|
|
1673
1728
|
{
|
|
1674
1729
|
"category": "format",
|
|
1675
1730
|
"deprecated": false,
|
|
@@ -2095,6 +2150,7 @@
|
|
|
2095
2150
|
{
|
|
2096
2151
|
"description": "Whether to use false values instead of the default.",
|
|
2097
2152
|
"name": "allow_false",
|
|
2153
|
+
"positional": true,
|
|
2098
2154
|
"required": false,
|
|
2099
2155
|
"types": [
|
|
2100
2156
|
"boolean"
|
|
@@ -3660,6 +3716,7 @@
|
|
|
3660
3716
|
{
|
|
3661
3717
|
"description": "The width of the image.",
|
|
3662
3718
|
"name": "width",
|
|
3719
|
+
"positional": false,
|
|
3663
3720
|
"required": false,
|
|
3664
3721
|
"types": [
|
|
3665
3722
|
"number"
|
|
@@ -3668,6 +3725,7 @@
|
|
|
3668
3725
|
{
|
|
3669
3726
|
"description": "The height of the image.",
|
|
3670
3727
|
"name": "height",
|
|
3728
|
+
"positional": false,
|
|
3671
3729
|
"required": false,
|
|
3672
3730
|
"types": [
|
|
3673
3731
|
"number"
|
|
@@ -3676,6 +3734,7 @@
|
|
|
3676
3734
|
{
|
|
3677
3735
|
"description": "The source sizes for responsiveness.",
|
|
3678
3736
|
"name": "sizes",
|
|
3737
|
+
"positional": false,
|
|
3679
3738
|
"required": false,
|
|
3680
3739
|
"types": [
|
|
3681
3740
|
"number"
|
|
@@ -3684,6 +3743,7 @@
|
|
|
3684
3743
|
{
|
|
3685
3744
|
"description": "The widths to associate with custom `srcset` values.",
|
|
3686
3745
|
"name": "widths",
|
|
3746
|
+
"positional": false,
|
|
3687
3747
|
"required": false,
|
|
3688
3748
|
"types": [
|
|
3689
3749
|
"number"
|
|
@@ -3692,6 +3752,7 @@
|
|
|
3692
3752
|
{
|
|
3693
3753
|
"description": "The `srcset` for responsiveness.",
|
|
3694
3754
|
"name": "srcset",
|
|
3755
|
+
"positional": false,
|
|
3695
3756
|
"required": false,
|
|
3696
3757
|
"types": [
|
|
3697
3758
|
"number"
|
|
@@ -3700,6 +3761,7 @@
|
|
|
3700
3761
|
{
|
|
3701
3762
|
"description": "Whether the resource should be preloaded.",
|
|
3702
3763
|
"name": "preload",
|
|
3764
|
+
"positional": false,
|
|
3703
3765
|
"required": false,
|
|
3704
3766
|
"types": [
|
|
3705
3767
|
"boolean"
|
|
@@ -3708,6 +3770,7 @@
|
|
|
3708
3770
|
{
|
|
3709
3771
|
"description": "The image's alt text.",
|
|
3710
3772
|
"name": "alt",
|
|
3773
|
+
"positional": false,
|
|
3711
3774
|
"required": false,
|
|
3712
3775
|
"types": [
|
|
3713
3776
|
"number"
|
|
@@ -3847,6 +3910,7 @@
|
|
|
3847
3910
|
{
|
|
3848
3911
|
"description": "The dimensions of the media's poster image.",
|
|
3849
3912
|
"name": "image_size",
|
|
3913
|
+
"positional": false,
|
|
3850
3914
|
"required": false,
|
|
3851
3915
|
"types": [
|
|
3852
3916
|
"string"
|
|
@@ -3896,6 +3960,7 @@
|
|
|
3896
3960
|
{
|
|
3897
3961
|
"description": "The dimensions of the model viewer's poster image.",
|
|
3898
3962
|
"name": "image_size",
|
|
3963
|
+
"positional": false,
|
|
3899
3964
|
"required": false,
|
|
3900
3965
|
"types": [
|
|
3901
3966
|
"string"
|
|
@@ -3955,6 +4020,7 @@
|
|
|
3955
4020
|
{
|
|
3956
4021
|
"description": "The dimensions of the video's poster image.",
|
|
3957
4022
|
"name": "image_size",
|
|
4023
|
+
"positional": false,
|
|
3958
4024
|
"required": false,
|
|
3959
4025
|
"types": [
|
|
3960
4026
|
"string"
|
|
@@ -4011,7 +4077,24 @@
|
|
|
4011
4077
|
"deprecation_reason": "",
|
|
4012
4078
|
"description": "> Note:\n> The `metafield_tag` filter doesn't currently support list metafields other than `list.single_line_text_field` and `list.metaobject_reference`.",
|
|
4013
4079
|
"parameters": [
|
|
4014
|
-
|
|
4080
|
+
{
|
|
4081
|
+
"description": "Specifies which field should be used. Only applicable to `list.metaobject_reference` and `metaobject_reference` types.",
|
|
4082
|
+
"name": "field",
|
|
4083
|
+
"positional": false,
|
|
4084
|
+
"required": false,
|
|
4085
|
+
"types": [
|
|
4086
|
+
"string"
|
|
4087
|
+
]
|
|
4088
|
+
},
|
|
4089
|
+
{
|
|
4090
|
+
"description": "The desired list format. Accepts `unordered` or `ordered`. Default: `unordered`.",
|
|
4091
|
+
"name": "list_format",
|
|
4092
|
+
"positional": false,
|
|
4093
|
+
"required": false,
|
|
4094
|
+
"types": [
|
|
4095
|
+
"string"
|
|
4096
|
+
]
|
|
4097
|
+
}
|
|
4015
4098
|
],
|
|
4016
4099
|
"return_type": [
|
|
4017
4100
|
{
|
|
@@ -4123,7 +4206,15 @@
|
|
|
4123
4206
|
"deprecation_reason": "",
|
|
4124
4207
|
"description": "> Note:\n> The `metafield_text` filter doesn't currently support list metafields other than `list.single_line_text_field` and `list.metaobject_reference`.",
|
|
4125
4208
|
"parameters": [
|
|
4126
|
-
|
|
4209
|
+
{
|
|
4210
|
+
"description": "Specifies which field should be used. Only applicable to types `list.metaobject_reference` and `metaobject_reference`.",
|
|
4211
|
+
"name": "field",
|
|
4212
|
+
"positional": false,
|
|
4213
|
+
"required": false,
|
|
4214
|
+
"types": [
|
|
4215
|
+
"string"
|
|
4216
|
+
]
|
|
4217
|
+
}
|
|
4127
4218
|
],
|
|
4128
4219
|
"return_type": [
|
|
4129
4220
|
{
|
|
@@ -4369,8 +4460,9 @@
|
|
|
4369
4460
|
"description": "> Note:\n> The presence of the [shop](/docs/api/liquid/objects/shop) object is required for validation purposes only.",
|
|
4370
4461
|
"parameters": [
|
|
4371
4462
|
{
|
|
4372
|
-
"description": "The action to be performed.",
|
|
4463
|
+
"description": "The action to be performed. Accepts the following values: default, follow.",
|
|
4373
4464
|
"name": "action",
|
|
4465
|
+
"positional": false,
|
|
4374
4466
|
"required": false,
|
|
4375
4467
|
"types": [
|
|
4376
4468
|
"string"
|
|
@@ -4750,6 +4842,7 @@
|
|
|
4750
4842
|
{
|
|
4751
4843
|
"description": "The string that you want to highlight.",
|
|
4752
4844
|
"name": "highlighted_term",
|
|
4845
|
+
"positional": true,
|
|
4753
4846
|
"required": true,
|
|
4754
4847
|
"types": [
|
|
4755
4848
|
"string"
|
|
@@ -4821,6 +4914,7 @@
|
|
|
4821
4914
|
{
|
|
4822
4915
|
"description": "The desired image size.",
|
|
4823
4916
|
"name": "size",
|
|
4917
|
+
"positional": true,
|
|
4824
4918
|
"required": false,
|
|
4825
4919
|
"types": [
|
|
4826
4920
|
"string"
|
|
@@ -4870,6 +4964,7 @@
|
|
|
4870
4964
|
{
|
|
4871
4965
|
"description": "The desired image size.",
|
|
4872
4966
|
"name": "size",
|
|
4967
|
+
"positional": true,
|
|
4873
4968
|
"required": false,
|
|
4874
4969
|
"types": [
|
|
4875
4970
|
"string"
|
|
@@ -4951,6 +5046,7 @@
|
|
|
4951
5046
|
{
|
|
4952
5047
|
"description": "The desired image size.",
|
|
4953
5048
|
"name": "size",
|
|
5049
|
+
"positional": true,
|
|
4954
5050
|
"required": false,
|
|
4955
5051
|
"types": [
|
|
4956
5052
|
"string"
|
|
@@ -5000,6 +5096,7 @@
|
|
|
5000
5096
|
{
|
|
5001
5097
|
"description": "The desired image size.",
|
|
5002
5098
|
"name": "size",
|
|
5099
|
+
"positional": true,
|
|
5003
5100
|
"required": false,
|
|
5004
5101
|
"types": [
|
|
5005
5102
|
"string"
|
|
@@ -5049,6 +5146,7 @@
|
|
|
5049
5146
|
{
|
|
5050
5147
|
"description": "The desired image size.",
|
|
5051
5148
|
"name": "size",
|
|
5149
|
+
"positional": true,
|
|
5052
5150
|
"required": false,
|
|
5053
5151
|
"types": [
|
|
5054
5152
|
"string"
|
|
@@ -5120,6 +5218,7 @@
|
|
|
5120
5218
|
{
|
|
5121
5219
|
"description": "How the image should be cropped to match the desired dimensions.",
|
|
5122
5220
|
"name": "crop",
|
|
5221
|
+
"positional": false,
|
|
5123
5222
|
"required": false,
|
|
5124
5223
|
"types": [
|
|
5125
5224
|
"string"
|
|
@@ -5128,6 +5227,7 @@
|
|
|
5128
5227
|
{
|
|
5129
5228
|
"description": "The file format for the image.",
|
|
5130
5229
|
"name": "format",
|
|
5230
|
+
"positional": false,
|
|
5131
5231
|
"required": false,
|
|
5132
5232
|
"types": [
|
|
5133
5233
|
"string"
|
|
@@ -5136,6 +5236,7 @@
|
|
|
5136
5236
|
{
|
|
5137
5237
|
"description": "The padding color, if the provided image is smaller than the requested dimensions.",
|
|
5138
5238
|
"name": "pad_color",
|
|
5239
|
+
"positional": false,
|
|
5139
5240
|
"required": false,
|
|
5140
5241
|
"types": [
|
|
5141
5242
|
"string"
|
|
@@ -5144,6 +5245,7 @@
|
|
|
5144
5245
|
{
|
|
5145
5246
|
"description": "The desired image width, in pixels.",
|
|
5146
5247
|
"name": "width",
|
|
5248
|
+
"positional": false,
|
|
5147
5249
|
"required": true,
|
|
5148
5250
|
"types": [
|
|
5149
5251
|
"number"
|
|
@@ -5152,6 +5254,7 @@
|
|
|
5152
5254
|
{
|
|
5153
5255
|
"description": "The desired image height, in pixels.",
|
|
5154
5256
|
"name": "height",
|
|
5257
|
+
"positional": false,
|
|
5155
5258
|
"required": true,
|
|
5156
5259
|
"types": [
|
|
5157
5260
|
"number"
|
|
@@ -5241,6 +5344,7 @@
|
|
|
5241
5344
|
{
|
|
5242
5345
|
"description": "The image's alt text.",
|
|
5243
5346
|
"name": "alt",
|
|
5347
|
+
"positional": true,
|
|
5244
5348
|
"required": false,
|
|
5245
5349
|
"types": [
|
|
5246
5350
|
"string"
|
|
@@ -5249,6 +5353,7 @@
|
|
|
5249
5353
|
{
|
|
5250
5354
|
"description": "The desired `class` attribute.",
|
|
5251
5355
|
"name": "class",
|
|
5356
|
+
"positional": true,
|
|
5252
5357
|
"required": false,
|
|
5253
5358
|
"types": [
|
|
5254
5359
|
"string"
|
|
@@ -5257,6 +5362,7 @@
|
|
|
5257
5362
|
{
|
|
5258
5363
|
"description": "The desired image size.",
|
|
5259
5364
|
"name": "size",
|
|
5365
|
+
"positional": true,
|
|
5260
5366
|
"required": false,
|
|
5261
5367
|
"types": [
|
|
5262
5368
|
"string"
|
|
@@ -5306,6 +5412,7 @@
|
|
|
5306
5412
|
{
|
|
5307
5413
|
"description": "The desired image size.",
|
|
5308
5414
|
"name": "size",
|
|
5415
|
+
"positional": true,
|
|
5309
5416
|
"required": false,
|
|
5310
5417
|
"types": [
|
|
5311
5418
|
"string"
|
|
@@ -5314,6 +5421,7 @@
|
|
|
5314
5421
|
{
|
|
5315
5422
|
"description": "The part of the image to show if the specified image has an aspect ratio that differs from the original.",
|
|
5316
5423
|
"name": "crop",
|
|
5424
|
+
"positional": false,
|
|
5317
5425
|
"required": false,
|
|
5318
5426
|
"types": [
|
|
5319
5427
|
"string"
|
|
@@ -5322,6 +5430,7 @@
|
|
|
5322
5430
|
{
|
|
5323
5431
|
"description": "The desired pixel density.",
|
|
5324
5432
|
"name": "scale",
|
|
5433
|
+
"positional": false,
|
|
5325
5434
|
"required": false,
|
|
5326
5435
|
"types": [
|
|
5327
5436
|
"number"
|
|
@@ -5330,6 +5439,7 @@
|
|
|
5330
5439
|
{
|
|
5331
5440
|
"description": "The desired image format.",
|
|
5332
5441
|
"name": "format",
|
|
5442
|
+
"positional": false,
|
|
5333
5443
|
"required": false,
|
|
5334
5444
|
"types": [
|
|
5335
5445
|
"string"
|
|
@@ -5409,6 +5519,7 @@
|
|
|
5409
5519
|
{
|
|
5410
5520
|
"description": "The URL to link to.",
|
|
5411
5521
|
"name": "url",
|
|
5522
|
+
"positional": true,
|
|
5412
5523
|
"required": true,
|
|
5413
5524
|
"types": [
|
|
5414
5525
|
"string"
|
|
@@ -5490,6 +5601,7 @@
|
|
|
5490
5601
|
{
|
|
5491
5602
|
"description": "The desired `class` attribute.",
|
|
5492
5603
|
"name": "class",
|
|
5604
|
+
"positional": false,
|
|
5493
5605
|
"required": false,
|
|
5494
5606
|
"types": [
|
|
5495
5607
|
"string"
|
|
@@ -5539,6 +5651,7 @@
|
|
|
5539
5651
|
{
|
|
5540
5652
|
"description": "The desired `class` attribute.",
|
|
5541
5653
|
"name": "class",
|
|
5654
|
+
"positional": true,
|
|
5542
5655
|
"required": false,
|
|
5543
5656
|
"types": [
|
|
5544
5657
|
"string"
|
|
@@ -5588,6 +5701,7 @@
|
|
|
5588
5701
|
{
|
|
5589
5702
|
"description": "The type of element or resource to preload.",
|
|
5590
5703
|
"name": "as",
|
|
5704
|
+
"positional": false,
|
|
5591
5705
|
"required": true,
|
|
5592
5706
|
"types": [
|
|
5593
5707
|
"string"
|
|
@@ -5637,6 +5751,7 @@
|
|
|
5637
5751
|
{
|
|
5638
5752
|
"description": "The desired image size.",
|
|
5639
5753
|
"name": "size",
|
|
5754
|
+
"positional": true,
|
|
5640
5755
|
"required": false,
|
|
5641
5756
|
"types": [
|
|
5642
5757
|
"string"
|
|
@@ -5750,6 +5865,7 @@
|
|
|
5750
5865
|
{
|
|
5751
5866
|
"description": "The type of media that the resource applies to.",
|
|
5752
5867
|
"name": "media",
|
|
5868
|
+
"positional": true,
|
|
5753
5869
|
"required": false,
|
|
5754
5870
|
"types": [
|
|
5755
5871
|
"string"
|
|
@@ -5758,6 +5874,7 @@
|
|
|
5758
5874
|
{
|
|
5759
5875
|
"description": "Whether the resource should be preloaded.",
|
|
5760
5876
|
"name": "preload",
|
|
5877
|
+
"positional": false,
|
|
5761
5878
|
"required": false,
|
|
5762
5879
|
"types": [
|
|
5763
5880
|
"boolean"
|
|
@@ -5807,6 +5924,7 @@
|
|
|
5807
5924
|
{
|
|
5808
5925
|
"description": "The weight unit to use in place of the default weight unit.",
|
|
5809
5926
|
"name": "weight_unit",
|
|
5927
|
+
"positional": true,
|
|
5810
5928
|
"required": false,
|
|
5811
5929
|
"types": [
|
|
5812
5930
|
"string"
|
|
@@ -5847,4 +5965,4 @@
|
|
|
5847
5965
|
"syntax": "number | weight_with_unit",
|
|
5848
5966
|
"name": "weight_with_unit"
|
|
5849
5967
|
}
|
|
5850
|
-
]
|
|
5968
|
+
]
|
package/dist/data/latest.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{ "revision": "
|
|
1
|
+
{ "revision": "64f4c651678592b125a5bd1eb9fa34271dc964ee" }
|
|
2
2
|
|