@snmt-react-ui/city-select 2.6.8 → 2.6.10

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.
@@ -5976,7 +5976,7 @@ const ji = ({
5976
5976
  value: O || void 0,
5977
5977
  labelRender: (k) => {
5978
5978
  const y = o1(k.value);
5979
- return a ? /* @__PURE__ */ r("span", { style: { color: z.GREY_DARK_2 }, children: y }) : y;
5979
+ return a ? /* @__PURE__ */ r("span", { style: { color: z.GREY_DARK_1 }, children: y }) : y;
5980
5980
  },
5981
5981
  mode: s === "filter" ? "multiple" : s,
5982
5982
  onChange: P,
@@ -6019,7 +6019,7 @@ const ji = ({
6019
6019
  }
6020
6020
  )
6021
6021
  ] }) }),
6022
- removeIcon: /* @__PURE__ */ r(u1, { name: "errorSmall", color: z.GREY_DARK_2 }),
6022
+ removeIcon: /* @__PURE__ */ r(u1, { name: "errorSmall", color: z.GREY_DARK_1 }),
6023
6023
  options: o,
6024
6024
  optionRender: (k) => M ? M(k.data) : /* @__PURE__ */ C(p1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
6025
6025
  /* @__PURE__ */ C(p1, { alignItems: "center", gap: 12, children: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@snmt-react-ui/city-select",
3
3
  "private": false,
4
- "version": "2.6.8",
4
+ "version": "2.6.10",
5
5
  "type": "module",
6
6
  "main": "dist/city-select.js",
7
7
  "types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "build": "tsc && vite build"
19
19
  },
20
20
  "dependencies": {
21
- "@snmt-react-ui/async-select": "^1.8.9",
21
+ "@snmt-react-ui/async-select": "^1.8.11",
22
22
  "@snmt-react-ui/core": "^2.2.0",
23
23
  "i18next": "^23.11.5",
24
24
  "react-i18next": "^14.1.1",
@@ -27,5 +27,5 @@
27
27
  "peerDependencies": {
28
28
  "antd": "^5.22.0"
29
29
  },
30
- "gitHead": "80d3cbe0d67b94370191b14fa1618cdf126ece68"
30
+ "gitHead": "bd951244bb8e6654a3fe6fcb05e82e62cc946329"
31
31
  }