@temp-spotwork/ui 1.4.8 → 1.6.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/dist/components/atoms/form/textarea/RichTextarea.stories.d.ts +11 -0
- package/dist/components/atoms/form/textarea/RichTextarea.stories.js +67 -0
- package/dist/components/atoms/form/textarea/Textarea.stories.d.ts +4 -0
- package/dist/components/atoms/form/textarea/Textarea.stories.js +57 -12
- package/dist/components/atoms/form/textarea/index.d.ts +2 -0
- package/dist/components/atoms/form/textarea/index.js +2 -0
- package/dist/components/atoms/form/textarea/rich-textarea.d.ts +53 -0
- package/dist/components/atoms/form/textarea/rich-textarea.js +275 -0
- package/dist/components/atoms/form/textarea/textarea.js +1 -5
- package/dist/components/atoms/icons/iconMap.d.ts +12 -0
- package/dist/components/atoms/icons/iconMap.js +216 -210
- package/dist/components/atoms/icons/icons.stories.js +36 -28
- package/dist/components/atoms/icons/iconsSVGs/Large/CloudLightning.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/CloudLightning.js +22 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/index.d.ts +2 -1
- package/dist/components/atoms/icons/iconsSVGs/Large/index.js +96 -94
- package/dist/components/atoms/icons/iconsSVGs/Small/CloudLightning.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CloudLightning.js +22 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/index.d.ts +2 -1
- package/dist/components/atoms/icons/iconsSVGs/Small/index.js +64 -62
- package/dist/components/atoms/small-large-text/small-large-text.js +3 -2
- package/dist/components/molecules/alert/alert.js +3 -2
- package/dist/components/molecules/dialog/dialog.js +4 -3
- package/dist/components/molecules/drawer/drawer.js +13 -12
- package/dist/components/molecules/snackbar/Snackbar.stories.js +1 -1
- package/dist/components/molecules/snackbar/index.js +1 -1
- package/dist/components/molecules/snackbar/snackbar.js +3 -2
- package/dist/main.d.ts +2 -0
- package/dist/main.js +107 -105
- package/dist/{snackbar-BaF8Ts3S.js → snackbar-CgqDB5xn.js} +5 -4
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -5,11 +5,11 @@ import { Badge as l } from "./components/atoms/badge/badge.js";
|
|
|
5
5
|
import { LabelValuePair as d } from "./components/atoms/card-content/label-value-pair/label-value-pair.js";
|
|
6
6
|
import { Note as b } from "./components/atoms/card-content/note/note.js";
|
|
7
7
|
import { Chatheader as u } from "./components/atoms/conversation/chatheader/chatheader.js";
|
|
8
|
-
import { ContextMenu as
|
|
8
|
+
import { ContextMenu as h } from "./components/molecules/navigation/context-menu/context-menu.js";
|
|
9
9
|
import { Dateselect as T } from "./components/atoms/form/dateselect/dateselect.js";
|
|
10
10
|
import { TimePicker as M } from "./components/atoms/form/time-picker/time-picker.js";
|
|
11
11
|
import { RecurrenceDay as y } from "./components/atoms/daybubble/recurrence-day/recurrence-day.js";
|
|
12
|
-
import { RecurrenceWeek as
|
|
12
|
+
import { RecurrenceWeek as k } from "./components/atoms/form/recurrence-week/recurrence-week.js";
|
|
13
13
|
import { Checkbox as N } from "./components/atoms/form/checkbox/checkbox.js";
|
|
14
14
|
import { Chips as L } from "./components/atoms/form/chips/chips.js";
|
|
15
15
|
import { Dropdown as F } from "./components/atoms/form/dropdown/dropdown.js";
|
|
@@ -31,136 +31,138 @@ import { Switch as to } from "./components/atoms/form/switch/switch.js";
|
|
|
31
31
|
import { Stepper as mo } from "./components/atoms/form/stepper/stepper.js";
|
|
32
32
|
import { Tab as xo } from "./components/atoms/tab/tab.js";
|
|
33
33
|
import { Textarea as io } from "./components/atoms/form/textarea/textarea.js";
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
34
|
+
import { RichTextarea as lo } from "./components/atoms/form/textarea/rich-textarea.js";
|
|
35
|
+
import { Textfield as co } from "./components/atoms/form/textfield/textfield.js";
|
|
36
|
+
import { Timeselect as go } from "./components/atoms/form/timeselect/timeselect.js";
|
|
37
|
+
import { Typeahead as Co } from "./components/atoms/form/typeahead/typeahead.js";
|
|
38
|
+
import { Button as So } from "./components/molecules/button/button.js";
|
|
39
|
+
import { NotesAndHistory as Do } from "./components/molecules/card-content/notes-and-history/notes-and-history.js";
|
|
40
|
+
import { CollapsibleCard as wo } from "./components/molecules/collapsible-card/collapsible-card.js";
|
|
41
|
+
import { Contact as Ro } from "./components/molecules/conversation/contact/contact.js";
|
|
42
|
+
import { MessageEditor as Bo } from "./components/molecules/conversation/message-editor/message-editor.js";
|
|
43
|
+
import { MessageGroupComposer as vo } from "./components/molecules/conversation/message-group-composer/message-group-composer.js";
|
|
44
|
+
import { Cell as Po } from "./components/molecules/datatables/cell/cell.js";
|
|
45
|
+
import { Row as Go } from "./components/molecules/datatables/row/row.js";
|
|
46
|
+
import { RowHeader as Ao } from "./components/molecules/datatables/row-header/row-header.js";
|
|
47
|
+
import { DonutChart as Io } from "./components/molecules/dataviz/donut-chart/donut-chart.js";
|
|
48
|
+
import { DotMatrix as Wo } from "./components/molecules/dataviz/dot-matrix/dot-matrix.js";
|
|
49
|
+
import { ProgressBar as _o } from "./components/molecules/dataviz/progress-bar/progress-bar.js";
|
|
50
|
+
import { SingleStackedBar as qo } from "./components/molecules/dataviz/single-stacked-bar/single-stacked-bar.js";
|
|
51
|
+
import { Legend as Ko } from "./components/molecules/dataviz/legend/legend.js";
|
|
52
|
+
import { Drawer as Qo } from "./components/molecules/drawer/drawer.js";
|
|
53
|
+
import { DateSelector as Xo } from "./components/molecules/filter/date-selector/date-selector.js";
|
|
54
|
+
import { DateRangeSelector as Zo } from "./components/molecules/filter/date-range-selector/date-range-selector.js";
|
|
55
|
+
import { RangeSelector as or } from "./components/molecules/filter/range-selector/range-selector.js";
|
|
56
|
+
import { Radiogroup as er } from "./components/molecules/form/radiogroup/radiogroup.js";
|
|
57
|
+
import { Link as pr } from "./components/molecules/link/link.js";
|
|
58
|
+
import { Header as ar } from "./components/molecules/navigation/header/header.js";
|
|
59
|
+
import { Sidebar as fr } from "./components/molecules/navigation/sidebar/sidebar.js";
|
|
60
|
+
import { Content as nr } from "./components/molecules/notifications/content/content.js";
|
|
61
|
+
import { S as sr, i as dr } from "./snackbar-CgqDB5xn.js";
|
|
62
|
+
import { Tooltip as br } from "./components/atoms/tooltip/tooltip.js";
|
|
63
|
+
import { TabGroup as ur } from "./components/molecules/tab-group/tab-group.js";
|
|
64
|
+
import { Menubar as hr } from "./components/molecules/navigation/menubar/menubar.js";
|
|
65
|
+
import { ContextSearch as Tr } from "./components/molecules/filter/context-search/context-search.js";
|
|
66
|
+
import { SmallLargeText as Mr } from "./components/atoms/small-large-text/small-large-text.js";
|
|
67
|
+
import { HorizontalBorder as yr } from "./components/atoms/horizontal-border/horizontal-border.js";
|
|
68
|
+
import { Dialog as kr } from "./components/molecules/dialog/dialog.js";
|
|
69
|
+
import { Alert as Nr } from "./components/molecules/alert/alert.js";
|
|
70
|
+
import { c as Lr } from "./card-Cc2Qkiqr.js";
|
|
71
|
+
import { Colors as Fr } from "./components/styles/colors/colors.js";
|
|
72
|
+
import { apple as Hr, blueRibbon as Ar, borderColor as zr, buttonBorder as Ir, buttonGlyph as Vr, buttonSurface as Wr, cinnabar as Er, crusta as _r, glyph as jr, linkColors as qr, progressBar as Jr, shadow as Kr, sun as Or, surface as Qr, woodsmoke as Ur } from "./components/styles/colors/colormap.js";
|
|
73
|
+
import { Typography as Yr } from "./components/styles/typography/typography.js";
|
|
74
|
+
import { fontFamilyMap as $r, fontSizeMap as oe, fontWeightMap as re, styleMap as ee, textTypeMap as te } from "./components/styles/typography/style.js";
|
|
75
|
+
import { DashedLineSVG as me } from "./components/styles/dashedBorder/DashedLineSVG.js";
|
|
75
76
|
export {
|
|
76
|
-
|
|
77
|
+
Nr as Alert,
|
|
77
78
|
i as Avatar,
|
|
78
79
|
l as Badge,
|
|
79
|
-
|
|
80
|
+
So as Button,
|
|
80
81
|
V as Calendar,
|
|
81
|
-
|
|
82
|
-
|
|
82
|
+
Lr as Card,
|
|
83
|
+
Po as Cell,
|
|
83
84
|
u as Chatheader,
|
|
84
85
|
N as Checkbox,
|
|
85
86
|
E as CheckboxFilter,
|
|
86
87
|
L as Chips,
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
88
|
+
wo as CollapsibleCard,
|
|
89
|
+
Fr as Colors,
|
|
90
|
+
Ro as Contact,
|
|
91
|
+
h as ContextMenu,
|
|
92
|
+
Tr as ContextSearch,
|
|
93
|
+
me as DashedLineSVG,
|
|
94
|
+
Zo as DateRangeSelector,
|
|
95
|
+
Xo as DateSelector,
|
|
95
96
|
T as Dateselect,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
97
|
+
kr as Dialog,
|
|
98
|
+
Io as DonutChart,
|
|
99
|
+
Wo as DotMatrix,
|
|
100
|
+
Qo as Drawer,
|
|
100
101
|
F as Dropdown,
|
|
101
102
|
H as DropdownFilter,
|
|
102
103
|
z as DropdownSearch,
|
|
103
104
|
j as FormNavigation,
|
|
104
|
-
|
|
105
|
-
|
|
105
|
+
ar as Header,
|
|
106
|
+
yr as HorizontalBorder,
|
|
106
107
|
J as Icons,
|
|
107
108
|
d as LabelValuePair,
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
109
|
+
Ko as Legend,
|
|
110
|
+
pr as Link,
|
|
111
|
+
hr as Menubar,
|
|
111
112
|
O as Message,
|
|
112
|
-
|
|
113
|
-
|
|
113
|
+
Bo as MessageEditor,
|
|
114
|
+
vo as MessageGroupComposer,
|
|
114
115
|
U as Multiselect,
|
|
115
116
|
Y as NavigationItem,
|
|
116
117
|
b as Note,
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
118
|
+
Do as NotesAndHistory,
|
|
119
|
+
nr as NotificationContent,
|
|
120
|
+
_o as ProgressBar,
|
|
120
121
|
$ as Radiobutton,
|
|
121
|
-
|
|
122
|
-
|
|
122
|
+
er as Radiogroup,
|
|
123
|
+
or as RangeSelector,
|
|
123
124
|
y as RecurrenceDay,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
Go as
|
|
125
|
+
k as RecurrenceWeek,
|
|
126
|
+
lo as RichTextarea,
|
|
127
|
+
Go as Row,
|
|
128
|
+
Ao as RowHeader,
|
|
127
129
|
ro as SegmentedControl,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
130
|
+
fr as Sidebar,
|
|
131
|
+
qo as SingleStackedBar,
|
|
132
|
+
Mr as SmallLargeText,
|
|
133
|
+
sr as Snackbar,
|
|
132
134
|
mo as Stepper,
|
|
133
135
|
to as Switch,
|
|
134
136
|
xo as Tab,
|
|
135
|
-
|
|
137
|
+
ur as TabGroup,
|
|
136
138
|
io as Textarea,
|
|
137
|
-
|
|
139
|
+
co as Textfield,
|
|
138
140
|
M as TimePicker,
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
141
|
+
go as Timeselect,
|
|
142
|
+
dr as Toast,
|
|
143
|
+
br as Tooltip,
|
|
142
144
|
x as TooltipProvider,
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
145
|
+
Co as Typeahead,
|
|
146
|
+
Yr as Typography,
|
|
147
|
+
Hr as apple,
|
|
148
|
+
Ar as blue_ribbon,
|
|
149
|
+
zr as borderColor,
|
|
150
|
+
Ir as buttonBorder,
|
|
151
|
+
Vr as buttonGlyph,
|
|
152
|
+
Wr as buttonSurface,
|
|
153
|
+
Er as cinnabar,
|
|
154
|
+
_r as crusta,
|
|
155
|
+
$r as fontFamilyMap,
|
|
156
|
+
oe as fontSizeMap,
|
|
157
|
+
re as fontWeightMap,
|
|
158
|
+
jr as glyph,
|
|
159
|
+
qr as linkColors,
|
|
160
|
+
Jr as progressBar,
|
|
161
|
+
Kr as shadow,
|
|
162
|
+
ee as styleMap,
|
|
163
|
+
Or as sun,
|
|
164
|
+
Qr as surface,
|
|
163
165
|
m as tailwindConfig,
|
|
164
|
-
|
|
165
|
-
|
|
166
|
+
te as textTypeMap,
|
|
167
|
+
Ur as woodsmoke
|
|
166
168
|
};
|
|
@@ -20,6 +20,7 @@ import "./index-CYyrKZeH.js";
|
|
|
20
20
|
import "./components/atoms/form/textfield/textfield.js";
|
|
21
21
|
import "./components/atoms/form/stepper/stepper.js";
|
|
22
22
|
import "./components/atoms/form/textarea/textarea.js";
|
|
23
|
+
import "./components/atoms/form/textarea/rich-textarea.js";
|
|
23
24
|
import "./components/atoms/form/timeselect/timeselect.js";
|
|
24
25
|
import { Button as De } from "./components/molecules/button/button.js";
|
|
25
26
|
import "./components/molecules/datatables/cell/cell.js";
|
|
@@ -448,7 +449,7 @@ function z(t) {
|
|
|
448
449
|
return t.some((o) => o === r ? !0 : (o.focus(), document.activeElement !== r));
|
|
449
450
|
}
|
|
450
451
|
var Ze = te, et = oe, ye = re, tt = ne, ot = se, rt = ae, nt = $;
|
|
451
|
-
const
|
|
452
|
+
const Mt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
452
453
|
__proto__: null,
|
|
453
454
|
Action: rt,
|
|
454
455
|
Close: nt,
|
|
@@ -466,7 +467,7 @@ const Lt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
466
467
|
Viewport: et,
|
|
467
468
|
createToastScope: Oe
|
|
468
469
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
469
|
-
function
|
|
470
|
+
function kt({
|
|
470
471
|
title: t,
|
|
471
472
|
open: r = !0,
|
|
472
473
|
setOpen: o,
|
|
@@ -499,7 +500,7 @@ function Mt({
|
|
|
499
500
|
}
|
|
500
501
|
export {
|
|
501
502
|
Ze as P,
|
|
502
|
-
|
|
503
|
+
kt as S,
|
|
503
504
|
et as V,
|
|
504
|
-
|
|
505
|
+
Mt as i
|
|
505
506
|
};
|