@mapfirst.ai/react 0.0.93 → 0.0.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1165,7 +1165,7 @@ var FilterChips = ({
1165
1165
  nextFiltersLabel,
1166
1166
  formatCurrency: _formatCurrency,
1167
1167
  onFilterChange,
1168
- onResetFilters,
1168
+ onResetFilters: _onResetFilters,
1169
1169
  onClearAll
1170
1170
  }) => {
1171
1171
  const { scrollerRef, atStart, atEnd, scrollByDir } = useFilterScroll(
@@ -1204,29 +1204,6 @@ var FilterChips = ({
1204
1204
  display: none;
1205
1205
  }
1206
1206
  ` }),
1207
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1208
- "button",
1209
- {
1210
- style: {
1211
- flexShrink: 0,
1212
- backgroundColor: "#01ea5b",
1213
- borderRadius: "50%",
1214
- padding: "8px",
1215
- cursor: "pointer",
1216
- border: "none",
1217
- display: "flex",
1218
- alignItems: "center",
1219
- justifyContent: "center"
1220
- },
1221
- onClick: onResetFilters,
1222
- children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1223
- SearchIcon,
1224
- {
1225
- style: { width: "20px", height: "20px", color: "#012b11" }
1226
- }
1227
- )
1228
- }
1229
- ),
1230
1207
  filters.map((filter) => {
1231
1208
  var _a, _b;
1232
1209
  const renderStandardChip = () => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
package/dist/index.mjs CHANGED
@@ -1126,7 +1126,7 @@ var FilterChips = ({
1126
1126
  nextFiltersLabel,
1127
1127
  formatCurrency: _formatCurrency,
1128
1128
  onFilterChange,
1129
- onResetFilters,
1129
+ onResetFilters: _onResetFilters,
1130
1130
  onClearAll
1131
1131
  }) => {
1132
1132
  const { scrollerRef, atStart, atEnd, scrollByDir } = useFilterScroll(
@@ -1165,29 +1165,6 @@ var FilterChips = ({
1165
1165
  display: none;
1166
1166
  }
1167
1167
  ` }),
1168
- /* @__PURE__ */ jsx9(
1169
- "button",
1170
- {
1171
- style: {
1172
- flexShrink: 0,
1173
- backgroundColor: "#01ea5b",
1174
- borderRadius: "50%",
1175
- padding: "8px",
1176
- cursor: "pointer",
1177
- border: "none",
1178
- display: "flex",
1179
- alignItems: "center",
1180
- justifyContent: "center"
1181
- },
1182
- onClick: onResetFilters,
1183
- children: /* @__PURE__ */ jsx9(
1184
- SearchIcon,
1185
- {
1186
- style: { width: "20px", height: "20px", color: "#012b11" }
1187
- }
1188
- )
1189
- }
1190
- ),
1191
1168
  filters.map((filter) => {
1192
1169
  var _a, _b;
1193
1170
  const renderStandardChip = () => /* @__PURE__ */ jsx9(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapfirst.ai/react",
3
- "version": "0.0.93",
3
+ "version": "0.0.96",
4
4
  "description": "React hooks for MapFirst SDK - Reactive state management for map properties",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -40,7 +40,7 @@
40
40
  "react": ">=17"
41
41
  },
42
42
  "dependencies": {
43
- "@mapfirst.ai/core": "0.0.82"
43
+ "@mapfirst.ai/core": "0.0.85"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "tsup src/index.tsx --format esm,cjs --dts --clean"