@forgedevstack/bear 1.3.1 → 1.3.2
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 +26 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs +1 -1
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.js +1 -1
- package/dist/components/Alert/Alert.cjs +1 -1
- package/dist/components/Alert/Alert.js +1 -1
- package/dist/components/Avatar/Avatar.cjs +1 -1
- package/dist/components/Avatar/Avatar.js +1 -1
- package/dist/components/BackTop/BackTop.cjs +1 -1
- package/dist/components/BackTop/BackTop.js +1 -1
- package/dist/components/Banner/Banner.const.cjs +1 -1
- package/dist/components/Banner/Banner.const.js +1 -1
- package/dist/components/Blockquote/Blockquote.cjs +1 -1
- package/dist/components/Blockquote/Blockquote.js +1 -1
- package/dist/components/BottomSheet/BottomSheet.cjs +1 -1
- package/dist/components/BottomSheet/BottomSheet.js +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.cjs +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.js +1 -1
- package/dist/components/Calendar/Calendar.cjs +1 -1
- package/dist/components/Calendar/Calendar.js +1 -1
- package/dist/components/Chart/BarChart.cjs +1 -1
- package/dist/components/Chart/BarChart.d.ts +1 -2
- package/dist/components/Chart/BarChart.js +81 -61
- package/dist/components/Chart/Chart.cjs +1 -1
- package/dist/components/Chart/Chart.const.cjs +1 -1
- package/dist/components/Chart/Chart.const.d.ts +24 -3
- package/dist/components/Chart/Chart.const.js +39 -16
- package/dist/components/Chart/Chart.d.ts +1 -5
- package/dist/components/Chart/Chart.js +19 -23
- package/dist/components/Chart/Chart.types.d.ts +11 -19
- package/dist/components/Chart/Chart.utils.cjs +1 -1
- package/dist/components/Chart/Chart.utils.d.ts +8 -18
- package/dist/components/Chart/Chart.utils.js +39 -3
- package/dist/components/Chart/FunnelChart.cjs +1 -0
- package/dist/components/Chart/FunnelChart.d.ts +2 -0
- package/dist/components/Chart/FunnelChart.js +59 -0
- package/dist/components/Chart/LineChart.cjs +1 -1
- package/dist/components/Chart/LineChart.d.ts +1 -2
- package/dist/components/Chart/LineChart.js +51 -55
- package/dist/components/Chart/PieChart.cjs +1 -1
- package/dist/components/Chart/PieChart.d.ts +1 -2
- package/dist/components/Chart/PieChart.js +121 -106
- package/dist/components/Chart/PieChart.types.d.ts +8 -0
- package/dist/components/Chart/RadarChart.cjs +1 -0
- package/dist/components/Chart/RadarChart.d.ts +2 -0
- package/dist/components/Chart/RadarChart.js +100 -0
- package/dist/components/Chart/index.d.ts +3 -1
- package/dist/components/Chat/Chat.cjs +1 -1
- package/dist/components/Chat/Chat.js +1 -1
- package/dist/components/CurrencyInput/CurrencyInput.cjs +1 -1
- package/dist/components/CurrencyInput/CurrencyInput.js +1 -1
- package/dist/components/DatePicker/DatePicker.cjs +1 -1
- package/dist/components/DatePicker/DatePicker.js +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.cjs +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.js +1 -1
- package/dist/components/Drawer/Drawer.cjs +1 -1
- package/dist/components/Drawer/Drawer.const.cjs +1 -1
- package/dist/components/Drawer/Drawer.const.d.ts +2 -11
- package/dist/components/Drawer/Drawer.const.js +6 -55
- package/dist/components/Drawer/Drawer.d.ts +1 -2
- package/dist/components/Drawer/Drawer.js +87 -131
- package/dist/components/Drawer/Drawer.types.d.ts +16 -3
- package/dist/components/Drawer/Drawer.utils.d.ts +0 -4
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.cjs +1 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.d.ts +2 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.js +26 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.types.d.ts +20 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderClose.cjs +1 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderClose.d.ts +2 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderClose.js +17 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderTitle.cjs +1 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderTitle.d.ts +2 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderTitle.js +9 -0
- package/dist/components/Drawer/components/DrawerHeader/index.d.ts +2 -0
- package/dist/components/Drawer/components/index.d.ts +1 -0
- package/dist/components/Drawer/helpers/DrawerOptionalHeader.cjs +1 -0
- package/dist/components/Drawer/helpers/DrawerOptionalHeader.d.ts +2 -0
- package/dist/components/Drawer/helpers/DrawerOptionalHeader.js +9 -0
- package/dist/components/Drawer/helpers/index.d.ts +1 -0
- package/dist/components/Drawer/hooks/index.d.ts +1 -0
- package/dist/components/Drawer/hooks/useDrawer.cjs +1 -0
- package/dist/components/Drawer/hooks/useDrawer.d.ts +2 -0
- package/dist/components/Drawer/hooks/useDrawer.js +51 -0
- package/dist/components/Editable/Editable.cjs +1 -1
- package/dist/components/Editable/Editable.js +1 -1
- package/dist/components/FileTree/FileTree.cjs +1 -1
- package/dist/components/FileTree/FileTree.js +1 -1
- package/dist/components/FloatingChat/FloatingChat.cjs +1 -1
- package/dist/components/FloatingChat/FloatingChat.js +1 -1
- package/dist/components/Gauge/Gauge.cjs +1 -1
- package/dist/components/Gauge/Gauge.const.cjs +1 -1
- package/dist/components/Gauge/Gauge.const.d.ts +5 -0
- package/dist/components/Gauge/Gauge.const.js +11 -6
- package/dist/components/Gauge/Gauge.d.ts +1 -2
- package/dist/components/Gauge/Gauge.js +69 -45
- package/dist/components/Gauge/Gauge.types.d.ts +11 -2
- package/dist/components/Gauge/helpers/GaugeLinearBar.cjs +1 -0
- package/dist/components/Gauge/helpers/GaugeLinearBar.d.ts +2 -0
- package/dist/components/Gauge/helpers/GaugeLinearBar.js +40 -0
- package/dist/components/Heatmap/Heatmap.cjs +1 -1
- package/dist/components/Heatmap/Heatmap.const.cjs +1 -1
- package/dist/components/Heatmap/Heatmap.const.d.ts +2 -0
- package/dist/components/Heatmap/Heatmap.const.js +8 -6
- package/dist/components/Heatmap/Heatmap.js +51 -47
- package/dist/components/Heatmap/Heatmap.types.d.ts +1 -1
- package/dist/components/Icon/Icon.d.ts +2 -39
- package/dist/components/Icon/Icon.types.d.ts +1 -17
- package/dist/components/Icon/icons/action.d.ts +1 -85
- package/dist/components/Icon/icons/bear.d.ts +1 -12
- package/dist/components/Icon/icons/charts.d.ts +1 -0
- package/dist/components/Icon/icons/commerce.d.ts +1 -25
- package/dist/components/Icon/icons/communication.d.ts +1 -48
- package/dist/components/Icon/icons/content.d.ts +1 -53
- package/dist/components/Icon/icons/device.d.ts +1 -27
- package/dist/components/Icon/icons/editor.d.ts +1 -54
- package/dist/components/Icon/icons/file.d.ts +1 -25
- package/dist/components/Icon/icons/index.d.ts +1 -9
- package/dist/components/Icon/icons/media.d.ts +1 -64
- package/dist/components/Icon/icons/misc.d.ts +1 -96
- package/dist/components/Icon/icons/navigation.d.ts +1 -56
- package/dist/components/Icon/icons/social.d.ts +1 -24
- package/dist/components/Icon/icons/status.d.ts +1 -61
- package/dist/components/Icon/index.d.ts +2 -605
- package/dist/components/ImageAnnotation/ImageAnnotation.cjs +1 -1
- package/dist/components/ImageAnnotation/ImageAnnotation.js +1 -1
- package/dist/components/JsonViewer/JsonViewer.cjs +1 -1
- package/dist/components/JsonViewer/JsonViewer.js +1 -1
- package/dist/components/MediaPlayer/MediaPlayer.cjs +1 -1
- package/dist/components/MediaPlayer/MediaPlayer.js +1 -1
- package/dist/components/Modal/Modal.cjs +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/PageNav/PageNav.cjs +1 -1
- package/dist/components/PageNav/PageNav.js +1 -1
- package/dist/components/PasswordInput/PasswordInput.cjs +1 -1
- package/dist/components/PasswordInput/PasswordInput.js +5 -5
- package/dist/components/PropsPlayground/PropsPlayground.cjs +1 -1
- package/dist/components/PropsPlayground/PropsPlayground.js +1 -1
- package/dist/components/Rating/components/StarIcon/StarIcon.cjs +1 -1
- package/dist/components/Rating/components/StarIcon/StarIcon.js +1 -1
- package/dist/components/Result/Result.utils.cjs +1 -1
- package/dist/components/Result/Result.utils.js +1 -1
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.js +1 -1
- package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.js +1 -1
- package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.js +1 -1
- package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.js +1 -1
- package/dist/components/RichEditor/helpers/IconRender.cjs +1 -1
- package/dist/components/RichEditor/helpers/IconRender.js +16 -16
- package/dist/components/RichEditor/helpers/toolbarItemRender.cjs +1 -1
- package/dist/components/RichEditor/helpers/toolbarItemRender.js +23 -23
- package/dist/components/RingProgress/RingProgress.cjs +1 -1
- package/dist/components/RingProgress/RingProgress.const.cjs +1 -1
- package/dist/components/RingProgress/RingProgress.const.d.ts +3 -0
- package/dist/components/RingProgress/RingProgress.const.js +7 -4
- package/dist/components/RingProgress/RingProgress.js +38 -37
- package/dist/components/RingProgress/RingProgress.types.d.ts +1 -0
- package/dist/components/Select/Select.cjs +1 -1
- package/dist/components/Select/Select.js +1 -1
- package/dist/components/Sidebar/Sidebar.cjs +1 -1
- package/dist/components/Sidebar/Sidebar.js +16 -15
- package/dist/components/Sidebar/Sidebar.types.d.ts +1 -1
- package/dist/components/Sidebar/Sidebar.utils.cjs +1 -0
- package/dist/components/Sidebar/Sidebar.utils.d.ts +2 -0
- package/dist/components/Sidebar/Sidebar.utils.js +11 -0
- package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.cjs +1 -1
- package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.js +1 -1
- package/dist/components/Sidebar/components/SidebarItem/SidebarItem.cjs +1 -1
- package/dist/components/Sidebar/components/SidebarItem/SidebarItem.js +55 -51
- package/dist/components/Sidebar/index.d.ts +1 -0
- package/dist/components/SliderRange/SliderRange.cjs +1 -1
- package/dist/components/SliderRange/SliderRange.js +19 -19
- package/dist/components/Sparkline/Sparkline.cjs +1 -1
- package/dist/components/Sparkline/Sparkline.const.cjs +1 -1
- package/dist/components/Sparkline/Sparkline.const.d.ts +5 -0
- package/dist/components/Sparkline/Sparkline.const.js +9 -4
- package/dist/components/Sparkline/Sparkline.d.ts +1 -2
- package/dist/components/Sparkline/Sparkline.js +75 -53
- package/dist/components/Sparkline/Sparkline.types.d.ts +2 -0
- package/dist/components/Sparkline/Sparkline.utils.cjs +1 -1
- package/dist/components/Sparkline/Sparkline.utils.d.ts +7 -12
- package/dist/components/Sparkline/Sparkline.utils.js +33 -20
- package/dist/components/Sparkline/index.d.ts +2 -2
- package/dist/components/Stepper/Stepper.cjs +1 -1
- package/dist/components/Stepper/Stepper.js +1 -1
- package/dist/components/Tabs/TabList.cjs +1 -1
- package/dist/components/Tabs/TabList.js +1 -1
- package/dist/components/TimePicker/TimePicker.cjs +1 -1
- package/dist/components/TimePicker/TimePicker.js +1 -1
- package/dist/components/TimelineChart/TimelineChart.cjs +1 -1
- package/dist/components/TimelineChart/TimelineChart.const.cjs +1 -1
- package/dist/components/TimelineChart/TimelineChart.const.d.ts +3 -0
- package/dist/components/TimelineChart/TimelineChart.const.js +7 -4
- package/dist/components/TimelineChart/TimelineChart.js +56 -42
- package/dist/components/TimelineChart/TimelineChart.types.d.ts +1 -1
- package/dist/components/TreeSelect/TreeSelect.cjs +1 -1
- package/dist/components/TreeSelect/TreeSelect.js +1 -1
- package/dist/components/TreeSelect/components/TreeSelectExpandControl/TreeSelectExpandControl.cjs +1 -1
- package/dist/components/TreeSelect/components/TreeSelectExpandControl/TreeSelectExpandControl.js +1 -1
- package/dist/components/TreeView/TreeView.cjs +1 -1
- package/dist/components/TreeView/TreeView.js +3 -2
- package/dist/components/TreeView/components/TreeViewExpandControl/TreeViewExpandControl.cjs +1 -1
- package/dist/components/TreeView/components/TreeViewExpandControl/TreeViewExpandControl.js +1 -1
- package/dist/components/TreeView/components/TreeViewNodeIcon/TreeViewNodeIcon.cjs +1 -1
- package/dist/components/TreeView/components/TreeViewNodeIcon/TreeViewNodeIcon.js +1 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +409 -406
- package/dist/constants/generals.const.cjs +1 -1
- package/dist/constants/generals.const.d.ts +4 -0
- package/dist/constants/generals.const.js +50 -47
- package/dist/icons.cjs +1 -1
- package/dist/icons.d.ts +2 -2
- package/dist/icons.js +1 -6
- package/dist/index.cjs +1 -1
- package/dist/index.js +551 -548
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.const.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.const.js +14 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.js +35 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/action.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/action.js +26 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/cn.utils.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/cn.utils.js +4 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/editor.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/editor.js +130 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/misc.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/misc.js +12 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/navigation.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/navigation.js +18 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/status.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/status.js +6 -0
- package/dist/styles/_drawer.css +213 -0
- package/dist/styles/_overlays.css +0 -1
- package/dist/styles/main.css +1 -0
- package/dist/styles.css +226 -25
- package/package.json +5 -1
- package/dist/components/Icon/Icon.cjs +0 -1
- package/dist/components/Icon/Icon.const.d.ts +0 -1
- package/dist/components/Icon/Icon.js +0 -45
- package/dist/components/Icon/icons/action.cjs +0 -1
- package/dist/components/Icon/icons/action.js +0 -351
- package/dist/components/Icon/icons/bear.cjs +0 -1
- package/dist/components/Icon/icons/bear.js +0 -47
- package/dist/components/Icon/icons/commerce.cjs +0 -1
- package/dist/components/Icon/icons/commerce.js +0 -124
- package/dist/components/Icon/icons/communication.cjs +0 -1
- package/dist/components/Icon/icons/communication.js +0 -184
- package/dist/components/Icon/icons/content.cjs +0 -1
- package/dist/components/Icon/icons/content.js +0 -231
- package/dist/components/Icon/icons/device.cjs +0 -1
- package/dist/components/Icon/icons/device.js +0 -122
- package/dist/components/Icon/icons/editor.cjs +0 -1
- package/dist/components/Icon/icons/editor.js +0 -285
- package/dist/components/Icon/icons/file.cjs +0 -1
- package/dist/components/Icon/icons/file.js +0 -120
- package/dist/components/Icon/icons/media.cjs +0 -1
- package/dist/components/Icon/icons/media.js +0 -306
- package/dist/components/Icon/icons/misc.cjs +0 -1
- package/dist/components/Icon/icons/misc.js +0 -450
- package/dist/components/Icon/icons/navigation.cjs +0 -1
- package/dist/components/Icon/icons/navigation.js +0 -215
- package/dist/components/Icon/icons/social.cjs +0 -1
- package/dist/components/Icon/icons/social.js +0 -89
- package/dist/components/Icon/icons/status.cjs +0 -1
- package/dist/components/Icon/icons/status.js +0 -271
- package/dist/components/Icon/index.cjs +0 -1
- package/dist/components/Icon/index.js +0 -79
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("react/jsx-runtime"),e=require("./Icon.const.cjs"),O=require("./cn.utils.cjs"),I=s=>{const{size:t="md",color:i=e.ICON_COLOR_CURRENT,strokeWidth:o=e.ICON_STROKE_WIDTH,spin:r=!1,className:c,children:a,testId:l,...d}=s,n=typeof t=="number"?t:e.ICON_SIZE_MAP[t];return u.jsx("svg",{width:n,height:n,viewBox:e.ICON_VIEWBOX,fill:"none",stroke:i,strokeWidth:o,strokeLinecap:"round",strokeLinejoin:"round",className:O.cn(e.ICON_ROOT_CLASS,"bear-inline-block bear-shrink-0",r&&"bear-animate-spin",c),"data-testid":l,...d,children:a})};exports.Icon=I;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const O="Bear-Icon",I=2,e="0 0 24 24",o="currentColor",C={xs:12,sm:16,md:20,lg:24,xl:32};exports.ICON_COLOR_CURRENT=o;exports.ICON_ROOT_CLASS=O;exports.ICON_SIZE_MAP=C;exports.ICON_STROKE_WIDTH=I;exports.ICON_VIEWBOX=e;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const O = "Bear-Icon", I = 2, C = "0 0 24 24", _ = "currentColor", s = {
|
|
2
|
+
xs: 12,
|
|
3
|
+
sm: 16,
|
|
4
|
+
md: 20,
|
|
5
|
+
lg: 24,
|
|
6
|
+
xl: 32
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
_ as ICON_COLOR_CURRENT,
|
|
10
|
+
O as ICON_ROOT_CLASS,
|
|
11
|
+
s as ICON_SIZE_MAP,
|
|
12
|
+
I as ICON_STROKE_WIDTH,
|
|
13
|
+
C as ICON_VIEWBOX
|
|
14
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import { ICON_COLOR_CURRENT as I, ICON_STROKE_WIDTH as O, ICON_VIEWBOX as l, ICON_SIZE_MAP as _, ICON_ROOT_CLASS as h } from "./Icon.const.js";
|
|
3
|
+
import { cn as k } from "./cn.utils.js";
|
|
4
|
+
const f = (o) => {
|
|
5
|
+
const {
|
|
6
|
+
size: e = "md",
|
|
7
|
+
color: r = I,
|
|
8
|
+
strokeWidth: t = O,
|
|
9
|
+
spin: i = !1,
|
|
10
|
+
className: n,
|
|
11
|
+
children: a,
|
|
12
|
+
testId: c,
|
|
13
|
+
...m
|
|
14
|
+
} = o, s = typeof e == "number" ? e : _[e];
|
|
15
|
+
return /* @__PURE__ */ d(
|
|
16
|
+
"svg",
|
|
17
|
+
{
|
|
18
|
+
width: s,
|
|
19
|
+
height: s,
|
|
20
|
+
viewBox: l,
|
|
21
|
+
fill: "none",
|
|
22
|
+
stroke: r,
|
|
23
|
+
strokeWidth: t,
|
|
24
|
+
strokeLinecap: "round",
|
|
25
|
+
strokeLinejoin: "round",
|
|
26
|
+
className: k(h, "bear-inline-block bear-shrink-0", i && "bear-animate-spin", n),
|
|
27
|
+
"data-testid": c,
|
|
28
|
+
...m,
|
|
29
|
+
children: a
|
|
30
|
+
}
|
|
31
|
+
);
|
|
32
|
+
};
|
|
33
|
+
export {
|
|
34
|
+
f as Icon
|
|
35
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react/jsx-runtime"),n=require("./Icon.cjs"),x=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),c.jsx("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]}),e=s=>c.jsx(n.Icon,{...s,children:c.jsx("line",{x1:"5",y1:"12",x2:"19",y2:"12"})}),a=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("circle",{cx:"11",cy:"11",r:"8"}),c.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"})]}),i=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("circle",{cx:"12",cy:"12",r:"3"}),c.jsx("path",{d:"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"})]}),l=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),c.jsx("circle",{cx:"12",cy:"12",r:"3"})]}),o=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("path",{d:"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"}),c.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]});exports.AddIcon=x;exports.RemoveIcon=e;exports.SearchIcon=a;exports.SettingsIcon=i;exports.VisibilityIcon=l;exports.VisibilityOffIcon=o;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as a, jsxs as l } from "react/jsx-runtime";
|
|
2
|
+
import { Icon as i } from "./Icon.js";
|
|
3
|
+
const r = (c) => /* @__PURE__ */ l(i, { ...c, children: [
|
|
4
|
+
/* @__PURE__ */ a("line", { x1: "12", y1: "5", x2: "12", y2: "19" }),
|
|
5
|
+
/* @__PURE__ */ a("line", { x1: "5", y1: "12", x2: "19", y2: "12" })
|
|
6
|
+
] }), x = (c) => /* @__PURE__ */ a(i, { ...c, children: /* @__PURE__ */ a("line", { x1: "5", y1: "12", x2: "19", y2: "12" }) }), s = (c) => /* @__PURE__ */ l(i, { ...c, children: [
|
|
7
|
+
/* @__PURE__ */ a("circle", { cx: "11", cy: "11", r: "8" }),
|
|
8
|
+
/* @__PURE__ */ a("line", { x1: "21", y1: "21", x2: "16.65", y2: "16.65" })
|
|
9
|
+
] }), y = (c) => /* @__PURE__ */ l(i, { ...c, children: [
|
|
10
|
+
/* @__PURE__ */ a("circle", { cx: "12", cy: "12", r: "3" }),
|
|
11
|
+
/* @__PURE__ */ a("path", { d: "M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z" })
|
|
12
|
+
] }), o = (c) => /* @__PURE__ */ l(i, { ...c, children: [
|
|
13
|
+
/* @__PURE__ */ a("path", { d: "M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z" }),
|
|
14
|
+
/* @__PURE__ */ a("circle", { cx: "12", cy: "12", r: "3" })
|
|
15
|
+
] }), h = (c) => /* @__PURE__ */ l(i, { ...c, children: [
|
|
16
|
+
/* @__PURE__ */ a("path", { d: "M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24" }),
|
|
17
|
+
/* @__PURE__ */ a("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
|
|
18
|
+
] });
|
|
19
|
+
export {
|
|
20
|
+
r as AddIcon,
|
|
21
|
+
x as RemoveIcon,
|
|
22
|
+
s as SearchIcon,
|
|
23
|
+
y as SettingsIcon,
|
|
24
|
+
o as VisibilityIcon,
|
|
25
|
+
h as VisibilityOffIcon
|
|
26
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=(...e)=>e.filter(t=>!!t).join(" ");exports.cn=o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const x=require("react/jsx-runtime"),n=require("./Icon.cjs"),c=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}),x.jsx("path",{d:"M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"})]}),e=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("line",{x1:"19",y1:"4",x2:"10",y2:"4"}),x.jsx("line",{x1:"14",y1:"20",x2:"5",y2:"20"}),x.jsx("line",{x1:"15",y1:"4",x2:"9",y2:"20"})]}),j=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"}),x.jsx("line",{x1:"4",y1:"21",x2:"20",y2:"21"})]}),i=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M17.3 4.9c-2.3-.6-4.4-1-6.2-.9-2.7 0-5.3.7-5.3 3.6 0 1.5 1.8 3.3 3.6 3.9h.2H21"}),x.jsx("path",{d:"M8.5 15c0 2.1 1.6 3.1 5 3.1 4.3 0 5.6-1.8 5.6-3.1 0-1.5-.9-2.5-2.8-3H3"}),x.jsx("line",{x1:"3",y1:"12",x2:"21",y2:"12"})]}),l=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),x.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),x.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),x.jsx("line",{x1:"17",y1:"18",x2:"3",y2:"18"})]}),h=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),x.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),x.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),x.jsx("line",{x1:"18",y1:"18",x2:"6",y2:"18"})]}),y=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),x.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),x.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),x.jsx("line",{x1:"21",y1:"18",x2:"7",y2:"18"})]}),t=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),x.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),x.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),x.jsx("line",{x1:"21",y1:"18",x2:"3",y2:"18"})]}),d=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("line",{x1:"8",y1:"6",x2:"21",y2:"6"}),x.jsx("line",{x1:"8",y1:"12",x2:"21",y2:"12"}),x.jsx("line",{x1:"8",y1:"18",x2:"21",y2:"18"}),x.jsx("circle",{cx:"3",cy:"6",r:"1"}),x.jsx("circle",{cx:"3",cy:"12",r:"1"}),x.jsx("circle",{cx:"3",cy:"18",r:"1"})]}),o=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("line",{x1:"10",y1:"6",x2:"21",y2:"6"}),x.jsx("line",{x1:"10",y1:"12",x2:"21",y2:"12"}),x.jsx("line",{x1:"10",y1:"18",x2:"21",y2:"18"}),x.jsx("path",{d:"M4 6h1v4"}),x.jsx("path",{d:"M4 10h2"}),x.jsx("path",{d:"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1"})]}),a=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("polyline",{points:"3 8 7 12 3 16"}),x.jsx("line",{x1:"21",y1:"12",x2:"11",y2:"12"}),x.jsx("line",{x1:"21",y1:"6",x2:"11",y2:"6"}),x.jsx("line",{x1:"21",y1:"18",x2:"11",y2:"18"})]}),r=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("polyline",{points:"7 8 3 12 7 16"}),x.jsx("line",{x1:"21",y1:"12",x2:"11",y2:"12"}),x.jsx("line",{x1:"21",y1:"6",x2:"11",y2:"6"}),x.jsx("line",{x1:"21",y1:"18",x2:"11",y2:"18"})]}),I=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M4 12h8"}),x.jsx("path",{d:"M4 18V6"}),x.jsx("path",{d:"M12 18V6"}),x.jsx("path",{d:"M17 10v8"}),x.jsx("path",{d:"M17 10l-3 0"})]}),p=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M4 12h8"}),x.jsx("path",{d:"M4 18V6"}),x.jsx("path",{d:"M12 18V6"}),x.jsx("path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1"})]}),M=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M4 12h8"}),x.jsx("path",{d:"M4 18V6"}),x.jsx("path",{d:"M12 18V6"}),x.jsx("path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2"}),x.jsx("path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2"})]}),g=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M4 7V4h16v3"}),x.jsx("path",{d:"M9 20h6"}),x.jsx("path",{d:"M12 4v16"})]}),V=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V21"}),x.jsx("path",{d:"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3"})]}),u=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),x.jsx("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"})]}),v=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M5 7h14"}),x.jsx("path",{d:"M9 7v6"}),x.jsx("path",{d:"m14.8 12 2.2 5"}),x.jsx("line",{x1:"4",y1:"4",x2:"20",y2:"20"})]}),H=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),x.jsx("path",{d:"M3 9h18"}),x.jsx("path",{d:"M3 15h18"}),x.jsx("path",{d:"M9 3v18"}),x.jsx("path",{d:"M15 3v18"})]}),m=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("polyline",{points:"16 18 22 12 16 6"}),x.jsx("polyline",{points:"8 6 2 12 8 18"})]}),L=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),x.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),x.jsx("polyline",{points:"21 15 16 10 5 21"})]});exports.AlignCenterIcon=h;exports.AlignJustifyIcon=t;exports.AlignLeftIcon=l;exports.AlignRightIcon=y;exports.BoldIcon=c;exports.CodeIcon=m;exports.FormatClearIcon=v;exports.Heading1Icon=I;exports.Heading2Icon=p;exports.Heading3Icon=M;exports.IndentDecreaseIcon=r;exports.IndentIncreaseIcon=a;exports.InsertLinkIcon=u;exports.InsertPhotoIcon=L;exports.ItalicIcon=e;exports.ListBulletIcon=d;exports.ListNumberedIcon=o;exports.QuoteIcon=V;exports.StrikethroughIcon=i;exports.TableIcon=H;exports.TextIcon=g;exports.UnderlineIcon=j;
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import { jsxs as i, jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { Icon as l } from "./Icon.js";
|
|
3
|
+
const y = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
4
|
+
/* @__PURE__ */ n("path", { d: "M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z" }),
|
|
5
|
+
/* @__PURE__ */ n("path", { d: "M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z" })
|
|
6
|
+
] }), x = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
7
|
+
/* @__PURE__ */ n("line", { x1: "19", y1: "4", x2: "10", y2: "4" }),
|
|
8
|
+
/* @__PURE__ */ n("line", { x1: "14", y1: "20", x2: "5", y2: "20" }),
|
|
9
|
+
/* @__PURE__ */ n("line", { x1: "15", y1: "4", x2: "9", y2: "20" })
|
|
10
|
+
] }), a = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
11
|
+
/* @__PURE__ */ n("path", { d: "M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3" }),
|
|
12
|
+
/* @__PURE__ */ n("line", { x1: "4", y1: "21", x2: "20", y2: "21" })
|
|
13
|
+
] }), d = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
14
|
+
/* @__PURE__ */ n("path", { d: "M17.3 4.9c-2.3-.6-4.4-1-6.2-.9-2.7 0-5.3.7-5.3 3.6 0 1.5 1.8 3.3 3.6 3.9h.2H21" }),
|
|
15
|
+
/* @__PURE__ */ n("path", { d: "M8.5 15c0 2.1 1.6 3.1 5 3.1 4.3 0 5.6-1.8 5.6-3.1 0-1.5-.9-2.5-2.8-3H3" }),
|
|
16
|
+
/* @__PURE__ */ n("line", { x1: "3", y1: "12", x2: "21", y2: "12" })
|
|
17
|
+
] }), t = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
18
|
+
/* @__PURE__ */ n("line", { x1: "17", y1: "10", x2: "3", y2: "10" }),
|
|
19
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "3", y2: "6" }),
|
|
20
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "14", x2: "3", y2: "14" }),
|
|
21
|
+
/* @__PURE__ */ n("line", { x1: "17", y1: "18", x2: "3", y2: "18" })
|
|
22
|
+
] }), r = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
23
|
+
/* @__PURE__ */ n("line", { x1: "18", y1: "10", x2: "6", y2: "10" }),
|
|
24
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "3", y2: "6" }),
|
|
25
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "14", x2: "3", y2: "14" }),
|
|
26
|
+
/* @__PURE__ */ n("line", { x1: "18", y1: "18", x2: "6", y2: "18" })
|
|
27
|
+
] }), p = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
28
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "10", x2: "7", y2: "10" }),
|
|
29
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "3", y2: "6" }),
|
|
30
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "14", x2: "3", y2: "14" }),
|
|
31
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "18", x2: "7", y2: "18" })
|
|
32
|
+
] }), o = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
33
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "10", x2: "3", y2: "10" }),
|
|
34
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "3", y2: "6" }),
|
|
35
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "14", x2: "3", y2: "14" }),
|
|
36
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "18", x2: "3", y2: "18" })
|
|
37
|
+
] }), s = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
38
|
+
/* @__PURE__ */ n("line", { x1: "8", y1: "6", x2: "21", y2: "6" }),
|
|
39
|
+
/* @__PURE__ */ n("line", { x1: "8", y1: "12", x2: "21", y2: "12" }),
|
|
40
|
+
/* @__PURE__ */ n("line", { x1: "8", y1: "18", x2: "21", y2: "18" }),
|
|
41
|
+
/* @__PURE__ */ n("circle", { cx: "3", cy: "6", r: "1" }),
|
|
42
|
+
/* @__PURE__ */ n("circle", { cx: "3", cy: "12", r: "1" }),
|
|
43
|
+
/* @__PURE__ */ n("circle", { cx: "3", cy: "18", r: "1" })
|
|
44
|
+
] }), M = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
45
|
+
/* @__PURE__ */ n("line", { x1: "10", y1: "6", x2: "21", y2: "6" }),
|
|
46
|
+
/* @__PURE__ */ n("line", { x1: "10", y1: "12", x2: "21", y2: "12" }),
|
|
47
|
+
/* @__PURE__ */ n("line", { x1: "10", y1: "18", x2: "21", y2: "18" }),
|
|
48
|
+
/* @__PURE__ */ n("path", { d: "M4 6h1v4" }),
|
|
49
|
+
/* @__PURE__ */ n("path", { d: "M4 10h2" }),
|
|
50
|
+
/* @__PURE__ */ n("path", { d: "M6 18H4c0-1 2-2 2-3s-1-1.5-2-1" })
|
|
51
|
+
] }), I = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
52
|
+
/* @__PURE__ */ n("polyline", { points: "3 8 7 12 3 16" }),
|
|
53
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "12", x2: "11", y2: "12" }),
|
|
54
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "11", y2: "6" }),
|
|
55
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "18", x2: "11", y2: "18" })
|
|
56
|
+
] }), V = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
57
|
+
/* @__PURE__ */ n("polyline", { points: "7 8 3 12 7 16" }),
|
|
58
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "12", x2: "11", y2: "12" }),
|
|
59
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "11", y2: "6" }),
|
|
60
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "18", x2: "11", y2: "18" })
|
|
61
|
+
] }), g = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
62
|
+
/* @__PURE__ */ n("path", { d: "M4 12h8" }),
|
|
63
|
+
/* @__PURE__ */ n("path", { d: "M4 18V6" }),
|
|
64
|
+
/* @__PURE__ */ n("path", { d: "M12 18V6" }),
|
|
65
|
+
/* @__PURE__ */ n("path", { d: "M17 10v8" }),
|
|
66
|
+
/* @__PURE__ */ n("path", { d: "M17 10l-3 0" })
|
|
67
|
+
] }), v = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
68
|
+
/* @__PURE__ */ n("path", { d: "M4 12h8" }),
|
|
69
|
+
/* @__PURE__ */ n("path", { d: "M4 18V6" }),
|
|
70
|
+
/* @__PURE__ */ n("path", { d: "M12 18V6" }),
|
|
71
|
+
/* @__PURE__ */ n("path", { d: "M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1" })
|
|
72
|
+
] }), H = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
73
|
+
/* @__PURE__ */ n("path", { d: "M4 12h8" }),
|
|
74
|
+
/* @__PURE__ */ n("path", { d: "M4 18V6" }),
|
|
75
|
+
/* @__PURE__ */ n("path", { d: "M12 18V6" }),
|
|
76
|
+
/* @__PURE__ */ n("path", { d: "M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2" }),
|
|
77
|
+
/* @__PURE__ */ n("path", { d: "M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2" })
|
|
78
|
+
] }), m = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
79
|
+
/* @__PURE__ */ n("path", { d: "M4 7V4h16v3" }),
|
|
80
|
+
/* @__PURE__ */ n("path", { d: "M9 20h6" }),
|
|
81
|
+
/* @__PURE__ */ n("path", { d: "M12 4v16" })
|
|
82
|
+
] }), u = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
83
|
+
/* @__PURE__ */ n("path", { d: "M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V21" }),
|
|
84
|
+
/* @__PURE__ */ n("path", { d: "M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3" })
|
|
85
|
+
] }), f = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
86
|
+
/* @__PURE__ */ n("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }),
|
|
87
|
+
/* @__PURE__ */ n("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })
|
|
88
|
+
] }), L = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
89
|
+
/* @__PURE__ */ n("path", { d: "M5 7h14" }),
|
|
90
|
+
/* @__PURE__ */ n("path", { d: "M9 7v6" }),
|
|
91
|
+
/* @__PURE__ */ n("path", { d: "m14.8 12 2.2 5" }),
|
|
92
|
+
/* @__PURE__ */ n("line", { x1: "4", y1: "4", x2: "20", y2: "20" })
|
|
93
|
+
] }), A = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
94
|
+
/* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
|
|
95
|
+
/* @__PURE__ */ n("path", { d: "M3 9h18" }),
|
|
96
|
+
/* @__PURE__ */ n("path", { d: "M3 15h18" }),
|
|
97
|
+
/* @__PURE__ */ n("path", { d: "M9 3v18" }),
|
|
98
|
+
/* @__PURE__ */ n("path", { d: "M15 3v18" })
|
|
99
|
+
] }), C = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
100
|
+
/* @__PURE__ */ n("polyline", { points: "16 18 22 12 16 6" }),
|
|
101
|
+
/* @__PURE__ */ n("polyline", { points: "8 6 2 12 8 18" })
|
|
102
|
+
] }), k = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
103
|
+
/* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", ry: "2" }),
|
|
104
|
+
/* @__PURE__ */ n("circle", { cx: "8.5", cy: "8.5", r: "1.5" }),
|
|
105
|
+
/* @__PURE__ */ n("polyline", { points: "21 15 16 10 5 21" })
|
|
106
|
+
] });
|
|
107
|
+
export {
|
|
108
|
+
r as AlignCenterIcon,
|
|
109
|
+
o as AlignJustifyIcon,
|
|
110
|
+
t as AlignLeftIcon,
|
|
111
|
+
p as AlignRightIcon,
|
|
112
|
+
y as BoldIcon,
|
|
113
|
+
C as CodeIcon,
|
|
114
|
+
L as FormatClearIcon,
|
|
115
|
+
g as Heading1Icon,
|
|
116
|
+
v as Heading2Icon,
|
|
117
|
+
H as Heading3Icon,
|
|
118
|
+
V as IndentDecreaseIcon,
|
|
119
|
+
I as IndentIncreaseIcon,
|
|
120
|
+
f as InsertLinkIcon,
|
|
121
|
+
k as InsertPhotoIcon,
|
|
122
|
+
x as ItalicIcon,
|
|
123
|
+
s as ListBulletIcon,
|
|
124
|
+
M as ListNumberedIcon,
|
|
125
|
+
u as QuoteIcon,
|
|
126
|
+
d as StrikethroughIcon,
|
|
127
|
+
A as TableIcon,
|
|
128
|
+
m as TextIcon,
|
|
129
|
+
a as UnderlineIcon
|
|
130
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react/jsx-runtime"),r=require("./Icon.cjs"),s=e=>c.jsxs(r.Icon,{...e,children:[c.jsx("ellipse",{cx:"12",cy:"16",rx:"6",ry:"5"}),c.jsx("circle",{cx:"6",cy:"9",r:"2.5"}),c.jsx("circle",{cx:"18",cy:"9",r:"2.5"}),c.jsx("circle",{cx:"9",cy:"6",r:"2"}),c.jsx("circle",{cx:"15",cy:"6",r:"2"})]});exports.BearPawIcon=s;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsxs as e, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { Icon as x } from "./Icon.js";
|
|
3
|
+
const l = (r) => /* @__PURE__ */ e(x, { ...r, children: [
|
|
4
|
+
/* @__PURE__ */ c("ellipse", { cx: "12", cy: "16", rx: "6", ry: "5" }),
|
|
5
|
+
/* @__PURE__ */ c("circle", { cx: "6", cy: "9", r: "2.5" }),
|
|
6
|
+
/* @__PURE__ */ c("circle", { cx: "18", cy: "9", r: "2.5" }),
|
|
7
|
+
/* @__PURE__ */ c("circle", { cx: "9", cy: "6", r: "2" }),
|
|
8
|
+
/* @__PURE__ */ c("circle", { cx: "15", cy: "6", r: "2" })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
l as BearPawIcon
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),o=require("./Icon.cjs"),s=e=>n.jsx(o.Icon,{...e,children:n.jsx("polyline",{points:"18 15 12 9 6 15"})}),i=e=>n.jsx(o.Icon,{...e,children:n.jsx("polyline",{points:"6 9 12 15 18 9"})}),x=e=>n.jsx(o.Icon,{...e,children:n.jsx("polyline",{points:"15 18 9 12 15 6"})}),c=e=>n.jsx(o.Icon,{...e,children:n.jsx("polyline",{points:"9 18 15 12 9 6"})}),l=e=>n.jsxs(o.Icon,{...e,children:[n.jsx("line",{x1:"3",y1:"12",x2:"21",y2:"12"}),n.jsx("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),n.jsx("line",{x1:"3",y1:"18",x2:"21",y2:"18"})]}),r=e=>n.jsxs(o.Icon,{...e,children:[n.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),n.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]});exports.ChevronDownIcon=i;exports.ChevronLeftIcon=x;exports.ChevronRightIcon=c;exports.ChevronUpIcon=s;exports.CloseIcon=r;exports.MenuIcon=l;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsx as n, jsxs as i } from "react/jsx-runtime";
|
|
2
|
+
import { Icon as e } from "./Icon.js";
|
|
3
|
+
const r = (o) => /* @__PURE__ */ n(e, { ...o, children: /* @__PURE__ */ n("polyline", { points: "18 15 12 9 6 15" }) }), c = (o) => /* @__PURE__ */ n(e, { ...o, children: /* @__PURE__ */ n("polyline", { points: "6 9 12 15 18 9" }) }), y = (o) => /* @__PURE__ */ n(e, { ...o, children: /* @__PURE__ */ n("polyline", { points: "15 18 9 12 15 6" }) }), x = (o) => /* @__PURE__ */ n(e, { ...o, children: /* @__PURE__ */ n("polyline", { points: "9 18 15 12 9 6" }) }), p = (o) => /* @__PURE__ */ i(e, { ...o, children: [
|
|
4
|
+
/* @__PURE__ */ n("line", { x1: "3", y1: "12", x2: "21", y2: "12" }),
|
|
5
|
+
/* @__PURE__ */ n("line", { x1: "3", y1: "6", x2: "21", y2: "6" }),
|
|
6
|
+
/* @__PURE__ */ n("line", { x1: "3", y1: "18", x2: "21", y2: "18" })
|
|
7
|
+
] }), h = (o) => /* @__PURE__ */ i(e, { ...o, children: [
|
|
8
|
+
/* @__PURE__ */ n("line", { x1: "18", y1: "6", x2: "6", y2: "18" }),
|
|
9
|
+
/* @__PURE__ */ n("line", { x1: "6", y1: "6", x2: "18", y2: "18" })
|
|
10
|
+
] });
|
|
11
|
+
export {
|
|
12
|
+
c as ChevronDownIcon,
|
|
13
|
+
y as ChevronLeftIcon,
|
|
14
|
+
x as ChevronRightIcon,
|
|
15
|
+
r as ChevronUpIcon,
|
|
16
|
+
h as CloseIcon,
|
|
17
|
+
p as MenuIcon
|
|
18
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("./Icon.cjs"),t=n=>e.jsx(o.Icon,{...n,children:e.jsx("polyline",{points:"20 6 9 17 4 12"})});exports.CheckIcon=t;
|
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
.Bear-Drawer {
|
|
2
|
+
position: fixed;
|
|
3
|
+
inset: 0;
|
|
4
|
+
z-index: var(--bear-z-overlay, 11000);
|
|
5
|
+
isolation: isolate;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.Bear-Drawer__panel {
|
|
9
|
+
position: absolute;
|
|
10
|
+
z-index: 1;
|
|
11
|
+
display: flex;
|
|
12
|
+
flex-direction: column;
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
background: var(--bear-bg-primary, #fff);
|
|
15
|
+
box-shadow: 0 25px 50px -12px rgb(15 23 42 / 0.25);
|
|
16
|
+
opacity: 1;
|
|
17
|
+
transition:
|
|
18
|
+
transform var(--bear-drawer-duration, 300ms) ease,
|
|
19
|
+
opacity var(--bear-drawer-duration, 300ms) ease;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.bear-dark .Bear-Drawer__panel,
|
|
23
|
+
.dark .Bear-Drawer__panel {
|
|
24
|
+
background: var(--bear-bg-secondary, #171717);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.Bear-Drawer__panel--left {
|
|
28
|
+
left: 0;
|
|
29
|
+
top: 0;
|
|
30
|
+
height: 100%;
|
|
31
|
+
border-right: 1px solid var(--bear-border, #e5e5e5);
|
|
32
|
+
transform: translateX(-100%);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.Bear-Drawer__panel--right {
|
|
36
|
+
right: 0;
|
|
37
|
+
top: 0;
|
|
38
|
+
height: 100%;
|
|
39
|
+
border-left: 1px solid var(--bear-border, #e5e5e5);
|
|
40
|
+
transform: translateX(100%);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.Bear-Drawer__panel--top {
|
|
44
|
+
top: 0;
|
|
45
|
+
left: 0;
|
|
46
|
+
width: 100%;
|
|
47
|
+
border-bottom: 1px solid var(--bear-border, #e5e5e5);
|
|
48
|
+
transform: translateY(-100%);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.Bear-Drawer__panel--bottom {
|
|
52
|
+
bottom: 0;
|
|
53
|
+
left: 0;
|
|
54
|
+
width: 100%;
|
|
55
|
+
border-top: 1px solid var(--bear-border, #e5e5e5);
|
|
56
|
+
transform: translateY(100%);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.Bear-Drawer__panel--open.Bear-Drawer__panel--left,
|
|
60
|
+
.Bear-Drawer__panel--open.Bear-Drawer__panel--right {
|
|
61
|
+
transform: translateX(0);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.Bear-Drawer__panel--open.Bear-Drawer__panel--top,
|
|
65
|
+
.Bear-Drawer__panel--open.Bear-Drawer__panel--bottom {
|
|
66
|
+
transform: translateY(0);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.Bear-Drawer__panel--effect-none {
|
|
70
|
+
transition: none;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.Bear-Drawer__panel--left.Bear-Drawer__panel--effect-none,
|
|
74
|
+
.Bear-Drawer__panel--right.Bear-Drawer__panel--effect-none,
|
|
75
|
+
.Bear-Drawer__panel--top.Bear-Drawer__panel--effect-none,
|
|
76
|
+
.Bear-Drawer__panel--bottom.Bear-Drawer__panel--effect-none {
|
|
77
|
+
transform: none;
|
|
78
|
+
opacity: 1;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.Bear-Drawer__panel--left.Bear-Drawer__panel--effect-fade,
|
|
82
|
+
.Bear-Drawer__panel--right.Bear-Drawer__panel--effect-fade,
|
|
83
|
+
.Bear-Drawer__panel--top.Bear-Drawer__panel--effect-fade,
|
|
84
|
+
.Bear-Drawer__panel--bottom.Bear-Drawer__panel--effect-fade {
|
|
85
|
+
transform: none;
|
|
86
|
+
opacity: 0;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.Bear-Drawer__panel--effect-fade.Bear-Drawer__panel--open {
|
|
90
|
+
opacity: 1;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.Bear-Drawer__panel--left.Bear-Drawer__panel--effect-scale {
|
|
94
|
+
transform: scale(0.96);
|
|
95
|
+
transform-origin: left center;
|
|
96
|
+
opacity: 0;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.Bear-Drawer__panel--right.Bear-Drawer__panel--effect-scale {
|
|
100
|
+
transform: scale(0.96);
|
|
101
|
+
transform-origin: right center;
|
|
102
|
+
opacity: 0;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.Bear-Drawer__panel--top.Bear-Drawer__panel--effect-scale {
|
|
106
|
+
transform: scale(0.96);
|
|
107
|
+
transform-origin: top center;
|
|
108
|
+
opacity: 0;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.Bear-Drawer__panel--bottom.Bear-Drawer__panel--effect-scale {
|
|
112
|
+
transform: scale(0.96);
|
|
113
|
+
transform-origin: bottom center;
|
|
114
|
+
opacity: 0;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.Bear-Drawer__panel--effect-scale.Bear-Drawer__panel--open {
|
|
118
|
+
transform: scale(1);
|
|
119
|
+
opacity: 1;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.Bear-Drawer__header {
|
|
123
|
+
display: flex;
|
|
124
|
+
align-items: center;
|
|
125
|
+
justify-content: space-between;
|
|
126
|
+
flex-shrink: 0;
|
|
127
|
+
padding: 0.75rem 1rem;
|
|
128
|
+
border-bottom: 1px solid var(--bear-border, #e5e5e5);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.Bear-Drawer__title {
|
|
132
|
+
margin: 0;
|
|
133
|
+
font-size: 1.125rem;
|
|
134
|
+
font-weight: 600;
|
|
135
|
+
color: var(--bear-text-primary, #171717);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.Bear-Drawer__header--close-start {
|
|
139
|
+
flex-direction: row-reverse;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.Bear-Drawer__close {
|
|
143
|
+
padding: 0.25rem;
|
|
144
|
+
border: 0;
|
|
145
|
+
border-radius: 0.5rem;
|
|
146
|
+
background: transparent;
|
|
147
|
+
color: var(--bear-text-secondary, #737373);
|
|
148
|
+
cursor: pointer;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.Bear-Drawer__close:hover {
|
|
152
|
+
color: var(--bear-text-primary, #171717);
|
|
153
|
+
background: var(--bear-bg-tertiary, #f5f5f5);
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.Bear-Drawer__body {
|
|
157
|
+
flex: 1 1 auto;
|
|
158
|
+
min-height: 0;
|
|
159
|
+
overflow-y: auto;
|
|
160
|
+
overscroll-behavior: contain;
|
|
161
|
+
padding: 1rem;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.Bear-Drawer__panel--sm.Bear-Drawer__panel--left,
|
|
165
|
+
.Bear-Drawer__panel--sm.Bear-Drawer__panel--right {
|
|
166
|
+
width: 16rem;
|
|
167
|
+
max-width: 100%;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.Bear-Drawer__panel--md.Bear-Drawer__panel--left,
|
|
171
|
+
.Bear-Drawer__panel--md.Bear-Drawer__panel--right {
|
|
172
|
+
width: 20rem;
|
|
173
|
+
max-width: 100%;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.Bear-Drawer__panel--lg.Bear-Drawer__panel--left,
|
|
177
|
+
.Bear-Drawer__panel--lg.Bear-Drawer__panel--right {
|
|
178
|
+
width: 24rem;
|
|
179
|
+
max-width: 100%;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.Bear-Drawer__panel--xl.Bear-Drawer__panel--left,
|
|
183
|
+
.Bear-Drawer__panel--xl.Bear-Drawer__panel--right {
|
|
184
|
+
width: 32rem;
|
|
185
|
+
max-width: 100%;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.Bear-Drawer__panel--sm.Bear-Drawer__panel--top,
|
|
189
|
+
.Bear-Drawer__panel--sm.Bear-Drawer__panel--bottom {
|
|
190
|
+
height: 8rem;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.Bear-Drawer__panel--md.Bear-Drawer__panel--top,
|
|
194
|
+
.Bear-Drawer__panel--md.Bear-Drawer__panel--bottom {
|
|
195
|
+
height: 12rem;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.Bear-Drawer__panel--lg.Bear-Drawer__panel--top,
|
|
199
|
+
.Bear-Drawer__panel--lg.Bear-Drawer__panel--bottom {
|
|
200
|
+
height: 16rem;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.Bear-Drawer__panel--xl.Bear-Drawer__panel--top,
|
|
204
|
+
.Bear-Drawer__panel--xl.Bear-Drawer__panel--bottom {
|
|
205
|
+
height: 24rem;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
@media (max-width: 640px) {
|
|
209
|
+
.Bear-Drawer__panel--left,
|
|
210
|
+
.Bear-Drawer__panel--right {
|
|
211
|
+
width: 100%;
|
|
212
|
+
}
|
|
213
|
+
}
|
package/dist/styles/main.css
CHANGED