nntc-ui 0.0.16 → 0.0.17
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/chunk-FTJTRYCI.mjs +217 -0
- package/icons/{index.js → index.mjs} +1 -1
- package/index.css +87 -2
- package/{index.d.ts → index.d.mts} +34 -27
- package/{index.js → index.mjs} +1436 -871
- package/package.json +30 -8
- package/chunk-TKJ7MZJW.js +0 -177
- /package/icons/{index.d.ts → index.d.mts} +0 -0
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
+
var __objRest = (source, exclude) => {
|
|
21
|
+
var target = {};
|
|
22
|
+
for (var prop in source)
|
|
23
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
24
|
+
target[prop] = source[prop];
|
|
25
|
+
if (source != null && __getOwnPropSymbols)
|
|
26
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
27
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
28
|
+
target[prop] = source[prop];
|
|
29
|
+
}
|
|
30
|
+
return target;
|
|
31
|
+
};
|
|
32
|
+
var __export = (target, all) => {
|
|
33
|
+
for (var name in all)
|
|
34
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
// src/icons/Icon.tsx
|
|
38
|
+
import { jsx } from "react/jsx-runtime";
|
|
39
|
+
var Icon = ({
|
|
40
|
+
size = 24,
|
|
41
|
+
color = "currentColor",
|
|
42
|
+
className,
|
|
43
|
+
children
|
|
44
|
+
}) => {
|
|
45
|
+
return /* @__PURE__ */ jsx(
|
|
46
|
+
"svg",
|
|
47
|
+
{
|
|
48
|
+
width: size,
|
|
49
|
+
height: size,
|
|
50
|
+
viewBox: "0 0 24 24",
|
|
51
|
+
fill: color,
|
|
52
|
+
className,
|
|
53
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
54
|
+
children
|
|
55
|
+
}
|
|
56
|
+
);
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
// src/icons/AddIcon.tsx
|
|
60
|
+
import { jsx as jsx2 } from "react/jsx-runtime";
|
|
61
|
+
var AddIcon = (props) => /* @__PURE__ */ jsx2(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx2("path", { d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" }) }));
|
|
62
|
+
|
|
63
|
+
// src/icons/ArrowDropDownIcon.tsx
|
|
64
|
+
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
65
|
+
var ArrowDropDownIcon = (props) => /* @__PURE__ */ jsx3(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx3("path", { d: "M7 10l5 5 5-5z" }) }));
|
|
66
|
+
|
|
67
|
+
// src/icons/ArrowDropUpIcon.tsx
|
|
68
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
69
|
+
var ArrowDropUpIcon = (props) => /* @__PURE__ */ jsx4(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx4("path", { d: "M7 14l5-5 5 5z" }) }));
|
|
70
|
+
|
|
71
|
+
// src/icons/AttachIcon.tsx
|
|
72
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
73
|
+
var AttachIcon = (props) => /* @__PURE__ */ jsx5(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx5("path", { d: "M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z" }) }));
|
|
74
|
+
|
|
75
|
+
// src/icons/BarChartIcon.tsx
|
|
76
|
+
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
77
|
+
var BarChartIcon = (props) => /* @__PURE__ */ jsx6(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx6("path", { d: "M5 9.2h3V19H5zM10.6 5h2.8v14h-2.8zm5.6 8H19v6h-2.8z" }) }));
|
|
78
|
+
|
|
79
|
+
// src/icons/CheckboxIcon.tsx
|
|
80
|
+
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
81
|
+
var CheckboxIcon = (props) => /* @__PURE__ */ jsx7(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx7("path", { d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" }) }));
|
|
82
|
+
|
|
83
|
+
// src/icons/CheckboxDeselectedIcon.tsx
|
|
84
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
85
|
+
var CheckboxDeselectedIcon = (props) => /* @__PURE__ */ jsx8(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx8("path", { d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z" }) }));
|
|
86
|
+
|
|
87
|
+
// src/icons/CheckboxSeveralIcon.tsx
|
|
88
|
+
import { jsx as jsx9 } from "react/jsx-runtime";
|
|
89
|
+
var CheckboxSeveralIcon = (props) => /* @__PURE__ */ jsx9(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx9("path", { d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2zm0-4H7V7h10v2z" }) }));
|
|
90
|
+
|
|
91
|
+
// src/icons/ChevronLeftIcon.tsx
|
|
92
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
93
|
+
var ChevronLeftIcon = (props) => /* @__PURE__ */ jsx10(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx10("path", { d: "M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" }) }));
|
|
94
|
+
|
|
95
|
+
// src/icons/ChevronRightIcon.tsx
|
|
96
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
97
|
+
var ChevronRightIcon = (props) => /* @__PURE__ */ jsx11(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx11("path", { d: "M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" }) }));
|
|
98
|
+
|
|
99
|
+
// src/icons/CircleFilledIcon.tsx
|
|
100
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
101
|
+
var CircleFilledIcon = (props) => /* @__PURE__ */ jsx12(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx12("path", { d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z" }) }));
|
|
102
|
+
|
|
103
|
+
// src/icons/CloseIcon.tsx
|
|
104
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
105
|
+
var CloseIcon = (props) => /* @__PURE__ */ jsx13(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx13("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" }) }));
|
|
106
|
+
|
|
107
|
+
// src/icons/DateRangeIcon.tsx
|
|
108
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
109
|
+
var DateRangeIcon = (props) => /* @__PURE__ */ jsx14(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx14("path", { d: "M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 002 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM9 14H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm-8 4H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z" }) }));
|
|
110
|
+
|
|
111
|
+
// src/icons/DeleteIcon.tsx
|
|
112
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
113
|
+
var DeleteIcon = (props) => /* @__PURE__ */ jsx15(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx15("path", { d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z" }) }));
|
|
114
|
+
|
|
115
|
+
// src/icons/DoneIcon.tsx
|
|
116
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
117
|
+
var DoneIcon = (props) => /* @__PURE__ */ jsx16(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx16("path", { d: "M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" }) }));
|
|
118
|
+
|
|
119
|
+
// src/icons/FileUploadIcon.tsx
|
|
120
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
121
|
+
var FileUploadIcon = (props) => /* @__PURE__ */ jsx17(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx17("path", { d: "M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z" }) }));
|
|
122
|
+
|
|
123
|
+
// src/icons/FilterIcon.tsx
|
|
124
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
125
|
+
var FilterIcon = (props) => /* @__PURE__ */ jsx18(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx18("path", { d: "M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z" }) }));
|
|
126
|
+
|
|
127
|
+
// src/icons/FilterClearIcon.tsx
|
|
128
|
+
import { jsx as jsx19, jsxs } from "react/jsx-runtime";
|
|
129
|
+
var FilterClearIcon = (props) => /* @__PURE__ */ jsxs(Icon, __spreadProps(__spreadValues({}, props), { children: [
|
|
130
|
+
/* @__PURE__ */ jsx19("path", { d: "M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z" }),
|
|
131
|
+
/* @__PURE__ */ jsx19("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" })
|
|
132
|
+
] }));
|
|
133
|
+
|
|
134
|
+
// src/icons/InfoIcon.tsx
|
|
135
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
136
|
+
var InfoIcon = (props) => /* @__PURE__ */ jsx20(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx20("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z" }) }));
|
|
137
|
+
|
|
138
|
+
// src/icons/KeyboardArrowDownIcon.tsx
|
|
139
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
140
|
+
var KeyboardArrowDownIcon = (props) => /* @__PURE__ */ jsx21(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx21("path", { d: "M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z" }) }));
|
|
141
|
+
|
|
142
|
+
// src/icons/ListIcon.tsx
|
|
143
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
144
|
+
var ListIcon = (props) => /* @__PURE__ */ jsx22(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx22("path", { d: "M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z" }) }));
|
|
145
|
+
|
|
146
|
+
// src/icons/MoreVerticalIcon.tsx
|
|
147
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
148
|
+
var MoreVerticalIcon = (props) => /* @__PURE__ */ jsx23(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx23("path", { d: "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" }) }));
|
|
149
|
+
|
|
150
|
+
// src/icons/SearchIcon.tsx
|
|
151
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
152
|
+
var SearchIcon = (props) => /* @__PURE__ */ jsx24(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx24("path", { d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" }) }));
|
|
153
|
+
|
|
154
|
+
// src/icons/SettingsIcon.tsx
|
|
155
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
156
|
+
var SettingsIcon = (props) => /* @__PURE__ */ jsx25(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx25("path", { d: "M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.07.62-.07.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z" }) }));
|
|
157
|
+
|
|
158
|
+
// src/icons/SortDownIcon.tsx
|
|
159
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
160
|
+
var SortDownIcon = (props) => /* @__PURE__ */ jsx26(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx26("path", { d: "M7 10l5 5 5-5z" }) }));
|
|
161
|
+
|
|
162
|
+
// src/icons/SortUpIcon.tsx
|
|
163
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
164
|
+
var SortUpIcon = (props) => /* @__PURE__ */ jsx27(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx27("path", { d: "M7 14l5-5 5 5z" }) }));
|
|
165
|
+
|
|
166
|
+
// src/icons/TableChartIcon.tsx
|
|
167
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
168
|
+
var TableChartIcon = (props) => /* @__PURE__ */ jsx28(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx28("path", { d: "M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z" }) }));
|
|
169
|
+
|
|
170
|
+
// src/icons/UploadIcon.tsx
|
|
171
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
172
|
+
var UploadIcon = (props) => /* @__PURE__ */ jsx29(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx29("path", { d: "M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z" }) }));
|
|
173
|
+
|
|
174
|
+
// src/icons/WellIcon.tsx
|
|
175
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
176
|
+
var WellIcon = (props) => /* @__PURE__ */ jsx30(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx30("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z" }) }));
|
|
177
|
+
|
|
178
|
+
// src/icons/EditIcon.tsx
|
|
179
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
180
|
+
var EditIcon = (props) => /* @__PURE__ */ jsx31(Icon, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx31("path", { d: "M18.3688 3.29L20.7088 5.63C21.0988 6.02 21.0988 6.65 20.7088 7.04L18.8788 8.87L15.1288 5.12L16.9588 3.29C17.1488 3.1 17.3988 3 17.6588 3C17.9188 3 18.1688 3.09 18.3688 3.29ZM2.99878 17.25V21H6.74878L17.8088 9.94L14.0588 6.19L2.99878 17.25ZM5.91878 19H4.99878V18.08L14.0588 9.02L14.9788 9.94L5.91878 19Z" }) }));
|
|
181
|
+
|
|
182
|
+
export {
|
|
183
|
+
__spreadValues,
|
|
184
|
+
__spreadProps,
|
|
185
|
+
__objRest,
|
|
186
|
+
__export,
|
|
187
|
+
CheckboxDeselectedIcon,
|
|
188
|
+
CheckboxIcon,
|
|
189
|
+
CheckboxSeveralIcon,
|
|
190
|
+
AddIcon,
|
|
191
|
+
ArrowDropDownIcon,
|
|
192
|
+
ArrowDropUpIcon,
|
|
193
|
+
AttachIcon,
|
|
194
|
+
BarChartIcon,
|
|
195
|
+
ChevronLeftIcon,
|
|
196
|
+
ChevronRightIcon,
|
|
197
|
+
CircleFilledIcon,
|
|
198
|
+
CloseIcon,
|
|
199
|
+
DateRangeIcon,
|
|
200
|
+
DeleteIcon,
|
|
201
|
+
DoneIcon,
|
|
202
|
+
FileUploadIcon,
|
|
203
|
+
FilterIcon,
|
|
204
|
+
FilterClearIcon,
|
|
205
|
+
InfoIcon,
|
|
206
|
+
KeyboardArrowDownIcon,
|
|
207
|
+
ListIcon,
|
|
208
|
+
MoreVerticalIcon,
|
|
209
|
+
SearchIcon,
|
|
210
|
+
SettingsIcon,
|
|
211
|
+
SortDownIcon,
|
|
212
|
+
SortUpIcon,
|
|
213
|
+
TableChartIcon,
|
|
214
|
+
UploadIcon,
|
|
215
|
+
WellIcon,
|
|
216
|
+
EditIcon
|
|
217
|
+
};
|
package/index.css
CHANGED
|
@@ -1327,21 +1327,79 @@ button[disabled] {
|
|
|
1327
1327
|
.tabs_root {
|
|
1328
1328
|
display: flex;
|
|
1329
1329
|
flex-direction: row;
|
|
1330
|
-
gap: 12px;
|
|
1331
1330
|
align-items: center;
|
|
1332
1331
|
justify-content: flex-start;
|
|
1333
1332
|
width: 100%;
|
|
1334
1333
|
border-bottom: 1px solid var(--theme-divider);
|
|
1335
1334
|
}
|
|
1335
|
+
.tabs_root.tabs_vertical {
|
|
1336
|
+
flex-direction: column;
|
|
1337
|
+
align-items: stretch;
|
|
1338
|
+
justify-content: flex-start;
|
|
1339
|
+
width: auto;
|
|
1340
|
+
border-right: 1px solid var(--theme-divider);
|
|
1341
|
+
border-bottom: none;
|
|
1342
|
+
}
|
|
1343
|
+
.tabs_root.tabs_disableBorder {
|
|
1344
|
+
border: none;
|
|
1345
|
+
}
|
|
1346
|
+
.tabs_medium {
|
|
1347
|
+
gap: 6px;
|
|
1348
|
+
}
|
|
1349
|
+
.tabs_small {
|
|
1350
|
+
gap: 0;
|
|
1351
|
+
}
|
|
1352
|
+
.tabs_root.tabs_filled {
|
|
1353
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
1354
|
+
}
|
|
1336
1355
|
.tabs_tab {
|
|
1337
1356
|
display: flex;
|
|
1338
1357
|
flex-direction: column;
|
|
1339
|
-
gap: 6px;
|
|
1340
1358
|
cursor: pointer;
|
|
1341
1359
|
}
|
|
1360
|
+
.tabs_tab.tabs_tabVertical {
|
|
1361
|
+
flex-direction: row;
|
|
1362
|
+
align-items: center;
|
|
1363
|
+
justify-content: space-between;
|
|
1364
|
+
}
|
|
1365
|
+
.tabs_medium .tabs_tab {
|
|
1366
|
+
gap: 6px;
|
|
1367
|
+
padding-top: 7px;
|
|
1368
|
+
}
|
|
1369
|
+
.tabs_small .tabs_tab {
|
|
1370
|
+
gap: 3px;
|
|
1371
|
+
padding-top: 3px;
|
|
1372
|
+
}
|
|
1373
|
+
.tabs_vertical.tabs_medium .tabs_tab {
|
|
1374
|
+
padding: 7px 0 7px 7px;
|
|
1375
|
+
}
|
|
1376
|
+
.tabs_vertical.tabs_small .tabs_tab {
|
|
1377
|
+
padding: 4px 0 4px 3px;
|
|
1378
|
+
}
|
|
1379
|
+
.tabs_medium .tabs_tab.tabs_disableBorder {
|
|
1380
|
+
gap: 7px;
|
|
1381
|
+
}
|
|
1382
|
+
.tabs_tab.tabs_tabFilled {
|
|
1383
|
+
transition: background-color 0.2s ease;
|
|
1384
|
+
}
|
|
1385
|
+
.tabs_tab.tabs_tabFilled:hover {
|
|
1386
|
+
background-color: rgba(255, 255, 255, 0.04);
|
|
1387
|
+
}
|
|
1388
|
+
.tabs_tab.tabs_selectedFilled {
|
|
1389
|
+
background-color: rgba(123, 211, 246, 0.08);
|
|
1390
|
+
}
|
|
1342
1391
|
.tabs_tabTitle {
|
|
1392
|
+
display: flex;
|
|
1393
|
+
gap: 8px;
|
|
1394
|
+
align-items: center;
|
|
1343
1395
|
padding: 0 16px;
|
|
1344
1396
|
}
|
|
1397
|
+
.tabs_vertical.tabs_medium .tabs_tabTitle {
|
|
1398
|
+
padding: 0 8px;
|
|
1399
|
+
}
|
|
1400
|
+
.tabs_vertical.tabs_small .tabs_tabTitle {
|
|
1401
|
+
padding: 0;
|
|
1402
|
+
}
|
|
1345
1403
|
.tabs_tabTitle > span {
|
|
1346
1404
|
font-size: var(--text-subtitle2-size);
|
|
1347
1405
|
font-weight: var(--text-subtitle2-weight);
|
|
@@ -1350,14 +1408,41 @@ button[disabled] {
|
|
|
1350
1408
|
letter-spacing: var(--text-subtitle2-letter);
|
|
1351
1409
|
}
|
|
1352
1410
|
.tabs_tabBorder {
|
|
1411
|
+
width: 100%;
|
|
1353
1412
|
border-bottom: 2px solid transparent;
|
|
1354
1413
|
}
|
|
1355
1414
|
.tabs_tab.tabs_selected > .tabs_tabBorder {
|
|
1356
1415
|
border-bottom-color: var(--theme-focus);
|
|
1357
1416
|
}
|
|
1417
|
+
.tabs_tabBorder.tabs_tabBorderVertical {
|
|
1418
|
+
width: auto;
|
|
1419
|
+
height: 24px;
|
|
1420
|
+
border-right: 2px solid transparent;
|
|
1421
|
+
border-bottom: none;
|
|
1422
|
+
}
|
|
1423
|
+
.tabs_tab.tabs_selected > .tabs_tabBorder.tabs_tabBorderVertical {
|
|
1424
|
+
border-right-color: var(--theme-focus);
|
|
1425
|
+
}
|
|
1426
|
+
.tabs_tab.tabs_selected > .tabs_tabBorder.tabs_disableBorder {
|
|
1427
|
+
border-color: transparent;
|
|
1428
|
+
}
|
|
1358
1429
|
.tabs_tab.tabs_selected > .tabs_tabTitle > span {
|
|
1359
1430
|
color: var(--theme-text-primary);
|
|
1360
1431
|
}
|
|
1432
|
+
.tabs_tabIcon {
|
|
1433
|
+
display: flex;
|
|
1434
|
+
align-items: center;
|
|
1435
|
+
justify-content: center;
|
|
1436
|
+
width: 24px;
|
|
1437
|
+
height: 24px;
|
|
1438
|
+
color: var(--theme-text-secondary);
|
|
1439
|
+
}
|
|
1440
|
+
.tabs_tab.tabs_selected .tabs_tabIcon {
|
|
1441
|
+
color: var(--theme-text-primary);
|
|
1442
|
+
}
|
|
1443
|
+
.tabs_tabs-story-wrapper {
|
|
1444
|
+
width: 600px;
|
|
1445
|
+
}
|
|
1361
1446
|
|
|
1362
1447
|
/* src/components/view/Tooltip/tooltip.module.css */
|
|
1363
1448
|
.tooltip_trigger {
|
|
@@ -12,10 +12,10 @@ type UiProps<P = unknown> = P & {
|
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
type Variant$7 = 'filled' | 'outlined' | 'text' | 'elevated' | 'tonal' | 'link';
|
|
15
|
-
type Size$
|
|
15
|
+
type Size$b = 'medium' | 'small';
|
|
16
16
|
interface Props$m {
|
|
17
17
|
variant?: Variant$7;
|
|
18
|
-
size?: Size$
|
|
18
|
+
size?: Size$b;
|
|
19
19
|
icon?: ReactNode;
|
|
20
20
|
textSecondary?: boolean;
|
|
21
21
|
isActive?: boolean;
|
|
@@ -24,10 +24,10 @@ declare const Button: React.ForwardRefExoticComponent<Omit<React.ClassAttributes
|
|
|
24
24
|
classes?: PropsObject;
|
|
25
25
|
}, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
26
26
|
|
|
27
|
-
type Size$
|
|
27
|
+
type Size$a = 'medium' | 'large';
|
|
28
28
|
interface Props$l {
|
|
29
29
|
label?: string;
|
|
30
|
-
componentSize?: Size$
|
|
30
|
+
componentSize?: Size$a;
|
|
31
31
|
several?: boolean;
|
|
32
32
|
}
|
|
33
33
|
declare function Checkbox(props: UiProps<Props$l> & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -51,10 +51,10 @@ interface Item$5 {
|
|
|
51
51
|
type MaybeItem = Maybe<Item$5>;
|
|
52
52
|
|
|
53
53
|
type Variant$6 = 'filled' | 'outlined';
|
|
54
|
-
type Size$
|
|
54
|
+
type Size$9 = 'medium' | 'small';
|
|
55
55
|
interface Props$k {
|
|
56
56
|
variant?: Variant$6;
|
|
57
|
-
componentSize?: Size$
|
|
57
|
+
componentSize?: Size$9;
|
|
58
58
|
icon?: ReactNode;
|
|
59
59
|
fullWidth?: boolean;
|
|
60
60
|
label?: string;
|
|
@@ -66,10 +66,10 @@ interface Props$k {
|
|
|
66
66
|
declare function Select(props: UiProps<Props$k> & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>): react_jsx_runtime.JSX.Element;
|
|
67
67
|
|
|
68
68
|
type Variant$5 = 'filled' | 'outlined';
|
|
69
|
-
type Size$
|
|
69
|
+
type Size$8 = 'medium' | 'small';
|
|
70
70
|
interface Props$j {
|
|
71
71
|
variant?: Variant$5;
|
|
72
|
-
componentSize?: Size$
|
|
72
|
+
componentSize?: Size$8;
|
|
73
73
|
fullWidth?: boolean;
|
|
74
74
|
placeholder?: string;
|
|
75
75
|
values?: (string | undefined)[];
|
|
@@ -80,10 +80,10 @@ interface Props$j {
|
|
|
80
80
|
declare function DateTime(props: UiProps<Props$j> & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>): react_jsx_runtime.JSX.Element;
|
|
81
81
|
|
|
82
82
|
type Variant$4 = 'outlined';
|
|
83
|
-
type Size$
|
|
83
|
+
type Size$7 = 'medium' | 'small';
|
|
84
84
|
interface Props$i {
|
|
85
85
|
variant?: Variant$4;
|
|
86
|
-
componentSize?: Size$
|
|
86
|
+
componentSize?: Size$7;
|
|
87
87
|
fullWidth?: boolean;
|
|
88
88
|
label?: string;
|
|
89
89
|
onValueChange?: (newValue: string) => void;
|
|
@@ -91,28 +91,28 @@ interface Props$i {
|
|
|
91
91
|
declare const ColorPicker: (props: UiProps<Props$i> & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>) => react_jsx_runtime.JSX.Element;
|
|
92
92
|
|
|
93
93
|
type Variant$3 = 'outlined';
|
|
94
|
-
type Size$
|
|
94
|
+
type Size$6 = 'medium' | 'small';
|
|
95
95
|
interface Props$h {
|
|
96
96
|
variant?: Variant$3;
|
|
97
|
-
componentSize?: Size$
|
|
97
|
+
componentSize?: Size$6;
|
|
98
98
|
fullWidth?: boolean;
|
|
99
99
|
label?: string;
|
|
100
100
|
}
|
|
101
101
|
declare const Input: (props: UiProps<Props$h> & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>) => react_jsx_runtime.JSX.Element;
|
|
102
102
|
|
|
103
103
|
type Variant$2 = 'filled' | 'outlined';
|
|
104
|
-
type Size$
|
|
104
|
+
type Size$5 = 'medium' | 'small';
|
|
105
105
|
interface Props$g {
|
|
106
106
|
variant?: Variant$2;
|
|
107
|
-
componentSize?: Size$
|
|
107
|
+
componentSize?: Size$5;
|
|
108
108
|
disableIcon?: boolean;
|
|
109
109
|
fullWidth?: boolean;
|
|
110
110
|
}
|
|
111
111
|
declare function SearchInput(props: UiProps<Props$g> & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>): react_jsx_runtime.JSX.Element;
|
|
112
112
|
|
|
113
|
-
type Size$
|
|
113
|
+
type Size$4 = 'medium' | 'small';
|
|
114
114
|
interface Props$f {
|
|
115
|
-
componentSize?: Size$
|
|
115
|
+
componentSize?: Size$4;
|
|
116
116
|
}
|
|
117
117
|
declare const WrapForLabel: (props: UiProps<PropsWithChildren<Props$f>>) => react_jsx_runtime.JSX.Element;
|
|
118
118
|
|
|
@@ -127,10 +127,10 @@ interface Item$4 {
|
|
|
127
127
|
type TitleVariant = 'allValue' | 'numberValue' | 'firstValue';
|
|
128
128
|
|
|
129
129
|
type Variant$1 = 'filled' | 'outlined';
|
|
130
|
-
type Size$
|
|
130
|
+
type Size$3 = 'medium' | 'small';
|
|
131
131
|
interface Props$e {
|
|
132
132
|
variant?: Variant$1;
|
|
133
|
-
componentSize?: Size$
|
|
133
|
+
componentSize?: Size$3;
|
|
134
134
|
icon?: ReactNode;
|
|
135
135
|
fullWidth?: boolean;
|
|
136
136
|
label?: string;
|
|
@@ -200,22 +200,28 @@ interface Item$2 {
|
|
|
200
200
|
disabled?: boolean;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
-
type Size$
|
|
203
|
+
type Size$2 = 'medium' | 'small';
|
|
204
204
|
interface Props$9 {
|
|
205
205
|
items: (Item$2 | Divider)[];
|
|
206
|
-
size?: Size$
|
|
206
|
+
size?: Size$2;
|
|
207
207
|
}
|
|
208
208
|
declare function Menu(props: UiProps<Props$9>): react_jsx_runtime.JSX.Element;
|
|
209
209
|
|
|
210
210
|
interface Item$1<T> {
|
|
211
|
-
name
|
|
211
|
+
name?: string;
|
|
212
212
|
value: T;
|
|
213
|
+
icon?: ReactNode | string;
|
|
213
214
|
}
|
|
214
215
|
|
|
216
|
+
type Size$1 = 'medium' | 'small';
|
|
215
217
|
interface Props$8<T> {
|
|
216
218
|
items: Item$1<T>[];
|
|
217
219
|
defaultSelected?: T;
|
|
218
220
|
onChange?: (newValue: T) => void;
|
|
221
|
+
size?: Size$1;
|
|
222
|
+
filled?: boolean;
|
|
223
|
+
isVertical?: boolean;
|
|
224
|
+
disableBorder?: boolean;
|
|
219
225
|
}
|
|
220
226
|
declare function Tabs<T>(props: UiProps<Props$8<T>>): react_jsx_runtime.JSX.Element;
|
|
221
227
|
|
|
@@ -235,6 +241,12 @@ interface AdditionalButton {
|
|
|
235
241
|
template?: (props: AdditionalButton) => ReactNode;
|
|
236
242
|
}
|
|
237
243
|
|
|
244
|
+
interface FilterBy {
|
|
245
|
+
columnName: string;
|
|
246
|
+
type: 'value' | 'numberRange' | 'dateRange';
|
|
247
|
+
values: (string | number)[];
|
|
248
|
+
}
|
|
249
|
+
|
|
238
250
|
type ColumnAlign = 'Left' | 'Right' | 'Center';
|
|
239
251
|
|
|
240
252
|
type VerticalAlign = 'FlexStart' | 'Center' | 'FlexEnd';
|
|
@@ -282,15 +294,10 @@ interface Props$7 {
|
|
|
282
294
|
size?: Size;
|
|
283
295
|
borders?: Borders;
|
|
284
296
|
showUniqueValuesCount?: boolean;
|
|
297
|
+
globalFilters?: FilterBy[];
|
|
285
298
|
}
|
|
286
299
|
declare function VirtualTable(props: UiProps<Props$7>): react_jsx_runtime.JSX.Element;
|
|
287
300
|
|
|
288
|
-
interface FilterBy {
|
|
289
|
-
columnName: string;
|
|
290
|
-
type: 'value' | 'numberRange' | 'dateRange';
|
|
291
|
-
values: (string | number)[];
|
|
292
|
-
}
|
|
293
|
-
|
|
294
301
|
interface SortBy {
|
|
295
302
|
columnName: string;
|
|
296
303
|
direction: 'asc' | 'desc';
|