@mappedin/react-ui 6.13.0-beta.0 → 6.14.0-beta.0

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/README.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  A small, unopinionated component library for [Mappedin JS](https://www.npmjs.com/package/@mappedin/mappedin-js).
4
4
 
5
+ ## Resources
6
+
7
+ - [API Reference](https://docs.mappedin.com/react-ui/v6/latest/)
8
+ - [Mappedin Developer Portal](https://developer.mappedin.com)
9
+ - [Demo Keys & Maps](https://developer.mappedin.com/docs/demo-keys-and-maps)
10
+ - [Developer Forum](https://community.mappedin.com/)
11
+ - [Releases Notes](https://developer.mappedin.com/react-native-sdk/release-notes)
12
+ - [License](https://info.mappedin.com/terms/sdk)
13
+
5
14
  ## Usage
6
15
 
7
16
  ### Installation
@@ -30,13 +39,13 @@ import '@mappedin/react-ui/themes/mappedin-light.css';
30
39
 
31
40
  // Render the component in your app
32
41
  export const App: React.FC = () => {
33
- return (
34
- <div>
35
- <Search {...props} />
36
- <FloorSelector {...props} />
37
- </div>
38
- )
39
- }
42
+ return (
43
+ <div>
44
+ <Search {...props} />
45
+ <FloorSelector {...props} />
46
+ </div>
47
+ );
48
+ };
40
49
  ```
41
50
 
42
51
  ### Default Themes
@@ -1 +1 @@
1
- import{c as m,e as r}from"./chunk-KG3YH624.js";import{a as t,b as n,c as e}from"./chunk-56YTCNVT.js";import{jsx as c,jsxs as z}from"react/jsx-runtime";var u=e(()=>z("svg",n(t({},r({className:"icon--minus",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),{children:[c("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),c("path",{d:"M5 12l14 0"})]})),"Minus");import{jsx as l,jsxs as b}from"react/jsx-runtime";var a=e(()=>b("svg",n(t({},r({className:"icon--plus",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),{children:[l("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),l("path",{d:"M12 5l0 14"}),l("path",{d:"M5 12l14 0"})]})),"Plus");import{jsx as s,jsxs as f}from"react/jsx-runtime";var O=e(({onZoomIn:d,onZoomOut:v,props:o})=>f("div",n(t({},r({className:"zoom-controls-wrapper"},o==null?void 0:o.wrapper)),{children:[s("button",n(t({},r({className:m("zoom-controls-button","zoom-controls-zoom-in"),onClick:d,tabIndex:0},o==null?void 0:o.zoomIn)),{children:s(a,{})})),s("button",n(t({},r({className:m("zoom-controls-button","zoom-controls-zoom-out"),onClick:v,tabIndex:0},o==null?void 0:o.zoomOut)),{children:s(u,{})}))]})),"ZoomControls");export{O as a};
1
+ import{c as m,e as r}from"./chunk-M7QRQ4UG.js";import{a as t,b as n,c as e}from"./chunk-EX7DFGSC.js";import{jsx as c,jsxs as z}from"react/jsx-runtime";var u=e(()=>z("svg",n(t({},r({className:"icon--minus",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),{children:[c("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),c("path",{d:"M5 12l14 0"})]})),"Minus");import{jsx as l,jsxs as b}from"react/jsx-runtime";var a=e(()=>b("svg",n(t({},r({className:"icon--plus",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),{children:[l("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),l("path",{d:"M12 5l0 14"}),l("path",{d:"M5 12l14 0"})]})),"Plus");import{jsx as s,jsxs as f}from"react/jsx-runtime";var O=e(({onZoomIn:d,onZoomOut:v,props:o})=>f("div",n(t({},r({className:"zoom-controls-wrapper"},o==null?void 0:o.wrapper)),{children:[s("button",n(t({},r({className:m("zoom-controls-button","zoom-controls-zoom-in"),onClick:d,tabIndex:0},o==null?void 0:o.zoomIn)),{children:s(a,{})})),s("button",n(t({},r({className:m("zoom-controls-button","zoom-controls-zoom-out"),onClick:v,tabIndex:0},o==null?void 0:o.zoomOut)),{children:s(u,{})}))]})),"ZoomControls");export{O as a};