ui-soxo-bootstrap-core 2.6.46-dev.3 → 2.6.46-dev.4

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.
@@ -15,11 +15,12 @@ import { PDFDocument, StandardFonts, rgb } from 'pdf-lib';
15
15
  // import * as XLSX from 'xlsx-js-style';
16
16
  // Import saveAs from file-saver to trigger file download in browser
17
17
  import { saveAs } from 'file-saver';
18
- import { Button, Dropdown, Form, Input, Menu, Modal, Radio, message } from 'antd';
18
+ import { Dropdown, Form, Input, Menu, Modal, Radio, message } from 'antd';
19
19
  import { DownOutlined, FileExcelFilled, FilePdfFilled, MailFilled, DownloadOutlined } from '@ant-design/icons';
20
20
  import { Trans } from 'react-i18next';
21
21
  import { CoreScripts } from '../../../../models';
22
22
  import './generic-list.scss';
23
+ import { Button } from '../../../elements';
23
24
 
24
25
  const normalizeScriptId = (value) => {
25
26
  if (value === undefined || value === null || value === '') return value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-soxo-bootstrap-core",
3
- "version": "2.6.46-dev.3",
3
+ "version": "2.6.46-dev.4",
4
4
  "description": "All the Core Components for you to start",
5
5
  "keywords": [
6
6
  "all in one"