gov-ui-core 0.2.6-beta.11 → 0.2.6-beta.13
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/build/components/Chip/constants.d.ts +3 -1
- package/build/components/Chip/index.d.ts +0 -1
- package/build/components/Menu/index.d.ts +3 -2
- package/build/components/Toast/index.d.ts +10 -0
- package/build/components/Toast/styled.d.ts +6 -0
- package/build/components/Tooltips/index.d.ts +1 -0
- package/build/index.d.ts +1 -0
- package/build/index.js +1 -1
- package/build/modules.d.ts +0 -1
- package/build/pages/ToastSample.d.ts +6 -0
- package/package.json +5 -4
- package/build/20d0d451f31ed3b5c15f.woff +0 -1
- package/build/39285e8af490890e2df4.otf +0 -0
- package/build/3965b6176d1ce958b445.woff +0 -1
- package/build/508d69efb37042551458.woff +0 -1
- package/build/72ba455576ce8174ffa8.otf +0 -0
- package/build/a9ba4978d441af03cd27.woff +0 -1
- package/build/e65c7edcd47e3e9f5c99.otf +0 -0
- package/build/f7a8dce8dfc249d7e12b.otf +0 -0
- package/doctor-storybook.log +0 -18
- package/migration-storybook.log +0 -98
package/build/modules.d.ts
CHANGED
|
@@ -20,6 +20,5 @@ import Menu from './components/Menu';
|
|
|
20
20
|
import ThemeProvider from './components/ThemeProvider';
|
|
21
21
|
import { Methods } from './components/Form';
|
|
22
22
|
import defaultTheme from './theme';
|
|
23
|
-
import './tailwind.css';
|
|
24
23
|
export { AppendTable, Button, Calendar, Carousel, ContentHeader, Directory, DropdownButton, EmptyBox, Form, Icons, Input, ErrorMessage, OverlayLoading, SwitchButton, Table, TableBase, ThemeProvider, AutoTooltip, Menu, IntlText, defaultTheme, };
|
|
25
24
|
export type { Methods };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gov-ui-core",
|
|
3
|
-
"version": "0.2.6-beta.
|
|
3
|
+
"version": "0.2.6-beta.13",
|
|
4
4
|
"main": "./build/index.js",
|
|
5
5
|
"module": "./build/index.js",
|
|
6
6
|
"types": "./build/modules.d.ts",
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
"react-refresh": "^0.11.0",
|
|
66
66
|
"react-router-dom": "^6.22.3",
|
|
67
67
|
"react-slick": "^0.30.2",
|
|
68
|
+
"react-toastify": "^11.0.3",
|
|
68
69
|
"resolve": "^1.20.0",
|
|
69
70
|
"resolve-url-loader": "^4.0.0",
|
|
70
71
|
"semver": "^7.3.5",
|
|
@@ -82,13 +83,13 @@
|
|
|
82
83
|
"workbox-webpack-plugin": "^6.4.1"
|
|
83
84
|
},
|
|
84
85
|
"scripts": {
|
|
85
|
-
"start": "node scripts/start.js",
|
|
86
|
+
"start": "node scripts/start.js --PORT 3004",
|
|
86
87
|
"types": "tsc --emitDeclarationOnly && tscpaths -p ./tsconfig.json -s ./src -o ./build",
|
|
87
|
-
"build": "
|
|
88
|
+
"build": "node scripts/build.js && npm run types",
|
|
88
89
|
"test": "node node scripts/test.js",
|
|
89
90
|
"storybook": "storybook dev -p 6006",
|
|
90
91
|
"build-storybook": "storybook build",
|
|
91
|
-
"deploy-storybook": "gh-pages -d storybook-static -r https://
|
|
92
|
+
"deploy-storybook": "gh-pages -d storybook-static -r https://gzithub.com/nexr/neb-ui.git",
|
|
92
93
|
"lint": "eslint ./src/**/*.{ts,tsx}",
|
|
93
94
|
"lint:css": "stylelint --ignore-path .gitignore '**/*.scss'",
|
|
94
95
|
"prepare": "husky install",
|