@okam/stack-ui 1.4.0 → 1.5.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/{ArrowDown-54a4e9d3.js → ArrowDown-4475dd2a.js} +1 -1
- package/{ArrowDown-62233deb.mjs → ArrowDown-76a82bb8.mjs} +1 -1
- package/{ArrowLeft-ff99e568.js → ArrowLeft-47f65744.js} +1 -1
- package/{ArrowLeft-8c14983f.mjs → ArrowLeft-85253d90.mjs} +1 -1
- package/{BrandArrowRight-d65c2e5f.mjs → BrandArrowRight-0af98967.mjs} +1 -1
- package/{BrandArrowRight-bd396c15.js → BrandArrowRight-c1a64e95.js} +1 -1
- package/{Check-205d66a1.mjs → Check-2c183bb7.mjs} +1 -1
- package/{Check-d5164285.js → Check-b2548d41.js} +1 -1
- package/{ChevronLeft-b0b7cef2.js → ChevronLeft-13ee2027.js} +1 -1
- package/{ChevronLeft-db9daad1.mjs → ChevronLeft-97d17138.mjs} +1 -1
- package/{ChevronRight-9d8a2e81.js → ChevronRight-3612d596.js} +1 -1
- package/{ChevronRight-3b61d181.mjs → ChevronRight-ee635812.mjs} +1 -1
- package/{CloseBtn-d74d901f.mjs → CloseBtn-7c05bdb4.mjs} +1 -1
- package/{CloseBtn-e82b3c51.js → CloseBtn-b8093bc1.js} +1 -1
- package/{Facebook-e98c9059.mjs → Facebook-319f96a6.mjs} +1 -1
- package/{Facebook-dc270a7a.js → Facebook-3eec1938.js} +1 -1
- package/{FacebookColored-dfff8ee5.js → FacebookColored-b4e4d56f.js} +1 -1
- package/{FacebookColored-d57ea14a.mjs → FacebookColored-e73964f5.mjs} +1 -1
- package/{Globe-9142e00c.mjs → Globe-51a7dc98.mjs} +1 -1
- package/{Globe-0fcd693d.js → Globe-999c6296.js} +1 -1
- package/{Instagram-a3a39b40.mjs → Instagram-20254661.mjs} +1 -1
- package/{Instagram-716baeb0.js → Instagram-e0355281.js} +1 -1
- package/{InstagramColored-88fda38c.mjs → InstagramColored-13b2767c.mjs} +1 -1
- package/{InstagramColored-0134fb49.js → InstagramColored-f5bbec73.js} +1 -1
- package/{Link-6ea3ed2d.mjs → Link-2edfa43b.mjs} +1 -1
- package/{Link-53ca53dc.js → Link-cdae0bc8.js} +1 -1
- package/{Mail-91c52ad0.mjs → Mail-584492c1.mjs} +1 -1
- package/{Mail-cfe23bd7.js → Mail-699ca276.js} +1 -1
- package/{Plus-8bcb07ed.mjs → Plus-6d71d6af.mjs} +1 -1
- package/{Plus-03ca4a42.js → Plus-e00b64e3.js} +1 -1
- package/{Share-732d8ba5.mjs → Share-d1982266.mjs} +1 -1
- package/{Share-a788142f.js → Share-ec78347e.js} +1 -1
- package/{Twitter-6888ab44.js → Twitter-4735a25a.js} +1 -1
- package/{Twitter-137e96a6.mjs → Twitter-e0c9e19a.mjs} +1 -1
- package/{TwitterColored-0f1274ef.js → TwitterColored-3247e7a9.js} +1 -1
- package/{TwitterColored-3deaff15.mjs → TwitterColored-a5629501.mjs} +1 -1
- package/{Upload-ea10c854.js → Upload-5a24f6ef.js} +1 -1
- package/{Upload-aee8d238.mjs → Upload-819fe5e2.mjs} +1 -1
- package/{YouTube-3199edbb.mjs → YouTube-7cf77700.mjs} +1 -1
- package/{YouTube-fc32e491.js → YouTube-ba193d84.js} +1 -1
- package/{YouTubeColored-71f6fbd4.mjs → YouTubeColored-696a9b6d.mjs} +1 -1
- package/{YouTubeColored-8a760e28.js → YouTubeColored-a069c427.js} +1 -1
- package/index-a427de44.js +30 -0
- package/{index-b32341b0.mjs → index-f167e4a7.mjs} +1971 -1967
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +25 -24
- package/package.json +1 -1
- package/index-7f55f097.js +0 -30
package/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export { default as Checkbox } from './components/fields/Checkbox';
|
|
|
14
14
|
export { default as TextArea } from './components/fields/TextArea';
|
|
15
15
|
export { default as TextInputField, ReactHookFormInput } from './components/fields/TextInputField';
|
|
16
16
|
export { default as DatePicker } from './components/fields/DatePicker';
|
|
17
|
-
export { default as Box } from './components/Box';
|
|
17
|
+
export { default as Box, BoxWithForwardRef } from './components/Box';
|
|
18
18
|
export { default as Calendar } from './components/Calendar';
|
|
19
19
|
export { default as Modal } from './components/Modal';
|
|
20
20
|
export { useTheme, ThemeContextProvider } from './providers/Theme';
|
package/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-a427de44.js");require("react/jsx-runtime");require("react");require("react-dom");exports.Accordion=e.Accordion;exports.ArrowRight=e.ArrowRight;exports.Box=e.Box;exports.BoxWithForwardRef=e.BoxWithForwardRef;exports.Button=e.Button;exports.Calendar=e.Calendar;exports.Checkbox=e.Checkbox;exports.Date=e.DateComponent;exports.DatePicker=e.DatePicker;exports.Icon=e.IconDispatcher;exports.Lightbox=e.Lightbox;exports.Modal=e.Modal;exports.Popover=e.PopoverButton;exports.ReactHookFormInput=e.ReactHookFormInput;exports.ReactHookFormSelect=e.ReactHookFormSelect;exports.Select=e.Select;exports.ShareButton=e.ShareButton;exports.SidePanel=e.index;exports.TextArea=e.TextArea;exports.TextInputField=e.TextInputField;exports.ThemeContextProvider=e.ThemeContextProvider;exports.Typography=e.Typography;exports.WysiwygBlock=e.WysiwygBlock;exports.createThemeProvider=e.createThemeProvider;exports.generateUtmTags=e.generateUtmTags;exports.makeTheme=e.makeTheme;exports.useFacebookShareUrl=e.useFacebookShareUrl;exports.useMailToShareUrl=e.useMailToShareUrl;exports.useTheme=e.useTheme;exports.useThemeContext=e.useThemeContext;exports.useTwitterShareUrl=e.useTwitterShareUrl;exports.useWindow=e.useWindow;
|
package/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as t, b as i, h,
|
|
1
|
+
import { A as t, b as i, h, j as m, B as c, k as n, C as l, D as T, g as u, I as d, L as p, M as x, P as k, f as S, R as g, c as B, S as P, a as w, d as C, e as F, l as R, T as b, W as y, n as A, p as I, m as U, r as W, s as f, u as v, o as D, t as M, q as H } from "./index-f167e4a7.mjs";
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
3
|
import "react";
|
|
4
4
|
import "react-dom";
|
|
@@ -6,32 +6,33 @@ export {
|
|
|
6
6
|
t as Accordion,
|
|
7
7
|
i as ArrowRight,
|
|
8
8
|
h as Box,
|
|
9
|
-
m as
|
|
10
|
-
c as
|
|
11
|
-
n as
|
|
12
|
-
l as
|
|
13
|
-
T as
|
|
14
|
-
u as
|
|
9
|
+
m as BoxWithForwardRef,
|
|
10
|
+
c as Button,
|
|
11
|
+
n as Calendar,
|
|
12
|
+
l as Checkbox,
|
|
13
|
+
T as Date,
|
|
14
|
+
u as DatePicker,
|
|
15
|
+
d as Icon,
|
|
15
16
|
p as Lightbox,
|
|
16
|
-
|
|
17
|
+
x as Modal,
|
|
17
18
|
k as Popover,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
S as ReactHookFormInput,
|
|
20
|
+
g as ReactHookFormSelect,
|
|
21
|
+
B as Select,
|
|
21
22
|
P as ShareButton,
|
|
22
|
-
|
|
23
|
+
w as SidePanel,
|
|
23
24
|
C as TextArea,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
F as TextInputField,
|
|
26
|
+
R as ThemeContextProvider,
|
|
27
|
+
b as Typography,
|
|
28
|
+
y as WysiwygBlock,
|
|
29
|
+
A as createThemeProvider,
|
|
29
30
|
I as generateUtmTags,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
31
|
+
U as makeTheme,
|
|
32
|
+
W as useFacebookShareUrl,
|
|
33
|
+
f as useMailToShareUrl,
|
|
34
|
+
v as useTheme,
|
|
35
|
+
D as useThemeContext,
|
|
36
|
+
M as useTwitterShareUrl,
|
|
37
|
+
H as useWindow
|
|
37
38
|
};
|