nntc-ui 0.0.87 → 0.0.88

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.
@@ -142,9 +142,7 @@ import { jsx as jsx23 } from "react/jsx-runtime";
142
142
  var AlertIcon = (props) => /* @__PURE__ */ jsx23(Icon, { ...props, children: /* @__PURE__ */ jsx23(
143
143
  "path",
144
144
  {
145
- fillRule: "evenodd",
146
- clipRule: "evenodd",
147
- d: "M23 21.5L12 2.5L1 21.5H23ZM11 18.5V16.5H13V18.5H11ZM11 14.5H13V10.5H11V14.5Z"
145
+ d: "M23 21.5H1L12 2.5L23 21.5ZM4.47005 19.5H19.53L12 6.48959L4.47005 19.5ZM13 18.5H11V16.5H13V18.5ZM13 10.5V14.5H11V10.5H13Z"
148
146
  }
149
147
  ) });
150
148
 
package/icons/index.js CHANGED
@@ -39,7 +39,7 @@ import {
39
39
  UploadIcon,
40
40
  VisibilityIcon,
41
41
  WellIcon
42
- } from "../chunk-AV32MYLN.js";
42
+ } from "../chunk-OJNXOQUW.js";
43
43
  export {
44
44
  AddIcon,
45
45
  AlertIcon,
package/index.js CHANGED
@@ -19,7 +19,7 @@ import {
19
19
  SortDownIcon,
20
20
  SortUpIcon,
21
21
  __export
22
- } from "./chunk-AV32MYLN.js";
22
+ } from "./chunk-OJNXOQUW.js";
23
23
 
24
24
  // src/components/common/Button/Button.tsx
25
25
  import classnames from "classnames";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nntc-ui",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "author": "NNTC",
5
5
  "description": "React UI-kit for NNTC",
6
6
  "type": "module",