@codezee/sixtify-brahma 0.2.12 → 0.2.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/README.md +90 -90
- package/package.json +78 -79
- package/packages/shared-components/dist/AppBar/AppBar.styled.d.ts +8 -0
- package/packages/shared-components/dist/AppBar/AppBar.styled.d.ts.map +1 -0
- package/packages/shared-components/dist/Drawer/Drawer.styled.d.ts +10 -0
- package/packages/shared-components/dist/Drawer/Drawer.styled.d.ts.map +1 -0
- package/packages/shared-components/dist/FormFields/CheckBox/CheckBox.styled.d.ts +12 -0
- package/packages/shared-components/dist/FormFields/CheckBox/CheckBox.styled.d.ts.map +1 -0
- package/packages/shared-components/dist/FormFields/CheckBox/CheckBox.styled.js +2 -2
- package/packages/shared-components/dist/FormFields/FileUpload/FileUpload.styled.d.ts +9 -0
- package/packages/shared-components/dist/FormFields/FileUpload/FileUpload.styled.d.ts.map +1 -0
- package/packages/shared-components/dist/FormFields/ImageUpload/ImageUpload.styled.d.ts +4 -0
- package/packages/shared-components/dist/FormFields/ImageUpload/ImageUpload.styled.d.ts.map +1 -0
- package/packages/shared-components/dist/FormFields/ImageUpload/ImageUpload.styled.js +1 -1
- package/packages/shared-components/dist/FormFields/ListItemButton/ListItemButton.styled.d.ts +6 -0
- package/packages/shared-components/dist/FormFields/ListItemButton/ListItemButton.styled.d.ts.map +1 -0
- package/packages/shared-components/dist/Layouts/FormRow/FormRow.styled.d.ts +9 -0
- package/packages/shared-components/dist/Layouts/FormRow/FormRow.styled.d.ts.map +1 -0
- package/packages/shared-components/dist/Toast/Toaster.styled.d.ts +6 -0
- package/packages/shared-components/dist/Toast/Toaster.styled.d.ts.map +1 -0
- package/packages/shared-components/dist/UserProfileMenu/UserProfileMenu.styled.d.ts +5 -0
- package/packages/shared-components/dist/UserProfileMenu/UserProfileMenu.styled.d.ts.map +1 -0
- package/packages/shared-components/dist/UserProfileMenu/UserProfileMenu.styled.js +1 -1
- package/apps/docs/storybook-static/favicon.svg +0 -1
- package/apps/docs/storybook-static/index.html +0 -173
- package/apps/docs/storybook-static/index.json +0 -1
- package/apps/docs/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/apps/docs/storybook-static/nunito-sans-bold.woff2 +0 -0
- package/apps/docs/storybook-static/nunito-sans-italic.woff2 +0 -0
- package/apps/docs/storybook-static/nunito-sans-regular.woff2 +0 -0
- package/apps/docs/storybook-static/project.json +0 -1
- package/apps/docs/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +0 -3
- package/apps/docs/storybook-static/sb-addons/essentials-backgrounds-5/manager-bundle.js +0 -12
- package/apps/docs/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +0 -402
- package/apps/docs/storybook-static/sb-addons/essentials-docs-4/manager-bundle.js +0 -242
- package/apps/docs/storybook-static/sb-addons/essentials-measure-8/manager-bundle.js +0 -3
- package/apps/docs/storybook-static/sb-addons/essentials-outline-9/manager-bundle.js +0 -3
- package/apps/docs/storybook-static/sb-addons/essentials-toolbars-7/manager-bundle.js +0 -3
- package/apps/docs/storybook-static/sb-addons/essentials-viewport-6/manager-bundle.js +0 -3
- package/apps/docs/storybook-static/sb-addons/links-1/manager-bundle.js +0 -3
- package/apps/docs/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +0 -3
- package/apps/docs/storybook-static/sb-common-assets/favicon.svg +0 -1
- package/apps/docs/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/apps/docs/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/apps/docs/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/apps/docs/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/apps/docs/storybook-static/sb-manager/globals-module-info.js +0 -1051
- package/apps/docs/storybook-static/sb-manager/globals-runtime.js +0 -41591
- package/apps/docs/storybook-static/sb-manager/globals.js +0 -48
- package/apps/docs/storybook-static/sb-manager/runtime.js +0 -12048
- package/apps/docs/storybook-static/sb-preview/globals.js +0 -33
- package/apps/docs/storybook-static/sb-preview/runtime.js +0 -7745
package/README.md
CHANGED
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
# @codezee/sixtify-brahama
|
|
2
|
-
|
|
3
|
-
A React package that simplifies form creation and table management!
|
|
4
|
-
This package leverages react-hook-form and AG Grid to provide a comprehensive set of input fields and components for building dynamic and powerful forms.
|
|
5
|
-
It also includes a complete Storybook for all components to help you explore and integrate them easily.
|
|
6
|
-
|
|
7
|
-
## Features
|
|
8
|
-
- Integrates seamlessly with react-hook-form for form handling.
|
|
9
|
-
- Includes AG Grid for powerful table management.
|
|
10
|
-
- A wide variety of input components to suit all your needs.
|
|
11
|
-
- Fully documented with Storybook.
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
This package is 100% [TypeScript](https://www.typescriptlang.org/).
|
|
15
|
-
|
|
16
|
-
### Utilities
|
|
17
|
-
|
|
18
|
-
This Turborepo has some additional tools already setup for you:
|
|
19
|
-
|
|
20
|
-
- [TypeScript](https://www.typescriptlang.org/) for static type checking
|
|
21
|
-
- [ESLint](https://eslint.org/) for code linting
|
|
22
|
-
- [Prettier](https://prettier.io) for code formatting
|
|
23
|
-
|
|
24
|
-
### Remote Caching
|
|
25
|
-
|
|
26
|
-
Turborepo can use a technique known as [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.
|
|
27
|
-
|
|
28
|
-
By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands:
|
|
29
|
-
|
|
30
|
-
```
|
|
31
|
-
cd my-turborepo
|
|
32
|
-
npx turbo login
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
This will authenticate the Turborepo CLI with your [Vercel account](https://vercel.com/docs/concepts/personal-accounts/overview).
|
|
36
|
-
|
|
37
|
-
Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:
|
|
38
|
-
|
|
39
|
-
```
|
|
40
|
-
npx turbo link
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
## Useful Links
|
|
44
|
-
|
|
45
|
-
Learn more about the power of Turborepo:
|
|
46
|
-
|
|
47
|
-
- [Tasks](https://turbo.build/repo/docs/core-concepts/monorepos/running-tasks)
|
|
48
|
-
- [Caching](https://turbo.build/repo/docs/core-concepts/caching)
|
|
49
|
-
- [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching)
|
|
50
|
-
- [Filtering](https://turbo.build/repo/docs/core-concepts/monorepos/filtering)
|
|
51
|
-
- [Configuration Options](https://turbo.build/repo/docs/reference/configuration)
|
|
52
|
-
- [CLI Usage](https://turbo.build/repo/docs/reference/command-line-reference)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## Installation
|
|
58
|
-
|
|
59
|
-
Install the package using pnpm:
|
|
60
|
-
|
|
61
|
-
```sh
|
|
62
|
-
pnpm install @codezee/sixtify-brahama
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
## Usage
|
|
66
|
-
|
|
67
|
-
Import the package in your React component:
|
|
68
|
-
|
|
69
|
-
```jsx
|
|
70
|
-
import { TextField } from '@codezee/sixtify-brahama';
|
|
71
|
-
import { useForm } from 'react-hook-form';
|
|
72
|
-
|
|
73
|
-
function MyComponent() {
|
|
74
|
-
const { control } = useForm({
|
|
75
|
-
defaultValues: {
|
|
76
|
-
name: 'John Doe',
|
|
77
|
-
},
|
|
78
|
-
});
|
|
79
|
-
|
|
80
|
-
return (
|
|
81
|
-
<TextField name="name" label="Name" control={control} />
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
```
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
## Documentation
|
|
88
|
-
|
|
89
|
-
For detailed usage and examples, check out the full documentation:
|
|
90
|
-
[See Documentation](https://hardikranpariya.github.io/sixtify-brahma/)
|
|
1
|
+
# @codezee/sixtify-brahama
|
|
2
|
+
|
|
3
|
+
A React package that simplifies form creation and table management!
|
|
4
|
+
This package leverages react-hook-form and AG Grid to provide a comprehensive set of input fields and components for building dynamic and powerful forms.
|
|
5
|
+
It also includes a complete Storybook for all components to help you explore and integrate them easily.
|
|
6
|
+
|
|
7
|
+
## Features
|
|
8
|
+
- Integrates seamlessly with react-hook-form for form handling.
|
|
9
|
+
- Includes AG Grid for powerful table management.
|
|
10
|
+
- A wide variety of input components to suit all your needs.
|
|
11
|
+
- Fully documented with Storybook.
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
This package is 100% [TypeScript](https://www.typescriptlang.org/).
|
|
15
|
+
|
|
16
|
+
### Utilities
|
|
17
|
+
|
|
18
|
+
This Turborepo has some additional tools already setup for you:
|
|
19
|
+
|
|
20
|
+
- [TypeScript](https://www.typescriptlang.org/) for static type checking
|
|
21
|
+
- [ESLint](https://eslint.org/) for code linting
|
|
22
|
+
- [Prettier](https://prettier.io) for code formatting
|
|
23
|
+
|
|
24
|
+
### Remote Caching
|
|
25
|
+
|
|
26
|
+
Turborepo can use a technique known as [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.
|
|
27
|
+
|
|
28
|
+
By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands:
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
cd my-turborepo
|
|
32
|
+
npx turbo login
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
This will authenticate the Turborepo CLI with your [Vercel account](https://vercel.com/docs/concepts/personal-accounts/overview).
|
|
36
|
+
|
|
37
|
+
Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:
|
|
38
|
+
|
|
39
|
+
```
|
|
40
|
+
npx turbo link
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## Useful Links
|
|
44
|
+
|
|
45
|
+
Learn more about the power of Turborepo:
|
|
46
|
+
|
|
47
|
+
- [Tasks](https://turbo.build/repo/docs/core-concepts/monorepos/running-tasks)
|
|
48
|
+
- [Caching](https://turbo.build/repo/docs/core-concepts/caching)
|
|
49
|
+
- [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching)
|
|
50
|
+
- [Filtering](https://turbo.build/repo/docs/core-concepts/monorepos/filtering)
|
|
51
|
+
- [Configuration Options](https://turbo.build/repo/docs/reference/configuration)
|
|
52
|
+
- [CLI Usage](https://turbo.build/repo/docs/reference/command-line-reference)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## Installation
|
|
58
|
+
|
|
59
|
+
Install the package using pnpm:
|
|
60
|
+
|
|
61
|
+
```sh
|
|
62
|
+
pnpm install @codezee/sixtify-brahama
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
## Usage
|
|
66
|
+
|
|
67
|
+
Import the package in your React component:
|
|
68
|
+
|
|
69
|
+
```jsx
|
|
70
|
+
import { TextField } from '@codezee/sixtify-brahama';
|
|
71
|
+
import { useForm } from 'react-hook-form';
|
|
72
|
+
|
|
73
|
+
function MyComponent() {
|
|
74
|
+
const { control } = useForm({
|
|
75
|
+
defaultValues: {
|
|
76
|
+
name: 'John Doe',
|
|
77
|
+
},
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
return (
|
|
81
|
+
<TextField name="name" label="Name" control={control} />
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## Documentation
|
|
88
|
+
|
|
89
|
+
For detailed usage and examples, check out the full documentation:
|
|
90
|
+
[See Documentation](https://hardikranpariya.github.io/sixtify-brahma/)
|
package/package.json
CHANGED
|
@@ -1,79 +1,78 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@codezee/sixtify-brahma",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"scripts": {
|
|
5
|
-
"lint": "turbo lint",
|
|
6
|
-
"format": "prettier --write \"**/*.{ts,tsx}\"",
|
|
7
|
-
"prepare": "husky install",
|
|
8
|
-
"build": "turbo build"
|
|
9
|
-
},
|
|
10
|
-
"main": "packages/shared-components/dist/index.js",
|
|
11
|
-
"types": "packages/shared-components/dist/index.d.ts",
|
|
12
|
-
"files": [
|
|
13
|
-
"packages/shared-components/dist"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"@commitlint/
|
|
18
|
-
"@
|
|
19
|
-
"@types/
|
|
20
|
-
"@types/
|
|
21
|
-
"@types/
|
|
22
|
-
"@types/react-
|
|
23
|
-
"@types/
|
|
24
|
-
"
|
|
25
|
-
"eslint-
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"react": "^17.0.0 || ^18.0.0",
|
|
39
|
-
"react-
|
|
40
|
-
},
|
|
41
|
-
"dependencies": {
|
|
42
|
-
"@emotion/react": "^11.11.4",
|
|
43
|
-
"@emotion/styled": "^11.11.5",
|
|
44
|
-
"@hookform/resolvers": "^3.6.0",
|
|
45
|
-
"@mui/icons-material": "^5.15.20",
|
|
46
|
-
"@mui/material": "^5.15.20",
|
|
47
|
-
"@mui/styled-engine-sc": "6.0.0-alpha.18",
|
|
48
|
-
"@mui/x-charts": "^7.22.3",
|
|
49
|
-
"@mui/x-data-grid": "^7.6.2",
|
|
50
|
-
"@mui/x-date-pickers": "^7.8.0",
|
|
51
|
-
"@tanstack/react-query": "^5.48.0",
|
|
52
|
-
"@tanstack/react-query-devtools": "^5.48.0",
|
|
53
|
-
"@types/file-saver": "^2.0.7",
|
|
54
|
-
"ag-grid-community": "^31.3.2",
|
|
55
|
-
"ag-grid-react": "^31.3.2",
|
|
56
|
-
"axios": "^1.7.2",
|
|
57
|
-
"date-fns": "^4.1.0",
|
|
58
|
-
"eslint-plugin-sonarjs": "1.0.4-alpha.1",
|
|
59
|
-
"file-saver": "^2.0.5",
|
|
60
|
-
"file64": "1.0.1",
|
|
61
|
-
"gh-pages": "^6.3.0",
|
|
62
|
-
"i18next": "^23.12.1",
|
|
63
|
-
"jszip": "^3.10.1",
|
|
64
|
-
"lodash": "^4.17.21",
|
|
65
|
-
"luxon": "^3.4.4",
|
|
66
|
-
"next": "^14.2.5",
|
|
67
|
-
"next-auth": "^4.24.7",
|
|
68
|
-
"react-date-range": "^2.0.1",
|
|
69
|
-
"react-
|
|
70
|
-
"react-
|
|
71
|
-
"react-
|
|
72
|
-
"react-
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@codezee/sixtify-brahma",
|
|
3
|
+
"version": "0.2.13",
|
|
4
|
+
"scripts": {
|
|
5
|
+
"lint": "turbo lint",
|
|
6
|
+
"format": "prettier --write \"**/*.{ts,tsx}\"",
|
|
7
|
+
"prepare": "husky install",
|
|
8
|
+
"build": "turbo build"
|
|
9
|
+
},
|
|
10
|
+
"main": "packages/shared-components/dist/index.js",
|
|
11
|
+
"types": "packages/shared-components/dist/index.d.ts",
|
|
12
|
+
"files": [
|
|
13
|
+
"packages/shared-components/dist"
|
|
14
|
+
],
|
|
15
|
+
"devDependencies": {
|
|
16
|
+
"@commitlint/cli": "^19.3.0",
|
|
17
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
18
|
+
"@types/lodash": "^4.17.5",
|
|
19
|
+
"@types/luxon": "^3.4.2",
|
|
20
|
+
"@types/node": "^22.10.0",
|
|
21
|
+
"@types/react-date-range": "^1.4.9",
|
|
22
|
+
"@types/react-image-gallery": "^1.2.4",
|
|
23
|
+
"@types/uuid": "^10.0.0",
|
|
24
|
+
"eslint-config-prettier": "^9.1.0",
|
|
25
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
26
|
+
"husky": "^8.0.0",
|
|
27
|
+
"lint-staged": "^15.2.7",
|
|
28
|
+
"prettier": "^3.2.5",
|
|
29
|
+
"turbo": "latest",
|
|
30
|
+
"typescript": "^5.4.5"
|
|
31
|
+
},
|
|
32
|
+
"packageManager": "pnpm@8.15.6",
|
|
33
|
+
"engines": {
|
|
34
|
+
"node": ">=18"
|
|
35
|
+
},
|
|
36
|
+
"peerDependencies": {
|
|
37
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
38
|
+
"react-dom": "^17.0.0 || ^18.0.0",
|
|
39
|
+
"react-hook-form": "^7.51.5"
|
|
40
|
+
},
|
|
41
|
+
"dependencies": {
|
|
42
|
+
"@emotion/react": "^11.11.4",
|
|
43
|
+
"@emotion/styled": "^11.11.5",
|
|
44
|
+
"@hookform/resolvers": "^3.6.0",
|
|
45
|
+
"@mui/icons-material": "^5.15.20",
|
|
46
|
+
"@mui/material": "^5.15.20",
|
|
47
|
+
"@mui/styled-engine-sc": "6.0.0-alpha.18",
|
|
48
|
+
"@mui/x-charts": "^7.22.3",
|
|
49
|
+
"@mui/x-data-grid": "^7.6.2",
|
|
50
|
+
"@mui/x-date-pickers": "^7.8.0",
|
|
51
|
+
"@tanstack/react-query": "^5.48.0",
|
|
52
|
+
"@tanstack/react-query-devtools": "^5.48.0",
|
|
53
|
+
"@types/file-saver": "^2.0.7",
|
|
54
|
+
"ag-grid-community": "^31.3.2",
|
|
55
|
+
"ag-grid-react": "^31.3.2",
|
|
56
|
+
"axios": "^1.7.2",
|
|
57
|
+
"date-fns": "^4.1.0",
|
|
58
|
+
"eslint-plugin-sonarjs": "1.0.4-alpha.1",
|
|
59
|
+
"file-saver": "^2.0.5",
|
|
60
|
+
"file64": "1.0.1",
|
|
61
|
+
"gh-pages": "^6.3.0",
|
|
62
|
+
"i18next": "^23.12.1",
|
|
63
|
+
"jszip": "^3.10.1",
|
|
64
|
+
"lodash": "^4.17.21",
|
|
65
|
+
"luxon": "^3.4.4",
|
|
66
|
+
"next": "^14.2.5",
|
|
67
|
+
"next-auth": "^4.24.7",
|
|
68
|
+
"react-date-range": "^2.0.1",
|
|
69
|
+
"react-i18next": "^14.1.2",
|
|
70
|
+
"react-multi-carousel": "^2.8.5",
|
|
71
|
+
"react-toastify": "^10.0.5",
|
|
72
|
+
"react-webcam": "7.2.0",
|
|
73
|
+
"styled-components": "^6.1.11",
|
|
74
|
+
"usehooks-ts": "^3.1.0",
|
|
75
|
+
"uuid": "^10.0.0",
|
|
76
|
+
"zod": "^3.23.8"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { AppBarProps as MuiAppBarProps } from "@mui/material/AppBar";
|
|
2
|
+
import { ComponentType } from "react";
|
|
3
|
+
interface StyledAppBarProps extends MuiAppBarProps {
|
|
4
|
+
open?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare const StyledAppBar: ComponentType<StyledAppBarProps>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=AppBar.styled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppBar.styled.d.ts","sourceRoot":"","sources":["../../src/AppBar/AppBar.styled.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE1E,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,iBAAkB,SAAQ,cAAc;IAChD,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB;AAED,eAAO,MAAM,YAAY,EAAE,aAAa,CAAC,iBAAiB,CAuBvD,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { BoxProps } from "@mui/material";
|
|
2
|
+
import { DrawerProps as MuiDrawerProps } from "@mui/material";
|
|
3
|
+
import { ComponentType } from "react";
|
|
4
|
+
export declare const Bullet: ComponentType<BoxProps>;
|
|
5
|
+
interface StyledDrawerProps extends MuiDrawerProps {
|
|
6
|
+
open?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const StyledDrawer: ComponentType<StyledDrawerProps>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=Drawer.styled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Drawer.styled.d.ts","sourceRoot":"","sources":["../../src/Drawer/Drawer.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAoB,MAAM,eAAe,CAAC;AAChE,OAAO,EAGL,WAAW,IAAI,cAAc,EAE9B,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,MAAM,EAAE,aAAa,CAAC,QAAQ,CAKxC,CAAC;AA0BJ,UAAU,iBAAkB,SAAQ,cAAc;IAChD,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB;AACD,eAAO,MAAM,YAAY,EAAE,aAAa,CAAC,iBAAiB,CAkBvD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { BoxProps, CheckboxProps } from "@mui/material";
|
|
2
|
+
import { ComponentType } from "react";
|
|
3
|
+
interface BoxStyledProps extends BoxProps {
|
|
4
|
+
size: CheckboxProps["size"];
|
|
5
|
+
}
|
|
6
|
+
interface CheckStyledProps extends CheckboxProps {
|
|
7
|
+
size: CheckboxProps["size"];
|
|
8
|
+
}
|
|
9
|
+
export declare const BoxStyled: ComponentType<BoxStyledProps>;
|
|
10
|
+
export declare const CheckStyled: ComponentType<CheckStyledProps>;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=CheckBox.styled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckBox.styled.d.ts","sourceRoot":"","sources":["../../../src/FormFields/CheckBox/CheckBox.styled.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAa,aAAa,EAAE,MAAM,eAAe,CAAC;AAExE,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtC,UAAU,cAAe,SAAQ,QAAQ;IACvC,IAAI,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CAC7B;AAED,UAAU,gBAAiB,SAAQ,aAAa;IAC9C,IAAI,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CAC7B;AAED,eAAO,MAAM,SAAS,EAAE,aAAa,CAAC,cAAc,CA6BlD,CAAC;AAEH,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,gBAAgB,CA+BtD,CAAC"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CheckStyled = exports.BoxStyled = void 0;
|
|
4
4
|
const icons_material_1 = require("@mui/icons-material");
|
|
5
5
|
const material_1 = require("@mui/material");
|
|
6
|
-
exports.BoxStyled = (0, material_1.styled)(material_1.Box)(({ theme, size
|
|
6
|
+
exports.BoxStyled = (0, material_1.styled)(material_1.Box)(({ theme, size }) => {
|
|
7
7
|
const { color } = theme.palette.app;
|
|
8
8
|
const checkBoxSize = size === "small"
|
|
9
9
|
? {
|
|
@@ -27,7 +27,7 @@ exports.BoxStyled = (0, material_1.styled)(material_1.Box)(({ theme, size, }) =>
|
|
|
27
27
|
};
|
|
28
28
|
return style;
|
|
29
29
|
});
|
|
30
|
-
exports.CheckStyled = (0, material_1.styled)(icons_material_1.Check)(({ theme, size
|
|
30
|
+
exports.CheckStyled = (0, material_1.styled)(icons_material_1.Check)(({ theme, size }) => {
|
|
31
31
|
const { color } = theme.palette.app;
|
|
32
32
|
const checkBoxSize = size === "small"
|
|
33
33
|
? {
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { BoxProps } from "@mui/material";
|
|
2
|
+
import { ComponentType, DetailedHTMLProps, InputHTMLAttributes, ReactNode } from "react";
|
|
3
|
+
export type FileUploadContainerProps = BoxProps & {
|
|
4
|
+
error?: boolean;
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
};
|
|
7
|
+
export declare const FileUploadContainer: ComponentType<FileUploadContainerProps>;
|
|
8
|
+
export declare const FileInput: ComponentType<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
|
|
9
|
+
//# sourceMappingURL=FileUpload.styled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileUpload.styled.d.ts","sourceRoot":"","sources":["../../../src/FormFields/FileUpload/FileUpload.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,QAAQ,EAAU,MAAM,eAAe,CAAC;AACtD,OAAO,EACL,aAAa,EACb,iBAAiB,EACjB,mBAAmB,EACnB,SAAS,EACV,MAAM,OAAO,CAAC;AAEf,MAAM,MAAM,wBAAwB,GAAG,QAAQ,GAAG;IAChD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,aAAa,CAAC,wBAAwB,CAUnE,CAAC;AAEN,eAAO,MAAM,SAAS,EAAE,aAAa,CACnC,iBAAiB,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,CAG1E,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageUpload.styled.d.ts","sourceRoot":"","sources":["../../../src/FormFields/ImageUpload/ImageUpload.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,QAAQ,EAAU,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,uBAAuB,EAAE,aAAa,CAAC,QAAQ,CAe1D,CAAC"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DarkBackgroundContainer = void 0;
|
|
4
4
|
const material_1 = require("@mui/material");
|
|
5
|
-
exports.DarkBackgroundContainer = (0, material_1.styled)(material_1.Box)(({ theme }) => {
|
|
5
|
+
exports.DarkBackgroundContainer = (0, material_1.styled)(material_1.Box)(({ theme, }) => {
|
|
6
6
|
return {
|
|
7
7
|
position: "absolute",
|
|
8
8
|
top: 0,
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type ListItemButtonProps as MuiListItemButtonProps } from "@mui/material";
|
|
2
|
+
import { ComponentType } from "react";
|
|
3
|
+
export declare const StyledListItemButton: ComponentType<MuiListItemButtonProps & {
|
|
4
|
+
selected?: boolean;
|
|
5
|
+
}>;
|
|
6
|
+
//# sourceMappingURL=ListItemButton.styled.d.ts.map
|
package/packages/shared-components/dist/FormFields/ListItemButton/ListItemButton.styled.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListItemButton.styled.d.ts","sourceRoot":"","sources":["../../../src/FormFields/ListItemButton/ListItemButton.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,mBAAmB,IAAI,sBAAsB,EACnD,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,oBAAoB,EAAE,aAAa,CAC9C,sBAAsB,GAAG;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAgB9C,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { StackProps } from "@mui/material";
|
|
2
|
+
import { ComponentType } from "react";
|
|
3
|
+
type RowContainerStyledProps = StackProps & {
|
|
4
|
+
fullWidth: boolean;
|
|
5
|
+
maxColumn: number;
|
|
6
|
+
};
|
|
7
|
+
export declare const RowContainerStyled: ComponentType<RowContainerStyledProps>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=FormRow.styled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormRow.styled.d.ts","sourceRoot":"","sources":["../../../src/Layouts/FormRow/FormRow.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,UAAU,EAAE,MAAM,eAAe,CAAC;AAElD,OAAO,EAAY,aAAa,EAAE,MAAM,OAAO,CAAC;AAkBhD,KAAK,uBAAuB,GAAG,UAAU,GAAG;IAC1C,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,aAAa,CAAC,uBAAuB,CAmBlE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { BoxProps } from "@mui/material";
|
|
2
|
+
import { ComponentType } from "react";
|
|
3
|
+
import { type ToastContainerProps } from "react-toastify";
|
|
4
|
+
export declare const ToasterStyled: ComponentType<ToastContainerProps>;
|
|
5
|
+
export declare const HoverBox: ComponentType<BoxProps>;
|
|
6
|
+
//# sourceMappingURL=Toaster.styled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toaster.styled.d.ts","sourceRoot":"","sources":["../../src/Toast/Toaster.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,QAAQ,EAA0B,MAAM,eAAe,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAkB,KAAK,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAE1E,eAAO,MAAM,aAAa,EAAE,aAAa,CAAC,mBAAmB,CAkE3D,CAAC;AAEH,eAAO,MAAM,QAAQ,EAAE,aAAa,CAAC,QAAQ,CAM1C,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IconButtonProps, MenuProps } from "@mui/material";
|
|
2
|
+
import { ComponentType } from "react";
|
|
3
|
+
export declare const MenuStyled: ComponentType<MenuProps>;
|
|
4
|
+
export declare const IconButtonStyled: ComponentType<IconButtonProps>;
|
|
5
|
+
//# sourceMappingURL=UserProfileMenu.styled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserProfileMenu.styled.d.ts","sourceRoot":"","sources":["../../src/UserProfileMenu/UserProfileMenu.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,eAAe,EAGf,SAAS,EAEV,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,SAAS,CAmB9C,CAAC;AAEH,eAAO,MAAM,gBAAgB,EAAE,aAAa,CAAC,eAAe,CAa1D,CAAC"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconButtonStyled = exports.MenuStyled = void 0;
|
|
4
4
|
const material_1 = require("@mui/material");
|
|
5
5
|
const styles_1 = require("@mui/material/styles");
|
|
6
|
-
exports.MenuStyled = (0, styles_1.styled)(material_1.Menu)(({ theme }) => {
|
|
6
|
+
exports.MenuStyled = (0, styles_1.styled)(material_1.Menu)(({ theme, }) => {
|
|
7
7
|
const style = {
|
|
8
8
|
[`& .${material_1.menuClasses.paper}`]: {
|
|
9
9
|
boxShadow: theme.palette.app.paperBoxShadow,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:svgjs="http://svgjs.com/svgjs" xmlns:xlink="http://www.w3.org/1999/xlink" width="164" height="164" version="1.1"><svg xmlns="http://www.w3.org/2000/svg" width="164" height="164" fill="none" viewBox="0 0 164 164"><path fill="#FF4785" d="M22.467 147.762 17.5 15.402a8.062 8.062 0 0 1 7.553-8.35L137.637.016a8.061 8.061 0 0 1 8.565 8.047v144.23a8.063 8.063 0 0 1-8.424 8.054l-107.615-4.833a8.062 8.062 0 0 1-7.695-7.752Z"/><path fill="#fff" fill-rule="evenodd" d="m128.785.57-15.495.968-.755 18.172a1.203 1.203 0 0 0 1.928 1.008l7.06-5.354 5.962 4.697a1.202 1.202 0 0 0 1.946-.987L128.785.569Zm-12.059 60.856c-2.836 2.203-23.965 3.707-23.965.57.447-11.969-4.912-12.494-7.889-12.494-2.828 0-7.59.855-7.59 7.267 0 6.534 6.96 10.223 15.13 14.553 11.607 6.15 25.654 13.594 25.654 32.326 0 17.953-14.588 27.871-33.194 27.871-19.201 0-35.981-7.769-34.086-34.702.744-3.163 25.156-2.411 25.156 0-.298 11.114 2.232 14.383 8.633 14.383 4.912 0 7.144-2.708 7.144-7.267 0-6.9-7.252-10.973-15.595-15.657C64.827 81.933 51.53 74.468 51.53 57.34c0-17.098 11.76-28.497 32.747-28.497 20.988 0 32.449 11.224 32.449 32.584Z" clip-rule="evenodd"/></svg><style>@media (prefers-color-scheme:light){:root{filter:none}}</style></svg>
|