nntc-ui 0.0.31 → 0.0.32

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.
@@ -103,7 +103,13 @@ var FilterClearIcon = (props) => /* @__PURE__ */ jsxs(Icon, { ...props, children
103
103
 
104
104
  // src/icons/InfoIcon.tsx
105
105
  import { jsx as jsx20 } from "react/jsx-runtime";
106
- var InfoIcon = (props) => /* @__PURE__ */ jsx20(Icon, { ...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" }) });
106
+ var InfoIcon = (props) => /* @__PURE__ */ jsx20(Icon, { ...props, children: /* @__PURE__ */ jsx20(
107
+ "path",
108
+ {
109
+ d: `M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10
110
+ 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 8z`
111
+ }
112
+ ) });
107
113
 
108
114
  // src/icons/KeyboardArrowDownIcon.tsx
109
115
  import { jsx as jsx21 } from "react/jsx-runtime";
@@ -183,14 +189,14 @@ var ExportTableIcon = (props) => /* @__PURE__ */ jsx36(Icon, { ...props, childre
183
189
  "path",
184
190
  {
185
191
  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`
192
+ d: `m16.2 20.5 2.8-2.8V20h1v-4h-4v1h2.3l-2.8 2.8zM5 21q-.824
193
+ 0-1.412-.587A1.93 1.93 0 0 1 3 19V5Q3 4.176 3.588 3.588A1.93
194
+ 1.93 0 0 1 5 3h14q.824 0 1.413.588Q21 4.175 21 5v6.7a8 8 0
195
+ 0 0-.975-.387A6 6 0 0 0 19 11.075V5H5v14h6.05q.076.55.237
196
+ 1.05.163.5.388.95zm0-3v1V5v8.075V11zm2-1h4.075q.076-.525.238-1.025T11.675
197
+ 15H7zm0-4h6.1q.8-.75 1.787-1.25A7 7 0 0 1 17 11.075V11H7zm0-4h10V7H7zm15
198
+ 14q-2.075 0-3.537-1.462Q13 20.074 13 18q0-2.075 1.463-3.537Q15.926 13
199
+ 18 13q2.075 0 3.538 1.463T23 18t-1.462 3.538Q20.074 23 18 23`
194
200
  }
195
201
  ) });
196
202
 
package/icons/index.js CHANGED
@@ -35,7 +35,7 @@ import {
35
35
  TableChartIcon,
36
36
  UploadIcon,
37
37
  WellIcon
38
- } from "../chunk-NC6VQ3XA.js";
38
+ } from "../chunk-EOYCTU5A.js";
39
39
  export {
40
40
  AddIcon,
41
41
  ArrowDropDownIcon,
package/index.js CHANGED
@@ -16,7 +16,7 @@ import {
16
16
  SortDownIcon,
17
17
  SortUpIcon,
18
18
  __export
19
- } from "./chunk-NC6VQ3XA.js";
19
+ } from "./chunk-EOYCTU5A.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.31",
3
+ "version": "0.0.32",
4
4
  "author": "NNTC",
5
5
  "description": "React UI-kit for NNTC",
6
6
  "type": "module",