@mapfirst.ai/react 0.1.0 → 0.1.1

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
@@ -123,7 +123,7 @@ var EditIcon = ({ className, style }) => /* @__PURE__ */ (0, import_jsx_runtime.
123
123
  {
124
124
  d: "M.75,17.5A.751.751,0,0,1,0,16.75V12.569a.755.755,0,0,1,.22-.53L11.461.8a2.72,2.72,0,0,1,3.848,0L16.7,2.191a2.72,2.72,0,0,1,0,3.848L5.462,17.28a.747.747,0,0,1-.531.22ZM1.5,12.879V16h3.12l7.91-7.91L9.41,4.97ZM13.591,7.03l2.051-2.051a1.223,1.223,0,0,0,0-1.727L14.249,1.858a1.222,1.222,0,0,0-1.727,0L10.47,3.91Z",
125
125
  transform: "translate(3.25 3.25)",
126
- fill: "currentColor"
126
+ fill: "#141124"
127
127
  }
128
128
  )
129
129
  ]
@@ -1305,6 +1305,7 @@ var FilterChips = ({
1305
1305
  /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1306
1306
  "button",
1307
1307
  {
1308
+ className: "mapfirst-clear-all-button",
1308
1309
  style: {
1309
1310
  flexShrink: 0,
1310
1311
  padding: "4px 16px",
package/dist/index.mjs CHANGED
@@ -77,7 +77,7 @@ var EditIcon = ({ className, style }) => /* @__PURE__ */ jsxs(
77
77
  {
78
78
  d: "M.75,17.5A.751.751,0,0,1,0,16.75V12.569a.755.755,0,0,1,.22-.53L11.461.8a2.72,2.72,0,0,1,3.848,0L16.7,2.191a2.72,2.72,0,0,1,0,3.848L5.462,17.28a.747.747,0,0,1-.531.22ZM1.5,12.879V16h3.12l7.91-7.91L9.41,4.97ZM13.591,7.03l2.051-2.051a1.223,1.223,0,0,0,0-1.727L14.249,1.858a1.222,1.222,0,0,0-1.727,0L10.47,3.91Z",
79
79
  transform: "translate(3.25 3.25)",
80
- fill: "currentColor"
80
+ fill: "#141124"
81
81
  }
82
82
  )
83
83
  ]
@@ -1268,6 +1268,7 @@ var FilterChips = ({
1268
1268
  /* @__PURE__ */ jsx10(
1269
1269
  "button",
1270
1270
  {
1271
+ className: "mapfirst-clear-all-button",
1271
1272
  style: {
1272
1273
  flexShrink: 0,
1273
1274
  padding: "4px 16px",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapfirst.ai/react",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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",