nntc-ui 0.0.30 → 0.0.31

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.
@@ -149,6 +149,55 @@ var WellIcon = (props) => /* @__PURE__ */ jsx30(Icon, { ...props, children: /* @
149
149
  import { jsx as jsx31 } from "react/jsx-runtime";
150
150
  var EditIcon = (props) => /* @__PURE__ */ jsx31(Icon, { ...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" }) });
151
151
 
152
+ // src/icons/FullScreenOnIcon.tsx
153
+ import { jsx as jsx32 } from "react/jsx-runtime";
154
+ var FullScreenOnIcon = (props) => /* @__PURE__ */ jsx32(Icon, { ...props, children: /* @__PURE__ */ jsx32(
155
+ "path",
156
+ {
157
+ d: `M3 5v4h2V5h4V3H5c-1.1 0-2 .9-2 2zm2 10H3v4c0 1.1.9 2 2
158
+ 2h4v-2H5v-4zm14 4h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4zm0-16h-4v2h4v4h2V5c0-1.1-.9-2-2-2z`
159
+ }
160
+ ) });
161
+
162
+ // src/icons/FullScreenOffIcon.tsx
163
+ import { jsx as jsx33 } from "react/jsx-runtime";
164
+ var FullScreenOffIcon = (props) => /* @__PURE__ */ jsx33(Icon, { ...props, children: /* @__PURE__ */ jsx33("path", { d: "M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z" }) });
165
+
166
+ // src/icons/BookmarkIcon.tsx
167
+ import { jsx as jsx34 } from "react/jsx-runtime";
168
+ var BookmarkIcon = (props) => /* @__PURE__ */ jsx34(Icon, { ...props, children: /* @__PURE__ */ jsx34("path", { d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15-5-2.18L7 18V5h10v13z" }) });
169
+
170
+ // src/icons/BookmarkAddIcon.tsx
171
+ import { jsx as jsx35 } from "react/jsx-runtime";
172
+ var BookmarkAddIcon = (props) => /* @__PURE__ */ jsx35(Icon, { ...props, children: /* @__PURE__ */ jsx35(
173
+ "path",
174
+ {
175
+ d: `M17 11v6.97l-5-2.14-5 2.14V5h6V3H7c-1.1 0-2
176
+ .9-2 2v16l7-3 7 3V11h-2zm4-4h-2v2h-2V7h-2V5h2V3h2v2h2v2z`
177
+ }
178
+ ) });
179
+
180
+ // src/icons/ExportTableIcon.tsx
181
+ import { jsx as jsx36 } from "react/jsx-runtime";
182
+ var ExportTableIcon = (props) => /* @__PURE__ */ jsx36(Icon, { ...props, children: /* @__PURE__ */ jsx36(
183
+ "path",
184
+ {
185
+ fill: "currentColor",
186
+ d: `m13.2 17.5 2.8-2.8V17h1v-4h-4v1h2.3l-2.8 2.8zM2 18q-.824
187
+ 0-1.412-.587A1.93 1.93 0 0 1 0 16V2Q0 1.176.588.588A1.93
188
+ 1.93 0 0 1 2 0h14q.824 0 1.413.588Q18 1.175 18 2v6.7a8 8 0
189
+ 0 0-.975-.387A6 6 0 0 0 16 8.075V2H2v14h6.05q.076.55.237
190
+ 1.05.163.5.388.95zm0-3v1V2v6.075V8zm2-1h4.075q.076-.525.238-1.025T8.675
191
+ 12H4zm0-4h6.1q.8-.75 1.787-1.25A7 7 0 0 1 14 8.075V8H4zm0-4h10V4H4zm11
192
+ 14q-2.075 0-3.537-1.462Q10 17.074 10 15q0-2.075 1.463-3.537Q12.926 10
193
+ 15 10q2.075 0 3.538 1.463T20 15t-1.462 3.538Q17.074 20 15 20`
194
+ }
195
+ ) });
196
+
197
+ // src/icons/DownloadIcon.tsx
198
+ import { jsx as jsx37 } from "react/jsx-runtime";
199
+ var DownloadIcon = (props) => /* @__PURE__ */ jsx37(Icon, { ...props, children: /* @__PURE__ */ jsx37("path", { d: "M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z" }) });
200
+
152
201
  export {
153
202
  __export,
154
203
  CheckboxDeselectedIcon,
@@ -180,5 +229,11 @@ export {
180
229
  TableChartIcon,
181
230
  UploadIcon,
182
231
  WellIcon,
183
- EditIcon
232
+ EditIcon,
233
+ FullScreenOnIcon,
234
+ FullScreenOffIcon,
235
+ BookmarkIcon,
236
+ BookmarkAddIcon,
237
+ ExportTableIcon,
238
+ DownloadIcon
184
239
  };
package/icons/index.d.ts CHANGED
@@ -66,4 +66,16 @@ declare const WellIcon: React__default.FC<IconProps>;
66
66
 
67
67
  declare const EditIcon: React__default.FC<IconProps>;
68
68
 
69
- export { AddIcon, ArrowDropDownIcon, ArrowDropUpIcon, AttachIcon, BarChartIcon, CheckboxDeselectedIcon, CheckboxIcon, CheckboxSeveralIcon, ChevronLeftIcon, ChevronRightIcon, CircleFilledIcon, CloseIcon, DateRangeIcon, DeleteIcon, DoneIcon, EditIcon, FileUploadIcon, FilterClearIcon, FilterIcon, InfoIcon, KeyboardArrowDownIcon, ListIcon, MoreVerticalIcon, SearchIcon, SettingsIcon, SortDownIcon, SortUpIcon, TableChartIcon, UploadIcon, WellIcon };
69
+ declare const FullScreenOnIcon: React__default.FC<IconProps>;
70
+
71
+ declare const FullScreenOffIcon: React__default.FC<IconProps>;
72
+
73
+ declare const BookmarkIcon: React__default.FC<IconProps>;
74
+
75
+ declare const BookmarkAddIcon: React__default.FC<IconProps>;
76
+
77
+ declare const ExportTableIcon: React__default.FC<IconProps>;
78
+
79
+ declare const DownloadIcon: React__default.FC<IconProps>;
80
+
81
+ export { AddIcon, ArrowDropDownIcon, ArrowDropUpIcon, AttachIcon, BarChartIcon, BookmarkAddIcon, BookmarkIcon, CheckboxDeselectedIcon, CheckboxIcon, CheckboxSeveralIcon, ChevronLeftIcon, ChevronRightIcon, CircleFilledIcon, CloseIcon, DateRangeIcon, DeleteIcon, DoneIcon, DownloadIcon, EditIcon, ExportTableIcon, FileUploadIcon, FilterClearIcon, FilterIcon, FullScreenOffIcon, FullScreenOnIcon, InfoIcon, KeyboardArrowDownIcon, ListIcon, MoreVerticalIcon, SearchIcon, SettingsIcon, SortDownIcon, SortUpIcon, TableChartIcon, UploadIcon, WellIcon };
package/icons/index.js CHANGED
@@ -4,6 +4,8 @@ import {
4
4
  ArrowDropUpIcon,
5
5
  AttachIcon,
6
6
  BarChartIcon,
7
+ BookmarkAddIcon,
8
+ BookmarkIcon,
7
9
  CheckboxDeselectedIcon,
8
10
  CheckboxIcon,
9
11
  CheckboxSeveralIcon,
@@ -14,10 +16,14 @@ import {
14
16
  DateRangeIcon,
15
17
  DeleteIcon,
16
18
  DoneIcon,
19
+ DownloadIcon,
17
20
  EditIcon,
21
+ ExportTableIcon,
18
22
  FileUploadIcon,
19
23
  FilterClearIcon,
20
24
  FilterIcon,
25
+ FullScreenOffIcon,
26
+ FullScreenOnIcon,
21
27
  InfoIcon,
22
28
  KeyboardArrowDownIcon,
23
29
  ListIcon,
@@ -29,13 +35,15 @@ import {
29
35
  TableChartIcon,
30
36
  UploadIcon,
31
37
  WellIcon
32
- } from "../chunk-KAV5YKL7.js";
38
+ } from "../chunk-NC6VQ3XA.js";
33
39
  export {
34
40
  AddIcon,
35
41
  ArrowDropDownIcon,
36
42
  ArrowDropUpIcon,
37
43
  AttachIcon,
38
44
  BarChartIcon,
45
+ BookmarkAddIcon,
46
+ BookmarkIcon,
39
47
  CheckboxDeselectedIcon,
40
48
  CheckboxIcon,
41
49
  CheckboxSeveralIcon,
@@ -46,10 +54,14 @@ export {
46
54
  DateRangeIcon,
47
55
  DeleteIcon,
48
56
  DoneIcon,
57
+ DownloadIcon,
49
58
  EditIcon,
59
+ ExportTableIcon,
50
60
  FileUploadIcon,
51
61
  FilterClearIcon,
52
62
  FilterIcon,
63
+ FullScreenOffIcon,
64
+ FullScreenOnIcon,
53
65
  InfoIcon,
54
66
  KeyboardArrowDownIcon,
55
67
  ListIcon,
package/index.js CHANGED
@@ -16,7 +16,7 @@ import {
16
16
  SortDownIcon,
17
17
  SortUpIcon,
18
18
  __export
19
- } from "./chunk-KAV5YKL7.js";
19
+ } from "./chunk-NC6VQ3XA.js";
20
20
 
21
21
  // src/components/common/Button/Button.tsx
22
22
  import classnames from "classnames";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nntc-ui",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "author": "NNTC",
5
5
  "description": "React UI-kit for NNTC",
6
6
  "type": "module",