triafly-ui-kit 1.0.76 → 1.0.78
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 +93 -93
- package/dist/assets/src/components/Ui/Tooltip/Tooltip.stories.module.css +1 -1
- package/dist/components/Ui/Icons/Icons.js +9 -0
- package/dist/components/Ui/Icons/index.js +54 -52
- package/dist/main.d.ts +14 -0
- package/dist/main.js +76 -74
- package/dist/src/components/Ui/Tooltip/Tooltip.stories.module.css.js +1 -1
- package/package.json +112 -112
- package/src/styles/_mixins.scss +21 -21
- package/src/styles/fix.scss +3 -3
- package/src/styles/main.scss +26 -26
- package/src/styles/reset.scss +105 -105
- package/src/styles/typography.scss +106 -106
- package/src/styles/variables.scss +342 -342
package/README.md
CHANGED
@@ -1,93 +1,93 @@
|
|
1
|
-
# ui-kit
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
## Getting started
|
6
|
-
|
7
|
-
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
8
|
-
|
9
|
-
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
10
|
-
|
11
|
-
## Add your files
|
12
|
-
|
13
|
-
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
14
|
-
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
15
|
-
|
16
|
-
```
|
17
|
-
cd existing_repo
|
18
|
-
git remote add origin https://git.3afly.ru/triafly-data-platform/ui-kit.git
|
19
|
-
git branch -M main
|
20
|
-
git push -uf origin main
|
21
|
-
```
|
22
|
-
|
23
|
-
## Integrate with your tools
|
24
|
-
|
25
|
-
- [ ] [Set up project integrations](https://git.3afly.ru/triafly-data-platform/ui-kit/-/settings/integrations)
|
26
|
-
|
27
|
-
## Collaborate with your team
|
28
|
-
|
29
|
-
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
30
|
-
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
31
|
-
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
32
|
-
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
33
|
-
- [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
|
34
|
-
|
35
|
-
## Test and Deploy
|
36
|
-
|
37
|
-
Use the built-in continuous integration in GitLab.
|
38
|
-
|
39
|
-
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
|
40
|
-
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
|
41
|
-
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
42
|
-
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
|
43
|
-
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
44
|
-
|
45
|
-
***
|
46
|
-
|
47
|
-
# Editing this README
|
48
|
-
|
49
|
-
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
|
50
|
-
|
51
|
-
## Suggestions for a good README
|
52
|
-
|
53
|
-
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
|
54
|
-
|
55
|
-
## Name
|
56
|
-
Choose a self-explaining name for your project.
|
57
|
-
|
58
|
-
## Description
|
59
|
-
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
|
60
|
-
|
61
|
-
## Badges
|
62
|
-
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
|
63
|
-
|
64
|
-
## Visuals
|
65
|
-
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
|
66
|
-
|
67
|
-
## Installation
|
68
|
-
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
|
69
|
-
|
70
|
-
## Usage
|
71
|
-
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
|
72
|
-
|
73
|
-
## Support
|
74
|
-
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
|
75
|
-
|
76
|
-
## Roadmap
|
77
|
-
If you have ideas for releases in the future, it is a good idea to list them in the README.
|
78
|
-
|
79
|
-
## Contributing
|
80
|
-
State if you are open to contributions and what your requirements are for accepting them.
|
81
|
-
|
82
|
-
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
|
83
|
-
|
84
|
-
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
|
85
|
-
|
86
|
-
## Authors and acknowledgment
|
87
|
-
Show your appreciation to those who have contributed to the project.
|
88
|
-
|
89
|
-
## License
|
90
|
-
For open source projects, say how it is licensed.
|
91
|
-
|
92
|
-
## Project status
|
93
|
-
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
1
|
+
# ui-kit
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
## Getting started
|
6
|
+
|
7
|
+
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
8
|
+
|
9
|
+
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
10
|
+
|
11
|
+
## Add your files
|
12
|
+
|
13
|
+
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
14
|
+
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
15
|
+
|
16
|
+
```
|
17
|
+
cd existing_repo
|
18
|
+
git remote add origin https://git.3afly.ru/triafly-data-platform/ui-kit.git
|
19
|
+
git branch -M main
|
20
|
+
git push -uf origin main
|
21
|
+
```
|
22
|
+
|
23
|
+
## Integrate with your tools
|
24
|
+
|
25
|
+
- [ ] [Set up project integrations](https://git.3afly.ru/triafly-data-platform/ui-kit/-/settings/integrations)
|
26
|
+
|
27
|
+
## Collaborate with your team
|
28
|
+
|
29
|
+
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
30
|
+
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
31
|
+
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
32
|
+
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
33
|
+
- [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
|
34
|
+
|
35
|
+
## Test and Deploy
|
36
|
+
|
37
|
+
Use the built-in continuous integration in GitLab.
|
38
|
+
|
39
|
+
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
|
40
|
+
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
|
41
|
+
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
42
|
+
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
|
43
|
+
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
44
|
+
|
45
|
+
***
|
46
|
+
|
47
|
+
# Editing this README
|
48
|
+
|
49
|
+
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
|
50
|
+
|
51
|
+
## Suggestions for a good README
|
52
|
+
|
53
|
+
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
|
54
|
+
|
55
|
+
## Name
|
56
|
+
Choose a self-explaining name for your project.
|
57
|
+
|
58
|
+
## Description
|
59
|
+
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
|
60
|
+
|
61
|
+
## Badges
|
62
|
+
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
|
63
|
+
|
64
|
+
## Visuals
|
65
|
+
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
|
66
|
+
|
67
|
+
## Installation
|
68
|
+
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
|
69
|
+
|
70
|
+
## Usage
|
71
|
+
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
|
72
|
+
|
73
|
+
## Support
|
74
|
+
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
|
75
|
+
|
76
|
+
## Roadmap
|
77
|
+
If you have ideas for releases in the future, it is a good idea to list them in the README.
|
78
|
+
|
79
|
+
## Contributing
|
80
|
+
State if you are open to contributions and what your requirements are for accepting them.
|
81
|
+
|
82
|
+
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
|
83
|
+
|
84
|
+
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
|
85
|
+
|
86
|
+
## Authors and acknowledgment
|
87
|
+
Show your appreciation to those who have contributed to the project.
|
88
|
+
|
89
|
+
## License
|
90
|
+
For open source projects, say how it is licensed.
|
91
|
+
|
92
|
+
## Project status
|
93
|
+
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
@@ -1 +1 @@
|
|
1
|
-
.
|
1
|
+
._container_193w2_1{position:relative;width:100%;height:100vh;padding:20px;display:flex;flex-wrap:wrap;justify-content:space-between;align-content:space-between;border:1px dashed #ccc;box-sizing:border-box}._trigger_193w2_14{padding:8px 16px;background-color:#1976d2;color:#fff;border-radius:4px;font-size:14px;cursor:pointer;transition:background-color .2s;text-align:center}._trigger_193w2_14:hover{background-color:#1565c0}._clickTrigger_193w2_29{background-color:#388e3c}._clickTrigger_193w2_29:hover{background-color:#2e7d32}._positionsContainer_193w2_38{padding:20px}._positionGroup_193w2_42{display:flex;gap:20px;margin-bottom:30px;justify-content:center;flex-wrap:wrap}
|
@@ -484,6 +484,13 @@ const L = C({
|
|
484
484
|
}), W1 = C({
|
485
485
|
displayName: "GitBranchX",
|
486
486
|
path: "M43.375 7.49988C43.3743 6.09729 42.9803 4.723 42.2378 3.53309C41.4952 2.34318 40.4339 1.38533 39.1743 0.768328C37.9147 0.151323 36.5073 -0.100112 35.112 0.0425782C33.7167 0.185268 32.3894 0.716365 31.2807 1.57555C30.1721 2.43474 29.3266 3.58759 28.8403 4.90317C28.354 6.21875 28.2463 7.64434 28.5295 9.01804C28.8127 10.3917 29.4754 11.6585 30.4424 12.6745C31.4094 13.6904 32.642 14.4149 34 14.7655V18.7499C34 19.2472 33.8025 19.7241 33.4508 20.0757C33.0992 20.4273 32.6223 20.6249 32.125 20.6249H11.5C10.8611 20.6247 10.2269 20.7341 9.62502 20.9483V14.7655C11.3925 14.3091 12.9329 13.2238 13.9574 11.713C14.9819 10.2022 15.4203 8.36954 15.1902 6.55863C14.9602 4.74773 14.0777 3.08288 12.708 1.87616C11.3383 0.669427 9.57547 0.00366557 7.75002 0.00366557C5.92457 0.00366557 4.16178 0.669427 2.79208 1.87616C1.42238 3.08288 0.53981 4.74773 0.309796 6.55863C0.0797809 8.36954 0.518117 10.2022 1.54264 11.713C2.56716 13.2238 4.10753 14.3091 5.87502 14.7655V30.2343C4.10753 30.6906 2.56716 31.7759 1.54264 33.2868C0.518117 34.7976 0.0797809 36.6302 0.309796 38.4411C0.53981 40.252 1.42238 41.9169 2.79208 43.1236C4.16178 44.3303 5.92457 44.9961 7.75002 44.9961C9.57547 44.9961 11.3383 44.3303 12.708 43.1236C14.0777 41.9169 14.9602 40.252 15.1902 38.4411C15.4203 36.6302 14.9819 34.7976 13.9574 33.2868C12.9329 31.7759 11.3925 30.6906 9.62502 30.2343V26.2499C9.62502 25.7526 9.82256 25.2757 10.1742 24.9241C10.5258 24.5724 11.0027 24.3749 11.5 24.3749H32.125C33.6169 24.3749 35.0476 23.7823 36.1025 22.7274C37.1574 21.6725 37.75 20.2417 37.75 18.7499V14.7655C39.3594 14.3475 40.7846 13.4075 41.8025 12.0927C42.8204 10.7779 43.3734 9.16264 43.375 7.49988ZM4.00002 7.49988C4.00002 6.7582 4.21995 6.03318 4.63201 5.4165C5.04406 4.79981 5.62973 4.31916 6.31496 4.03534C7.00018 3.75151 7.75418 3.67724 8.48161 3.82194C9.20903 3.96663 9.87722 4.32379 10.4017 4.84823C10.9261 5.37268 11.2833 6.04087 11.428 6.7683C11.5727 7.49572 11.4984 8.24972 11.2146 8.93495C10.9307 9.62017 10.4501 10.2058 9.83341 10.6179C9.21672 11.03 8.4917 11.2499 7.75002 11.2499C6.75546 11.2499 5.80163 10.8548 5.09837 10.1515C4.39511 9.44827 4.00002 8.49445 4.00002 7.49988ZM11.5 37.4999C11.5 38.2416 11.2801 38.9666 10.868 39.5833C10.456 40.2 9.8703 40.6806 9.18508 40.9644C8.49986 41.2483 7.74586 41.3225 7.01843 41.1778C6.291 41.0331 5.62282 40.676 5.09837 40.1515C4.57392 39.6271 4.21677 38.9589 4.07207 38.2315C3.92738 37.504 4.00164 36.75 4.28547 36.0648C4.5693 35.3796 5.04995 34.7939 5.66663 34.3819C6.28331 33.9698 7.00834 33.7499 7.75002 33.7499C8.74458 33.7499 9.69841 34.145 10.4017 34.8482C11.1049 35.5515 11.5 36.5053 11.5 37.4999ZM35.875 11.2499C35.1333 11.2499 34.4083 11.03 33.7916 10.6179C33.1749 10.2058 32.6943 9.62017 32.4105 8.93495C32.1266 8.24972 32.0524 7.49572 32.1971 6.7683C32.3418 6.04087 32.6989 5.37268 33.2234 4.84823C33.7478 4.32379 34.416 3.96663 35.1434 3.82194C35.8709 3.67724 36.6249 3.75151 37.3101 4.03534C37.9953 4.31916 38.581 4.79981 38.993 5.4165C39.4051 6.03318 39.625 6.7582 39.625 7.49988C39.625 8.49445 39.2299 9.44827 38.5267 10.1515C37.8234 10.8548 36.8696 11.2499 35.875 11.2499Z"
|
487
|
+
}), F1 = C({
|
488
|
+
viewBox: "0 0 40 26",
|
489
|
+
displayName: "Users",
|
490
|
+
path: "M18.3203 17.675C19.9956 16.5597 21.2675 14.9348 21.9479 13.0407C22.6284 11.1466 22.6812 9.0838 22.0986 7.15735C21.516 5.2309 20.3289 3.54308 18.7128 2.34349C17.0968 1.14389 15.1376 0.496201 13.125 0.496201C11.1123 0.496201 9.15314 1.14389 7.5371 2.34349C5.92105 3.54308 4.73395 5.2309 4.15135 7.15735C3.56874 9.0838 3.62156 11.1466 4.30198 13.0407C4.98241 14.9348 6.25433 16.5597 7.92964 17.675C4.89916 18.7919 2.31106 20.8588 0.551518 23.5672C0.459043 23.7046 0.394809 23.8591 0.362551 24.0216C0.330293 24.1841 0.330654 24.3513 0.363614 24.5137C0.396573 24.676 0.461473 24.8302 0.554541 24.9672C0.647609 25.1043 0.766989 25.2215 0.905741 25.312C1.04449 25.4025 1.19985 25.4645 1.36278 25.4944C1.52571 25.5243 1.69297 25.5216 1.85482 25.4863C2.01668 25.451 2.16991 25.3839 2.30561 25.2889C2.44131 25.1939 2.55676 25.0729 2.64527 24.9328C3.78025 23.1872 5.33333 21.7527 7.16345 20.7597C8.99358 19.7666 11.0428 19.2465 13.125 19.2465C15.2071 19.2465 17.2563 19.7666 19.0865 20.7597C20.9166 21.7527 22.4697 23.1872 23.6046 24.9328C23.788 25.2053 24.0712 25.3947 24.393 25.46C24.7149 25.5254 25.0496 25.4614 25.3246 25.282C25.5997 25.1026 25.7931 24.8221 25.8631 24.5012C25.933 24.1803 25.8739 23.8448 25.6984 23.5672C23.9389 20.8588 21.3507 18.7919 18.3203 17.675ZM6.24996 9.87501C6.24996 8.51526 6.65317 7.18605 7.4086 6.05546C8.16404 4.92487 9.23776 4.04369 10.494 3.52333C11.7502 3.00298 13.1326 2.86683 14.4662 3.13211C15.7998 3.39738 17.0248 4.05216 17.9863 5.01365C18.9478 5.97513 19.6026 7.20014 19.8679 8.53376C20.1331 9.86738 19.997 11.2497 19.4766 12.506C18.9563 13.7622 18.0751 14.8359 16.9445 15.5914C15.8139 16.3468 14.4847 16.75 13.125 16.75C11.3022 16.7479 9.55474 16.0229 8.26588 14.7341C6.97702 13.4452 6.25202 11.6977 6.24996 9.87501ZM39.0843 25.2969C38.8067 25.4779 38.4685 25.5413 38.1441 25.473C37.8197 25.4048 37.5358 25.2104 37.3546 24.9328C36.221 23.1861 34.6681 21.751 32.8376 20.7584C31.0071 19.7658 28.9573 19.2472 26.875 19.25C26.5434 19.25 26.2255 19.1183 25.9911 18.8839C25.7567 18.6495 25.625 18.3315 25.625 18C25.625 17.6685 25.7567 17.3505 25.9911 17.1161C26.2255 16.8817 26.5434 16.75 26.875 16.75C27.8874 16.7491 28.8872 16.5245 29.8028 16.0924C30.7184 15.6603 31.5272 15.0312 32.1716 14.2503C32.8159 13.4693 33.2798 12.5557 33.5301 11.5747C33.7804 10.5936 33.8109 9.56943 33.6195 8.57524C33.4281 7.58104 33.0194 6.6414 32.4228 5.82344C31.8261 5.00548 31.0562 4.32939 30.1679 3.84349C29.2797 3.3576 28.2951 3.07388 27.2845 3.01261C26.2739 2.95134 25.2623 3.11403 24.3218 3.48907C24.1685 3.55535 24.0034 3.59023 23.8364 3.59164C23.6693 3.59305 23.5037 3.56097 23.3493 3.49729C23.1949 3.4336 23.0548 3.33961 22.9373 3.22086C22.8198 3.10212 22.7273 2.96103 22.6652 2.80593C22.6032 2.65083 22.5729 2.48486 22.5761 2.31785C22.5792 2.15083 22.6159 1.98614 22.6838 1.83352C22.7517 1.6809 22.8495 1.54344 22.9714 1.42926C23.0934 1.31508 23.237 1.2265 23.3937 1.16875C25.546 0.310397 27.9399 0.279508 30.1136 1.08205C32.2873 1.88458 34.0868 3.46369 35.165 5.51472C36.2431 7.56575 36.5235 9.94338 35.952 12.1889C35.3805 14.4345 33.9977 16.3889 32.0703 17.675C35.1007 18.7919 37.6889 20.8588 39.4484 23.5672C39.6295 23.8449 39.6928 24.1831 39.6245 24.5074C39.5563 24.8318 39.362 25.1158 39.0843 25.2969Z"
|
491
|
+
}), K1 = C({
|
492
|
+
displayName: "GitBranch",
|
493
|
+
path: "M29.25 5C29.2495 4.06494 28.9869 3.14875 28.4918 2.35547C27.9968 1.5622 27.2893 0.923631 26.4495 0.512295C25.6098 0.100958 24.6716 -0.066665 23.7413 0.0284617C22.8111 0.123589 21.9262 0.477653 21.1872 1.05044C20.4481 1.62324 19.8844 2.3918 19.5602 3.26886C19.236 4.14591 19.1642 5.0963 19.353 6.0121C19.5418 6.92791 19.9836 7.77241 20.6283 8.44972C21.273 9.12702 22.0946 9.60998 23 9.84375V12.5C23 12.8315 22.8683 13.1495 22.6339 13.3839C22.3995 13.6183 22.0815 13.75 21.75 13.75H8.00001C7.57408 13.7499 7.15129 13.8228 6.75001 13.9656V9.84375C7.92834 9.53951 8.95525 8.81596 9.63826 7.80874C10.3213 6.80152 10.6135 5.57977 10.4602 4.3725C10.3068 3.16523 9.71844 2.05533 8.8053 1.25085C7.89217 0.446361 6.71698 0.00252001 5.50001 0.00252001C4.28304 0.00252001 3.10785 0.446361 2.19472 1.25085C1.28159 2.05533 0.693207 3.16523 0.539864 4.3725C0.386521 5.57977 0.678744 6.80152 1.36176 7.80874C2.04478 8.81596 3.07169 9.53951 4.25001 9.84375V20.1562C3.07169 20.4605 2.04478 21.184 1.36176 22.1913C0.678744 23.1985 0.386521 24.4202 0.539864 25.6275C0.693207 26.8348 1.28159 27.9447 2.19472 28.7492C3.10785 29.5536 4.28304 29.9975 5.50001 29.9975C6.71698 29.9975 7.89217 29.5536 8.8053 28.7492C9.71844 27.9447 10.3068 26.8348 10.4602 25.6275C10.6135 24.4202 10.3213 23.1985 9.63826 22.1913C8.95525 21.184 7.92834 20.4605 6.75001 20.1562V17.5C6.75001 17.1685 6.88171 16.8505 7.11613 16.6161C7.35055 16.3817 7.66849 16.25 8.00001 16.25H21.75C22.7446 16.25 23.6984 15.8549 24.4017 15.1516C25.1049 14.4484 25.5 13.4946 25.5 12.5V9.84375C26.5729 9.56507 27.5231 8.93839 28.2017 8.06187C28.8803 7.18535 29.249 6.1085 29.25 5ZM3.00001 5C3.00001 4.50555 3.14663 4.0222 3.42134 3.61107C3.69604 3.19995 4.08649 2.87952 4.5433 2.6903C5.00012 2.50108 5.50279 2.45157 5.98774 2.54804C6.47269 2.6445 6.91815 2.8826 7.26778 3.23223C7.61741 3.58186 7.85551 4.02732 7.95198 4.51227C8.04844 4.99723 7.99893 5.49989 7.80971 5.95671C7.62049 6.41352 7.30006 6.80397 6.88894 7.07867C6.47781 7.35338 5.99447 7.5 5.50001 7.5C4.83697 7.5 4.20109 7.23661 3.73225 6.76777C3.2634 6.29892 3.00001 5.66304 3.00001 5ZM8.00001 25C8.00001 25.4945 7.85339 25.9778 7.57869 26.3889C7.30398 26.8 6.91354 27.1205 6.45672 27.3097C5.9999 27.4989 5.49724 27.5484 5.01229 27.452C4.52733 27.3555 4.08188 27.1174 3.73225 26.7678C3.38261 26.4181 3.14451 25.9727 3.04805 25.4877C2.95159 25.0028 3.00109 24.5001 3.19031 24.0433C3.37953 23.5865 3.69996 23.196 4.11109 22.9213C4.52221 22.6466 5.00556 22.5 5.50001 22.5C6.16305 22.5 6.79894 22.7634 7.26778 23.2322C7.73662 23.7011 8.00001 24.337 8.00001 25ZM24.25 7.5C23.7556 7.5 23.2722 7.35338 22.8611 7.07867C22.45 6.80397 22.1295 6.41352 21.9403 5.95671C21.7511 5.49989 21.7016 4.99723 21.798 4.51227C21.8945 4.02732 22.1326 3.58186 22.4822 3.23223C22.8319 2.8826 23.2773 2.6445 23.7623 2.54804C24.2472 2.45157 24.7499 2.50108 25.2067 2.6903C25.6635 2.87952 26.054 3.19995 26.3287 3.61107C26.6034 4.0222 26.75 4.50555 26.75 5C26.75 5.66304 26.4866 6.29892 26.0178 6.76777C25.5489 7.23661 24.9131 7.5 24.25 7.5Z"
|
487
494
|
});
|
488
495
|
export {
|
489
496
|
i1 as IconArrowBendUpRight,
|
@@ -532,6 +539,7 @@ export {
|
|
532
539
|
f1 as IconFunnel,
|
533
540
|
T as IconGauge,
|
534
541
|
O as IconGear,
|
542
|
+
K1 as IconGitBranch,
|
535
543
|
W1 as IconGitBranchX,
|
536
544
|
D1 as IconGoogleDrive,
|
537
545
|
V1 as IconHand,
|
@@ -578,6 +586,7 @@ export {
|
|
578
586
|
Y1 as IconUploadSimple,
|
579
587
|
a1 as IconUser,
|
580
588
|
L1 as IconUserX,
|
589
|
+
F1 as IconUsers,
|
581
590
|
e1 as IconWarningCircle,
|
582
591
|
n1 as IconWrench,
|
583
592
|
t1 as IconX,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IconArrowBendUpRight as c, IconArrowClockwise as I, IconArrowDown as e, IconArrowLeft as r, IconArrowLineDown as i, IconArrowLineLeft as t, IconArrowLineRight as a, IconArrowLineUp as l, IconArrowRight as s, IconArrowUp as C, IconArrowsOut as h, IconArticle as w, IconAt as p, IconBellSimple as u, IconBookOpenText as g, IconCalendarBlank as S, IconCaretDown as A, IconCaretLeft as D, IconCaretRight as L, IconCaretUp as d, IconCaretUpDown as k, IconChartPieSlice as U, IconChatText as P, IconCheck as B, IconCheckCircle as F, IconChecks as T, IconCircleNotch as X, IconClickHouse as f, IconCopy as y, IconCornersOut as R, IconCsv as m, IconCube as x, IconDatabase as
|
1
|
+
import { IconArrowBendUpRight as c, IconArrowClockwise as I, IconArrowDown as e, IconArrowLeft as r, IconArrowLineDown as i, IconArrowLineLeft as t, IconArrowLineRight as a, IconArrowLineUp as l, IconArrowRight as s, IconArrowUp as C, IconArrowsOut as h, IconArticle as w, IconAt as p, IconBellSimple as u, IconBookOpenText as g, IconCalendarBlank as S, IconCaretDown as A, IconCaretLeft as D, IconCaretRight as L, IconCaretUp as d, IconCaretUpDown as k, IconChartPieSlice as U, IconChatText as P, IconCheck as B, IconCheckCircle as F, IconChecks as T, IconCircleNotch as X, IconClickHouse as f, IconCopy as y, IconCornersOut as R, IconCsv as m, IconCube as x, IconDatabase as G, IconDotsNine as H, IconDotsThreeVertical as M, IconExport as v, IconEye as N, IconEyeSlash as O, IconFile as Q, IconFiles as E, IconFloppyDisk as b, IconFolderSimple as W, IconFolderSimpleX as z, IconFunnel as J, IconGauge as V, IconGear as Y, IconGitBranch as j, IconGitBranchX as q, IconGoogleDrive as K, IconHand as Z, IconHeadCircuit as _, IconHouse as $, IconIcon as oo, IconInfo as no, IconJoin as co, IconLanguage as Io, IconLink as eo, IconList as ro, IconLock as io, IconLockOpen as to, IconMariaDB as ao, IconMinus as lo, IconMongoDB as so, IconMoon as Co, IconMySQL as ho, IconNavigationArrow as wo, IconNotePencil as po, IconPassword as uo, IconPen as go, IconPlay as So, IconPlugsX as Ao, IconPlus as Do, IconPorsgteSQL as Lo, IconPresentationChart as ko, IconQuestion as Uo, IconQuestionFullfilled as Po, IconRedo as Bo, IconRoleX as Fo, IconSearch as To, IconSearchX as Xo, IconSelection as fo, IconServer as yo, IconSlidersHorizontal as Ro, IconSticker as mo, IconSun as xo, IconThreeDot as Go, IconTrash as Ho, IconTriangleDown as Mo, IconTriangleUp as vo, IconUndo as No, IconUploadSimple as Oo, IconUser as Qo, IconUserX as Eo, IconUsers as bo, IconWarningCircle as Wo, IconWrench as zo, IconX as Jo, IconYandexDisk as Vo } from "./Icons.js";
|
2
2
|
export {
|
3
3
|
c as IconArrowBendUpRight,
|
4
4
|
I as IconArrowClockwise,
|
@@ -32,10 +32,10 @@ export {
|
|
32
32
|
R as IconCornersOut,
|
33
33
|
m as IconCsv,
|
34
34
|
x as IconCube,
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
35
|
+
G as IconDatabase,
|
36
|
+
H as IconDotsNine,
|
37
|
+
M as IconDotsThreeVertical,
|
38
|
+
v as IconExport,
|
39
39
|
N as IconEye,
|
40
40
|
O as IconEyeSlash,
|
41
41
|
Q as IconFile,
|
@@ -46,54 +46,56 @@ export {
|
|
46
46
|
J as IconFunnel,
|
47
47
|
V as IconGauge,
|
48
48
|
Y as IconGear,
|
49
|
-
j as
|
50
|
-
q as
|
51
|
-
K as
|
52
|
-
Z as
|
53
|
-
_ as
|
54
|
-
$ as
|
55
|
-
oo as
|
56
|
-
no as
|
57
|
-
co as
|
58
|
-
Io as
|
59
|
-
eo as
|
60
|
-
ro as
|
61
|
-
io as
|
62
|
-
to as
|
63
|
-
ao as
|
64
|
-
lo as
|
65
|
-
so as
|
66
|
-
Co as
|
67
|
-
ho as
|
68
|
-
wo as
|
69
|
-
po as
|
70
|
-
uo as
|
71
|
-
go as
|
72
|
-
So as
|
73
|
-
Ao as
|
74
|
-
Do as
|
75
|
-
Lo as
|
76
|
-
ko as
|
77
|
-
Uo as
|
78
|
-
Po as
|
79
|
-
Bo as
|
80
|
-
Fo as
|
81
|
-
To as
|
82
|
-
Xo as
|
83
|
-
fo as
|
84
|
-
yo as
|
85
|
-
Ro as
|
86
|
-
mo as
|
87
|
-
xo as
|
49
|
+
j as IconGitBranch,
|
50
|
+
q as IconGitBranchX,
|
51
|
+
K as IconGoogleDrive,
|
52
|
+
Z as IconHand,
|
53
|
+
_ as IconHeadCircuit,
|
54
|
+
$ as IconHouse,
|
55
|
+
oo as IconIcon,
|
56
|
+
no as IconInfo,
|
57
|
+
co as IconJoin,
|
58
|
+
Io as IconLanguage,
|
59
|
+
eo as IconLink,
|
60
|
+
ro as IconList,
|
61
|
+
io as IconLock,
|
62
|
+
to as IconLockOpen,
|
63
|
+
ao as IconMariaDB,
|
64
|
+
lo as IconMinus,
|
65
|
+
so as IconMongoDB,
|
66
|
+
Co as IconMoon,
|
67
|
+
ho as IconMySQL,
|
68
|
+
wo as IconNavigationArrow,
|
69
|
+
po as IconNotePencil,
|
70
|
+
uo as IconPassword,
|
71
|
+
go as IconPen,
|
72
|
+
So as IconPlay,
|
73
|
+
Ao as IconPlugsX,
|
74
|
+
Do as IconPlus,
|
75
|
+
Lo as IconPorsgteSQL,
|
76
|
+
ko as IconPresentationChart,
|
77
|
+
Uo as IconQuestion,
|
78
|
+
Po as IconQuestionFullfilled,
|
79
|
+
Bo as IconRedo,
|
80
|
+
Fo as IconRoleX,
|
81
|
+
To as IconSearch,
|
82
|
+
Xo as IconSearchX,
|
83
|
+
fo as IconSelection,
|
84
|
+
yo as IconServer,
|
85
|
+
Ro as IconSlidersHorizontal,
|
86
|
+
mo as IconSticker,
|
87
|
+
xo as IconSun,
|
88
|
+
Go as IconThreeDot,
|
88
89
|
Ho as IconTrash,
|
89
90
|
Mo as IconTriangleDown,
|
90
91
|
vo as IconTriangleUp,
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
92
|
+
No as IconUndo,
|
93
|
+
Oo as IconUploadSimple,
|
94
|
+
Qo as IconUser,
|
95
|
+
Eo as IconUserX,
|
96
|
+
bo as IconUsers,
|
97
|
+
Wo as IconWarningCircle,
|
98
|
+
zo as IconWrench,
|
99
|
+
Jo as IconX,
|
100
|
+
Vo as IconYandexDisk
|
99
101
|
};
|
package/dist/main.d.ts
CHANGED
@@ -662,6 +662,13 @@ className?: string;
|
|
662
662
|
viewBox?: string;
|
663
663
|
}>;
|
664
664
|
|
665
|
+
export declare const IconGitBranch: FC< {
|
666
|
+
size?: number;
|
667
|
+
color?: string;
|
668
|
+
className?: string;
|
669
|
+
viewBox?: string;
|
670
|
+
}>;
|
671
|
+
|
665
672
|
export declare const IconGitBranchX: FC< {
|
666
673
|
size?: number;
|
667
674
|
color?: string;
|
@@ -977,6 +984,13 @@ className?: string;
|
|
977
984
|
viewBox?: string;
|
978
985
|
}>;
|
979
986
|
|
987
|
+
export declare const IconUsers: FC< {
|
988
|
+
size?: number;
|
989
|
+
color?: string;
|
990
|
+
className?: string;
|
991
|
+
viewBox?: string;
|
992
|
+
}>;
|
993
|
+
|
980
994
|
export declare const IconUserX: FC< {
|
981
995
|
size?: number;
|
982
996
|
color?: string;
|
package/dist/main.js
CHANGED
@@ -12,11 +12,11 @@ import { CliTextareaInput as S } from "./components/Ui/CliTextareaInput/CliTexta
|
|
12
12
|
import "react";
|
13
13
|
import { CustomLink as D } from "./components/Ui/CustomLink/CustomLink.js";
|
14
14
|
import { DropdownInput as P } from "./components/Ui/DropdownInput/DropdownInput.js";
|
15
|
-
import { DropdownMenu as
|
16
|
-
import { FileUpload as
|
15
|
+
import { DropdownMenu as U } from "./components/Ui/DropdownMenu/DropdownMenu.js";
|
16
|
+
import { FileUpload as F } from "./components/Ui/FileUpload/FileUpload.js";
|
17
17
|
import { Form as R } from "./components/Ui/Form/FormRoot/FormRoot.js";
|
18
18
|
import { FormValidationError as X, useForm as b } from "./components/Ui/Form/useForm/useForm.js";
|
19
|
-
import { Loader as
|
19
|
+
import { Loader as H } from "./components/Ui/Loader/Loader.js";
|
20
20
|
import { Pagination as N } from "./components/Ui/Pagination/Pagination.js";
|
21
21
|
import { Radio as Q } from "./components/Ui/Radio/Radio.js";
|
22
22
|
import { SearchInput as W } from "./components/Ui/SearchInput/SearchInput.js";
|
@@ -27,12 +27,12 @@ import { TextInput as _ } from "./components/Ui/TextInput/TextInput.js";
|
|
27
27
|
import { TextareaInput as oo } from "./components/Ui/TextareaInput/TextareaInput.js";
|
28
28
|
import { Tooltip as no } from "./components/Ui/Tooltip/Tooltip.js";
|
29
29
|
import { Tabs as co } from "./components/Ui/Tabs/Tabs.js";
|
30
|
-
import { IconArrowBendUpRight as Io, IconArrowClockwise as ao, IconArrowDown as io, IconArrowLeft as po, IconArrowLineDown as lo, IconArrowLineLeft as mo, IconArrowLineRight as fo, IconArrowLineUp as xo, IconArrowRight as so, IconArrowUp as uo, IconArrowsOut as Co, IconArticle as ho, IconAt as wo, IconBellSimple as To, IconBookOpenText as go, IconCalendarBlank as ko, IconCaretDown as So, IconCaretLeft as Ao, IconCaretRight as Do, IconCaretUp as Lo, IconCaretUpDown as Po, IconChartPieSlice as
|
31
|
-
import { ToastProvider as
|
32
|
-
import { TriaflyContext as
|
33
|
-
import { useBreakpointValueTriafly as
|
34
|
-
import { useThemeLogic as
|
35
|
-
import { useModalState as
|
30
|
+
import { IconArrowBendUpRight as Io, IconArrowClockwise as ao, IconArrowDown as io, IconArrowLeft as po, IconArrowLineDown as lo, IconArrowLineLeft as mo, IconArrowLineRight as fo, IconArrowLineUp as xo, IconArrowRight as so, IconArrowUp as uo, IconArrowsOut as Co, IconArticle as ho, IconAt as wo, IconBellSimple as To, IconBookOpenText as go, IconCalendarBlank as ko, IconCaretDown as So, IconCaretLeft as Ao, IconCaretRight as Do, IconCaretUp as Lo, IconCaretUpDown as Po, IconChartPieSlice as Bo, IconChatText as Uo, IconCheck as yo, IconCheckCircle as Fo, IconChecks as Mo, IconCircleNotch as Ro, IconClickHouse as vo, IconCopy as Xo, IconCornersOut as bo, IconCsv as Go, IconCube as Ho, IconDatabase as Eo, IconDotsNine as No, IconDotsThreeVertical as Oo, IconExport as Qo, IconEye as Vo, IconEyeSlash as Wo, IconFile as zo, IconFiles as Jo, IconFloppyDisk as Yo, IconFolderSimple as jo, IconFolderSimpleX as qo, IconFunnel as Ko, IconGauge as Zo, IconGear as _o, IconGitBranch as $o, IconGitBranchX as or, IconGoogleDrive as rr, IconHand as nr, IconHeadCircuit as er, IconHouse as cr, IconIcon as tr, IconInfo as Ir, IconJoin as ar, IconLanguage as ir, IconLink as pr, IconList as lr, IconLock as mr, IconLockOpen as fr, IconMariaDB as xr, IconMinus as sr, IconMongoDB as ur, IconMoon as dr, IconMySQL as Cr, IconNavigationArrow as hr, IconNotePencil as wr, IconPassword as Tr, IconPen as gr, IconPlay as kr, IconPlugsX as Sr, IconPlus as Ar, IconPorsgteSQL as Dr, IconPresentationChart as Lr, IconQuestion as Pr, IconQuestionFullfilled as Br, IconRedo as Ur, IconRoleX as yr, IconSearch as Fr, IconSearchX as Mr, IconSelection as Rr, IconServer as vr, IconSlidersHorizontal as Xr, IconSticker as br, IconSun as Gr, IconThreeDot as Hr, IconTrash as Er, IconTriangleDown as Nr, IconTriangleUp as Or, IconUndo as Qr, IconUploadSimple as Vr, IconUser as Wr, IconUserX as zr, IconUsers as Jr, IconWarningCircle as Yr, IconWrench as jr, IconX as qr, IconYandexDisk as Kr } from "./components/Ui/Icons/Icons.js";
|
31
|
+
import { ToastProvider as _r, useToast as $r } from "./context/ToastContext/ToastContext.js";
|
32
|
+
import { TriaflyContext as rn, TriaflyProvider as nn, useTriafly as en } from "./context/TriaflyContext/TriaflyProvider.js";
|
33
|
+
import { useBreakpointValueTriafly as tn } from "./context/TriaflyContext/hooks/useBreakpointValue/useBreakpointValue.js";
|
34
|
+
import { useThemeLogic as an } from "./context/TriaflyContext/hooks/useTheme/useTheme.js";
|
35
|
+
import { useModalState as ln } from "./context/TriaflyContext/hooks/useModal/useModal.js";
|
36
36
|
export {
|
37
37
|
e as Accordeon,
|
38
38
|
t as Alert,
|
@@ -46,8 +46,8 @@ export {
|
|
46
46
|
x as DatePicker,
|
47
47
|
u as DateRangePicker,
|
48
48
|
P as DropdownInput,
|
49
|
-
|
50
|
-
|
49
|
+
U as DropdownMenu,
|
50
|
+
F as FileUpload,
|
51
51
|
R as Form,
|
52
52
|
X as FormValidationError,
|
53
53
|
Io as IconArrowBendUpRight,
|
@@ -71,18 +71,18 @@ export {
|
|
71
71
|
Do as IconCaretRight,
|
72
72
|
Lo as IconCaretUp,
|
73
73
|
Po as IconCaretUpDown,
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
74
|
+
Bo as IconChartPieSlice,
|
75
|
+
Uo as IconChatText,
|
76
|
+
yo as IconCheck,
|
77
|
+
Fo as IconCheckCircle,
|
78
78
|
Mo as IconChecks,
|
79
79
|
Ro as IconCircleNotch,
|
80
80
|
vo as IconClickHouse,
|
81
81
|
Xo as IconCopy,
|
82
82
|
bo as IconCornersOut,
|
83
|
-
|
84
|
-
|
85
|
-
|
83
|
+
Go as IconCsv,
|
84
|
+
Ho as IconCube,
|
85
|
+
Eo as IconDatabase,
|
86
86
|
No as IconDotsNine,
|
87
87
|
Oo as IconDotsThreeVertical,
|
88
88
|
Qo as IconExport,
|
@@ -96,57 +96,59 @@ export {
|
|
96
96
|
Ko as IconFunnel,
|
97
97
|
Zo as IconGauge,
|
98
98
|
_o as IconGear,
|
99
|
-
$o as
|
100
|
-
or as
|
101
|
-
rr as
|
102
|
-
nr as
|
103
|
-
er as
|
104
|
-
cr as
|
105
|
-
tr as
|
106
|
-
Ir as
|
107
|
-
ar as
|
108
|
-
ir as
|
109
|
-
pr as
|
110
|
-
lr as
|
111
|
-
mr as
|
112
|
-
fr as
|
113
|
-
xr as
|
114
|
-
sr as
|
115
|
-
ur as
|
116
|
-
dr as
|
117
|
-
Cr as
|
118
|
-
hr as
|
119
|
-
wr as
|
120
|
-
Tr as
|
121
|
-
gr as
|
122
|
-
kr as
|
123
|
-
Sr as
|
124
|
-
Ar as
|
125
|
-
Dr as
|
126
|
-
Lr as
|
127
|
-
Pr as
|
128
|
-
|
129
|
-
|
99
|
+
$o as IconGitBranch,
|
100
|
+
or as IconGitBranchX,
|
101
|
+
rr as IconGoogleDrive,
|
102
|
+
nr as IconHand,
|
103
|
+
er as IconHeadCircuit,
|
104
|
+
cr as IconHouse,
|
105
|
+
tr as IconIcon,
|
106
|
+
Ir as IconInfo,
|
107
|
+
ar as IconJoin,
|
108
|
+
ir as IconLanguage,
|
109
|
+
pr as IconLink,
|
110
|
+
lr as IconList,
|
111
|
+
mr as IconLock,
|
112
|
+
fr as IconLockOpen,
|
113
|
+
xr as IconMariaDB,
|
114
|
+
sr as IconMinus,
|
115
|
+
ur as IconMongoDB,
|
116
|
+
dr as IconMoon,
|
117
|
+
Cr as IconMySQL,
|
118
|
+
hr as IconNavigationArrow,
|
119
|
+
wr as IconNotePencil,
|
120
|
+
Tr as IconPassword,
|
121
|
+
gr as IconPen,
|
122
|
+
kr as IconPlay,
|
123
|
+
Sr as IconPlugsX,
|
124
|
+
Ar as IconPlus,
|
125
|
+
Dr as IconPorsgteSQL,
|
126
|
+
Lr as IconPresentationChart,
|
127
|
+
Pr as IconQuestion,
|
128
|
+
Br as IconQuestionFullfilled,
|
129
|
+
Ur as IconRedo,
|
130
|
+
yr as IconRoleX,
|
130
131
|
Fr as IconSearch,
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
132
|
+
Mr as IconSearchX,
|
133
|
+
Rr as IconSelection,
|
134
|
+
vr as IconServer,
|
135
|
+
Xr as IconSlidersHorizontal,
|
136
|
+
br as IconSticker,
|
137
|
+
Gr as IconSun,
|
137
138
|
Hr as IconThreeDot,
|
138
139
|
Er as IconTrash,
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
140
|
+
Nr as IconTriangleDown,
|
141
|
+
Or as IconTriangleUp,
|
142
|
+
Qr as IconUndo,
|
143
|
+
Vr as IconUploadSimple,
|
144
|
+
Wr as IconUser,
|
145
|
+
zr as IconUserX,
|
146
|
+
Jr as IconUsers,
|
147
|
+
Yr as IconWarningCircle,
|
148
|
+
jr as IconWrench,
|
149
|
+
qr as IconX,
|
150
|
+
Kr as IconYandexDisk,
|
151
|
+
H as Loader,
|
150
152
|
p as ModalWindow,
|
151
153
|
N as Pagination,
|
152
154
|
Q as Radio,
|
@@ -157,14 +159,14 @@ export {
|
|
157
159
|
co as Tabs,
|
158
160
|
_ as TextInput,
|
159
161
|
oo as TextareaInput,
|
160
|
-
|
162
|
+
_r as ToastProvider,
|
161
163
|
no as Tooltip,
|
162
|
-
|
163
|
-
|
164
|
-
|
164
|
+
rn as TriaflyContext,
|
165
|
+
nn as TriaflyProvider,
|
166
|
+
tn as useBreakpointValueTriafly,
|
165
167
|
b as useForm,
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
168
|
+
ln as useModalState,
|
169
|
+
an as useThemeLogic,
|
170
|
+
$r as useToast,
|
171
|
+
en as useTriafly
|
170
172
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import '../../../../assets/src/components/Ui/Tooltip/Tooltip.stories.module.css';const i = "
|
1
|
+
import '../../../../assets/src/components/Ui/Tooltip/Tooltip.stories.module.css';const i = "_container_193w2_1", o = "_trigger_193w2_14", t = "_clickTrigger_193w2_29 _trigger_193w2_14", n = "_positionsContainer_193w2_38", r = "_positionGroup_193w2_42", s = {
|
2
2
|
container: i,
|
3
3
|
trigger: o,
|
4
4
|
clickTrigger: t,
|