[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2025-02-04 10:04:07 +00:00
parent 3333c521e4
commit 7d021adbd2
20 changed files with 1300 additions and 5271 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
"last_update": 1738522983 "last_update": 1738522983
}, },
"Trickest wordlist update": { "Trickest wordlist update": {
"last_update": 1738577044 "last_update": 1738663437
} }
} }
@@ -719,6 +719,7 @@ resources/js/app.js
js/app.js js/app.js
app.js app.js
composer.json composer.json
playwright.config.ts
artisan artisan
config/logging.php config/logging.php
logging.php logging.php
@@ -783,10 +784,160 @@ app.php
vite.config.js vite.config.js
tests/CreatesApplication.php tests/CreatesApplication.php
CreatesApplication.php CreatesApplication.php
tests/utils/setup.ts
utils/setup.ts
setup.ts
tests/utils/admin/loginHelper.ts
utils/admin/loginHelper.ts
admin/loginHelper.ts
loginHelper.ts
tests/utils/admin/formHelper.ts
utils/admin/formHelper.ts
admin/formHelper.ts
formHelper.ts
tests/utils/admin/addressHelper.ts
utils/admin/addressHelper.ts
admin/addressHelper.ts
addressHelper.ts
tests/Pest.php tests/Pest.php
Pest.php Pest.php
tests/TestCase.php tests/TestCase.php
TestCase.php TestCase.php
tests/admin/auth.spec.ts
admin/auth.spec.ts
auth.spec.ts
tests/admin/sales.spec.ts
admin/sales.spec.ts
sales.spec.ts
tests/admin/cms.spec.ts
admin/cms.spec.ts
cms.spec.ts
tests/admin/settings/channels.spec.ts
admin/settings/channels.spec.ts
settings/channels.spec.ts
channels.spec.ts
tests/admin/settings/inventory-sources.spec.ts
admin/settings/inventory-sources.spec.ts
settings/inventory-sources.spec.ts
inventory-sources.spec.ts
tests/admin/settings/users.spec.ts
admin/settings/users.spec.ts
settings/users.spec.ts
users.spec.ts
tests/admin/settings/themes.spec.ts
admin/settings/themes.spec.ts
settings/themes.spec.ts
themes.spec.ts
tests/admin/settings/exchange-rates.spec.ts
admin/settings/exchange-rates.spec.ts
settings/exchange-rates.spec.ts
exchange-rates.spec.ts
tests/admin/settings/taxes.spec.ts
admin/settings/taxes.spec.ts
settings/taxes.spec.ts
taxes.spec.ts
tests/admin/settings/locales.spec.ts
admin/settings/locales.spec.ts
settings/locales.spec.ts
locales.spec.ts
tests/admin/settings/currencies.spec.ts
admin/settings/currencies.spec.ts
settings/currencies.spec.ts
currencies.spec.ts
tests/admin/settings/roles.spec.ts
admin/settings/roles.spec.ts
settings/roles.spec.ts
roles.spec.ts
tests/admin/configuration/sales.spec.ts
admin/configuration/sales.spec.ts
configuration/sales.spec.ts
sales.spec.ts
tests/admin/configuration/catalog.spec.ts
admin/configuration/catalog.spec.ts
configuration/catalog.spec.ts
catalog.spec.ts
tests/admin/configuration/email.spec.ts
admin/configuration/email.spec.ts
configuration/email.spec.ts
email.spec.ts
tests/admin/configuration/customer.spec.ts
admin/configuration/customer.spec.ts
configuration/customer.spec.ts
customer.spec.ts
tests/admin/configuration/general.spec.ts
admin/configuration/general.spec.ts
configuration/general.spec.ts
general.spec.ts
tests/admin/marketing/promotions.spec.ts
admin/marketing/promotions.spec.ts
marketing/promotions.spec.ts
promotions.spec.ts
tests/admin/marketing/search-seo.spec.ts
admin/marketing/search-seo.spec.ts
marketing/search-seo.spec.ts
search-seo.spec.ts
tests/admin/marketing/communications.spec.ts
admin/marketing/communications.spec.ts
marketing/communications.spec.ts
communications.spec.ts
tests/admin/customers/groups.spec.ts
admin/customers/groups.spec.ts
customers/groups.spec.ts
groups.spec.ts
tests/admin/customers/customers.spec.ts
admin/customers/customers.spec.ts
customers/customers.spec.ts
customers.spec.ts
tests/admin/customers/reviews.spec.ts
admin/customers/reviews.spec.ts
customers/reviews.spec.ts
reviews.spec.ts
tests/admin/catalog/attributes.spec.ts
admin/catalog/attributes.spec.ts
catalog/attributes.spec.ts
attributes.spec.ts
tests/admin/catalog/attribute-families.spec.ts
admin/catalog/attribute-families.spec.ts
catalog/attribute-families.spec.ts
attribute-families.spec.ts
tests/admin/catalog/products.spec.ts
admin/catalog/products.spec.ts
catalog/products.spec.ts
products.spec.ts
tests/admin/catalog/categories.spec.ts
admin/catalog/categories.spec.ts
catalog/categories.spec.ts
categories.spec.ts
tests/shop/auth.spec.ts
shop/auth.spec.ts
auth.spec.ts
tests/shop/add-to-cart.spec.ts
shop/add-to-cart.spec.ts
add-to-cart.spec.ts
tests/shop/compare.spec.ts
shop/compare.spec.ts
compare.spec.ts
tests/shop/wishlist.spec.ts
shop/wishlist.spec.ts
wishlist.spec.ts
tests/shop/customer.spec.ts
shop/customer.spec.ts
customer.spec.ts
tests/shop/products-categories.spec.ts
shop/products-categories.spec.ts
products-categories.spec.ts
tests/shop/checkout.spec.ts
shop/checkout.spec.ts
checkout.spec.ts
tests/shop/search.spec.ts
shop/search.spec.ts
search.spec.ts
tests/shop/mini-cart.spec.ts
shop/mini-cart.spec.ts
mini-cart.spec.ts
tests/shop/cart.spec.ts
shop/cart.spec.ts
cart.spec.ts
.gitattributes .gitattributes
app/Providers/AuthServiceProvider.php app/Providers/AuthServiceProvider.php
Providers/AuthServiceProvider.php Providers/AuthServiceProvider.php
@@ -166,6 +166,7 @@ routes/breadcrumbs.php
resources/js/bootstrap.js resources/js/bootstrap.js
resources/js/app.js resources/js/app.js
composer.json composer.json
playwright.config.ts
artisan artisan
config/logging.php config/logging.php
config/bagisto-vite.php config/bagisto-vite.php
@@ -200,8 +201,49 @@ LICENSE
bootstrap/app.php bootstrap/app.php
vite.config.js vite.config.js
tests/CreatesApplication.php tests/CreatesApplication.php
tests/utils/setup.ts
tests/utils/admin/loginHelper.ts
tests/utils/admin/formHelper.ts
tests/utils/admin/addressHelper.ts
tests/Pest.php tests/Pest.php
tests/TestCase.php tests/TestCase.php
tests/admin/auth.spec.ts
tests/admin/sales.spec.ts
tests/admin/cms.spec.ts
tests/admin/settings/channels.spec.ts
tests/admin/settings/inventory-sources.spec.ts
tests/admin/settings/users.spec.ts
tests/admin/settings/themes.spec.ts
tests/admin/settings/exchange-rates.spec.ts
tests/admin/settings/taxes.spec.ts
tests/admin/settings/locales.spec.ts
tests/admin/settings/currencies.spec.ts
tests/admin/settings/roles.spec.ts
tests/admin/configuration/sales.spec.ts
tests/admin/configuration/catalog.spec.ts
tests/admin/configuration/email.spec.ts
tests/admin/configuration/customer.spec.ts
tests/admin/configuration/general.spec.ts
tests/admin/marketing/promotions.spec.ts
tests/admin/marketing/search-seo.spec.ts
tests/admin/marketing/communications.spec.ts
tests/admin/customers/groups.spec.ts
tests/admin/customers/customers.spec.ts
tests/admin/customers/reviews.spec.ts
tests/admin/catalog/attributes.spec.ts
tests/admin/catalog/attribute-families.spec.ts
tests/admin/catalog/products.spec.ts
tests/admin/catalog/categories.spec.ts
tests/shop/auth.spec.ts
tests/shop/add-to-cart.spec.ts
tests/shop/compare.spec.ts
tests/shop/wishlist.spec.ts
tests/shop/customer.spec.ts
tests/shop/products-categories.spec.ts
tests/shop/checkout.spec.ts
tests/shop/search.spec.ts
tests/shop/mini-cart.spec.ts
tests/shop/cart.spec.ts
.gitattributes .gitattributes
app/Providers/AuthServiceProvider.php app/Providers/AuthServiceProvider.php
app/Providers/BroadcastServiceProvider.php app/Providers/BroadcastServiceProvider.php
@@ -2241,6 +2241,8 @@ silver-glasses-repeat.md
lemon-rivers-rescue.md lemon-rivers-rescue.md
.changeset/swift-zoos-learn.md .changeset/swift-zoos-learn.md
swift-zoos-learn.md swift-zoos-learn.md
.changeset/yellow-bobcats-shop.md
yellow-bobcats-shop.md
.changeset/poor-badgers-think.md .changeset/poor-badgers-think.md
poor-badgers-think.md poor-badgers-think.md
.changeset/red-lizards-film.md .changeset/red-lizards-film.md
@@ -8348,6 +8350,10 @@ app/src/components/v-info.story.vue
src/components/v-info.story.vue src/components/v-info.story.vue
components/v-info.story.vue components/v-info.story.vue
v-info.story.vue v-info.story.vue
app/src/components/use-datetime.test.ts
src/components/use-datetime.test.ts
components/use-datetime.test.ts
use-datetime.test.ts
app/src/components/v-checkbox.vue app/src/components/v-checkbox.vue
src/components/v-checkbox.vue src/components/v-checkbox.vue
components/v-checkbox.vue components/v-checkbox.vue
@@ -8973,6 +8979,10 @@ app/src/utils/get-route.ts
src/utils/get-route.ts src/utils/get-route.ts
utils/get-route.ts utils/get-route.ts
get-route.ts get-route.ts
app/src/utils/parse-date.ts
src/utils/parse-date.ts
utils/parse-date.ts
parse-date.ts
app/src/utils/get-minimal-grid-class.test.ts app/src/utils/get-minimal-grid-class.test.ts
src/utils/get-minimal-grid-class.test.ts src/utils/get-minimal-grid-class.test.ts
utils/get-minimal-grid-class.test.ts utils/get-minimal-grid-class.test.ts
@@ -9247,6 +9257,10 @@ app/src/utils/unexpected-error.ts
src/utils/unexpected-error.ts src/utils/unexpected-error.ts
utils/unexpected-error.ts utils/unexpected-error.ts
unexpected-error.ts unexpected-error.ts
app/src/utils/format-date.test.ts
src/utils/format-date.test.ts
utils/format-date.test.ts
format-date.test.ts
app/src/utils/jwt-payload.ts app/src/utils/jwt-payload.ts
src/utils/jwt-payload.ts src/utils/jwt-payload.ts
utils/jwt-payload.ts utils/jwt-payload.ts
@@ -9307,6 +9321,10 @@ app/src/utils/jwt-payload.test.ts
src/utils/jwt-payload.test.ts src/utils/jwt-payload.test.ts
utils/jwt-payload.test.ts utils/jwt-payload.test.ts
jwt-payload.test.ts jwt-payload.test.ts
app/src/utils/format-date.ts
src/utils/format-date.ts
utils/format-date.ts
format-date.ts
app/src/utils/is-permission-empty.ts app/src/utils/is-permission-empty.ts
src/utils/is-permission-empty.ts src/utils/is-permission-empty.ts
utils/is-permission-empty.ts utils/is-permission-empty.ts
@@ -9609,11 +9627,6 @@ src/displays/datetime/datetime.vue
displays/datetime/datetime.vue displays/datetime/datetime.vue
datetime/datetime.vue datetime/datetime.vue
datetime.vue datetime.vue
app/src/displays/datetime/datetime.test.ts
src/displays/datetime/datetime.test.ts
displays/datetime/datetime.test.ts
datetime/datetime.test.ts
datetime.test.ts
app/src/displays/filesize/index.ts app/src/displays/filesize/index.ts
src/displays/filesize/index.ts src/displays/filesize/index.ts
displays/filesize/index.ts displays/filesize/index.ts
@@ -517,6 +517,7 @@ sdk/tests/schema.ts
.changeset/silver-glasses-repeat.md .changeset/silver-glasses-repeat.md
.changeset/lemon-rivers-rescue.md .changeset/lemon-rivers-rescue.md
.changeset/swift-zoos-learn.md .changeset/swift-zoos-learn.md
.changeset/yellow-bobcats-shop.md
.changeset/poor-badgers-think.md .changeset/poor-badgers-think.md
.changeset/red-lizards-film.md .changeset/red-lizards-film.md
.changeset/cuddly-parrots-design.md .changeset/cuddly-parrots-design.md
@@ -1753,6 +1754,7 @@ app/src/components/v-template-input.vue
app/src/components/v-list.story.vue app/src/components/v-list.story.vue
app/src/components/v-skeleton-loader.story.vue app/src/components/v-skeleton-loader.story.vue
app/src/components/v-info.story.vue app/src/components/v-info.story.vue
app/src/components/use-datetime.test.ts
app/src/components/v-checkbox.vue app/src/components/v-checkbox.vue
app/src/components/v-pagination.story.vue app/src/components/v-pagination.story.vue
app/src/components/v-slider.story.vue app/src/components/v-slider.story.vue
@@ -1892,6 +1894,7 @@ app/src/utils/localized-format.ts
app/src/utils/md.ts app/src/utils/md.ts
app/src/utils/get-appearance.ts app/src/utils/get-appearance.ts
app/src/utils/get-route.ts app/src/utils/get-route.ts
app/src/utils/parse-date.ts
app/src/utils/get-minimal-grid-class.test.ts app/src/utils/get-minimal-grid-class.test.ts
app/src/utils/point-on-line.test.ts app/src/utils/point-on-line.test.ts
app/src/utils/get-related-collection.ts app/src/utils/get-related-collection.ts
@@ -1959,6 +1962,7 @@ app/src/utils/get-default-interface-for-type.ts
app/src/utils/get-vue-component-name.test.ts app/src/utils/get-vue-component-name.test.ts
app/src/utils/is-hex.ts app/src/utils/is-hex.ts
app/src/utils/unexpected-error.ts app/src/utils/unexpected-error.ts
app/src/utils/format-date.test.ts
app/src/utils/jwt-payload.ts app/src/utils/jwt-payload.ts
app/src/utils/render-string-template.ts app/src/utils/render-string-template.ts
app/src/utils/flatten-grouped-collection.test.ts app/src/utils/flatten-grouped-collection.test.ts
@@ -1974,6 +1978,7 @@ app/src/utils/is-permission-empty.test.ts
app/src/utils/fetch-all.ts app/src/utils/fetch-all.ts
app/src/utils/upload-file.ts app/src/utils/upload-file.ts
app/src/utils/jwt-payload.test.ts app/src/utils/jwt-payload.test.ts
app/src/utils/format-date.ts
app/src/utils/is-permission-empty.ts app/src/utils/is-permission-empty.ts
app/src/utils/get-js-type.ts app/src/utils/get-js-type.ts
app/src/utils/add-related-primary-key-to-fields.ts app/src/utils/add-related-primary-key-to-fields.ts
@@ -2041,7 +2046,6 @@ app/src/displays/translations/index.ts
app/src/displays/translations/translations.vue app/src/displays/translations/translations.vue
app/src/displays/datetime/index.ts app/src/displays/datetime/index.ts
app/src/displays/datetime/datetime.vue app/src/displays/datetime/datetime.vue
app/src/displays/datetime/datetime.test.ts
app/src/displays/filesize/index.ts app/src/displays/filesize/index.ts
app/src/displays/mime-type/index.ts app/src/displays/mime-type/index.ts
app/src/displays/formatted-json-value/index.ts app/src/displays/formatted-json-value/index.ts
@@ -112607,6 +112607,12 @@ Drupal/Core/Cache/CacheRedirect.php
Core/Cache/CacheRedirect.php Core/Cache/CacheRedirect.php
Cache/CacheRedirect.php Cache/CacheRedirect.php
CacheRedirect.php CacheRedirect.php
core/lib/Drupal/Core/Cache/CacheOptionalInterface.php
lib/Drupal/Core/Cache/CacheOptionalInterface.php
Drupal/Core/Cache/CacheOptionalInterface.php
Core/Cache/CacheOptionalInterface.php
Cache/CacheOptionalInterface.php
CacheOptionalInterface.php
core/lib/Drupal/Core/GeneratedUrl.php core/lib/Drupal/Core/GeneratedUrl.php
lib/Drupal/Core/GeneratedUrl.php lib/Drupal/Core/GeneratedUrl.php
Drupal/Core/GeneratedUrl.php Drupal/Core/GeneratedUrl.php
@@ -16158,6 +16158,7 @@ core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php
core/lib/Drupal/Core/Cache/VariationCacheFactoryInterface.php core/lib/Drupal/Core/Cache/VariationCacheFactoryInterface.php
core/lib/Drupal/Core/Cache/VariationCacheInterface.php core/lib/Drupal/Core/Cache/VariationCacheInterface.php
core/lib/Drupal/Core/Cache/CacheRedirect.php core/lib/Drupal/Core/Cache/CacheRedirect.php
core/lib/Drupal/Core/Cache/CacheOptionalInterface.php
core/lib/Drupal/Core/GeneratedUrl.php core/lib/Drupal/Core/GeneratedUrl.php
core/lib/Drupal/Core/Serialization/Yaml.php core/lib/Drupal/Core/Serialization/Yaml.php
core/lib/Drupal/Core/Serialization/Attribute/JsonSchema.php core/lib/Drupal/Core/Serialization/Attribute/JsonSchema.php
File diff suppressed because it is too large Load Diff
@@ -4,712 +4,6 @@ scripts/prepare-release.js
pnpm-workspace.yaml pnpm-workspace.yaml
.npmrc .npmrc
pnpm-lock.yaml pnpm-lock.yaml
design-system/website/next.config.js
design-system/website/package.json
design-system/website/tsconfig.json
design-system/website/components/Code.tsx
design-system/website/components/Page.tsx
design-system/website/components/ReadableColor.tsx
design-system/website/components/Navigation.tsx
design-system/website/utils.ts
design-system/website/CHANGELOG.md
design-system/website/pages/_app.tsx
design-system/website/pages/components/button.tsx
design-system/website/pages/components/popover.tsx
design-system/website/pages/components/notice.tsx
design-system/website/pages/components/tooltip.tsx
design-system/website/pages/components/loading.tsx
design-system/website/pages/components/options.tsx
design-system/website/pages/components/fields.tsx
design-system/website/pages/components/modals.tsx
design-system/website/pages/components/toast.tsx
design-system/website/pages/components/pill.tsx
design-system/website/pages/index.tsx
design-system/website/pages/layout/box.tsx
design-system/website/pages/layout/stack.tsx
design-system/website/pages/layout/center.tsx
design-system/website/pages/core/global-tokens.tsx
design-system/website/pages/core/alias-tokens.tsx
design-system/website/pages/core/theme.tsx
design-system/website/next-env.d.ts
design-system/packages/button/src/index.ts
design-system/packages/button/src/hooks/button.ts
design-system/packages/button/src/context.tsx
design-system/packages/button/src/Button.tsx
design-system/packages/button/package.json
design-system/packages/button/CHANGELOG.md
design-system/packages/popover/src/index.ts
design-system/packages/popover/src/Popover.tsx
design-system/packages/popover/package.json
design-system/packages/popover/CHANGELOG.md
design-system/packages/notice/src/index.ts
design-system/packages/notice/src/Notice.tsx
design-system/packages/notice/src/hooks/button.ts
design-system/packages/notice/src/hooks/notice.ts
design-system/packages/notice/package.json
design-system/packages/notice/CHANGELOG.md
design-system/packages/segmented-control/src/index.ts
design-system/packages/segmented-control/src/hooks/segmentedControl.ts
design-system/packages/segmented-control/src/SegmentedControl.tsx
design-system/packages/segmented-control/package.json
design-system/packages/segmented-control/CHANGELOG.md
design-system/packages/icons/src/Icon.tsx
design-system/packages/icons/src/icons/ShoppingCartIcon.tsx
design-system/packages/icons/src/icons/GitBranchIcon.tsx
design-system/packages/icons/src/icons/FolderMinusIcon.tsx
design-system/packages/icons/src/icons/AnchorIcon.tsx
design-system/packages/icons/src/icons/ChromeIcon.tsx
design-system/packages/icons/src/icons/MicIcon.tsx
design-system/packages/icons/src/icons/CloudSnowIcon.tsx
design-system/packages/icons/src/icons/TrashIcon.tsx
design-system/packages/icons/src/icons/RefreshCcwIcon.tsx
design-system/packages/icons/src/icons/StopCircleIcon.tsx
design-system/packages/icons/src/icons/MinusSquareIcon.tsx
design-system/packages/icons/src/icons/PlayIcon.tsx
design-system/packages/icons/src/icons/ArrowUpIcon.tsx
design-system/packages/icons/src/icons/DribbbleIcon.tsx
design-system/packages/icons/src/icons/CompassIcon.tsx
design-system/packages/icons/src/icons/FilterIcon.tsx
design-system/packages/icons/src/icons/WifiIcon.tsx
design-system/packages/icons/src/icons/ServerIcon.tsx
design-system/packages/icons/src/icons/CameraOffIcon.tsx
design-system/packages/icons/src/icons/TvIcon.tsx
design-system/packages/icons/src/icons/CodesandboxIcon.tsx
design-system/packages/icons/src/icons/CloudIcon.tsx
design-system/packages/icons/src/icons/OctagonIcon.tsx
design-system/packages/icons/src/icons/AlertCircleIcon.tsx
design-system/packages/icons/src/icons/BatteryIcon.tsx
design-system/packages/icons/src/icons/PhoneIncomingIcon.tsx
design-system/packages/icons/src/icons/ArrowUpCircleIcon.tsx
design-system/packages/icons/src/icons/MoonIcon.tsx
design-system/packages/icons/src/icons/XIcon.tsx
design-system/packages/icons/src/icons/DivideIcon.tsx
design-system/packages/icons/src/icons/ShareIcon.tsx
design-system/packages/icons/src/icons/BluetoothIcon.tsx
design-system/packages/icons/src/icons/TriangleIcon.tsx
design-system/packages/icons/src/icons/ClipboardIcon.tsx
design-system/packages/icons/src/icons/PenToolIcon.tsx
design-system/packages/icons/src/icons/UserMinusIcon.tsx
design-system/packages/icons/src/icons/SettingsIcon.tsx
design-system/packages/icons/src/icons/UmbrellaIcon.tsx
design-system/packages/icons/src/icons/Volume2Icon.tsx
design-system/packages/icons/src/icons/ArrowRightCircleIcon.tsx
design-system/packages/icons/src/icons/UploadCloudIcon.tsx
design-system/packages/icons/src/icons/ToolIcon.tsx
design-system/packages/icons/src/icons/UnderlineIcon.tsx
design-system/packages/icons/src/icons/InstagramIcon.tsx
design-system/packages/icons/src/icons/ShieldIcon.tsx
design-system/packages/icons/src/icons/CloudDrizzleIcon.tsx
design-system/packages/icons/src/icons/ThermometerIcon.tsx
design-system/packages/icons/src/icons/GitPullRequestIcon.tsx
design-system/packages/icons/src/icons/PhoneOutgoingIcon.tsx
design-system/packages/icons/src/icons/CastIcon.tsx
design-system/packages/icons/src/icons/HeartIcon.tsx
design-system/packages/icons/src/icons/HeadphonesIcon.tsx
design-system/packages/icons/src/icons/FileIcon.tsx
design-system/packages/icons/src/icons/AlertTriangleIcon.tsx
design-system/packages/icons/src/icons/PhoneMissedIcon.tsx
design-system/packages/icons/src/icons/DatabaseIcon.tsx
design-system/packages/icons/src/icons/CornerUpLeftIcon.tsx
design-system/packages/icons/src/icons/PlusSquareIcon.tsx
design-system/packages/icons/src/icons/AlignRightIcon.tsx
design-system/packages/icons/src/icons/LinkedinIcon.tsx
design-system/packages/icons/src/icons/BookmarkIcon.tsx
design-system/packages/icons/src/icons/CloudLightningIcon.tsx
design-system/packages/icons/src/icons/GitMergeIcon.tsx
design-system/packages/icons/src/icons/VolumeXIcon.tsx
design-system/packages/icons/src/icons/VolumeIcon.tsx
design-system/packages/icons/src/icons/BarChartIcon.tsx
design-system/packages/icons/src/icons/MousePointerIcon.tsx
design-system/packages/icons/src/icons/SearchIcon.tsx
design-system/packages/icons/src/icons/KeyIcon.tsx
design-system/packages/icons/src/icons/DivideCircleIcon.tsx
design-system/packages/icons/src/icons/DropletIcon.tsx
design-system/packages/icons/src/icons/YoutubeIcon.tsx
design-system/packages/icons/src/icons/PieChartIcon.tsx
design-system/packages/icons/src/icons/DiscIcon.tsx
design-system/packages/icons/src/icons/MessageCircleIcon.tsx
design-system/packages/icons/src/icons/ChevronsRightIcon.tsx
design-system/packages/icons/src/icons/CloudOffIcon.tsx
design-system/packages/icons/src/icons/MoreHorizontalIcon.tsx
design-system/packages/icons/src/icons/StarIcon.tsx
design-system/packages/icons/src/icons/GridIcon.tsx
design-system/packages/icons/src/icons/ExternalLinkIcon.tsx
design-system/packages/icons/src/icons/ChevronLeftIcon.tsx
design-system/packages/icons/src/icons/UnlockIcon.tsx
design-system/packages/icons/src/icons/FileMinusIcon.tsx
design-system/packages/icons/src/icons/EyeIcon.tsx
design-system/packages/icons/src/icons/BriefcaseIcon.tsx
design-system/packages/icons/src/icons/BookOpenIcon.tsx
design-system/packages/icons/src/icons/RotateCcwIcon.tsx
design-system/packages/icons/src/icons/PhoneCallIcon.tsx
design-system/packages/icons/src/icons/CloudRainIcon.tsx
design-system/packages/icons/src/icons/CornerLeftDownIcon.tsx
design-system/packages/icons/src/icons/XCircleIcon.tsx
design-system/packages/icons/src/icons/GiftIcon.tsx
design-system/packages/icons/src/icons/ArrowDownLeftIcon.tsx
design-system/packages/icons/src/icons/AirplayIcon.tsx
design-system/packages/icons/src/icons/ColumnsIcon.tsx
design-system/packages/icons/src/icons/TwitchIcon.tsx
design-system/packages/icons/src/icons/LayersIcon.tsx
design-system/packages/icons/src/icons/Volume1Icon.tsx
design-system/packages/icons/src/icons/GitCommitIcon.tsx
design-system/packages/icons/src/icons/SpeakerIcon.tsx
design-system/packages/icons/src/icons/MonitorIcon.tsx
design-system/packages/icons/src/icons/UserCheckIcon.tsx
design-system/packages/icons/src/icons/HomeIcon.tsx
design-system/packages/icons/src/icons/GitlabIcon.tsx
design-system/packages/icons/src/icons/SkipBackIcon.tsx
design-system/packages/icons/src/icons/ItalicIcon.tsx
design-system/packages/icons/src/icons/LogOutIcon.tsx
design-system/packages/icons/src/icons/RefreshCwIcon.tsx
design-system/packages/icons/src/icons/RotateCwIcon.tsx
design-system/packages/icons/src/icons/PhoneOffIcon.tsx
design-system/packages/icons/src/icons/CameraIcon.tsx
design-system/packages/icons/src/icons/FilmIcon.tsx
design-system/packages/icons/src/icons/CreditCardIcon.tsx
design-system/packages/icons/src/icons/Link2Icon.tsx
design-system/packages/icons/src/icons/ArrowDownRightIcon.tsx
design-system/packages/icons/src/icons/CornerRightDownIcon.tsx
design-system/packages/icons/src/icons/UsersIcon.tsx
design-system/packages/icons/src/icons/ArrowDownIcon.tsx
design-system/packages/icons/src/icons/TruckIcon.tsx
design-system/packages/icons/src/icons/TerminalIcon.tsx
design-system/packages/icons/src/icons/BellIcon.tsx
design-system/packages/icons/src/icons/SmileIcon.tsx
design-system/packages/icons/src/icons/ScissorsIcon.tsx
design-system/packages/icons/src/icons/CoffeeIcon.tsx
design-system/packages/icons/src/icons/GithubIcon.tsx
design-system/packages/icons/src/icons/MessageSquareIcon.tsx
design-system/packages/icons/src/icons/BookIcon.tsx
design-system/packages/icons/src/icons/ImageIcon.tsx
design-system/packages/icons/src/icons/CalendarIcon.tsx
design-system/packages/icons/src/icons/BatteryChargingIcon.tsx
design-system/packages/icons/src/icons/ArrowLeftIcon.tsx
design-system/packages/icons/src/icons/FeatherIcon.tsx
design-system/packages/icons/src/icons/PackageIcon.tsx
design-system/packages/icons/src/icons/XOctagonIcon.tsx
design-system/packages/icons/src/icons/CornerRightUpIcon.tsx
design-system/packages/icons/src/icons/FramerIcon.tsx
design-system/packages/icons/src/icons/LockIcon.tsx
design-system/packages/icons/src/icons/DownloadIcon.tsx
design-system/packages/icons/src/icons/CornerDownLeftIcon.tsx
design-system/packages/icons/src/icons/CommandIcon.tsx
design-system/packages/icons/src/icons/SlidersIcon.tsx
design-system/packages/icons/src/icons/PhoneIcon.tsx
design-system/packages/icons/src/icons/CheckIcon.tsx
design-system/packages/icons/src/icons/UserPlusIcon.tsx
design-system/packages/icons/src/icons/LinkIcon.tsx
design-system/packages/icons/src/icons/ShuffleIcon.tsx
design-system/packages/icons/src/icons/ThumbsUpIcon.tsx
design-system/packages/icons/src/icons/MinimizeIcon.tsx
design-system/packages/icons/src/icons/CopyIcon.tsx
design-system/packages/icons/src/icons/PrinterIcon.tsx
design-system/packages/icons/src/icons/TrelloIcon.tsx
design-system/packages/icons/src/icons/ChevronUpIcon.tsx
design-system/packages/icons/src/icons/RadioIcon.tsx
design-system/packages/icons/src/icons/ClockIcon.tsx
design-system/packages/icons/src/icons/ArrowUpRightIcon.tsx
design-system/packages/icons/src/icons/InfoIcon.tsx
design-system/packages/icons/src/icons/CodeIcon.tsx
design-system/packages/icons/src/icons/HashIcon.tsx
design-system/packages/icons/src/icons/CornerLeftUpIcon.tsx
design-system/packages/icons/src/icons/FlagIcon.tsx
design-system/packages/icons/src/icons/MoreVerticalIcon.tsx
design-system/packages/icons/src/icons/ChevronsDownIcon.tsx
design-system/packages/icons/src/icons/MusicIcon.tsx
design-system/packages/icons/src/icons/TrendingUpIcon.tsx
design-system/packages/icons/src/icons/FacebookIcon.tsx
design-system/packages/icons/src/icons/ActivityIcon.tsx
design-system/packages/icons/src/icons/CrosshairIcon.tsx
design-system/packages/icons/src/icons/FilePlusIcon.tsx
design-system/packages/icons/src/icons/UploadIcon.tsx
design-system/packages/icons/src/icons/UserXIcon.tsx
design-system/packages/icons/src/icons/SquareIcon.tsx
design-system/packages/icons/src/icons/ListIcon.tsx
design-system/packages/icons/src/icons/ChevronsUpIcon.tsx
design-system/packages/icons/src/icons/MaximizeIcon.tsx
design-system/packages/icons/src/icons/TrendingDownIcon.tsx
design-system/packages/icons/src/icons/LoaderIcon.tsx
design-system/packages/icons/src/icons/MicOffIcon.tsx
design-system/packages/icons/src/icons/MailIcon.tsx
design-system/packages/icons/src/icons/Trash2Icon.tsx
design-system/packages/icons/src/icons/PaperclipIcon.tsx
design-system/packages/icons/src/icons/ArrowDownCircleIcon.tsx
design-system/packages/icons/src/icons/MinusIcon.tsx
design-system/packages/icons/src/icons/FolderIcon.tsx
design-system/packages/icons/src/icons/ArrowUpLeftIcon.tsx
design-system/packages/icons/src/icons/ZoomInIcon.tsx
design-system/packages/icons/src/icons/ThumbsDownIcon.tsx
design-system/packages/icons/src/icons/RepeatIcon.tsx
design-system/packages/icons/src/icons/TwitterIcon.tsx
design-system/packages/icons/src/icons/RewindIcon.tsx
design-system/packages/icons/src/icons/ZoomOutIcon.tsx
design-system/packages/icons/src/icons/VoicemailIcon.tsx
design-system/packages/icons/src/icons/PowerIcon.tsx
design-system/packages/icons/src/icons/XSquareIcon.tsx
design-system/packages/icons/src/icons/SidebarIcon.tsx
design-system/packages/icons/src/icons/ToggleRightIcon.tsx
design-system/packages/icons/src/icons/SunsetIcon.tsx
design-system/packages/icons/src/icons/GlobeIcon.tsx
design-system/packages/icons/src/icons/HexagonIcon.tsx
design-system/packages/icons/src/icons/MenuIcon.tsx
design-system/packages/icons/src/icons/PauseIcon.tsx
design-system/packages/icons/src/icons/ChevronRightIcon.tsx
design-system/packages/icons/src/icons/TabletIcon.tsx
design-system/packages/icons/src/icons/TagIcon.tsx
design-system/packages/icons/src/icons/ChevronsLeftIcon.tsx
design-system/packages/icons/src/icons/BoxIcon.tsx
design-system/packages/icons/src/icons/UserIcon.tsx
design-system/packages/icons/src/icons/LayoutIcon.tsx
design-system/packages/icons/src/icons/PlusCircleIcon.tsx
design-system/packages/icons/src/icons/Maximize2Icon.tsx
design-system/packages/icons/src/icons/WifiOffIcon.tsx
design-system/packages/icons/src/icons/FolderPlusIcon.tsx
design-system/packages/icons/src/icons/EditIcon.tsx
design-system/packages/icons/src/icons/Minimize2Icon.tsx
design-system/packages/icons/src/icons/DeleteIcon.tsx
design-system/packages/icons/src/icons/BellOffIcon.tsx
design-system/packages/icons/src/icons/LogInIcon.tsx
design-system/packages/icons/src/icons/WatchIcon.tsx
design-system/packages/icons/src/icons/PlayCircleIcon.tsx
design-system/packages/icons/src/icons/EyeOffIcon.tsx
design-system/packages/icons/src/icons/BoldIcon.tsx
design-system/packages/icons/src/icons/PlusIcon.tsx
design-system/packages/icons/src/icons/VideoIcon.tsx
design-system/packages/icons/src/icons/CheckCircleIcon.tsx
design-system/packages/icons/src/icons/SkipForwardIcon.tsx
design-system/packages/icons/src/icons/CheckSquareIcon.tsx
design-system/packages/icons/src/icons/InboxIcon.tsx
design-system/packages/icons/src/icons/CodepenIcon.tsx
design-system/packages/icons/src/icons/SaveIcon.tsx
design-system/packages/icons/src/icons/TargetIcon.tsx
design-system/packages/icons/src/icons/ChevronDownIcon.tsx
design-system/packages/icons/src/icons/SlackIcon.tsx
design-system/packages/icons/src/icons/ZapOffIcon.tsx
design-system/packages/icons/src/icons/MehIcon.tsx
design-system/packages/icons/src/icons/PauseCircleIcon.tsx
design-system/packages/icons/src/icons/SmartphoneIcon.tsx
design-system/packages/icons/src/icons/ArrowRightIcon.tsx
design-system/packages/icons/src/icons/DownloadCloudIcon.tsx
design-system/packages/icons/src/icons/FastForwardIcon.tsx
design-system/packages/icons/src/icons/MapIcon.tsx
design-system/packages/icons/src/icons/Share2Icon.tsx
design-system/packages/icons/src/icons/AwardIcon.tsx
design-system/packages/icons/src/icons/SunIcon.tsx
design-system/packages/icons/src/icons/VideoOffIcon.tsx
design-system/packages/icons/src/icons/TypeIcon.tsx
design-system/packages/icons/src/icons/ArrowLeftCircleIcon.tsx
design-system/packages/icons/src/icons/ToggleLeftIcon.tsx
design-system/packages/icons/src/icons/AlignJustifyIcon.tsx
design-system/packages/icons/src/icons/NavigationIcon.tsx
design-system/packages/icons/src/icons/MinusCircleIcon.tsx
design-system/packages/icons/src/icons/FigmaIcon.tsx
design-system/packages/icons/src/icons/AtSignIcon.tsx
design-system/packages/icons/src/icons/DivideSquareIcon.tsx
design-system/packages/icons/src/icons/RssIcon.tsx
design-system/packages/icons/src/icons/LifeBuoyIcon.tsx
design-system/packages/icons/src/icons/PercentIcon.tsx
design-system/packages/icons/src/icons/MoveIcon.tsx
design-system/packages/icons/src/icons/DollarSignIcon.tsx
design-system/packages/icons/src/icons/Navigation2Icon.tsx
design-system/packages/icons/src/icons/SendIcon.tsx
design-system/packages/icons/src/icons/AlertOctagonIcon.tsx
design-system/packages/icons/src/icons/HardDriveIcon.tsx
design-system/packages/icons/src/icons/CpuIcon.tsx
design-system/packages/icons/src/icons/PhoneForwardedIcon.tsx
design-system/packages/icons/src/icons/SlashIcon.tsx
design-system/packages/icons/src/icons/FileTextIcon.tsx
design-system/packages/icons/src/icons/Edit3Icon.tsx
design-system/packages/icons/src/icons/CropIcon.tsx
design-system/packages/icons/src/icons/MapPinIcon.tsx
design-system/packages/icons/src/icons/BarChart2Icon.tsx
design-system/packages/icons/src/icons/CornerUpRightIcon.tsx
design-system/packages/icons/src/icons/Edit2Icon.tsx
design-system/packages/icons/src/icons/FrownIcon.tsx
design-system/packages/icons/src/icons/ApertureIcon.tsx
design-system/packages/icons/src/icons/AlignLeftIcon.tsx
design-system/packages/icons/src/icons/HelpCircleIcon.tsx
design-system/packages/icons/src/icons/PocketIcon.tsx
design-system/packages/icons/src/icons/ShieldOffIcon.tsx
design-system/packages/icons/src/icons/AlignCenterIcon.tsx
design-system/packages/icons/src/icons/SunriseIcon.tsx
design-system/packages/icons/src/icons/WindIcon.tsx
design-system/packages/icons/src/icons/ArchiveIcon.tsx
design-system/packages/icons/src/icons/CircleIcon.tsx
design-system/packages/icons/src/icons/CornerDownRightIcon.tsx
design-system/packages/icons/src/icons/ZapIcon.tsx
design-system/packages/icons/src/icons/ShoppingBagIcon.tsx
design-system/packages/icons/src/index.tsx
design-system/packages/icons/package.json
design-system/packages/icons/icons/VideoOffIcon/package.json
design-system/packages/icons/icons/MoreHorizontalIcon/package.json
design-system/packages/icons/icons/Volume1Icon/package.json
design-system/packages/icons/icons/FilterIcon/package.json
design-system/packages/icons/icons/AlignLeftIcon/package.json
design-system/packages/icons/icons/XCircleIcon/package.json
design-system/packages/icons/icons/CornerRightUpIcon/package.json
design-system/packages/icons/icons/SunIcon/package.json
design-system/packages/icons/icons/RefreshCwIcon/package.json
design-system/packages/icons/icons/PauseCircleIcon/package.json
design-system/packages/icons/icons/MessageCircleIcon/package.json
design-system/packages/icons/icons/Trash2Icon/package.json
design-system/packages/icons/icons/DropletIcon/package.json
design-system/packages/icons/icons/LogInIcon/package.json
design-system/packages/icons/icons/Edit2Icon/package.json
design-system/packages/icons/icons/ChevronDownIcon/package.json
design-system/packages/icons/icons/PhoneCallIcon/package.json
design-system/packages/icons/icons/UploadIcon/package.json
design-system/packages/icons/icons/CameraIcon/package.json
design-system/packages/icons/icons/LayersIcon/package.json
design-system/packages/icons/icons/MaximizeIcon/package.json
design-system/packages/icons/icons/YoutubeIcon/package.json
design-system/packages/icons/icons/MapIcon/package.json
design-system/packages/icons/icons/Edit3Icon/package.json
design-system/packages/icons/icons/CameraOffIcon/package.json
design-system/packages/icons/icons/TrashIcon/package.json
design-system/packages/icons/icons/HeartIcon/package.json
design-system/packages/icons/icons/PhoneIcon/package.json
design-system/packages/icons/icons/CornerLeftDownIcon/package.json
design-system/packages/icons/icons/MenuIcon/package.json
design-system/packages/icons/icons/InfoIcon/package.json
design-system/packages/icons/icons/HomeIcon/package.json
design-system/packages/icons/icons/PauseIcon/package.json
design-system/packages/icons/icons/ActivityIcon/package.json
design-system/packages/icons/icons/XIcon/package.json
design-system/packages/icons/icons/SunriseIcon/package.json
design-system/packages/icons/icons/StopCircleIcon/package.json
design-system/packages/icons/icons/PhoneIncomingIcon/package.json
design-system/packages/icons/icons/DivideCircleIcon/package.json
design-system/packages/icons/icons/UnderlineIcon/package.json
design-system/packages/icons/icons/UnlockIcon/package.json
design-system/packages/icons/icons/CloudRainIcon/package.json
design-system/packages/icons/icons/SkipBackIcon/package.json
design-system/packages/icons/icons/RepeatIcon/package.json
design-system/packages/icons/icons/CornerRightDownIcon/package.json
design-system/packages/icons/icons/CastIcon/package.json
design-system/packages/icons/icons/VolumeXIcon/package.json
design-system/packages/icons/icons/HardDriveIcon/package.json
design-system/packages/icons/icons/MessageSquareIcon/package.json
design-system/packages/icons/icons/BellOffIcon/package.json
design-system/packages/icons/icons/SettingsIcon/package.json
design-system/packages/icons/icons/AlignRightIcon/package.json
design-system/packages/icons/icons/DivideSquareIcon/package.json
design-system/packages/icons/icons/PenToolIcon/package.json
design-system/packages/icons/icons/GitMergeIcon/package.json
design-system/packages/icons/icons/ThermometerIcon/package.json
design-system/packages/icons/icons/TypeIcon/package.json
design-system/packages/icons/icons/ShieldOffIcon/package.json
design-system/packages/icons/icons/GitCommitIcon/package.json
design-system/packages/icons/icons/FeatherIcon/package.json
design-system/packages/icons/icons/EyeOffIcon/package.json
design-system/packages/icons/icons/LinkedinIcon/package.json
design-system/packages/icons/icons/PlusIcon/package.json
design-system/packages/icons/icons/AtSignIcon/package.json
design-system/packages/icons/icons/PlayIcon/package.json
design-system/packages/icons/icons/ThumbsUpIcon/package.json
design-system/packages/icons/icons/HelpCircleIcon/package.json
design-system/packages/icons/icons/TabletIcon/package.json
design-system/packages/icons/icons/OctagonIcon/package.json
design-system/packages/icons/icons/ScissorsIcon/package.json
design-system/packages/icons/icons/CrosshairIcon/package.json
design-system/packages/icons/icons/CodesandboxIcon/package.json
design-system/packages/icons/icons/ArchiveIcon/package.json
design-system/packages/icons/icons/GitlabIcon/package.json
design-system/packages/icons/icons/EditIcon/package.json
design-system/packages/icons/icons/DollarSignIcon/package.json
design-system/packages/icons/icons/MoonIcon/package.json
design-system/packages/icons/icons/CpuIcon/package.json
design-system/packages/icons/icons/ItalicIcon/package.json
design-system/packages/icons/icons/PieChartIcon/package.json
design-system/packages/icons/icons/ArrowUpRightIcon/package.json
design-system/packages/icons/icons/CheckSquareIcon/package.json
design-system/packages/icons/icons/XSquareIcon/package.json
design-system/packages/icons/icons/GridIcon/package.json
design-system/packages/icons/icons/NavigationIcon/package.json
design-system/packages/icons/icons/FileIcon/package.json
design-system/packages/icons/icons/BellIcon/package.json
design-system/packages/icons/icons/SpeakerIcon/package.json
design-system/packages/icons/icons/CloudSnowIcon/package.json
design-system/packages/icons/icons/StarIcon/package.json
design-system/packages/icons/icons/BookOpenIcon/package.json
design-system/packages/icons/icons/LifeBuoyIcon/package.json
design-system/packages/icons/icons/MicOffIcon/package.json
design-system/packages/icons/icons/TrendingDownIcon/package.json
design-system/packages/icons/icons/SendIcon/package.json
design-system/packages/icons/icons/TargetIcon/package.json
design-system/packages/icons/icons/ToolIcon/package.json
design-system/packages/icons/icons/FolderPlusIcon/package.json
design-system/packages/icons/icons/SkipForwardIcon/package.json
design-system/packages/icons/icons/CornerDownRightIcon/package.json
design-system/packages/icons/icons/DeleteIcon/package.json
design-system/packages/icons/icons/SaveIcon/package.json
design-system/packages/icons/icons/CodeIcon/package.json
design-system/packages/icons/icons/WifiIcon/package.json
design-system/packages/icons/icons/UserPlusIcon/package.json
design-system/packages/icons/icons/MailIcon/package.json
design-system/packages/icons/icons/AlertOctagonIcon/package.json
design-system/packages/icons/icons/HexagonIcon/package.json
design-system/packages/icons/icons/DiscIcon/package.json
design-system/packages/icons/icons/ChromeIcon/package.json
design-system/packages/icons/icons/LockIcon/package.json
design-system/packages/icons/icons/TwitterIcon/package.json
design-system/packages/icons/icons/SquareIcon/package.json
design-system/packages/icons/icons/TwitchIcon/package.json
design-system/packages/icons/icons/TvIcon/package.json
design-system/packages/icons/icons/ShieldIcon/package.json
design-system/packages/icons/icons/TrendingUpIcon/package.json
design-system/packages/icons/icons/PhoneOffIcon/package.json
design-system/packages/icons/icons/CoffeeIcon/package.json
design-system/packages/icons/icons/BluetoothIcon/package.json
design-system/packages/icons/icons/SidebarIcon/package.json
design-system/packages/icons/icons/ZoomOutIcon/package.json
design-system/packages/icons/icons/VolumeIcon/package.json
design-system/packages/icons/icons/PackageIcon/package.json
design-system/packages/icons/icons/Volume2Icon/package.json
design-system/packages/icons/icons/GitBranchIcon/package.json
design-system/packages/icons/icons/FilePlusIcon/package.json
design-system/packages/icons/icons/ServerIcon/package.json
design-system/packages/icons/icons/FigmaIcon/package.json
design-system/packages/icons/icons/WifiOffIcon/package.json
design-system/packages/icons/icons/RotateCwIcon/package.json
design-system/packages/icons/icons/WindIcon/package.json
design-system/packages/icons/icons/ListIcon/package.json
design-system/packages/icons/icons/BatteryChargingIcon/package.json
design-system/packages/icons/icons/ChevronLeftIcon/package.json
design-system/packages/icons/icons/UploadCloudIcon/package.json
design-system/packages/icons/icons/MinimizeIcon/package.json
design-system/packages/icons/icons/UmbrellaIcon/package.json
design-system/packages/icons/icons/AirplayIcon/package.json
design-system/packages/icons/icons/CommandIcon/package.json
design-system/packages/icons/icons/RssIcon/package.json
design-system/packages/icons/icons/RewindIcon/package.json
design-system/packages/icons/icons/ClockIcon/package.json
design-system/packages/icons/icons/CalendarIcon/package.json
design-system/packages/icons/icons/FacebookIcon/package.json
design-system/packages/icons/icons/MapPinIcon/package.json
design-system/packages/icons/icons/ArrowDownCircleIcon/package.json
design-system/packages/icons/icons/ArrowLeftCircleIcon/package.json
design-system/packages/icons/icons/UserCheckIcon/package.json
design-system/packages/icons/icons/AnchorIcon/package.json
design-system/packages/icons/icons/ZoomInIcon/package.json
design-system/packages/icons/icons/LoaderIcon/package.json
design-system/packages/icons/icons/CodepenIcon/package.json
design-system/packages/icons/icons/AlertCircleIcon/package.json
design-system/packages/icons/icons/MinusIcon/package.json
design-system/packages/icons/icons/SlashIcon/package.json
design-system/packages/icons/icons/CircleIcon/package.json
design-system/packages/icons/icons/TriangleIcon/package.json
design-system/packages/icons/icons/CloudIcon/package.json
design-system/packages/icons/icons/ArrowRightIcon/package.json
design-system/packages/icons/icons/SearchIcon/package.json
design-system/packages/icons/icons/Share2Icon/package.json
design-system/packages/icons/icons/GithubIcon/package.json
design-system/packages/icons/icons/ZapOffIcon/package.json
design-system/packages/icons/icons/AlignCenterIcon/package.json
design-system/packages/icons/icons/MoreVerticalIcon/package.json
design-system/packages/icons/icons/RotateCcwIcon/package.json
design-system/packages/icons/icons/FolderIcon/package.json
design-system/packages/icons/icons/SmartphoneIcon/package.json
design-system/packages/icons/icons/DownloadIcon/package.json
design-system/packages/icons/icons/FlagIcon/package.json
design-system/packages/icons/icons/KeyIcon/package.json
design-system/packages/icons/icons/BoxIcon/package.json
design-system/packages/icons/icons/EyeIcon/package.json
design-system/packages/icons/icons/PhoneOutgoingIcon/package.json
design-system/packages/icons/icons/ThumbsDownIcon/package.json
design-system/packages/icons/icons/ChevronsUpIcon/package.json
design-system/packages/icons/icons/FileTextIcon/package.json
design-system/packages/icons/icons/UserIcon/package.json
design-system/packages/icons/icons/RefreshCcwIcon/package.json
design-system/packages/icons/icons/Maximize2Icon/package.json
design-system/packages/icons/icons/CloudDrizzleIcon/package.json
design-system/packages/icons/icons/CopyIcon/package.json
design-system/packages/icons/icons/MicIcon/package.json
design-system/packages/icons/icons/BookmarkIcon/package.json
design-system/packages/icons/icons/SlidersIcon/package.json
design-system/packages/icons/icons/ToggleLeftIcon/package.json
design-system/packages/icons/icons/ApertureIcon/package.json
design-system/packages/icons/icons/FastForwardIcon/package.json
design-system/packages/icons/icons/PlusCircleIcon/package.json
design-system/packages/icons/icons/PrinterIcon/package.json
design-system/packages/icons/icons/ChevronRightIcon/package.json
design-system/packages/icons/icons/BookIcon/package.json
design-system/packages/icons/icons/ArrowUpIcon/package.json
design-system/packages/icons/icons/ChevronsRightIcon/package.json
design-system/packages/icons/icons/CompassIcon/package.json
design-system/packages/icons/icons/ChevronUpIcon/package.json
design-system/packages/icons/icons/PlayCircleIcon/package.json
design-system/packages/icons/icons/ArrowUpCircleIcon/package.json
design-system/packages/icons/icons/ArrowRightCircleIcon/package.json
design-system/packages/icons/icons/BriefcaseIcon/package.json
design-system/packages/icons/icons/LinkIcon/package.json
design-system/packages/icons/icons/SmileIcon/package.json
design-system/packages/icons/icons/DribbbleIcon/package.json
design-system/packages/icons/icons/ColumnsIcon/package.json
design-system/packages/icons/icons/ShareIcon/package.json
design-system/packages/icons/icons/ArrowUpLeftIcon/package.json
design-system/packages/icons/icons/DatabaseIcon/package.json
design-system/packages/icons/icons/FramerIcon/package.json
design-system/packages/icons/icons/CornerUpLeftIcon/package.json
design-system/packages/icons/icons/AlertTriangleIcon/package.json
design-system/packages/icons/icons/WatchIcon/package.json
design-system/packages/icons/icons/FolderMinusIcon/package.json
design-system/packages/icons/icons/MonitorIcon/package.json
design-system/packages/icons/icons/CloudOffIcon/package.json
design-system/packages/icons/icons/HeadphonesIcon/package.json
design-system/packages/icons/icons/CornerDownLeftIcon/package.json
design-system/packages/icons/icons/PhoneMissedIcon/package.json
design-system/packages/icons/icons/GiftIcon/package.json
design-system/packages/icons/icons/TerminalIcon/package.json
design-system/packages/icons/icons/GitPullRequestIcon/package.json
design-system/packages/icons/icons/MusicIcon/package.json
design-system/packages/icons/icons/ArrowDownLeftIcon/package.json
design-system/packages/icons/icons/BarChart2Icon/package.json
design-system/packages/icons/icons/LogOutIcon/package.json
design-system/packages/icons/icons/LayoutIcon/package.json
design-system/packages/icons/icons/ShoppingCartIcon/package.json
design-system/packages/icons/icons/Navigation2Icon/package.json
design-system/packages/icons/icons/MinusCircleIcon/package.json
design-system/packages/icons/icons/VoicemailIcon/package.json
design-system/packages/icons/icons/CheckIcon/package.json
design-system/packages/icons/icons/ChevronsDownIcon/package.json
design-system/packages/icons/icons/ZapIcon/package.json
design-system/packages/icons/icons/HashIcon/package.json
design-system/packages/icons/icons/CreditCardIcon/package.json
design-system/packages/icons/icons/BarChartIcon/package.json
design-system/packages/icons/icons/MoveIcon/package.json
design-system/packages/icons/icons/CornerUpRightIcon/package.json
design-system/packages/icons/icons/UserMinusIcon/package.json
design-system/packages/icons/icons/CropIcon/package.json
design-system/packages/icons/icons/MehIcon/package.json
design-system/packages/icons/icons/ShoppingBagIcon/package.json
design-system/packages/icons/icons/FilmIcon/package.json
design-system/packages/icons/icons/ChevronsLeftIcon/package.json
design-system/packages/icons/icons/FileMinusIcon/package.json
design-system/packages/icons/icons/TagIcon/package.json
design-system/packages/icons/icons/PocketIcon/package.json
design-system/packages/icons/icons/UsersIcon/package.json
design-system/packages/icons/icons/ClipboardIcon/package.json
design-system/packages/icons/icons/BatteryIcon/package.json
design-system/packages/icons/icons/TruckIcon/package.json
design-system/packages/icons/icons/ArrowLeftIcon/package.json
design-system/packages/icons/icons/InboxIcon/package.json
design-system/packages/icons/icons/SlackIcon/package.json
design-system/packages/icons/icons/MinusSquareIcon/package.json
design-system/packages/icons/icons/MousePointerIcon/package.json
design-system/packages/icons/icons/ImageIcon/package.json
design-system/packages/icons/icons/CloudLightningIcon/package.json
design-system/packages/icons/icons/TrelloIcon/package.json
design-system/packages/icons/icons/ShuffleIcon/package.json
design-system/packages/icons/icons/VideoIcon/package.json
design-system/packages/icons/icons/ToggleRightIcon/package.json
design-system/packages/icons/icons/PlusSquareIcon/package.json
design-system/packages/icons/icons/DownloadCloudIcon/package.json
design-system/packages/icons/icons/UserXIcon/package.json
design-system/packages/icons/icons/RadioIcon/package.json
design-system/packages/icons/icons/XOctagonIcon/package.json
design-system/packages/icons/icons/PhoneForwardedIcon/package.json
design-system/packages/icons/icons/CheckCircleIcon/package.json
design-system/packages/icons/icons/Minimize2Icon/package.json
design-system/packages/icons/icons/FrownIcon/package.json
design-system/packages/icons/icons/Link2Icon/package.json
design-system/packages/icons/icons/PercentIcon/package.json
design-system/packages/icons/icons/DivideIcon/package.json
design-system/packages/icons/icons/PaperclipIcon/package.json
design-system/packages/icons/icons/ArrowDownIcon/package.json
design-system/packages/icons/icons/SunsetIcon/package.json
design-system/packages/icons/icons/ArrowDownRightIcon/package.json
design-system/packages/icons/icons/BoldIcon/package.json
design-system/packages/icons/icons/AlignJustifyIcon/package.json
design-system/packages/icons/icons/PowerIcon/package.json
design-system/packages/icons/icons/AwardIcon/package.json
design-system/packages/icons/icons/ExternalLinkIcon/package.json
design-system/packages/icons/icons/InstagramIcon/package.json
design-system/packages/icons/icons/GlobeIcon/package.json
design-system/packages/icons/icons/CornerLeftUpIcon/package.json
design-system/packages/icons/CHANGELOG.md
design-system/packages/icons/build-icons.js
design-system/packages/tooltip/src/index.ts
design-system/packages/tooltip/src/Tooltip.tsx
design-system/packages/tooltip/package.json
design-system/packages/tooltip/CHANGELOG.md
design-system/packages/fields/src/TextInput.tsx
design-system/packages/fields/src/types.ts
design-system/packages/fields/src/DatePicker/Calendar.tsx
design-system/packages/fields/src/DatePicker/components/Adornments.tsx
design-system/packages/fields/src/DatePicker/components/InputButton.tsx
design-system/packages/fields/src/DatePicker/utils/hexToRgb.ts
design-system/packages/fields/src/DatePicker/utils/getContrastText.ts
design-system/packages/fields/src/DatePicker/index.tsx
design-system/packages/fields/src/FieldLegend.tsx
design-system/packages/fields/src/index.ts
design-system/packages/fields/src/Checkbox.tsx
design-system/packages/fields/src/components/ControlLabel.tsx
design-system/packages/fields/src/components/Icons.tsx
design-system/packages/fields/src/utils/isDate.ts
design-system/packages/fields/src/utils/dateFormatters.ts
design-system/packages/fields/src/hooks/inputs.ts
design-system/packages/fields/src/hooks/indicators.ts
design-system/packages/fields/src/FieldDescription.tsx
design-system/packages/fields/src/TextArea.tsx
design-system/packages/fields/src/Select.tsx
design-system/packages/fields/src/FieldLabel.tsx
design-system/packages/fields/src/Radio.tsx
design-system/packages/fields/src/FieldContainer.tsx
design-system/packages/fields/src/Switch.tsx
design-system/packages/fields/package.json
design-system/packages/fields/CHANGELOG.md
design-system/packages/core/src/types.ts
design-system/packages/core/src/index.ts
design-system/packages/core/src/themes/colors.ts
design-system/packages/core/src/themes/colors_old.ts
design-system/packages/core/src/themes/default.ts
design-system/packages/core/src/normalize.ts
design-system/packages/core/src/components/Box.tsx
design-system/packages/core/src/components/Divider.tsx
design-system/packages/core/src/components/Heading.tsx
design-system/packages/core/src/components/Text.tsx
design-system/packages/core/src/components/Stack.tsx
design-system/packages/core/src/components/Core.tsx
design-system/packages/core/src/components/Inline.tsx
design-system/packages/core/src/components/Link.tsx
design-system/packages/core/src/components/Center.tsx
design-system/packages/core/src/utils.ts
design-system/packages/core/src/a11y/VisuallyHidden.tsx
design-system/packages/core/src/hooks/useMediaQuery.ts
design-system/packages/core/src/hooks/useManagedState.ts
design-system/packages/core/src/emotion.ts
design-system/packages/core/src/theme.tsx
design-system/packages/core/package.json
design-system/packages/core/CHANGELOG.md
design-system/packages/toast/src/types.ts
design-system/packages/toast/src/index.tsx
design-system/packages/toast/src/context.tsx
design-system/packages/toast/src/Toast.tsx
design-system/packages/toast/package.json
design-system/packages/toast/CHANGELOG.md
design-system/packages/pill/src/index.tsx
design-system/packages/pill/package.json
design-system/packages/pill/CHANGELOG.md
design-system/packages/loading/src/index.ts
design-system/packages/loading/src/Loading.tsx
design-system/packages/loading/package.json
design-system/packages/loading/CHANGELOG.md
design-system/packages/modals/src/drawer-context.tsx
design-system/packages/modals/src/types.ts
design-system/packages/modals/src/Blanket.tsx
design-system/packages/modals/src/index.tsx
design-system/packages/modals/src/Drawer.tsx
design-system/packages/modals/src/DrawerController.tsx
design-system/packages/modals/src/AlertDialog.tsx
design-system/packages/modals/src/DrawerBase.tsx
design-system/packages/modals/src/DialogBase.tsx
design-system/packages/modals/package.json
design-system/packages/modals/CHANGELOG.md
design-system/packages/options/src/index.tsx
design-system/packages/options/package.json
design-system/packages/options/CHANGELOG.md
README.md README.md
.devcontainer/devcontainer.json .devcontainer/devcontainer.json
package.json package.json
@@ -1160,6 +454,14 @@ examples/script/keystone.ts
examples/script/script.ts examples/script/script.ts
examples/script/schema.graphql examples/script/schema.graphql
examples/script/schema.prisma examples/script/schema.prisma
examples/relationships/sandbox.config.json
examples/relationships/structure-relationships.tsx
examples/relationships/package.json
examples/relationships/structure-relationships-2.tsx
examples/relationships/keystone.ts
examples/relationships/schema.ts
examples/relationships/schema.graphql
examples/relationships/schema.prisma
examples/hooks/sandbox.config.json examples/hooks/sandbox.config.json
examples/hooks/package.json examples/hooks/package.json
examples/hooks/keystone.ts examples/hooks/keystone.ts
@@ -1220,6 +522,7 @@ examples/document-field-customisation/keystone-server/src/seed/users.json
examples/document-field-customisation/keystone-server/src/seed/index.ts examples/document-field-customisation/keystone-server/src/seed/index.ts
examples/document-field-customisation/keystone-server/src/seed/posts.json examples/document-field-customisation/keystone-server/src/seed/posts.json
examples/document-field-customisation/keystone-server/src/schema.ts examples/document-field-customisation/keystone-server/src/schema.ts
examples/document-field-customisation/keystone-server/src/component-blocks/callout-ui.tsx
examples/document-field-customisation/keystone-server/src/component-blocks/youtube-video.tsx examples/document-field-customisation/keystone-server/src/component-blocks/youtube-video.tsx
examples/document-field-customisation/keystone-server/src/component-blocks/index.tsx examples/document-field-customisation/keystone-server/src/component-blocks/index.tsx
examples/document-field-customisation/keystone-server/src/component-blocks/tweet.tsx examples/document-field-customisation/keystone-server/src/component-blocks/tweet.tsx
@@ -1272,14 +575,6 @@ examples/custom-session/keystone.ts
examples/custom-session/schema.ts examples/custom-session/schema.ts
examples/custom-session/schema.graphql examples/custom-session/schema.graphql
examples/custom-session/schema.prisma examples/custom-session/schema.prisma
examples/custom-field-view/sandbox.config.json
examples/custom-field-view/README.md
examples/custom-field-view/package.json
examples/custom-field-view/keystone.ts
examples/custom-field-view/schema.ts
examples/custom-field-view/fields/related-links/components.tsx
examples/custom-field-view/schema.graphql
examples/custom-field-view/schema.prisma
examples/custom-field/1-text-field/index.ts examples/custom-field/1-text-field/index.ts
examples/custom-field/1-text-field/views.tsx examples/custom-field/1-text-field/views.tsx
examples/custom-field/3-pair-field-nested/index.ts examples/custom-field/3-pair-field-nested/index.ts
@@ -1289,7 +584,6 @@ examples/custom-field/README.md
examples/custom-field/package.json examples/custom-field/package.json
examples/custom-field/2-stars-field/index.ts examples/custom-field/2-stars-field/index.ts
examples/custom-field/2-stars-field/views.tsx examples/custom-field/2-stars-field/views.tsx
examples/custom-field/2-stars-field/stars-input.tsx
examples/custom-field/3-pair-field/index.ts examples/custom-field/3-pair-field/index.ts
examples/custom-field/3-pair-field/views.tsx examples/custom-field/3-pair-field/views.tsx
examples/custom-field/3-pair-field-json/index.ts examples/custom-field/3-pair-field-json/index.ts
@@ -1342,6 +636,12 @@ examples/reuse/keystone.ts
examples/reuse/schema.ts examples/reuse/schema.ts
examples/reuse/schema.graphql examples/reuse/schema.graphql
examples/reuse/schema.prisma examples/reuse/schema.prisma
examples/number-fields/sandbox.config.json
examples/number-fields/package.json
examples/number-fields/keystone.ts
examples/number-fields/schema.ts
examples/number-fields/schema.graphql
examples/number-fields/schema.prisma
examples/extend-graphql-schema-nexus/keystone-types.ts examples/extend-graphql-schema-nexus/keystone-types.ts
examples/extend-graphql-schema-nexus/sandbox.config.json examples/extend-graphql-schema-nexus/sandbox.config.json
examples/extend-graphql-schema-nexus/README.md examples/extend-graphql-schema-nexus/README.md
@@ -1455,7 +755,6 @@ examples/cloudinary/schema.graphql
examples/cloudinary/.env.example examples/cloudinary/.env.example
examples/cloudinary/schema.prisma examples/cloudinary/schema.prisma
examples/better-list-search/sandbox.config.json examples/better-list-search/sandbox.config.json
examples/better-list-search/README.md
examples/better-list-search/package.json examples/better-list-search/package.json
examples/better-list-search/keystone.ts examples/better-list-search/keystone.ts
examples/better-list-search/schema.ts examples/better-list-search/schema.ts
@@ -1484,15 +783,29 @@ examples/field-groups/schema.prisma
babel.config.js babel.config.js
LICENSE LICENSE
eslint.config.mjs eslint.config.mjs
.changeset/admin-ui-navigation.md
.changeset/add-maybe-function.md
.changeset/README.md .changeset/README.md
.changeset/bye-old-fields.md
.changeset/contributors.json .changeset/contributors.json
.changeset/admin-meta-rename.md
.changeset/blue-balloons-turn.md .changeset/blue-balloons-turn.md
.changeset/remove-end-session.md
.changeset/starter-bump.md
.changeset/maybe-item.md
.changeset/add-cloudinary-meta.md
.changeset/fix-nonnull-create.md
.changeset/rotten-vans-vanish.md .changeset/rotten-vans-vanish.md
.changeset/add-end-session.md
.changeset/fix-search.md .changeset/fix-search.md
.changeset/less-lonely-authors.md
.changeset/good-pumpkins-juggle.md .changeset/good-pumpkins-juggle.md
.changeset/bye-design-system.md
.changeset/shaggy-beds-know.md .changeset/shaggy-beds-know.md
.changeset/remove-document-primitives.md
.changeset/add-relationship-search.md .changeset/add-relationship-search.md
.changeset/config.json .changeset/config.json
.changeset/fix-defaults.md
tests/test-projects/basic/README.md tests/test-projects/basic/README.md
tests/test-projects/basic/package.json tests/test-projects/basic/package.json
tests/test-projects/basic/keystone.ts tests/test-projects/basic/keystone.ts
@@ -1520,7 +833,6 @@ tests/examples-smoke-tests/package.json
tests/examples-smoke-tests/usecase-todo.test.ts tests/examples-smoke-tests/usecase-todo.test.ts
tests/examples-smoke-tests/auth.test.ts tests/examples-smoke-tests/auth.test.ts
tests/examples-smoke-tests/extend-graphql-schema-graphql-tools.test.ts tests/examples-smoke-tests/extend-graphql-schema-graphql-tools.test.ts
tests/examples-smoke-tests/custom-field-view.test.ts
tests/examples-smoke-tests/extend-graphql-schema-graphql-ts.test.ts tests/examples-smoke-tests/extend-graphql-schema-graphql-ts.test.ts
tests/examples-smoke-tests/virtual-field.test.ts tests/examples-smoke-tests/virtual-field.test.ts
tests/examples-smoke-tests/custom-admin-ui-pages.test.ts tests/examples-smoke-tests/custom-admin-ui-pages.test.ts
@@ -1543,11 +855,9 @@ tests/sandbox/utils.ts
tests/sandbox/keystone.ts tests/sandbox/keystone.ts
tests/sandbox/schema.graphql tests/sandbox/schema.graphql
tests/sandbox/structure.tsx tests/sandbox/structure.tsx
tests/sandbox/configs/7590-add-item-to-relationship-in-hook-cards-ui.ts
tests/sandbox/configs/all-the-things.ts tests/sandbox/configs/all-the-things.ts
tests/sandbox/configs/7591-body-parser-options.ts tests/sandbox/configs/7591-body-parser-options.ts
tests/sandbox/schema.prisma tests/sandbox/schema.prisma
tests/sandbox/component-blocks.tsx
tests/admin-ui-tests/README.md tests/admin-ui-tests/README.md
tests/admin-ui-tests/package.json tests/admin-ui-tests/package.json
tests/admin-ui-tests/list-view-crud.test.ts tests/admin-ui-tests/list-view-crud.test.ts
@@ -1593,7 +903,6 @@ tests/api-tests/queries/cursor-pagination.test.ts
tests/api-tests/queries/filters.test.ts tests/api-tests/queries/filters.test.ts
tests/api-tests/queries/validation.ts tests/api-tests/queries/validation.ts
tests/api-tests/queries/cache-hints.test.ts tests/api-tests/queries/cache-hints.test.ts
tests/api-tests/authed-user.test.ts
tests/api-tests/auth-header.test.ts tests/api-tests/auth-header.test.ts
tests/api-tests/auth.test.ts tests/api-tests/auth.test.ts
tests/api-tests/hooks.test.ts tests/api-tests/hooks.test.ts
@@ -1692,6 +1001,7 @@ tests/api-tests/omit.test.ts
tests/api-tests/admin-meta.test.ts tests/api-tests/admin-meta.test.ts
tests/api-tests/db-map.test.ts tests/api-tests/db-map.test.ts
tests/api-tests/indexes.test.ts tests/api-tests/indexes.test.ts
vitest.config.ts
prisma-utils/README.md prisma-utils/README.md
prisma-utils/package.json prisma-utils/package.json
prisma-utils/CHANGELOG.md prisma-utils/CHANGELOG.md
@@ -1754,9 +1064,9 @@ packages/fields-document/src/DocumentEditor/insert-menu-shared.ts
packages/fields-document/src/DocumentEditor/demo.ts packages/fields-document/src/DocumentEditor/demo.ts
packages/fields-document/src/DocumentEditor/utils-hooks.tsx packages/fields-document/src/DocumentEditor/utils-hooks.tsx
packages/fields-document/src/DocumentEditor/component-blocks/preview-props.test.ts packages/fields-document/src/DocumentEditor/component-blocks/preview-props.test.ts
packages/fields-document/src/DocumentEditor/component-blocks/fields-ui-empty.tsx
packages/fields-document/src/DocumentEditor/component-blocks/multi-child-field-in-array-field.test.tsx packages/fields-document/src/DocumentEditor/component-blocks/multi-child-field-in-array-field.test.tsx
packages/fields-document/src/DocumentEditor/component-blocks/document-features-normalization.test.tsx packages/fields-document/src/DocumentEditor/component-blocks/document-features-normalization.test.tsx
packages/fields-document/src/DocumentEditor/component-blocks/get-value.ts
packages/fields-document/src/DocumentEditor/component-blocks/form-from-preview.tsx packages/fields-document/src/DocumentEditor/component-blocks/form-from-preview.tsx
packages/fields-document/src/DocumentEditor/component-blocks/api-shared.ts packages/fields-document/src/DocumentEditor/component-blocks/api-shared.ts
packages/fields-document/src/DocumentEditor/component-blocks/normalization.test.tsx packages/fields-document/src/DocumentEditor/component-blocks/normalization.test.tsx
@@ -1774,6 +1084,7 @@ packages/fields-document/src/DocumentEditor/component-blocks/insert-break-and-de
packages/fields-document/src/DocumentEditor/component-blocks/utils.test.ts packages/fields-document/src/DocumentEditor/component-blocks/utils.test.ts
packages/fields-document/src/DocumentEditor/component-blocks/with-component-blocks.tsx packages/fields-document/src/DocumentEditor/component-blocks/with-component-blocks.tsx
packages/fields-document/src/DocumentEditor/component-blocks/initial-values.ts packages/fields-document/src/DocumentEditor/component-blocks/initial-values.ts
packages/fields-document/src/DocumentEditor/component-blocks/fields-ui.tsx
packages/fields-document/src/DocumentEditor/component-blocks/update-element.ts packages/fields-document/src/DocumentEditor/component-blocks/update-element.ts
packages/fields-document/src/DocumentEditor/component-blocks/nested-array-field.test.tsx packages/fields-document/src/DocumentEditor/component-blocks/nested-array-field.test.tsx
packages/fields-document/src/DocumentEditor/component-blocks/child-field-in-recursive-array-field.test.tsx packages/fields-document/src/DocumentEditor/component-blocks/child-field-in-recursive-array-field.test.tsx
@@ -1802,14 +1113,10 @@ packages/fields-document/src/DocumentEditor/isValidURL.ts
packages/fields-document/src/DocumentEditor/shortcuts.test.tsx packages/fields-document/src/DocumentEditor/shortcuts.test.tsx
packages/fields-document/src/DocumentEditor/document-features-normalization.ts packages/fields-document/src/DocumentEditor/document-features-normalization.ts
packages/fields-document/src/DocumentEditor/soft-breaks.ts packages/fields-document/src/DocumentEditor/soft-breaks.ts
packages/fields-document/src/DocumentEditor/primitives/orderable.tsx packages/fields-document/src/DocumentEditor/primitives/BlockPopover.tsx
packages/fields-document/src/DocumentEditor/primitives/index.tsx
packages/fields-document/src/DocumentEditor/primitives/toolbar.tsx
packages/fields-document/src/DocumentEditor/primitives/inline-dialog.tsx
packages/fields-document/src/structure-graphql-output.ts packages/fields-document/src/structure-graphql-output.ts
packages/fields-document/src/structure-views.tsx packages/fields-document/src/structure-views.tsx
packages/fields-document/src/views.tsx packages/fields-document/src/views.tsx
packages/fields-document/src/primitives.ts
packages/fields-document/src/structure-validation.ts packages/fields-document/src/structure-validation.ts
packages/fields-document/src/structure-graphql-input.ts packages/fields-document/src/structure-graphql-input.ts
packages/fields-document/src/structure.ts packages/fields-document/src/structure.ts
@@ -1826,10 +1133,10 @@ packages/fields-document/structure-views/package.json
packages/fields-document/primitives/package.json packages/fields-document/primitives/package.json
packages/auth/src/types.ts packages/auth/src/types.ts
packages/auth/src/index.ts packages/auth/src/index.ts
packages/auth/src/templates/config.ts
packages/auth/src/templates/init.ts packages/auth/src/templates/init.ts
packages/auth/src/templates/signin.ts packages/auth/src/templates/signin.ts
packages/auth/src/components/SigninContainer.tsx packages/auth/src/components/Navigation.tsx
packages/auth/src/components/Icons.tsx
packages/auth/src/gql/getPasswordResetSchema.ts packages/auth/src/gql/getPasswordResetSchema.ts
packages/auth/src/gql/getMagicAuthLinkSchema.ts packages/auth/src/gql/getMagicAuthLinkSchema.ts
packages/auth/src/gql/getInitFirstItemSchema.ts packages/auth/src/gql/getInitFirstItemSchema.ts
@@ -1845,6 +1152,7 @@ packages/auth/src/pages/InitPage.tsx
packages/auth/src/pages/SigninPage.tsx packages/auth/src/pages/SigninPage.tsx
packages/auth/README.md packages/auth/README.md
packages/auth/package.json packages/auth/package.json
packages/auth/components/Navigation/package.json
packages/auth/CHANGELOG.md packages/auth/CHANGELOG.md
packages/auth/LICENSE packages/auth/LICENSE
packages/auth/pages/SigninPage/package.json packages/auth/pages/SigninPage/package.json
@@ -1899,30 +1207,25 @@ packages/core/src/admin-ui/templates/app.ts
packages/core/src/admin-ui/templates/home.ts packages/core/src/admin-ui/templates/home.ts
packages/core/src/admin-ui/templates/item.tsx packages/core/src/admin-ui/templates/item.tsx
packages/core/src/admin-ui/templates/list.tsx packages/core/src/admin-ui/templates/list.tsx
packages/core/src/admin-ui/components/CellLink.tsx packages/core/src/admin-ui/components/CreateItemDialog.tsx
packages/core/src/admin-ui/components/SignoutButton.tsx
packages/core/src/admin-ui/components/index.ts packages/core/src/admin-ui/components/index.ts
packages/core/src/admin-ui/components/EmptyState.tsx
packages/core/src/admin-ui/components/GraphQLErrorNotice.tsx packages/core/src/admin-ui/components/GraphQLErrorNotice.tsx
packages/core/src/admin-ui/components/PageContainer.tsx packages/core/src/admin-ui/components/PageContainer.tsx
packages/core/src/admin-ui/components/Logo.tsx packages/core/src/admin-ui/components/Logo.tsx
packages/core/src/admin-ui/components/Errors.tsx packages/core/src/admin-ui/components/Errors.tsx
packages/core/src/admin-ui/components/Container.tsx packages/core/src/admin-ui/components/Container.tsx
packages/core/src/admin-ui/components/NullableFieldWrapper.tsx
packages/core/src/admin-ui/components/Navigation.tsx packages/core/src/admin-ui/components/Navigation.tsx
packages/core/src/admin-ui/components/InlineCode.tsx
packages/core/src/admin-ui/components/CreateButtonLink.tsx packages/core/src/admin-ui/components/CreateButtonLink.tsx
packages/core/src/admin-ui/components/CellContainer.tsx packages/core/src/admin-ui/components/CellContainer.tsx
packages/core/src/admin-ui/components/CreateItemDrawer.tsx packages/core/src/admin-ui/components/WelcomeDialog.tsx
packages/core/src/admin-ui/components/Pagination.tsx
packages/core/src/admin-ui/utils/useInvalidFields.ts
packages/core/src/admin-ui/utils/useAdminMeta.tsx
packages/core/src/admin-ui/utils/index.ts packages/core/src/admin-ui/utils/index.ts
packages/core/src/admin-ui/utils/Fields.tsx packages/core/src/admin-ui/utils/Fields.tsx
packages/core/src/admin-ui/utils/usePreventNavigation.tsx packages/core/src/admin-ui/utils/usePreventNavigation.tsx
packages/core/src/admin-ui/utils/item-form.ts
packages/core/src/admin-ui/utils/dataGetter.ts
packages/core/src/admin-ui/utils/useLazyMetadata.tsx
packages/core/src/admin-ui/utils/serialization.tsx
packages/core/src/admin-ui/utils/getRootGraphQLFieldsFromFieldController.ts
packages/core/src/admin-ui/utils/useCreateItem.ts packages/core/src/admin-ui/utils/useCreateItem.ts
packages/core/src/admin-ui/utils/utils.tsx
packages/core/src/admin-ui/admin-meta-graphql.ts packages/core/src/admin-ui/admin-meta-graphql.ts
packages/core/src/admin-ui/index.tsx packages/core/src/admin-ui/index.tsx
packages/core/src/admin-ui/system/index.ts packages/core/src/admin-ui/system/index.ts
@@ -1964,7 +1267,6 @@ packages/core/src/lib/core/where-inputs.ts
packages/core/src/lib/core/resolve-relationships.ts packages/core/src/lib/core/resolve-relationships.ts
packages/core/src/lib/core/initialise-lists.ts packages/core/src/lib/core/initialise-lists.ts
packages/core/src/lib/core/mutations/index.ts packages/core/src/lib/core/mutations/index.ts
packages/core/src/lib/core/mutations/access-control.ts
packages/core/src/lib/core/mutations/nested-mutation-many-input-resolvers.ts packages/core/src/lib/core/mutations/nested-mutation-many-input-resolvers.ts
packages/core/src/lib/core/mutations/nested-mutation-one-input-resolvers.ts packages/core/src/lib/core/mutations/nested-mutation-one-input-resolvers.ts
packages/core/src/lib/core/hooks.ts packages/core/src/lib/core/hooks.ts
@@ -1981,12 +1283,13 @@ packages/core/src/fields/types/file/index.ts
packages/core/src/fields/types/file/views/index.tsx packages/core/src/fields/types/file/views/index.tsx
packages/core/src/fields/types/file/views/Field.tsx packages/core/src/fields/types/file/views/Field.tsx
packages/core/src/fields/types/relationship/index.ts packages/core/src/fields/types/relationship/index.ts
packages/core/src/fields/types/relationship/views/RelationshipSelect.tsx packages/core/src/fields/types/relationship/views/types.ts
packages/core/src/fields/types/relationship/views/ComboboxSingle.tsx
packages/core/src/fields/types/relationship/views/index.tsx packages/core/src/fields/types/relationship/views/index.tsx
packages/core/src/fields/types/relationship/views/cards/InlineCreate.tsx packages/core/src/fields/types/relationship/views/ComboboxMany.tsx
packages/core/src/fields/types/relationship/views/cards/useItemState.tsx packages/core/src/fields/types/relationship/views/ContextualActions.tsx
packages/core/src/fields/types/relationship/views/cards/index.tsx packages/core/src/fields/types/relationship/views/useFilter.tsx
packages/core/src/fields/types/relationship/views/cards/InlineEdit.tsx packages/core/src/fields/types/relationship/views/useApolloQuery.ts
packages/core/src/fields/types/multiselect/index.ts packages/core/src/fields/types/multiselect/index.ts
packages/core/src/fields/types/multiselect/views/index.tsx packages/core/src/fields/types/multiselect/views/index.tsx
packages/core/src/fields/types/timestamp/index.ts packages/core/src/fields/types/timestamp/index.ts
@@ -2000,7 +1303,6 @@ packages/core/src/fields/types/decimal/index.ts
packages/core/src/fields/types/decimal/views/index.tsx packages/core/src/fields/types/decimal/views/index.tsx
packages/core/src/fields/types/integer/index.ts packages/core/src/fields/types/integer/index.ts
packages/core/src/fields/types/integer/views/index.tsx packages/core/src/fields/types/integer/views/index.tsx
packages/core/src/fields/types/integer/views/utils.tsx
packages/core/src/fields/types/json/index.ts packages/core/src/fields/types/json/index.ts
packages/core/src/fields/types/json/views/index.tsx packages/core/src/fields/types/json/views/index.tsx
packages/core/src/fields/types/float/index.ts packages/core/src/fields/types/float/index.ts
@@ -2013,11 +1315,11 @@ packages/core/src/fields/types/image/views/index.tsx
packages/core/src/fields/types/image/views/Field.tsx packages/core/src/fields/types/image/views/Field.tsx
packages/core/src/fields/types/virtual/index.ts packages/core/src/fields/types/virtual/index.ts
packages/core/src/fields/types/virtual/views/index.tsx packages/core/src/fields/types/virtual/views/index.tsx
packages/core/src/fields/types/virtual/views/PrettyData.tsx
packages/core/src/fields/types/calendarDay/index.ts packages/core/src/fields/types/calendarDay/index.ts
packages/core/src/fields/types/calendarDay/views/index.tsx packages/core/src/fields/types/calendarDay/views/index.tsx
packages/core/src/fields/types/select/index.ts packages/core/src/fields/types/select/index.ts
packages/core/src/fields/types/select/views/index.tsx packages/core/src/fields/types/select/views/index.tsx
packages/core/src/fields/types/select/views/SegmentedControl.tsx
packages/core/src/fields/types/text/index.ts packages/core/src/fields/types/text/index.ts
packages/core/src/fields/types/text/views/index.tsx packages/core/src/fields/types/text/views/index.tsx
packages/core/src/fields/types/password/index.ts packages/core/src/fields/types/password/index.ts
@@ -2033,14 +1335,15 @@ packages/core/src/fields/resolve-hooks.ts
packages/core/src/testing.ts packages/core/src/testing.ts
packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/id-field-view.tsx packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/id-field-view.tsx
packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/CreateItemPage/index.tsx packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/CreateItemPage/index.tsx
packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/SortSelection.tsx
packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/FilterAdd.tsx packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/FilterAdd.tsx
packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/Tag.tsx
packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/useSelectedFields.tsx packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/useSelectedFields.tsx
packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/FilterList.tsx packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/FilterList.tsx
packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/index.tsx packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/index.tsx
packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/FieldSelection.tsx packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/FieldSelection.tsx
packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/useSort.tsx packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/useSort.tsx
packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/useFilters.tsx packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/useFilters.tsx
packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ListPage/Pagination.tsx
packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/NoAccessPage/index.tsx packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/NoAccessPage/index.tsx
packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/HomePage/index.tsx packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/HomePage/index.tsx
packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ItemPage/index.tsx packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/ItemPage/index.tsx
@@ -2049,7 +1352,6 @@ packages/core/src/___internal-do-not-use-will-break-in-patch/admin-ui/pages/App/
packages/core/src/___internal-do-not-use-will-break-in-patch/artifacts.ts packages/core/src/___internal-do-not-use-will-break-in-patch/artifacts.ts
packages/core/README.md packages/core/README.md
packages/core/package.json packages/core/package.json
packages/core/static/tsconfig.json
packages/core/static/admin-error.html packages/core/static/admin-error.html
packages/core/static/dev-loading.html packages/core/static/dev-loading.html
packages/core/admin-ui/components/package.json packages/core/admin-ui/components/package.json
@@ -2098,7 +1400,6 @@ packages/core/___internal-do-not-use-will-break-in-patch/admin-ui/pages/App/pack
packages/core/___internal-do-not-use-will-break-in-patch/artifacts/package.json packages/core/___internal-do-not-use-will-break-in-patch/artifacts/package.json
packages/cloudinary/src/index.ts packages/cloudinary/src/index.ts
packages/cloudinary/src/views/index.tsx packages/cloudinary/src/views/index.tsx
packages/cloudinary/src/views/Field.tsx
packages/cloudinary/src/test-fixtures.skip.ts packages/cloudinary/src/test-fixtures.skip.ts
packages/cloudinary/package.json packages/cloudinary/package.json
packages/cloudinary/CHANGELOG.md packages/cloudinary/CHANGELOG.md
@@ -178829,6 +178829,12 @@ User/Observer/Backend/ForceAdminPasswordChangeObserver.php
Observer/Backend/ForceAdminPasswordChangeObserver.php Observer/Backend/ForceAdminPasswordChangeObserver.php
Backend/ForceAdminPasswordChangeObserver.php Backend/ForceAdminPasswordChangeObserver.php
ForceAdminPasswordChangeObserver.php ForceAdminPasswordChangeObserver.php
app/code/Magento/User/Observer/ValidateModelDeleteAfter.php
code/Magento/User/Observer/ValidateModelDeleteAfter.php
Magento/User/Observer/ValidateModelDeleteAfter.php
User/Observer/ValidateModelDeleteAfter.php
Observer/ValidateModelDeleteAfter.php
ValidateModelDeleteAfter.php
app/code/Magento/User/LICENSE_AFL.txt app/code/Magento/User/LICENSE_AFL.txt
code/Magento/User/LICENSE_AFL.txt code/Magento/User/LICENSE_AFL.txt
Magento/User/LICENSE_AFL.txt Magento/User/LICENSE_AFL.txt
@@ -180184,6 +180190,14 @@ Unit/Observer/Backend/TrackAdminNewPasswordObserverTest.php
Observer/Backend/TrackAdminNewPasswordObserverTest.php Observer/Backend/TrackAdminNewPasswordObserverTest.php
Backend/TrackAdminNewPasswordObserverTest.php Backend/TrackAdminNewPasswordObserverTest.php
TrackAdminNewPasswordObserverTest.php TrackAdminNewPasswordObserverTest.php
app/code/Magento/User/Test/Unit/Observer/ValidateModelDeleteAfterTest.php
code/Magento/User/Test/Unit/Observer/ValidateModelDeleteAfterTest.php
Magento/User/Test/Unit/Observer/ValidateModelDeleteAfterTest.php
User/Test/Unit/Observer/ValidateModelDeleteAfterTest.php
Test/Unit/Observer/ValidateModelDeleteAfterTest.php
Unit/Observer/ValidateModelDeleteAfterTest.php
Observer/ValidateModelDeleteAfterTest.php
ValidateModelDeleteAfterTest.php
app/code/Magento/User/Test/Unit/Helper/DataTest.php app/code/Magento/User/Test/Unit/Helper/DataTest.php
code/Magento/User/Test/Unit/Helper/DataTest.php code/Magento/User/Test/Unit/Helper/DataTest.php
Magento/User/Test/Unit/Helper/DataTest.php Magento/User/Test/Unit/Helper/DataTest.php
@@ -227215,6 +227229,13 @@ CatalogInventoryGraphQl/Model/Resolver/NotAvailableMessageResolver.php
Model/Resolver/NotAvailableMessageResolver.php Model/Resolver/NotAvailableMessageResolver.php
Resolver/NotAvailableMessageResolver.php Resolver/NotAvailableMessageResolver.php
NotAvailableMessageResolver.php NotAvailableMessageResolver.php
app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/MaxSaleQtyResolver.php
code/Magento/CatalogInventoryGraphQl/Model/Resolver/MaxSaleQtyResolver.php
Magento/CatalogInventoryGraphQl/Model/Resolver/MaxSaleQtyResolver.php
CatalogInventoryGraphQl/Model/Resolver/MaxSaleQtyResolver.php
Model/Resolver/MaxSaleQtyResolver.php
Resolver/MaxSaleQtyResolver.php
MaxSaleQtyResolver.php
app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/StockStatusProvider.php app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/StockStatusProvider.php
code/Magento/CatalogInventoryGraphQl/Model/Resolver/StockStatusProvider.php code/Magento/CatalogInventoryGraphQl/Model/Resolver/StockStatusProvider.php
Magento/CatalogInventoryGraphQl/Model/Resolver/StockStatusProvider.php Magento/CatalogInventoryGraphQl/Model/Resolver/StockStatusProvider.php
@@ -227222,6 +227243,13 @@ CatalogInventoryGraphQl/Model/Resolver/StockStatusProvider.php
Model/Resolver/StockStatusProvider.php Model/Resolver/StockStatusProvider.php
Resolver/StockStatusProvider.php Resolver/StockStatusProvider.php
StockStatusProvider.php StockStatusProvider.php
app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/MinSaleQtyResolver.php
code/Magento/CatalogInventoryGraphQl/Model/Resolver/MinSaleQtyResolver.php
Magento/CatalogInventoryGraphQl/Model/Resolver/MinSaleQtyResolver.php
CatalogInventoryGraphQl/Model/Resolver/MinSaleQtyResolver.php
Model/Resolver/MinSaleQtyResolver.php
Resolver/MinSaleQtyResolver.php
MinSaleQtyResolver.php
app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/OnlyXLeftInStockResolver.php app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/OnlyXLeftInStockResolver.php
code/Magento/CatalogInventoryGraphQl/Model/Resolver/OnlyXLeftInStockResolver.php code/Magento/CatalogInventoryGraphQl/Model/Resolver/OnlyXLeftInStockResolver.php
Magento/CatalogInventoryGraphQl/Model/Resolver/OnlyXLeftInStockResolver.php Magento/CatalogInventoryGraphQl/Model/Resolver/OnlyXLeftInStockResolver.php
@@ -227229,6 +227257,12 @@ CatalogInventoryGraphQl/Model/Resolver/OnlyXLeftInStockResolver.php
Model/Resolver/OnlyXLeftInStockResolver.php Model/Resolver/OnlyXLeftInStockResolver.php
Resolver/OnlyXLeftInStockResolver.php Resolver/OnlyXLeftInStockResolver.php
OnlyXLeftInStockResolver.php OnlyXLeftInStockResolver.php
app/code/Magento/CatalogInventoryGraphQl/Model/StockItemService.php
code/Magento/CatalogInventoryGraphQl/Model/StockItemService.php
Magento/CatalogInventoryGraphQl/Model/StockItemService.php
CatalogInventoryGraphQl/Model/StockItemService.php
Model/StockItemService.php
StockItemService.php
app/code/Magento/CatalogInventoryGraphQl/etc/graphql/di.xml app/code/Magento/CatalogInventoryGraphQl/etc/graphql/di.xml
code/Magento/CatalogInventoryGraphQl/etc/graphql/di.xml code/Magento/CatalogInventoryGraphQl/etc/graphql/di.xml
Magento/CatalogInventoryGraphQl/etc/graphql/di.xml Magento/CatalogInventoryGraphQl/etc/graphql/di.xml
@@ -272343,6 +272377,14 @@ Magento/GraphQl/CatalogInventory/ProductStockStatusTest.php
GraphQl/CatalogInventory/ProductStockStatusTest.php GraphQl/CatalogInventory/ProductStockStatusTest.php
CatalogInventory/ProductStockStatusTest.php CatalogInventory/ProductStockStatusTest.php
ProductStockStatusTest.php ProductStockStatusTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/MinMaxSaleQtyTest.php
tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/MinMaxSaleQtyTest.php
api-functional/testsuite/Magento/GraphQl/CatalogInventory/MinMaxSaleQtyTest.php
testsuite/Magento/GraphQl/CatalogInventory/MinMaxSaleQtyTest.php
Magento/GraphQl/CatalogInventory/MinMaxSaleQtyTest.php
GraphQl/CatalogInventory/MinMaxSaleQtyTest.php
CatalogInventory/MinMaxSaleQtyTest.php
MinMaxSaleQtyTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/StockQuantityTest.php dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/StockQuantityTest.php
tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/StockQuantityTest.php tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/StockQuantityTest.php
api-functional/testsuite/Magento/GraphQl/CatalogInventory/StockQuantityTest.php api-functional/testsuite/Magento/GraphQl/CatalogInventory/StockQuantityTest.php
@@ -21930,6 +21930,7 @@ app/code/Magento/User/README.md
app/code/Magento/User/Observer/Backend/AuthObserver.php app/code/Magento/User/Observer/Backend/AuthObserver.php
app/code/Magento/User/Observer/Backend/TrackAdminNewPasswordObserver.php app/code/Magento/User/Observer/Backend/TrackAdminNewPasswordObserver.php
app/code/Magento/User/Observer/Backend/ForceAdminPasswordChangeObserver.php app/code/Magento/User/Observer/Backend/ForceAdminPasswordChangeObserver.php
app/code/Magento/User/Observer/ValidateModelDeleteAfter.php
app/code/Magento/User/LICENSE_AFL.txt app/code/Magento/User/LICENSE_AFL.txt
app/code/Magento/User/composer.json app/code/Magento/User/composer.json
app/code/Magento/User/registration.php app/code/Magento/User/registration.php
@@ -22103,6 +22104,7 @@ app/code/Magento/User/Test/Unit/Block/User/Edit/Tab/RolesTest.php
app/code/Magento/User/Test/Unit/Observer/Backend/ForceAdminPasswordChangeObserverTest.php app/code/Magento/User/Test/Unit/Observer/Backend/ForceAdminPasswordChangeObserverTest.php
app/code/Magento/User/Test/Unit/Observer/Backend/AuthObserverTest.php app/code/Magento/User/Test/Unit/Observer/Backend/AuthObserverTest.php
app/code/Magento/User/Test/Unit/Observer/Backend/TrackAdminNewPasswordObserverTest.php app/code/Magento/User/Test/Unit/Observer/Backend/TrackAdminNewPasswordObserverTest.php
app/code/Magento/User/Test/Unit/Observer/ValidateModelDeleteAfterTest.php
app/code/Magento/User/Test/Unit/Helper/DataTest.php app/code/Magento/User/Test/Unit/Helper/DataTest.php
app/code/Magento/User/Test/Unit/Model/Backend/Config/ObserverConfigTest.php app/code/Magento/User/Test/Unit/Model/Backend/Config/ObserverConfigTest.php
app/code/Magento/User/Test/Unit/Model/UserTest.php app/code/Magento/User/Test/Unit/Model/UserTest.php
@@ -28040,8 +28042,11 @@ app/code/Magento/CatalogInventoryGraphQl/registration.php
app/code/Magento/CatalogInventoryGraphQl/Helper/Error/MessageFormatters/StockStateExceptionMessageFormatter.php app/code/Magento/CatalogInventoryGraphQl/Helper/Error/MessageFormatters/StockStateExceptionMessageFormatter.php
app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/QuantityResolver.php app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/QuantityResolver.php
app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/NotAvailableMessageResolver.php app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/NotAvailableMessageResolver.php
app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/MaxSaleQtyResolver.php
app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/StockStatusProvider.php app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/StockStatusProvider.php
app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/MinSaleQtyResolver.php
app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/OnlyXLeftInStockResolver.php app/code/Magento/CatalogInventoryGraphQl/Model/Resolver/OnlyXLeftInStockResolver.php
app/code/Magento/CatalogInventoryGraphQl/Model/StockItemService.php
app/code/Magento/CatalogInventoryGraphQl/etc/graphql/di.xml app/code/Magento/CatalogInventoryGraphQl/etc/graphql/di.xml
app/code/Magento/CatalogInventoryGraphQl/etc/module.xml app/code/Magento/CatalogInventoryGraphQl/etc/module.xml
app/code/Magento/CatalogInventoryGraphQl/etc/schema.graphqls app/code/Magento/CatalogInventoryGraphQl/etc/schema.graphqls
@@ -33807,6 +33812,7 @@ dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/AddProductTo
dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/UpdateCartItemsTest.php dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/UpdateCartItemsTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/ProductOnlyXLeftInStockTest.php dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/ProductOnlyXLeftInStockTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/ProductStockStatusTest.php dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/ProductStockStatusTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/MinMaxSaleQtyTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/StockQuantityTest.php dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/StockQuantityTest.php
dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/OrderItemRepositoryTest.php dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/OrderItemRepositoryTest.php
dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/ProductRepositoryTest.php dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/ProductRepositoryTest.php
@@ -103380,6 +103380,9 @@ _unreleased/2025-01-09-improve-elasticsearch-area-search-usage.md
changelog/_unreleased/2024-10-07-improve-admin-last-activity-behavior.md changelog/_unreleased/2024-10-07-improve-admin-last-activity-behavior.md
_unreleased/2024-10-07-improve-admin-last-activity-behavior.md _unreleased/2024-10-07-improve-admin-last-activity-behavior.md
2024-10-07-improve-admin-last-activity-behavior.md 2024-10-07-improve-admin-last-activity-behavior.md
changelog/_unreleased/2025-01-21-fix-address-editor-update-multiple-state-selects.md
_unreleased/2025-01-21-fix-address-editor-update-multiple-state-selects.md
2025-01-21-fix-address-editor-update-multiple-state-selects.md
changelog/_unreleased/2025-01-07-allow-custom-pagination-parameters.md changelog/_unreleased/2025-01-07-allow-custom-pagination-parameters.md
_unreleased/2025-01-07-allow-custom-pagination-parameters.md _unreleased/2025-01-07-allow-custom-pagination-parameters.md
2025-01-07-allow-custom-pagination-parameters.md 2025-01-07-allow-custom-pagination-parameters.md
@@ -13218,6 +13218,7 @@ changelog/_unreleased/2025-01-20-use-plugin-upgrade-version-to-check-conflicts.m
changelog/_unreleased/2025-01-17-improve-storefront-area-search-usage.md changelog/_unreleased/2025-01-17-improve-storefront-area-search-usage.md
changelog/_unreleased/2025-01-09-improve-elasticsearch-area-search-usage.md changelog/_unreleased/2025-01-09-improve-elasticsearch-area-search-usage.md
changelog/_unreleased/2024-10-07-improve-admin-last-activity-behavior.md changelog/_unreleased/2024-10-07-improve-admin-last-activity-behavior.md
changelog/_unreleased/2025-01-21-fix-address-editor-update-multiple-state-selects.md
changelog/_unreleased/2025-01-07-allow-custom-pagination-parameters.md changelog/_unreleased/2025-01-07-allow-custom-pagination-parameters.md
changelog/_unreleased/2025-01-21-added-theme-name-option.md changelog/_unreleased/2025-01-21-added-theme-name-option.md
changelog/_unreleased/2024-12-03-a11y-mobile-filter-panel.md changelog/_unreleased/2024-12-03-a11y-mobile-filter-panel.md
@@ -7003,6 +7003,10 @@ test/jakarta/el/TesterBeanNameResolver.java
jakarta/el/TesterBeanNameResolver.java jakarta/el/TesterBeanNameResolver.java
el/TesterBeanNameResolver.java el/TesterBeanNameResolver.java
TesterBeanNameResolver.java TesterBeanNameResolver.java
test/jakarta/el/TestExpressionFactoryCache.java
jakarta/el/TestExpressionFactoryCache.java
el/TestExpressionFactoryCache.java
TestExpressionFactoryCache.java
test/jakarta/el/TestEvaluationListener.java test/jakarta/el/TestEvaluationListener.java
jakarta/el/TestEvaluationListener.java jakarta/el/TestEvaluationListener.java
el/TestEvaluationListener.java el/TestEvaluationListener.java
@@ -25285,6 +25289,10 @@ java/jakarta/el/PropertyNotWritableException.java
jakarta/el/PropertyNotWritableException.java jakarta/el/PropertyNotWritableException.java
el/PropertyNotWritableException.java el/PropertyNotWritableException.java
PropertyNotWritableException.java PropertyNotWritableException.java
java/jakarta/el/ExpressionFactoryCache.java
jakarta/el/ExpressionFactoryCache.java
el/ExpressionFactoryCache.java
ExpressionFactoryCache.java
java/jakarta/security/auth/message/AuthException.java java/jakarta/security/auth/message/AuthException.java
jakarta/security/auth/message/AuthException.java jakarta/security/auth/message/AuthException.java
security/auth/message/AuthException.java security/auth/message/AuthException.java
@@ -1339,6 +1339,7 @@ test/jakarta/el/TestCompositeELResolver.java
test/jakarta/el/TesterCompositeELResolverPerformance.java test/jakarta/el/TesterCompositeELResolverPerformance.java
test/jakarta/el/TestBeanSupport.java test/jakarta/el/TestBeanSupport.java
test/jakarta/el/TesterBeanNameResolver.java test/jakarta/el/TesterBeanNameResolver.java
test/jakarta/el/TestExpressionFactoryCache.java
test/jakarta/el/TestEvaluationListener.java test/jakarta/el/TestEvaluationListener.java
test/jakarta/el/TestImportHandler.java test/jakarta/el/TestImportHandler.java
test/jakarta/el/TesterEvaluationListener.java test/jakarta/el/TesterEvaluationListener.java
@@ -4219,6 +4220,7 @@ java/jakarta/el/LocalStrings_ru.properties
java/jakarta/el/LocalStrings_zh_CN.properties java/jakarta/el/LocalStrings_zh_CN.properties
java/jakarta/el/LocalStrings_fr.properties java/jakarta/el/LocalStrings_fr.properties
java/jakarta/el/PropertyNotWritableException.java java/jakarta/el/PropertyNotWritableException.java
java/jakarta/el/ExpressionFactoryCache.java
java/jakarta/security/auth/message/AuthException.java java/jakarta/security/auth/message/AuthException.java
java/jakarta/security/auth/message/MessageInfo.java java/jakarta/security/auth/message/MessageInfo.java
java/jakarta/security/auth/message/ServerAuth.java java/jakarta/security/auth/message/ServerAuth.java
@@ -65172,6 +65172,10 @@ plugins/woocommerce/changelog/54885-add-schema-document-object
woocommerce/changelog/54885-add-schema-document-object woocommerce/changelog/54885-add-schema-document-object
changelog/54885-add-schema-document-object changelog/54885-add-schema-document-object
54885-add-schema-document-object 54885-add-schema-document-object
plugins/woocommerce/changelog/dev-e2e-make-marketing-test-runnable-on-wpcom
woocommerce/changelog/dev-e2e-make-marketing-test-runnable-on-wpcom
changelog/dev-e2e-make-marketing-test-runnable-on-wpcom
dev-e2e-make-marketing-test-runnable-on-wpcom
plugins/woocommerce/changelog/54823-add-shipping-zone-method-ids plugins/woocommerce/changelog/54823-add-shipping-zone-method-ids
woocommerce/changelog/54823-add-shipping-zone-method-ids woocommerce/changelog/54823-add-shipping-zone-method-ids
changelog/54823-add-shipping-zone-method-ids changelog/54823-add-shipping-zone-method-ids
@@ -79743,6 +79747,10 @@ plugins/woocommerce-beta-tester/changelog/update-beta-tester-live-branch-install
woocommerce-beta-tester/changelog/update-beta-tester-live-branch-install woocommerce-beta-tester/changelog/update-beta-tester-live-branch-install
changelog/update-beta-tester-live-branch-install changelog/update-beta-tester-live-branch-install
update-beta-tester-live-branch-install update-beta-tester-live-branch-install
plugins/woocommerce-beta-tester/changelog/beta-tester-link
woocommerce-beta-tester/changelog/beta-tester-link
changelog/beta-tester-link
beta-tester-link
plugins/woocommerce-beta-tester/changelog/53789-beta-tester-warnings plugins/woocommerce-beta-tester/changelog/53789-beta-tester-warnings
woocommerce-beta-tester/changelog/53789-beta-tester-warnings woocommerce-beta-tester/changelog/53789-beta-tester-warnings
changelog/53789-beta-tester-warnings changelog/53789-beta-tester-warnings
@@ -9598,6 +9598,7 @@ plugins/woocommerce/changelog/e2e-clean-up-hpos-disabled-pw-project
plugins/woocommerce/changelog/dev-bump-wp-env-10.17.0 plugins/woocommerce/changelog/dev-bump-wp-env-10.17.0
plugins/woocommerce/changelog/55005-fix-brands-permalink-false-issue plugins/woocommerce/changelog/55005-fix-brands-permalink-false-issue
plugins/woocommerce/changelog/54885-add-schema-document-object plugins/woocommerce/changelog/54885-add-schema-document-object
plugins/woocommerce/changelog/dev-e2e-make-marketing-test-runnable-on-wpcom
plugins/woocommerce/changelog/54823-add-shipping-zone-method-ids plugins/woocommerce/changelog/54823-add-shipping-zone-method-ids
plugins/woocommerce/changelog/fix-mini-cart-notices plugins/woocommerce/changelog/fix-mini-cart-notices
plugins/woocommerce/changelog/54746-issues-#54726-rename-collection-to-pickup plugins/woocommerce/changelog/54746-issues-#54726-rename-collection-to-pickup
@@ -11810,6 +11811,7 @@ plugins/woocommerce-beta-tester/changelog/dev-prepare-beta-tester-release-2-5-1
plugins/woocommerce-beta-tester/changelog/53865-dev-pnpm-9-15-0 plugins/woocommerce-beta-tester/changelog/53865-dev-pnpm-9-15-0
plugins/woocommerce-beta-tester/changelog/dev-bump-wp-env-10.17.0 plugins/woocommerce-beta-tester/changelog/dev-bump-wp-env-10.17.0
plugins/woocommerce-beta-tester/changelog/update-beta-tester-live-branch-install plugins/woocommerce-beta-tester/changelog/update-beta-tester-live-branch-install
plugins/woocommerce-beta-tester/changelog/beta-tester-link
plugins/woocommerce-beta-tester/changelog/53789-beta-tester-warnings plugins/woocommerce-beta-tester/changelog/53789-beta-tester-warnings
plugins/woocommerce-beta-tester/plugin.php plugins/woocommerce-beta-tester/plugin.php
plugins/woocommerce-beta-tester/.eslintignore plugins/woocommerce-beta-tester/.eslintignore
@@ -1575,8 +1575,8 @@ hp/video
hpc/*/supported-applications.aspx? hpc/*/supported-applications.aspx?
hpm hpm
hpmob hpmob
http://support.cloudflare.com/robots.txt http://amazon.co.uk/robots.txt
http://web.archive.org/robots.txt http://storage.googleapis.com/robots.txt
hub?category= hub?category=
hz/contact-us/ajax/initiate-trusted-contact hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$ hz/help/contact/*/message/$
@@ -3287,7 +3287,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://reddit.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://goo.gl/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@@ -3972,6 +3972,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
0*? 0*?
;jsessionid ;jsessionid
;jsessionid ;jsessionid
;preview=
=$ =$
? ?
? ?
@@ -4114,6 +4115,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*verified= ?*verified=
?*xid ?*xid
?252525253Bpreview= ?252525253Bpreview=
?Author=
?CMP ?CMP
?EGOTECpage ?EGOTECpage
?ExternalDataReference ?ExternalDataReference
@@ -4782,6 +4784,7 @@ BlogInfo.nhn
BookingConfirmation BookingConfirmation
BookingRequest BookingRequest
Bookings Bookings
Bpreview=
BrandOwners BrandOwners
BrandSpotlight BrandSpotlight
BusinessListingsAjax BusinessListingsAjax
@@ -4884,6 +4887,7 @@ DoNotTest
Doc Doc
DomainSearch$ DomainSearch$
DomainSearch/* DomainSearch/*
Domains/DomainControlPanel
DynamicPlacementAjax DynamicPlacementAjax
ESPDisplayOptionsViewCmd ESPDisplayOptionsViewCmd
ESPModal ESPModal
@@ -5015,6 +5019,7 @@ HotelsManageListing
HotelsManagementCenter HotelsManagementCenter
HotelsProductCart HotelsProductCart
HowTheSiteWorks HowTheSiteWorks
HpImageArchive.aspx
HubStyle/static-2.309 HubStyle/static-2.309
HubStyle/static-2.313 HubStyle/static-2.313
HubStyle/static-2.315 HubStyle/static-2.315
@@ -5234,6 +5239,7 @@ MemberSubscriptionsController
MemberTagsAjax MemberTagsAjax
MemberTravelMap MemberTravelMap
Meo Meo
MessageRunDetailID=
Messages Messages
MessagingOptions MessagingOptions
MetaAirCalendarAjax MetaAirCalendarAjax
@@ -5452,6 +5458,7 @@ PV
PVLog PVLog
PWD PWD
PacMan PacMan
PageSpeed=noscript
PageviewRecord PageviewRecord
Panasonic Panasonic
PanoramaXml PanoramaXml
@@ -5524,6 +5531,7 @@ Project
PromoTools PromoTools
PromotionDetailsDisplayView PromotionDetailsDisplayView
PromotionDisplayView PromotionDisplayView
Proxy.ashx
ProxyToolsAccountSettingsTool ProxyToolsAccountSettingsTool
ProxyToolsBillingAndPaymentsTool ProxyToolsBillingAndPaymentsTool
ProxyToolsBillingDetailTool ProxyToolsBillingDetailTool
@@ -5684,6 +5692,7 @@ Saves
ScreensaverShade ScreensaverShade
Scripts Scripts
Search Search
Search
Search/Mail/Public Search/Mail/Public
SearchNavigationView SearchNavigationView
SelectLocale?fromPage= SelectLocale?fromPage=
@@ -6276,6 +6285,8 @@ ac_universities
ac_university_departments ac_university_departments
aca/authorinformation/ aca/authorinformation/
academic-subscriptions academic-subscriptions
academic/profile
academic/search
academy academy
academy-free-account academy-free-account
academy/*/results academy/*/results
@@ -6299,6 +6310,7 @@ account-details
account-login account-login
account-prefs-change account-prefs-change
account-settings account-settings
account/
account/* account/*
account/accomplishments account/accomplishments
account/ackgift account/ackgift
@@ -6362,6 +6374,7 @@ ach/kb/*/discuss
ach/search ach/search
ach/user ach/user
ach/users ach/users
aclick
aclk aclk
acoustic acoustic
acq acq
@@ -6671,6 +6684,7 @@ alexa-top-sites/*
alexa-web-search/* alexa-web-search/*
alexa/* alexa/*
alexaforbusiness/ alexaforbusiness/
alink
alive/ alive/
alkali alkali
all-supported-params all-supported-params
@@ -6696,6 +6710,7 @@ american-ninja-warrior-ninja-vs-ninja
american-sniper american-sniper
aml aml
amp amp
amp/
amp/deals/analytics?*= amp/deals/analytics?*=
amp/local/*/www.groupon.com amp/local/*/www.groupon.com
amp_next_page_ga.cms* amp_next_page_ga.cms*
@@ -6794,6 +6809,7 @@ api/internal/*/location
api/internal/_bb api/internal/_bb
api/jobPostings/jobs api/jobPostings/jobs
api/legendary-data/relay api/legendary-data/relay
api/maps/
api/nextsteps api/nextsteps
api/nts/v1/login api/nts/v1/login
api/partner_select/*/price_query api/partner_select/*/price_query
@@ -6869,6 +6885,7 @@ app/social-network
app/updates app/updates
app/use-case app/use-case
app/webhooks app/webhooks
app=
app? app?
appId=Dev10IDEF1 appId=Dev10IDEF1
appchart appchart
@@ -7436,6 +7453,7 @@ backstage/api/
bad-boys bad-boys
bad-boys-ii bad-boys-ii
badges/profile/create badges/profile/create
baidu
bal/impression bal/impression
bal/impression/RecordImpression.htm? bal/impression/RecordImpression.htm?
ban-me-i-am-a-robot ban-me-i-am-a-robot
@@ -7540,6 +7558,7 @@ bewerten
bfe/apps/website bfe/apps/website
bfl bfl
bfmp bfmp
bfp/search
bg bg
bg-bg/ bg-bg/
bg/ bg/
@@ -7572,6 +7591,7 @@ bin/*
bin/sapdx bin/sapdx
bin/search.go bin/search.go
bin/search.py bin/search.py
bing-site-safety
bingbot bingbot
bipolar-disorder/bipolar-depression-management bipolar-disorder/bipolar-depression-management
bipolar-disorder/video/bipolar-fatherhood bipolar-disorder/video/bipolar-fatherhood
@@ -7731,6 +7751,7 @@ blogs/blogpost/preview
blogs/nationals-journal-beta blogs/nationals-journal-beta
blogs/pad$ blogs/pad$
blogs/pad/$ blogs/pad/$
blogs/search/
blogs/slow-ride blogs/slow-ride
blogs/technology.atom blogs/technology.atom
blogs/test blogs/test
@@ -8576,6 +8597,7 @@ centenary-fund
center center
cep-telefonu-ve-aksesuar cep-telefonu-ve-aksesuar
cercare cercare
cerkl_id=
certificates certificates
cetools/ cetools/
cgi cgi
@@ -8766,6 +8788,7 @@ civis/posts
civis/search civis/search
civis/threads/*in_iframe=1 civis/threads/*in_iframe=1
civis/threads/*wp_data= civis/threads/*wp_data=
ck/
cl cl
cl/Download cl/Download
cl2/feeds cl2/feeds
@@ -8826,7 +8849,6 @@ cloud-launcher/sitemap
cloud/ cloud/
cloud/multicloud-solution cloud/multicloud-solution
cloudhsm/classic cloudhsm/classic
cloudmonitor
cloudplayer cloudplayer
cloudsourcetools/images cloudsourcetools/images
clp clp
@@ -9262,6 +9284,7 @@ content/pwc/us/en/services/tax/library/global-tax-symposium.html
content/ru_ru/ content/ru_ru/
content/search content/search
content/temp content/temp
content_title=
contest contest
contest.php?pg= contest.php?pg=
contest/ contest/
@@ -9284,8 +9307,10 @@ controller/subscription
controller/widget controller/widget
controllers controllers
controllers controllers
controlsVisibleOnLoad=
conversation conversation
conversations conversations
conversion-rate=
convert-business convert-business
convert-personal convert-personal
converter/*/*?currencyPage converter/*/*?currencyPage
@@ -9387,10 +9412,13 @@ cp/api/logger
cp/api/wpa cp/api/wpa
cpds2 cpds2
cpresources cpresources
cpro
cpropub/univercd cpropub/univercd
cpspa cpspa
cr$
cr/ cr/
cr/Download cr/Download
cr?
craft craft
crash crash
crc/ crc/
@@ -9481,6 +9509,7 @@ ct
ct.html ct.html
ct/log_list ct/log_list
cta cta
cta_guid=
ctg ctg
ctm ctm
culturalinstitute/images culturalinstitute/images
@@ -9931,7 +9960,6 @@ discount
discount_type= discount_type=
discover discover
discovery discovery
discuss/search
discussion discussion
discussion/comment-permalink discussion/comment-permalink
discussion/edit-profile discussion/edit-profile
@@ -10115,6 +10143,8 @@ domain-verification/*
domain/names/results? domain/names/results?
domaincheckresult domaincheckresult
domains/results? domains/results?
domains/transfer-a-domain/transfer.aspx
domains/whois/whois-ajax.aspx
domainsearch/* domainsearch/*
doncherry doncherry
dor/4572.htm dor/4572.htm
@@ -10264,6 +10294,7 @@ eclipse/in/*?starty=
eclipse/map eclipse/map
eclipse/map/*? eclipse/map/*?
eclipse/map/202 eclipse/map/202
eco_language=
ecomm ecomm
ecommerce ecommerce
economia/pt-br/internet economia/pt-br/internet
@@ -10609,6 +10640,9 @@ enterprise/orgs-terms
enterprise/seo enterprise/seo
entertain entertain
entertainment/article/Minerva-s-horoscope entertainment/article/Minerva-s-horoscope
entities/search
entityexplore$
entityexplore?
entrez entrez
entrez/eutils entrez/eutils
entrez/sutils entrez/sutils
@@ -11082,6 +11116,7 @@ fbml/ajax/dialog
fbpostaction.cms?article= fbpostaction.cms?article=
fcgi- fcgi-
fckeditor fckeditor
fd/
fdbk fdbk
feature/sf-test feature/sf-test
feature_nine_browse-bin= feature_nine_browse-bin=
@@ -11541,6 +11576,8 @@ ftpinstructions
full full
fullscreen fullscreen
fullscreen/ReportLinker fullscreen/ReportLinker
fun/api/
fun/g/
funding? funding?
fundraiser/charity fundraiser/charity
fur/forums fur/forums
@@ -11666,6 +11703,7 @@ getstarted/
getthebetas/ getthebetas/
getting-started/functional-groups/ getting-started/functional-groups/
getting-started/functional-groups/* getting-started/functional-groups/*
gfe_rd=
gfx/stock gfx/stock
gh/collectbehaviorinfo gh/collectbehaviorinfo
gh/collectsysteminfo gh/collectsysteminfo
@@ -12195,6 +12233,7 @@ homeimprovement/EmbeddedProfile.htm
homeloans/*zga_z_guid= homeloans/*zga_z_guid=
homepage homepage
homepage-video-test homepage-video-test
homepage/
homepage/2013 homepage/2013
homepage/HomepageVideoMetrics.htm homepage/HomepageVideoMetrics.htm
homes homes
@@ -12229,10 +12268,12 @@ horoscopes
hosted/images hosted/images
hostgator hostgator
hosting/search hosting/search
hotel/reviews?
hotelfinder/rpc hotelfinder/rpc
hotels hotels
hotels/newAdaptiveRoomTypePhotoViewer hotels/newAdaptiveRoomTypePhotoViewer
hotels/rpc hotels/rpc
hotels/search
hotfix/ hotfix/
houseads houseads
houzz-historyzz houzz-historyzz
@@ -12243,6 +12284,8 @@ howto
howto/GoodNeighborPolicy.htm howto/GoodNeighborPolicy.htm
howtobuy/ howtobuy/
hp/video hp/video
hpm
hpmob
hr hr
hr-hr/ hr-hr/
hr/android/collections hr/android/collections
@@ -12265,7 +12308,9 @@ hs/hsstatic/jquery-libs/static-1.1/jquery
hs/manage-preferences hs/manage-preferences
hs/preferences-center hs/preferences-center
hsCtaTracking= hsCtaTracking=
hsFormKey=
hsLang= hsLang=
hs_amp=
hsb/android/collections hsb/android/collections
hsb/android/search hsb/android/search
hsb/firefox/collections hsb/firefox/collections
@@ -12605,10 +12650,20 @@ images/$
images/* images/*
images/*.png images/*.png
images/? images/?
images/async/?
images/async?
images/hosted/?
images/hosted/search?
images/hosted?
images/pad/search?rpt=imageview images/pad/search?rpt=imageview
images/pad/search?text=*&source=morda images/pad/search?text=*&source=morda
images/search%3F
images/search%5C
images/search/?
images/search?
images/search?rpt=imageview images/search?rpt=imageview
images/search?text=*&source=morda images/search?text=*&source=morda
images/searchbyimage
images/smart/$ images/smart/$
images/touch/$ images/touch/$
images/touch/? images/touch/?
@@ -12616,6 +12671,9 @@ images/touch/search?rpt=imageview
images/touch/search?text=*&source=morda images/touch/search?text=*&source=morda
images/v$ images/v$
images/viewconfig$ images/viewconfig$
images?
images?*mmbaseline*
images?*nr*
imagine/ imagine/
imesync imesync
imf-fetch-message imf-fetch-message
@@ -12707,6 +12765,7 @@ inapp
inbox inbox
inbox$ inbox$
inbox$ inbox$
inboxcommerce
include/ include/
includes includes
incoming incoming
@@ -12856,7 +12915,6 @@ internal
internal-api internal-api
internal/* internal/*
internalPref internalPref
internalapi
interstitial-ad interstitial-ad
intl intl
intl/*/about/views intl/*/about/views
@@ -13212,6 +13270,7 @@ job/banned.html
job/rules.html job/rules.html
job_application job_application
job_game job_game
jobid=
jobs jobs
jobs jobs
jobs-guest jobs-guest
@@ -13668,6 +13727,7 @@ library/azure/
library/devices library/devices
library/vs/alm/ library/vs/alm/
library/windows/ library/windows/
library=
library? library?
library?/ library?/
libs libs
@@ -13699,6 +13759,7 @@ limited-release
link link
link-intersect link-intersect
link-intersect/$ link-intersect/$
link?
link_to link_to
linked linked
linkedin linkedin
@@ -13749,6 +13810,7 @@ loans
loc/volunteers loc/volunteers
loc= loc=
local local
local
local-services-ads local-services-ads
local/*/all-deals local/*/all-deals
local/*/goods local/*/goods
@@ -14051,6 +14113,7 @@ maps/*?lang=uk$
maps/*?lang=uz$ maps/*?lang=uz$
maps/*?ll= maps/*?ll=
maps/about maps/about
maps/adsendpoint
maps/api/js maps/api/js
maps/api/place/js maps/api/place/js
maps/api/staticmap maps/api/staticmap
@@ -14096,6 +14159,7 @@ marketing
marketing-cms marketing-cms
marketing-containers marketing-containers
marketing/help marketing/help
marketing_company_auto__c=
marketperception marketperception
marketplace marketplace
marketplace/brief marketplace/brief
@@ -14250,6 +14314,7 @@ merchanism
merchant-page merchant-page
merchant-page/js/locale.js merchant-page/js/locale.js
merchant/*/contracts merchant/*/contracts
merchant/reviews?
merchantapps merchantapps
mes mes
message message
@@ -14283,6 +14348,7 @@ microsoft/bizspark/signon/thankyou/
middle middle
migration/ migration/
million-dollar-arm million-dollar-arm
mimeType=
min min
min= min=
min_price= min_price=
@@ -14370,6 +14436,7 @@ mobile/cities-transformed
mobile/search mobile/search
mobile=no* mobile=no*
mobile_login mobile_login
mobileformat=
mobilenextapi/graphql mobilenextapi/graphql
mobilenextapi/v2/logs mobilenextapi/v2/logs
mobilepagenotfounderror.aspx mobilepagenotfounderror.aspx
@@ -14379,6 +14446,7 @@ mod.php
mod= mod=
mod? mod?
modal-message modal-message
modal_active=
models models
models models
models/*/ar-redirect models/*/ar-redirect
@@ -14497,6 +14565,7 @@ ms/search
ms/user ms/user
ms/users ms/users
msa msa
msclkid=
msdn-files/ msdn-files/
msdntv/ msdntv/
msearch msearch
@@ -15057,6 +15126,7 @@ notices
notifications notifications
notifications notifications
notifications$ notifications$
notifications/
notifications/* notifications/*
nova nova
novel/comments.php?id= novel/comments.php?id=
@@ -15198,6 +15268,8 @@ offers/nonprofits$
offers/nonprofits% offers/nonprofits%
offers/nonprofits? offers/nonprofits?
offers/preview/ offers/preview/
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offers/referral-terms-conditions offers/referral-terms-conditions
offers/referral-terms-conditions$ offers/referral-terms-conditions$
offers/referral-terms-conditions% offers/referral-terms-conditions%
@@ -16012,6 +16084,7 @@ play/surveys/serp
player player
player/brightcove player/brightcove
player/metadata/video player/metadata/video
playerColor=
playground playground
playing-house playing-house
playlist playlist
@@ -16274,6 +16347,7 @@ pro-site
pro-solutions pro-solutions
pro/about pro/about
pro2 pro2
proFile/history?
proMatch proMatch
proProjects proProjects
proVideoWidget proVideoWidget
@@ -16293,6 +16367,7 @@ product/*
product/electrode/api/logger product/electrode/api/logger
product/electrode/api/wpa product/electrode/api/wpa
product/recommended product/recommended
product/reviews?
productBrand= productBrand=
productId= productId=
productPurchaseDone productPurchaseDone
@@ -16414,6 +16489,7 @@ profile/*/photos
profile/account profile/account
profile/following profile/following
profile/general profile/general
profile/history?
profile/mylists profile/mylists
profile/premium profile/premium
profile/view profile/view
@@ -16459,7 +16535,6 @@ projects/*/contributions
projects/*/payments projects/*/payments
projects/? projects/?
projects/browse.php projects/browse.php
projects/embed
projects/geo/download projects/geo/download
projects/geo/tools projects/geo/tools
projects/gtr/gt projects/gtr/gt
@@ -16887,6 +16962,7 @@ redirect
redirect redirect
redirect$ redirect$
redirect%3Dmobile redirect%3Dmobile
redirect=
redirect=mobile redirect=mobile
redirect? redirect?
redirect?url= redirect?url=
@@ -17318,6 +17394,7 @@ restricted
restricted/ restricted/
restricted_temporary/ restricted_temporary/
results results
results
results-export-email-by-search-data results-export-email-by-search-data
results-export-ids results-export-ids
results-export-search-by-year results-export-search-by-year
@@ -17366,6 +17443,7 @@ reviews/write/?s=
reviews/write?s= reviews/write?s=
reviews_page= reviews_page=
rewards rewards
rewardsapp/
rf=* rf=*
rip/ rip/
rlv/ rlv/
@@ -17421,6 +17499,7 @@ rpk/played_song
rpx rpx
rr/mopic/staff rr/mopic/staff
rs rs
rs=
rsrc rsrc
rsrc_ara rsrc_ara
rss rss
@@ -17578,6 +17657,7 @@ s3
s= s=
s=p s=p
s? s?
s?
s?*rh=n%3A1380045031 s?*rh=n%3A1380045031
s_id= s_id=
sa sa
@@ -17724,8 +17804,6 @@ sco/user
sco/users sco/users
scorecard scorecard
scorecard/ scorecard/
scratch_1.4
scratchr2/static
screener/insider screener/insider
screensaver screensaver
screenshots screenshots
@@ -17951,6 +18029,7 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
sections/ombudsman/2008/01/frequently_asked_questions_1.html sections/ombudsman/2008/01/frequently_asked_questions_1.html
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
sections? sections?
sections_activeEl=
secure secure
secure-web.cisco.com secure-web.cisco.com
secure/ secure/
@@ -18054,6 +18133,7 @@ set_author_id
setbucket setbucket
setprefs setprefs
settings settings
settings
settings/* settings/*
settings/deactivated settings/deactivated
settings/linkaccount settings/linkaccount
@@ -18152,17 +18232,23 @@ sharing
sharing/files sharing/files
sharing/folders sharing/folders
shelf/user_shelves shelf/user_shelves
shenghuo
shenghuo/search? shenghuo/search?
shifen/
shihui shihui
shihui? shihui?
ship ship
shipping shipping
shipping-payment shipping-payment
shop shop
shop$
shop/
shop/*& shop/*&
shop/browse/overlay shop/browse/overlay
shop/collections
shop/iphone/payments/overlay shop/iphone/payments/overlay
shop/view/product shop/view/product
shop?
shop_name_search_service shop_name_search_service
shop_pins shop_pins
shopcart/* shopcart/*
@@ -18276,7 +18362,6 @@ since=
single_pages single_pages
sio sio
sit_rep sit_rep
site-api
site-archive site-archive
site-explorer site-explorer
site-explorer/$ site-explorer/$
@@ -18661,6 +18746,7 @@ smart/buttons
smartapi smartapi
smartmarket smartmarket
smartmarket/*/productListInitial.action? smartmarket/*/productListInitial.action?
smclient=
smcot smcot
sme sme
sme/*/case_studies/ sme/*/case_studies/
@@ -18680,6 +18766,7 @@ social
social-connect/send social-connect/send
social/photosui/images social/photosui/images
social/photosui/sitemap social/photosui/sitemap
social/search?
social/social-security-directory/cai social/social-security-directory/cai
social_media social_media
socialapp/ socialapp/
@@ -18759,6 +18846,7 @@ sp/news3
sp= sp=
sp_url= sp_url=
spartan spartan
spbasic
spc-source= spc-source=
special-promo/2for1 special-promo/2for1
specialhandling-payments/ specialhandling-payments/
@@ -18807,6 +18895,7 @@ sports/whatson
sports_fp_ms sports_fp_ms
spot spot
spreadsheet spreadsheet
spresults
sprint_wml sprint_wml
sprint_xhtml sprint_xhtml
sq/android/collections sq/android/collections
@@ -18880,6 +18969,7 @@ stat
statement statement
statements statements
static static
static/
static/*.css$ static/*.css$
static/*.css? static/*.css?
static/*.gif static/*.gif
@@ -18923,6 +19013,8 @@ statistiques/report-content
stats stats
stats?gid= stats?gid=
status status
status-updates/wp-admin
status-updates/wp-admin/admin-ajax.php
stcejorp stcejorp
sticky-ad-iframe.html sticky-ad-iframe.html
stock-photos stock-photos
@@ -19000,7 +19092,9 @@ storeclick
storefront storefront
storepicker storepicker
storerequest storerequest
stores$
stores-manage stores-manage
stores/
stores/page/*visitId= stores/page/*visitId=
stories stories
story story
@@ -19059,6 +19153,7 @@ su/user
su/users su/users
sub-sections sub-sections
subject subject
subject=
subjects subjects
submission submission
submissions submissions
@@ -19123,6 +19218,8 @@ support/dsp
support/fe4be44a295cc679e19bf0b8f133083d support/fe4be44a295cc679e19bf0b8f133083d
support/forum/search? support/forum/search?
support/geofilter support/geofilter
support/knowledgebase/article.aspx?type=article*contentid
support/knowledgebase/subcategory.aspx?type=category*contentid
support/knowledgecenter/api support/knowledgecenter/api
support/knowledgecenter/v1 support/knowledgecenter/v1
support/maps-beta support/maps-beta
@@ -19462,6 +19559,7 @@ text/*?page=
text/yandex-news.region.xml text/yandex-news.region.xml
tfemail tfemail
th th
th$
th-th.www.cloudflare.com th-th.www.cloudflare.com
th-th/ th-th/
th-th/feedback th-th/feedback
@@ -19492,6 +19590,7 @@ th/solutions/case-studies/innovators/innovators-eu/
th/solutions/case-studies/sustainability-emea/ th/solutions/case-studies/sustainability-emea/
th/user th/user
th/users th/users
th?
th_th th_th
th_th/templates/M th_th/templates/M
thank-you thank-you
@@ -19809,6 +19908,7 @@ translate_p
translate_static translate_static
translate_suggestion translate_suggestion
translate_t translate_t
translator/?ref=
transmute/static-1.85 transmute/static-1.85
transmute/static-2.6 transmute/static-2.6
transmute/static-2.8 transmute/static-2.8
@@ -19835,15 +19935,32 @@ travel-frontend/images
travel-vacations travel-vacations
travel/ travel/
travel/2013/aug/22/been-there-readers-competition? travel/2013/aug/22/been-there-readers-competition?
travel/api
travel/clk travel/clk
travel/css
travel/entity travel/entity
travel/flight-search
travel/flight/flightSearch
travel/flight/flightSearchAction
travel/flight/search/?
travel/flight/search?
travel/flights
travel/flights/s travel/flights/s
travel/hotel-search
travel/hotel/hotelMiniSearchRequest
travel/hotel/hotelSearch
travel/hotels/*/entity travel/hotels/*/entity
travel/hotels/*/stories travel/hotels/*/stories
travel/hotels/checkout
travel/hotels/detail
travel/hotels/entity travel/hotels/entity
travel/hotels/search/?
travel/hotels/search?
travel/hotels/stories travel/hotels/stories
travel/passport travel/passport
travel/scripts
travel/search travel/search
travel/secure
travelnevadahighway95tc travelnevadahighway95tc
treadstone treadstone
treasury treasury
@@ -20083,6 +20200,7 @@ uk/your
uk/zazzle uk/zazzle
uki/search uki/search
uli/trac uli/trac
ulink?
ulk/i ulk/i
ulk/sch ulk/sch
ulk/usr ulk/usr
@@ -20171,6 +20289,7 @@ ur/search
ur/user ur/user
ur/users ur/users
urchin_test urchin_test
url
url-shortner url-shortner
urlinator/static-1.54 urlinator/static-1.54
urlinator/static-1.55 urlinator/static-1.55
@@ -20639,7 +20758,6 @@ v=
validate-user validate-user
var var
variant= variant=
varserver
vas vas
vbtv/ vbtv/
ve/Download ve/Download
@@ -20763,6 +20881,8 @@ video/v$
video/viewconfig$ video/viewconfig$
video/yabanci-dizi-izle video/yabanci-dizi-izle
video/yerli-dizi-izle video/yerli-dizi-izle
videoFoam=
videoHeight=
videoLibrary/ajax videoLibrary/ajax
videoLibrary/assets/swf videoLibrary/assets/swf
videoLibrary/common/services videoLibrary/common/services
@@ -20773,11 +20893,29 @@ videodash.cms*
videodetails videodetails
videorequest videorequest
videos videos
videos/?
videos/browsing
videos/expander videos/expander
videos/explore
videos/favorites
videos/feed
videos/feedcontent
videos/music
videos/music/
videos/music/?
videos/music?
videos/riverview/relatedvideo
videos/riverview/relatedvideo/?
videos/riverview/relatedvideo?
videos/search videos/search
videos/search/?
videos/search?
videos/show_trailer videos/show_trailer
videos/slider videos/slider
videos/transcripts videos/transcripts
videos/trending
videos/trendingcontent
videos?
videosearch videosearch
view view
view-3d-home view-3d-home
@@ -21014,7 +21152,11 @@ whythisad
widget widget
widget-landing-page.html widget-landing-page.html
widget-uploads widget-uploads
widget/cr
widget/entity/search/?
widget/player widget/player
widget/render
widget/snapshot
widget_auth.php widget_auth.php
widget_chunks widget_chunks
widgets widgets
@@ -21669,6 +21811,7 @@ word/embed
wordpress/wp-admin wordpress/wp-admin
wordpress/wp-admin/admin-ajax.php wordpress/wp-admin/admin-ajax.php
work work
work
work-at-ucl/redeployment work-at-ucl/redeployment
work/_ work/_
work/acceptinvitation work/acceptinvitation
@@ -21764,7 +21907,6 @@ wp-admin
wp-admin/ wp-admin/
wp-admin/admin-ajax.php wp-admin/admin-ajax.php
wp-admin/admin-ajax.php wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://rtbf.be/robots.txt
wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt
wp-admin/load-scripts.php wp-admin/load-scripts.php
wp-admin/load-styles.php wp-admin/load-styles.php
File diff suppressed because it is too large Load Diff