@payloadcms/plugin-search 3.43.0-canary.2 → 3.43.0-canary.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,6 +6,7 @@ export const ReindexButtonLabel = ()=>{
6
6
  className: "pill--has-action",
7
7
  icon: /*#__PURE__*/ _jsx(ChevronIcon, {}),
8
8
  pillStyle: "light",
9
+ size: "small",
9
10
  children: t('general:reindex')
10
11
  });
11
12
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/Search/ui/ReindexButton/ReindexButtonLabel/index.tsx"],"sourcesContent":["import { ChevronIcon, Pill, useTranslation } from '@payloadcms/ui'\n\nexport const ReindexButtonLabel = () => {\n const {\n i18n: { t },\n } = useTranslation()\n return (\n <Pill className=\"pill--has-action\" icon={<ChevronIcon />} pillStyle=\"light\">\n {t('general:reindex')}\n </Pill>\n )\n}\n"],"names":["ChevronIcon","Pill","useTranslation","ReindexButtonLabel","i18n","t","className","icon","pillStyle"],"mappings":";AAAA,SAASA,WAAW,EAAEC,IAAI,EAAEC,cAAc,QAAQ,iBAAgB;AAElE,OAAO,MAAMC,qBAAqB;IAChC,MAAM,EACJC,MAAM,EAAEC,CAAC,EAAE,EACZ,GAAGH;IACJ,qBACE,KAACD;QAAKK,WAAU;QAAmBC,oBAAM,KAACP;QAAgBQ,WAAU;kBACjEH,EAAE;;AAGT,EAAC"}
1
+ {"version":3,"sources":["../../../../../src/Search/ui/ReindexButton/ReindexButtonLabel/index.tsx"],"sourcesContent":["import { ChevronIcon, Pill, useTranslation } from '@payloadcms/ui'\n\nexport const ReindexButtonLabel = () => {\n const {\n i18n: { t },\n } = useTranslation()\n return (\n <Pill className=\"pill--has-action\" icon={<ChevronIcon />} pillStyle=\"light\" size=\"small\">\n {t('general:reindex')}\n </Pill>\n )\n}\n"],"names":["ChevronIcon","Pill","useTranslation","ReindexButtonLabel","i18n","t","className","icon","pillStyle","size"],"mappings":";AAAA,SAASA,WAAW,EAAEC,IAAI,EAAEC,cAAc,QAAQ,iBAAgB;AAElE,OAAO,MAAMC,qBAAqB;IAChC,MAAM,EACJC,MAAM,EAAEC,CAAC,EAAE,EACZ,GAAGH;IACJ,qBACE,KAACD;QAAKK,WAAU;QAAmBC,oBAAM,KAACP;QAAgBQ,WAAU;QAAQC,MAAK;kBAC9EJ,EAAE;;AAGT,EAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payloadcms/plugin-search",
3
- "version": "3.43.0-canary.2",
3
+ "version": "3.43.0-canary.3",
4
4
  "description": "Search plugin for Payload",
5
5
  "keywords": [
6
6
  "payload",
@@ -50,19 +50,19 @@
50
50
  "dist"
51
51
  ],
52
52
  "dependencies": {
53
- "@payloadcms/next": "3.43.0-canary.2",
54
- "@payloadcms/ui": "3.43.0-canary.2"
53
+ "@payloadcms/next": "3.43.0-canary.3",
54
+ "@payloadcms/ui": "3.43.0-canary.3"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/react": "19.1.0",
58
58
  "@types/react-dom": "19.1.2",
59
- "payload": "3.43.0-canary.2",
60
- "@payloadcms/eslint-config": "3.28.0"
59
+ "@payloadcms/eslint-config": "3.28.0",
60
+ "payload": "3.43.0-canary.3"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "react": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
64
64
  "react-dom": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
65
- "payload": "3.43.0-canary.2"
65
+ "payload": "3.43.0-canary.3"
66
66
  },
67
67
  "publishConfig": {
68
68
  "registry": "https://registry.npmjs.org/"