@lanaco/lnc-react-ui 4.0.141 → 4.0.142

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.
@@ -1,11 +1,11 @@
1
- "use strict";const g=require("react/jsx-runtime"),u=require("react"),t=require("./index-BpbMKBf_.cjs"),v=require("./emotion-styled.browser.esm-BtEseadx.cjs"),y=require("./utils-Dl9xPH4c.cjs"),V=require("./emotion-element-f0de968e.browser.esm-B7k6i6lC.cjs"),X=(e,o,n,c,a)=>{if(e==="right"||e==="left"||o&&n)return"height: 100%;";if(!(o&&a===!0))return o?"height: "+c+";":"height: 0;"},Y=(e,o,n,c,a)=>{if(e==="top"||e==="bottom"||o&&n)return"width: 100%;";if(!(o&&a===!0))return o?"width: "+c+";":"width: 0;"},A=v.styled.div`
1
+ "use strict";const f=require("react/jsx-runtime"),u=require("react"),t=require("./index-BpbMKBf_.cjs"),$=require("./emotion-styled.browser.esm-BtEseadx.cjs"),y=require("./utils-Dl9xPH4c.cjs"),X=require("./emotion-element-f0de968e.browser.esm-B7k6i6lC.cjs"),Y=(e,o,n,c,a)=>{if(e==="right"||e==="left"||o&&n)return"height: 100%;";if(!(o&&a===!0))return o?"height: "+c+";":"height: 0;"},A=(e,o,n,c,a)=>{if(e==="top"||e==="bottom"||o&&n)return"width: 100%;";if(!(o&&a===!0))return o?"width: "+c+";":"width: 0;"},B=$.styled.div`
2
2
  touch-action: none;
3
3
  overflow: auto;
4
4
  max-height: ${e=>e.isOpen||e.unsetHeight===!1?"100dvh":0};
5
- ${e=>X(e.direction,e.isOpen,e.isFullPage,e.drawerSize,e.unsetHeight)}
5
+ ${e=>Y(e.direction,e.isOpen,e.isFullPage,e.drawerSize,e.unsetHeight)}
6
6
  max-width: ${e=>e.isOpen||e.unsetWidth===!1?"100vw":0};
7
- ${e=>Y(e.direction,e.isOpen,e.isFullPage,e.drawerSize,e.unsetWidth)}
8
- position: fixed;
7
+ ${e=>A(e.direction,e.isOpen,e.isFullPage,e.drawerSize,e.unsetWidth)}
8
+ position: ${e=>e.position};
9
9
  z-index: ${e=>e.zIndex};
10
10
  ${e=>e.direction==="bottom"?"bottom: 0":"top: 0"};
11
11
  ${e=>e.direction==="right"?"right: 0":"left: 0"};
@@ -21,13 +21,13 @@
21
21
  background-color: ${e=>y.getColorRgbaValue(e.theme,"Drawer",e.color,"enabled","background")};
22
22
  color: ${e=>y.getColorRgbaValue(e.theme,"Drawer",e.color,"enabled","text")};
23
23
  ${e=>y.getComponentTypographyCss(e.theme,"Drawer",e.size,"enabled")};
24
- `,B=v.styled.div`
24
+ `,G=$.styled.div`
25
25
  z-index: ${e=>e.zIndex};
26
- position: fixed;
26
+ position: ${e=>e.position};
27
27
  top: 0;
28
28
  left: 0;
29
29
 
30
30
  height: ${e=>e.isOpen===!0&&e.enableOverlay===!0?"100dvh":0};
31
31
  width: ${e=>e.isOpen===!0&&e.enableOverlay===!0?"100vw":0};
32
32
  background-color: ${e=>e.overlayColor};
33
- `,$=u.forwardRef((e,o)=>{const{direction:n="right",open:c=!1,duration:a=.8,enableOverlay:x=!0,zIndex:m=100,closeOnClickOutside:O=!0,closeOnSwipe:d=!0,isFullPage:P=!1,unsetHeight:z=!1,unsetWidth:S=!1,onClose:C=()=>{},onOpen:D=()=>{},className:k="",style:q={},color:F="neutral",overlayColor:H="rgba(123, 123, 123, 0.5)",size:I="small",drawerSize:j="12.5rem",children:E,...W}=e,M=V.useTheme(),i=u.useRef(),[p,b]=u.useState(!1);var h=null,f=null;function _(r){return r.touches||r.originalEvent.touches}function R(r){const l=_(r)[0];h=l.clientX,f=l.clientY}function L(r){if(!(!h||!f)){var l=r.touches[0].clientX,U=r.touches[0].clientY,w=h-l,T=f-U;Math.abs(w)>Math.abs(T)?w>0?d==!0&&n=="left"&&s():d==!0&&n=="right"&&s():T>0?d==!0&&n=="top"&&s():d==!0&&n=="bottom"&&s(),h=null,f=null}}u.useImperativeHandle(o,()=>({open(){N()},close(){s()},isOpen(){return p}}));const N=r=>{b(!0),D(r)},s=r=>{b(!1),C(r)};return u.useEffect(()=>{const r=l=>{i!=null&&i.current&&!(i!=null&&i.current.contains(l.target))&&O==!0&&s()};return document.addEventListener("click",r,!0),()=>{document.removeEventListener("click",r,!0)}},[]),g.jsx(g.Fragment,{children:g.jsx(B,{enableOverlay:x,overlayColor:H,isOpen:p,zIndex:m,children:g.jsx(A,{ref:i,zIndex:m,isOpen:p,direction:n,isFullPage:P,unsetHeight:z,unsetWidth:S,duration:a,color:F,theme:M,className:k,style:q,size:I,drawerSize:j,onTouchStart:R,onTouchMove:L,...W,children:E})})})});$.propTypes={direction:t.PropTypes.oneOf(["top","right","left","bottom"]),open:t.PropTypes.bool,duration:t.PropTypes.number,enableOverlay:t.PropTypes.bool,zIndex:t.PropTypes.number,closeOnClickOutside:t.PropTypes.bool,closeOnSwipe:t.PropTypes.bool,isFullPage:t.PropTypes.bool,unsetHeight:t.PropTypes.bool,unsetWidth:t.PropTypes.bool,onClose:t.PropTypes.func,onOpen:t.PropTypes.func,className:t.PropTypes.string,style:t.PropTypes.object,overlayColor:t.PropTypes.string,drawerSize:t.PropTypes.string,size:t.PropTypes.oneOf(["small","medium","large"]),color:t.PropTypes.oneOf(["primary","secondary","success","warning","danger","information","neutral","gray"])};module.exports=$;
33
+ `,v=u.forwardRef((e,o)=>{const{direction:n="right",open:c=!1,duration:a=.8,enableOverlay:x=!0,zIndex:m=100,position:O="fixed",closeOnClickOutside:P=!0,closeOnSwipe:d=!0,isFullPage:z=!1,unsetHeight:S=!1,unsetWidth:C=!1,onClose:D=()=>{},onOpen:k=()=>{},className:q="",style:F={},color:H="neutral",overlayColor:I="rgba(123, 123, 123, 0.5)",size:j="small",drawerSize:E="12.5rem",children:W,...M}=e,_=X.useTheme(),i=u.useRef(),[g,b]=u.useState(!1);var h=null,p=null;function R(r){return r.touches||r.originalEvent.touches}function L(r){const l=R(r)[0];h=l.clientX,p=l.clientY}function N(r){if(!(!h||!p)){var l=r.touches[0].clientX,V=r.touches[0].clientY,w=h-l,T=p-V;Math.abs(w)>Math.abs(T)?w>0?d==!0&&n=="left"&&s():d==!0&&n=="right"&&s():T>0?d==!0&&n=="top"&&s():d==!0&&n=="bottom"&&s(),h=null,p=null}}u.useImperativeHandle(o,()=>({open(){U()},close(){s()},isOpen(){return g}}));const U=r=>{b(!0),k(r)},s=r=>{b(!1),D(r)};return u.useEffect(()=>{const r=l=>{i!=null&&i.current&&!(i!=null&&i.current.contains(l.target))&&P==!0&&s()};return document.addEventListener("click",r,!0),()=>{document.removeEventListener("click",r,!0)}},[]),f.jsx(f.Fragment,{children:f.jsx(G,{enableOverlay:x,overlayColor:I,isOpen:g,zIndex:m,position:O,children:f.jsx(B,{ref:i,zIndex:m,isOpen:g,direction:n,isFullPage:z,unsetHeight:S,unsetWidth:C,duration:a,color:H,theme:_,className:q,style:F,size:j,drawerSize:E,onTouchStart:L,onTouchMove:N,...M,children:W})})})});v.propTypes={direction:t.PropTypes.oneOf(["top","right","left","bottom"]),open:t.PropTypes.bool,duration:t.PropTypes.number,enableOverlay:t.PropTypes.bool,zIndex:t.PropTypes.number,position:t.PropTypes.string,closeOnClickOutside:t.PropTypes.bool,closeOnSwipe:t.PropTypes.bool,isFullPage:t.PropTypes.bool,unsetHeight:t.PropTypes.bool,unsetWidth:t.PropTypes.bool,onClose:t.PropTypes.func,onOpen:t.PropTypes.func,className:t.PropTypes.string,style:t.PropTypes.object,overlayColor:t.PropTypes.string,drawerSize:t.PropTypes.string,size:t.PropTypes.oneOf(["small","medium","large"]),color:t.PropTypes.oneOf(["primary","secondary","success","warning","danger","information","neutral","gray"])};module.exports=v;
@@ -1,22 +1,22 @@
1
- import { jsx as g, Fragment as Y } from "react/jsx-runtime";
2
- import { forwardRef as V, useRef as q, useState as A, useImperativeHandle as B, useEffect as G } from "react";
1
+ import { jsx as g, Fragment as V } from "react/jsx-runtime";
2
+ import { forwardRef as q, useRef as A, useState as B, useImperativeHandle as G, useEffect as J } from "react";
3
3
  import { P as t } from "./index-CblbdqjE.js";
4
4
  import { s as y } from "./emotion-styled.browser.esm-BNN1dTl3.js";
5
- import { b as $, c as J } from "./utils-BdsZgOUE.js";
6
- import { u as K } from "./emotion-element-f0de968e.browser.esm-CkCiQliQ.js";
7
- const Q = (e, r, o, u, s) => {
8
- if (e === "right" || e === "left" || r && o) return "height: 100%;";
9
- if (!(r && s === !0))
10
- return r ? "height: " + u + ";" : "height: 0;";
11
- }, R = (e, r, o, u, s) => {
12
- if (e === "top" || e === "bottom" || r && o) return "width: 100%;";
13
- if (!(r && s === !0))
14
- return r ? "width: " + u + ";" : "width: 0;";
15
- }, Z = y.div`
5
+ import { b as w, c as K } from "./utils-BdsZgOUE.js";
6
+ import { u as Q } from "./emotion-element-f0de968e.browser.esm-CkCiQliQ.js";
7
+ const R = (e, o, r, u, s) => {
8
+ if (e === "right" || e === "left" || o && r) return "height: 100%;";
9
+ if (!(o && s === !0))
10
+ return o ? "height: " + u + ";" : "height: 0;";
11
+ }, Z = (e, o, r, u, s) => {
12
+ if (e === "top" || e === "bottom" || o && r) return "width: 100%;";
13
+ if (!(o && s === !0))
14
+ return o ? "width: " + u + ";" : "width: 0;";
15
+ }, _ = y.div`
16
16
  touch-action: none;
17
17
  overflow: auto;
18
18
  max-height: ${(e) => e.isOpen || e.unsetHeight === !1 ? "100dvh" : 0};
19
- ${(e) => Q(
19
+ ${(e) => R(
20
20
  e.direction,
21
21
  e.isOpen,
22
22
  e.isFullPage,
@@ -24,14 +24,14 @@ const Q = (e, r, o, u, s) => {
24
24
  e.unsetHeight
25
25
  )}
26
26
  max-width: ${(e) => e.isOpen || e.unsetWidth === !1 ? "100vw" : 0};
27
- ${(e) => R(
27
+ ${(e) => Z(
28
28
  e.direction,
29
29
  e.isOpen,
30
30
  e.isFullPage,
31
31
  e.drawerSize,
32
32
  e.unsetWidth
33
33
  )}
34
- position: fixed;
34
+ position: ${(e) => e.position};
35
35
  z-index: ${(e) => e.zIndex};
36
36
  ${(e) => e.direction === "bottom" ? "bottom: 0" : "top: 0"};
37
37
  ${(e) => e.direction === "right" ? "right: 0" : "left: 0"};
@@ -44,68 +44,69 @@ const Q = (e, r, o, u, s) => {
44
44
 
45
45
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
46
46
 
47
- background-color: ${(e) => $(
47
+ background-color: ${(e) => w(
48
48
  e.theme,
49
49
  "Drawer",
50
50
  e.color,
51
51
  "enabled",
52
52
  "background"
53
53
  )};
54
- color: ${(e) => $(e.theme, "Drawer", e.color, "enabled", "text")};
55
- ${(e) => J(e.theme, "Drawer", e.size, "enabled")};
56
- `, _ = y.div`
54
+ color: ${(e) => w(e.theme, "Drawer", e.color, "enabled", "text")};
55
+ ${(e) => K(e.theme, "Drawer", e.size, "enabled")};
56
+ `, ee = y.div`
57
57
  z-index: ${(e) => e.zIndex};
58
- position: fixed;
58
+ position: ${(e) => e.position};
59
59
  top: 0;
60
60
  left: 0;
61
61
 
62
62
  height: ${(e) => e.isOpen === !0 && e.enableOverlay === !0 ? "100dvh" : 0};
63
63
  width: ${(e) => e.isOpen === !0 && e.enableOverlay === !0 ? "100vw" : 0};
64
64
  background-color: ${(e) => e.overlayColor};
65
- `, ee = V((e, r) => {
65
+ `, te = q((e, o) => {
66
66
  const {
67
- direction: o = "right",
67
+ direction: r = "right",
68
68
  open: u = !1,
69
69
  duration: s = 0.8,
70
70
  enableOverlay: O = !0,
71
71
  zIndex: m = 100,
72
+ position: p = "fixed",
72
73
  closeOnClickOutside: x = !0,
73
74
  closeOnSwipe: c = !0,
74
- isFullPage: p = !1,
75
- unsetHeight: z = !1,
76
- unsetWidth: S = !1,
75
+ isFullPage: z = !1,
76
+ unsetHeight: S = !1,
77
+ unsetWidth: C = !1,
77
78
  //----------------
78
- onClose: C = () => {
79
+ onClose: D = () => {
79
80
  },
80
- onOpen: D = () => {
81
+ onOpen: T = () => {
81
82
  },
82
83
  //----------------
83
- className: T = "",
84
- style: k = {},
85
- color: H = "neutral",
86
- overlayColor: I = "rgba(123, 123, 123, 0.5)",
87
- size: P = "small",
88
- drawerSize: F = "12.5rem",
89
- children: W,
90
- ...E
91
- } = e, M = K(), i = q(), [f, b] = A(!1);
84
+ className: k = "",
85
+ style: H = {},
86
+ color: I = "neutral",
87
+ overlayColor: P = "rgba(123, 123, 123, 0.5)",
88
+ size: F = "small",
89
+ drawerSize: W = "12.5rem",
90
+ children: E,
91
+ ...M
92
+ } = e, j = Q(), i = A(), [f, b] = B(!1);
92
93
  var d = null, h = null;
93
- function j(n) {
94
+ function L(n) {
94
95
  return n.touches || n.originalEvent.touches;
95
96
  }
96
- function L(n) {
97
- const a = j(n)[0];
97
+ function N(n) {
98
+ const a = L(n)[0];
98
99
  d = a.clientX, h = a.clientY;
99
100
  }
100
- function N(n) {
101
+ function U(n) {
101
102
  if (!(!d || !h)) {
102
- var a = n.touches[0].clientX, X = n.touches[0].clientY, v = d - a, w = h - X;
103
- Math.abs(v) > Math.abs(w) ? v > 0 ? c == !0 && o == "left" && l() : c == !0 && o == "right" && l() : w > 0 ? c == !0 && o == "top" && l() : c == !0 && o == "bottom" && l(), d = null, h = null;
103
+ var a = n.touches[0].clientX, Y = n.touches[0].clientY, $ = d - a, v = h - Y;
104
+ Math.abs($) > Math.abs(v) ? $ > 0 ? c == !0 && r == "left" && l() : c == !0 && r == "right" && l() : v > 0 ? c == !0 && r == "top" && l() : c == !0 && r == "bottom" && l(), d = null, h = null;
104
105
  }
105
106
  }
106
- B(r, () => ({
107
+ G(o, () => ({
107
108
  open() {
108
- U();
109
+ X();
109
110
  },
110
111
  close() {
111
112
  l();
@@ -114,52 +115,53 @@ const Q = (e, r, o, u, s) => {
114
115
  return f;
115
116
  }
116
117
  }));
117
- const U = (n) => {
118
- b(!0), D(n);
118
+ const X = (n) => {
119
+ b(!0), T(n);
119
120
  }, l = (n) => {
120
- b(!1), C(n);
121
+ b(!1), D(n);
121
122
  };
122
- return G(() => {
123
+ return J(() => {
123
124
  const n = (a) => {
124
125
  i != null && i.current && !(i != null && i.current.contains(a.target)) && x == !0 && l();
125
126
  };
126
127
  return document.addEventListener("click", n, !0), () => {
127
128
  document.removeEventListener("click", n, !0);
128
129
  };
129
- }, []), /* @__PURE__ */ g(Y, { children: /* @__PURE__ */ g(
130
- _,
130
+ }, []), /* @__PURE__ */ g(V, { children: /* @__PURE__ */ g(
131
+ ee,
131
132
  {
132
133
  enableOverlay: O,
133
- overlayColor: I,
134
+ overlayColor: P,
134
135
  isOpen: f,
135
136
  zIndex: m,
137
+ position: p,
136
138
  children: /* @__PURE__ */ g(
137
- Z,
139
+ _,
138
140
  {
139
141
  ref: i,
140
142
  zIndex: m,
141
143
  isOpen: f,
142
- direction: o,
143
- isFullPage: p,
144
- unsetHeight: z,
145
- unsetWidth: S,
144
+ direction: r,
145
+ isFullPage: z,
146
+ unsetHeight: S,
147
+ unsetWidth: C,
146
148
  duration: s,
147
- color: H,
148
- theme: M,
149
- className: T,
150
- style: k,
151
- size: P,
152
- drawerSize: F,
153
- onTouchStart: L,
154
- onTouchMove: N,
155
- ...E,
156
- children: W
149
+ color: I,
150
+ theme: j,
151
+ className: k,
152
+ style: H,
153
+ size: F,
154
+ drawerSize: W,
155
+ onTouchStart: N,
156
+ onTouchMove: U,
157
+ ...M,
158
+ children: E
157
159
  }
158
160
  )
159
161
  }
160
162
  ) });
161
163
  });
162
- ee.propTypes = {
164
+ te.propTypes = {
163
165
  direction: t.oneOf(["top", "right", "left", "bottom"]),
164
166
  open: t.bool,
165
167
  /**
@@ -174,6 +176,7 @@ ee.propTypes = {
174
176
  * z-index of Drawer
175
177
  */
176
178
  zIndex: t.number,
179
+ position: t.string,
177
180
  closeOnClickOutside: t.bool,
178
181
  closeOnSwipe: t.bool,
179
182
  /**
@@ -209,5 +212,5 @@ ee.propTypes = {
209
212
  ])
210
213
  };
211
214
  export {
212
- ee as default
215
+ te as default
213
216
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanaco/lnc-react-ui",
3
- "version": "4.0.141",
3
+ "version": "4.0.142",
4
4
  "description": "React component library",
5
5
  "type": "module",
6
6
  "keywords": [