urfu-ui-kit-vanilla 1.0.65 → 1.0.66

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 CHANGED
@@ -1,92 +1,11 @@
1
- # vanilla
1
+ Для разработчиков:
2
2
 
3
+ 1. Все классы имеют в названии префикс u-, для наименьшего риска случайного переопределения классов в проектах, использующих библиотеку.
3
4
 
5
+ 2. Иконочный шрифт создается на сервисе, подобном https://icomoon.io/app/#/select/font. Иконки берутся из фигмы и загружаются на сервис все вместе. Текущий состав иконочного шрифта создан из иконок папки icons folder в этом проекте. Не забывать пополнять папку после дополнения шрифта новыми иконками!!! После создания иконочного шрифта обновляется (заменяется) файл ui-icons.css и папка src/fonst соответственно.
4
6
 
5
- ## Getting started
7
+ 3. Проект создается на less, перед публикацией компилируется в общий файл .css (main.css). Пример компилятора: Easy LESS.
6
8
 
7
- To make it easy for you to get started with GitLab, here's a list of recommended next steps.
9
+ 4. Для публикации актуальных версий в npm нужно иметь права соавтора на пакет в npmjs.com. Публикация актуальной версии производится посредством выполнения команды npm publish в терминале. Для успешной отправки изменений должна быть указана актуальная версия проекта в поле "version" файла package.json. Файлы для публикации определены в поле "files" файла package.json.
8
10
 
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://gitlab.urfu.ru/ui/base.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://gitlab.urfu.ru/ui/base/-/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
- - [ ] [Automatically merge when pipeline succeeds](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!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template.
50
-
51
- ## Suggestions for a good README
52
- 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.
53
-
54
- ## Name
55
- Choose a self-explaining name for your project.
56
-
57
- ## Description
58
- 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.
59
-
60
- ## Badges
61
- 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.
62
-
63
- ## Visuals
64
- 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.
65
-
66
- ## Installation
67
- 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.
68
-
69
- ## Usage
70
- 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.
71
-
72
- ## Support
73
- 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.
74
-
75
- ## Roadmap
76
- If you have ideas for releases in the future, it is a good idea to list them in the README.
77
-
78
- ## Contributing
79
- State if you are open to contributions and what your requirements are for accepting them.
80
-
81
- 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.
82
-
83
- 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.
84
-
85
- ## Authors and acknowledgment
86
- Show your appreciation to those who have contributed to the project.
87
-
88
- ## License
89
- For open source projects, say how it is licensed.
90
-
91
- ## Project status
92
- 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.
11
+ 5. Для публикации актуальной версии на сервер (ссылочный метод использования библиотеки) данный проект собирается и содержимое папки dist помещается в папку с актуальным номером версии (v[номер], пример: v1 - первая версия библиотеки) папки public проекта u-library-review. Не забывайте обновлять актуальный номер версии в документации (https://uikit.my1.urfu.ru/). Файлы для сборки определены в поле "include" файла tsconfig.json.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "1.0.65",
6
+ "version": "1.0.66",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "vite",
Binary file
@@ -68,7 +68,7 @@
68
68
  <glyph unicode="&#xe93a;" glyph-name="right" d="M280.993-39.006c-33.324 33.323-33.324 87.356 0 120.678l366.327 366.328-366.327 366.326c-33.324 33.325-33.324 87.355 0 120.68s87.355 33.325 120.68 0l426.667-426.666c16.003-16.003 24.993-37.708 24.993-60.34s-8.991-44.337-24.993-60.34l-426.667-426.667c-33.325-33.323-87.355-33.323-120.68 0z" />
69
69
  <glyph unicode="&#xe93b;" glyph-name="right-arrow" d="M471.976 87.027c-22.628 27.155-18.959 67.514 8.194 90.138l325.001 270.837-325.001 270.833c-27.153 22.628-30.822 62.984-8.194 90.138s62.984 30.822 90.138 8.195l383.998-319.999c14.592-12.16 23.027-30.172 23.027-49.166s-8.435-37.007-23.027-49.167l-383.998-320.001c-27.153-22.63-67.51-18.957-90.138 8.192zM831.987 448c0-35.346-28.659-64-64-64h-704.003c-35.346 0-64 28.653-64 64s28.654 64 64 64h704.003c35.341 0 64-28.654 64-64z" />
70
70
  <glyph unicode="&#xe93c;" glyph-name="role" d="M506.878 192.015c-92.16 0-148.48 56.32-163.84 87.040-15.36 25.6-5.119 56.32 20.481 71.68s56.32 5.12 71.68-20.48c0-5.12 25.6-35.84 76.8-35.84s71.681 30.72 76.801 35.84c15.36 25.6 46.080 30.72 71.68 20.48 25.6-15.36 30.72-46.080 20.48-66.56-25.6-35.84-81.92-92.16-174.082-92.16zM450.558 417.29c-20.48 0-35.84 10.24-46.080 25.6 0 0-10.24 15.36-30.72 15.36s-30.72-15.36-30.72-15.36c-15.36-25.6-46.080-30.72-71.68-20.48-20.48 20.48-30.72 46.080-15.36 71.68 10.24 25.6 51.2 66.56 117.76 66.56s107.52-40.96 122.88-66.56c15.36-25.6 5.12-56.32-20.48-71.68-5.12 0-15.36-5.12-25.6-5.12zM737.28 417.29c-20.48 0-35.84 10.24-46.080 25.6 0 0-10.24 15.36-30.72 15.36s-30.72-15.36-30.72-15.36c-15.36-25.6-46.080-35.84-71.68-20.48s-35.84 46.080-20.48 71.68c15.36 25.6 56.32 66.56 122.88 66.56s107.52-40.96 122.88-66.56c15.36-25.6 5.12-56.32-20.48-71.68-10.24 0-15.36-5.12-25.6-5.12zM506.881-43.52c-10.24 0-25.6 0-35.84 5.12-87.040 30.72-296.96 117.76-368.64 256-66.56 128-56.32 384-40.96 522.24 5.12 40.96 30.72 76.8 71.68 92.16 56.32 20.48 184.32 51.2 378.879 51.2s322.56-30.72 378.88-51.2c40.96-15.36 66.56-46.080 71.68-87.040 15.36-112.64 35.84-389.12-30.72-522.24-71.68-138.24-291.84-225.28-378.88-256-20.48-5.12-30.72-10.24-46.079-10.24zM194.561 268.8c46.080-87.040 189.44-163.84 312.32-204.8h5.119c128 40.96 276.48 117.76 322.56 204.8s40.96 296.96 20.48 465.92c-56.32 20.48-168.96 51.2-348.159 51.2-179.2 0-291.84-30.72-343.040-46.080-15.36-174.080-15.36-384 30.72-471.040z" />
71
- <glyph unicode="&#xe93d;" glyph-name="save" d="M0 802.462c0 87.006 70.532 157.538 157.538 157.538h607.175c52.035 0 100.71-25.694 130.068-68.657l101.75-148.904c17.894-26.187 27.469-57.165 27.469-88.882v-599.403c0-65.254-52.9-118.154-118.154-118.154-21.75 0-39.383 17.633-39.383 39.383 0 21.755 17.633 39.388 39.383 39.388s39.383 17.633 39.383 39.383v599.403c0 15.859-4.787 31.348-13.732 44.441l-101.75 148.904c-14.679 21.481-39.020 34.329-65.034 34.329h-55.777v-196.927c0-65.254-52.9-118.154-118.154-118.154h-157.536c-65.254 0-118.154 52.899-118.154 118.154v196.927h-157.553c-43.503 0-78.769-35.266-78.769-78.769v-708.924c0-43.5 35.266-78.766 78.769-78.766h78.774v275.676c0 65.254 52.899 118.154 118.154 118.154h315.076c65.254 0 118.154-52.9 118.154-118.154v-315.080h-0.005c-0.005-21.745-17.638-39.368-39.383-39.368h-590.77c-87.006 0-157.538 70.533-157.538 157.537v708.924zM393.861 881.231v-196.927c0-21.752 17.633-39.385 39.385-39.385h157.536c21.755 0 39.388 17.633 39.388 39.385v196.927h-236.309zM708.925 14.771h-393.844v275.676c0 21.75 17.633 39.383 39.385 39.383h315.076c21.755 0 39.383-17.633 39.383-39.383v-275.676z" />
71
+ <glyph unicode="&#xe93d;" glyph-name="save" d="M993.28 750.061l-97.28 143.359c-30.72 40.959-76.8 66.56-133.12 66.56l-604.16 0.020c-87.040 0-158.72-71.678-158.72-158.717v-706.548c0-87.035 71.68-158.715 158.72-158.715h588.8c20.48 0 40.96 15.36 40.96 40.96v317.435c0 66.555-51.2 117.755-117.76 117.755h-317.44c-66.56 0-117.76-51.2-117.76-117.755v-276.475h-76.8c-40.96 0-76.8 35.84-76.8 76.795v706.548c0 40.959 35.84 76.798 76.8 76.798h158.72v-194.556c0-66.559 51.2-117.758 117.76-117.758h158.72c66.56 0 117.76 51.199 117.76 117.758l5.12 194.556h50.278c25.6 0 57.242-15.36 72.602-35.839l92.16-138.262c10.24-15.36 15.36-30.721 15.36-46.080v-599.041c0-20.48-15.36-40.96-40.96-40.96s-40.96-15.36-40.96-40.96c0-20.48 15.36-40.96 40.96-40.96 66.56 0 117.76 51.2 117.76 117.76v604.161c-5.12 30.719-15.36 61.441-30.72 92.16zM317.44 289.295c0 20.48 15.36 40.955 40.96 40.955h317.44c20.48 0 40.96-15.36 40.96-40.955v-276.475h-399.36v276.475zM629.76 673.286c0-20.479-15.36-40.959-40.96-40.959h-153.6c-25.6 0-40.96 20.479-40.96 40.959v194.556h235.52v-194.556z" />
72
72
  <glyph unicode="&#xe93e;" glyph-name="search" d="M549.274 755.2c149.074 0 269.926-120.85 269.926-269.926 0-149.074-120.852-269.926-269.926-269.926-74.552 0-141.964 30.157-190.867 79.058-48.903 48.906-79.059 116.316-79.059 190.868 0 149.076 120.85 269.926 269.926 269.926zM921.6 485.274c0 205.63-166.697 372.326-372.326 372.326s-372.326-166.696-372.326-372.326c0-84.332 28.082-162.171 75.338-224.579l-171.092-171.095 72.408-72.407 171.092 171.090c62.412-47.252 140.25-75.336 224.581-75.336 205.629 0 372.326 166.697 372.326 372.326z" />
73
73
  <glyph unicode="&#xe93f;" glyph-name="setting" d="M512-64c-71.68 0-128 46.080-143.36 117.76 0 10.24-10.24 15.36-15.36 15.36s-10.24 5.12-20.48 0c-61.44-35.84-133.12-30.72-184.32 20.48s-56.32 122.88-20.48 184.32c5.12 10.24 5.12 15.36 0 20.48 0 5.12-5.12 10.24-15.36 15.36-66.56 10.24-112.64 66.56-112.64 138.24s46.080 128 117.76 143.36c10.24 0 15.36 10.24 15.36 15.36s5.12 10.24 0 20.48c-40.96 56.32-35.84 133.12 15.36 184.32s122.88 56.32 184.32 20.48c10.24-5.12 15.36-5.12 20.48 0 5.12 0 10.24 5.12 15.36 15.36 15.36 66.56 71.68 112.64 143.36 112.64s128-46.080 143.36-117.76c0-10.24 10.24-15.36 15.36-15.36s10.24-5.12 20.48 0c61.44 35.84 133.12 30.72 184.32-20.48s56.32-122.88 20.48-184.32c-5.12-10.24-5.12-15.36 0-20.48s5.12-10.24 15.36-15.36c66.56-10.24 112.64-66.56 112.64-138.24s-46.080-128-117.76-143.36c-10.24 0-15.36-10.24-15.36-15.36s-5.12-10.24 0-20.48c35.84-61.44 30.72-133.12-20.48-184.32s-122.88-56.32-184.32-20.48c-10.24 5.12-15.36 5.12-20.48 0-5.12 0-10.24-5.12-15.36-15.36-10.24-66.56-66.56-112.64-138.24-112.64zM348.16 171.52c15.36 0 30.72-5.12 46.080-10.24 35.84-15.36 66.56-46.080 71.68-87.040 10.24-30.72 35.84-35.84 46.080-35.84s35.84 5.12 46.080 35.84c10.24 40.96 35.84 71.68 71.68 87.040s81.92 10.24 112.64-10.24c30.72-20.48 51.2 0 56.32 5.12s25.6 30.72 5.12 56.32c-20.48 35.84-25.6 76.8-10.24 112.64s46.080 66.56 87.040 71.68c35.84 5.12 35.84 35.84 35.84 46.080s-5.12 35.84-35.84 46.080c-40.96 10.24-71.68 35.84-87.040 71.68s-10.24 81.92 10.24 112.64c20.48 30.72 0 51.2-5.12 56.32s-30.72 25.6-56.32 5.12c-35.84-20.48-76.8-25.6-112.64-10.24s-66.56 46.080-71.68 87.040c-10.24 40.96-35.84 46.080-46.080 46.080s-35.84-5.12-46.080-35.84c-10.24-40.96-35.84-71.68-71.68-87.040s-81.92-10.24-112.64 10.24c-30.72 20.48-51.2 0-56.32-5.12-10.24-10.24-25.6-30.72-10.24-61.44 20.48-30.72 25.6-76.8 10.24-112.64s-46.080-61.44-87.040-71.68c-30.72-10.24-35.84-35.84-35.84-46.080s5.12-35.84 35.84-46.080c40.96-10.24 71.68-35.84 87.040-71.68s10.24-81.92-10.24-112.64c-20.48-30.72 0-51.2 5.12-56.32s30.72-25.6 56.32-5.12c25.6 10.24 46.080 15.36 71.68 15.36zM512 550.4c-56.32 0-102.4-46.080-102.4-102.4s46.080-102.4 102.4-102.4c56.32 0 102.4 46.080 102.4 102.4s-46.080 102.4-102.4 102.4zM307.2 448c0 112.64 92.16 204.8 204.8 204.8s204.8-92.16 204.8-204.8c0-112.64-92.16-204.8-204.8-204.8s-204.8 92.16-204.8 204.8z" />
74
74
  <glyph unicode="&#xe940;" glyph-name="settlement" d="M1009.311 954.301c9.201-5.978 14.689-15.806 14.689-26.302v-960c0-17.674-15.283-32-34.135-32h-204.8c-18.852 0-34.13 14.326-34.13 32v96h-68.27v-96c0-17.674-15.278-32-34.13-32h-614.402c-18.851 0-34.133 14.326-34.133 32v384c0 15.642 12.063 28.995 28.522 31.565l381.078 59.546v292.89c0 13.339 8.826 25.279 22.148 29.962l546.136 192c10.481 3.685 22.221 2.317 31.427-3.661zM477.866 713.824v-297.824c0-15.642-12.063-28.995-28.521-31.565l-381.079-59.546v-324.89h546.134v96c0 17.674 15.283 32 34.135 32h136.53c18.852 0 34.135-14.326 34.135-32v-96h136.535v881.824l-477.869-168zM409.6-32v448h68.266v-448h-68.266zM136.534 256h68.266v-64h-68.266v64zM273.066 256h68.267v-64h-68.267v64zM136.534 128h68.266v-64h-68.266v64zM273.066 128h68.267v-64h-68.267v64zM682.665 640h68.27v-64h-68.27v64zM819.2 640h68.265v-64h-68.265v64zM682.665 512h68.27v-64h-68.27v64zM819.2 512h68.265v-64h-68.265v64zM546.135 512h68.265v-64h-68.265v64zM546.135 384h68.265v-64h-68.265v64zM682.665 384h68.27v-64h-68.27v64zM819.2 384h68.265v-64h-68.265v64zM546.135 256h68.265v-64h-68.265v64zM682.665 256h68.27v-64h-68.27v64zM819.2 256h68.265v-64h-68.265v64z" />
@@ -93,4 +93,6 @@
93
93
  <glyph unicode="&#xe953;" glyph-name="warning" d="M512 140.8c28.278 0 51.2 22.922 51.2 51.2s-22.922 51.2-51.2 51.2c-28.276 0-51.199-22.922-51.199-51.2s22.923-51.2 51.199-51.2zM463.652 550.479c-1.542 27.763 20.554 51.121 48.358 51.121 27.807 0 49.905-23.358 48.358-51.121l-12.334-222c-1.060-19.118-16.876-34.079-36.024-34.079s-34.963 14.961-36.025 34.079l-12.333 222zM651.535 872.967c-58.706 116.045-220.363 116.042-279.069 0h279.069zM651.535 872.967l354.601-700.935c52.895-104.55-18.278-236.032-139.53-236.032h-62.961c-28.278 0-51.2 22.922-51.2 51.2s22.922 51.2 51.2 51.2h62.961c38.354 0 69.606 45.015 48.159 87.409l-354.606 700.933c-20.813 41.142-75.505 41.145-96.32 0l-354.602-700.933c-21.446-42.394 9.807-87.409 48.162-87.409h460.657c28.273 0 51.2-22.922 51.2-51.2s-22.927-51.2-51.2-51.2h-460.657c-121.257 0-192.427 131.482-139.535 236.032l354.602 700.935z" />
94
94
  <glyph unicode="&#xe954;" glyph-name="xls" d="M849.923 371.19c15.36 0 25.6 10.24 25.6 25.6v238.080c0 51.2-23.043 97.28-61.443 128l-138.24 112.64c-28.16 23.040-64 35.84-99.84 35.84h-266.239c-89.6 0-161.28-74.24-161.28-166.4v-576c0-92.16 71.68-166.4 161.28-166.4h407.039c89.6 0 161.28 74.24 161.28 166.4v71.68c0 15.36-10.24 25.6-25.6 25.6s-25.6-10.24-25.6-25.6v-71.68c0-64-48.64-115.2-110.080-115.2h-407.039c-61.44 0-110.080 51.2-110.080 115.2v578.56c0 64 48.64 115.2 110.080 115.2h268.799v-148.48c0-40.96 30.72-71.68 71.68-71.68h176.64c0-2.56 0-5.12 0-7.68v-238.080c-2.56-15.36 10.243-25.6 23.043-25.6zM448 348.16h-46.080l-38.4 58.88-38.4-58.88h-43.52l58.88 89.6-53.76 81.92h46.080l33.28-53.76 33.28 53.76h43.52l-53.76-84.48 58.88-87.040zM512 384h71.68v-35.84h-112.64v171.52h40.96v-135.68zM670.72 345.6c-23.040 0-38.4 5.12-53.76 15.36-12.8 10.24-20.48 25.6-20.48 43.52h43.52c0-5.12 0-7.68 2.56-10.24s5.12-5.12 7.68-7.68c2.56-2.56 7.68-2.56 10.24-5.12 2.56 0 7.68-2.56 12.8-2.56 7.68 0 15.36 2.56 20.48 5.12s10.24 7.68 10.24 15.36c0 2.56 0 5.12-2.56 7.68s-2.56 2.56-5.12 5.12-5.12 2.56-7.68 5.12c-2.56 2.56-7.68 2.56-10.24 2.56s-7.68 2.56-12.8 2.56c-5.12 0-7.68 2.56-10.24 2.56s-5.12 2.56-10.24 2.56c-5.12 0-7.68 2.56-10.24 2.56s-5.12 2.56-7.68 5.12c-2.56 2.56-5.12 2.56-7.68 5.12s-5.12 2.56-7.68 5.12c-2.56 2.56-5.12 5.12-5.12 7.68s-2.56 5.12-2.56 10.24c0 2.56-2.56 7.68-2.56 10.24 0 15.36 5.12 28.16 17.92 38.4s28.16 12.8 51.2 12.8c20.48 0 38.4-5.12 48.64-15.36 12.8-10.24 17.92-23.040 17.92-40.96h-40.96c0 7.68-2.56 12.8-7.68 15.36s-12.8 5.12-20.48 5.12c-7.68 0-12.8-2.56-17.92-5.12-7.68 0-10.24-2.56-10.24-10.24 0-2.56 0-5.12 2.56-7.68s2.56-2.56 5.12-5.12c2.56 0 5.12-2.56 7.68-2.56s7.68-2.56 10.24-2.56c2.56 0 7.68-2.56 12.8-2.56 5.12-2.56 10.24-2.56 12.8-2.56s7.68-2.56 12.8-2.56c5.12-2.56 10.24-2.56 12.8-5.12s7.68-5.12 10.24-7.68c5.12-2.56 7.68-5.12 7.68-7.68 2.56-2.56 5.12-7.68 5.12-12.8 2.56-5.12 2.56-10.24 2.56-15.36 0-12.8-2.56-23.040-10.24-30.72s-15.36-15.36-25.6-17.92c-10.24-2.56-23.040-5.12-35.84-5.12z" />
95
95
  <glyph unicode="&#xe955;" glyph-name="zip" d="M849.923 371.19c15.36 0 25.6 10.24 25.6 25.6v238.080c0 51.2-23.043 97.28-61.443 128l-138.24 112.64c-28.16 23.040-64 35.84-99.84 35.84h-266.239c-89.6 0-161.28-74.24-161.28-166.4v-576c0-92.16 71.68-166.4 161.28-166.4h407.039c89.6 0 161.28 74.24 161.28 166.4v71.68c0 15.36-10.24 25.6-25.6 25.6s-25.6-10.24-25.6-25.6v-71.68c0-64-48.64-115.2-110.080-115.2h-407.039c-61.44 0-110.080 51.2-110.080 115.2v578.56c0 64 48.64 115.2 110.080 115.2h268.799v-148.48c0-40.96 30.72-71.68 71.68-71.68h176.64c0-2.56 0-5.12 0-7.68v-238.080c-2.56-15.36 10.243-25.6 23.043-25.6zM391.168 381.696h77.056v-36.096h-135.424v5.888l74.752 137.216h-70.4v36.096h128.256v-7.168l-74.24-135.936zM495.875 345.6v179.2h38.912v-179.2h-38.912zM644.488 524.8c18.092 0 33.196-5.888 45.312-17.664 12.116-11.604 18.176-26.284 18.176-44.032 0-17.58-6.060-32.256-18.176-44.032-12.116-11.604-27.22-17.408-45.312-17.408h-29.952v-56.064h-38.912v179.2h68.864zM642.952 437.504c7.68 0 13.824 2.388 18.432 7.168 4.78 4.78 7.168 10.924 7.168 18.432s-2.388 13.652-7.168 18.432c-4.608 4.948-10.752 7.424-18.432 7.424h-28.416v-51.456h28.416z" />
96
+ <glyph unicode="&#xe956;" glyph-name="unlink" d="M444.299 780.924c-21.047-21.047-21.047-55.171 0-76.218s55.172-21.047 76.218 0l100.151 100.148c63.138 63.141 165.511 63.141 228.654 0s63.143-165.515 0-228.656l-67.498-67.499c-21.838-21.834-20.895-57.513 2.053-78.169 21.305-19.174 53.895-18.317 74.165 1.95l67.498 67.499c105.235 105.236 105.235 275.857 0 381.093s-275.855 105.236-381.095 0l-100.146-100.148zM251.741 495.359c-19.538 21.762-54.020 25.162-75.802 5.647l-97.012-86.922c-105.236-105.235-105.236-275.855 0-381.090 105.236-105.24 275.857-105.24 381.093 0l96.853 96.849c21.046 21.046 21.046 55.172 0 76.218-21.050 21.046-55.174 21.046-76.221 0l-96.85-96.849c-63.141-63.143-165.515-63.143-228.656 0-63.141 63.138-63.141 165.511 0 228.654l92.068 82.211c22.195 19.819 24.406 53.141 4.528 75.282zM162.465 703.622c-21.119 20.692-21.624 54.536-1.131 75.848v0c20.767 21.597 55.162 22.11 76.563 1.142l607.097-594.816c21.121-20.69 21.628-54.536 1.132-75.846v0c-20.766-21.596-55.161-22.113-76.563-1.143l-607.098 594.814zM415.373 382.944c21.047-21.046 21.047-55.172 0-76.218l-31.571-31.572c-21.047-21.046-55.172-21.046-76.218 0v0c-21.048 21.046-21.048 55.172 0 76.218l31.57 31.572c21.048 21.046 55.172 21.046 76.219 0v0zM684.846 652.417c21.046-21.047 21.046-55.172 0-76.218l-31.572-31.571c-21.046-21.047-55.172-21.047-76.218 0s-21.046 55.172 0 76.219l31.572 31.57c21.046 21.048 55.172 21.048 76.218 0z" />
97
+ <glyph unicode="&#xe957;" glyph-name="folders" d="M250.822 794.46c24.005 24.005 56.562 37.49 90.51 37.49h167.901c21.082-0.109 41.813-5.425 60.347-15.473 18.417-9.985 34.099-24.336 45.67-41.793l35.21-51.535c3.866-5.869 9.119-10.693 15.299-14.042 6.149-3.335 13.025-5.106 20.019-5.157h167.552c33.951 0 66.509-13.486 90.511-37.49s37.489-56.562 37.489-90.51v-256.001c0-33.946-13.486-66.504-37.489-90.506-24.003-24.008-56.561-37.494-90.511-37.494h-511.998c-70.498 0-128 57.503-128 128v384.001c0 33.948 13.486 66.505 37.49 90.51zM341.331 746.617c-11.316 0-22.169-4.495-30.17-12.497s-12.497-18.854-12.497-30.17v-384.001c0-23.368 19.298-42.665 42.667-42.665h511.998c11.315 0 22.17 4.495 30.172 12.498 8.003 7.997 12.498 18.852 12.498 30.167v256.001c0 11.316-4.495 22.169-12.498 30.17s-18.857 12.497-30.172 12.497h-167.9c-21.084 0.109-41.81 5.425-60.344 15.473-18.417 9.985-34.099 24.336-45.676 41.793l-35.205 51.535c-3.866 5.869-9.119 10.693-15.299 14.042-6.154 3.335-13.030 5.106-20.024 5.157h-167.55zM85.398 661.3c23.564 0 42.666-19.103 42.666-42.667v-469.334c0-23.368 19.298-42.665 42.666-42.665h597.336c23.562 0 42.665-19.103 42.665-42.67 0-23.562-19.103-42.665-42.665-42.665h-597.336c-70.497 0-128 57.503-128 128v469.334c0 23.564 19.102 42.667 42.667 42.667z" />
96
98
  </font></defs></svg>
Binary file
Binary file
package/src/ui-icons.css CHANGED
@@ -1,10 +1,10 @@
1
1
  @font-face {
2
2
  font-family: 'urfu-ui-icon-font';
3
- src: url('fonts/urfu-ui-icon-font.eot?vjmdkg');
4
- src: url('fonts/urfu-ui-icon-font.eot?vjmdkg#iefix') format('embedded-opentype'),
5
- url('fonts/urfu-ui-icon-font.ttf?vjmdkg') format('truetype'),
6
- url('fonts/urfu-ui-icon-font.woff?vjmdkg') format('woff'),
7
- url('fonts/urfu-ui-icon-font.svg?vjmdkg#urfu-ui-icon-font') format('svg');
3
+ src: url('fonts/urfu-ui-icon-font.eot?847bb0');
4
+ src: url('fonts/urfu-ui-icon-font.eot?847bb0#iefix') format('embedded-opentype'),
5
+ url('fonts/urfu-ui-icon-font.ttf?847bb0') format('truetype'),
6
+ url('fonts/urfu-ui-icon-font.woff?847bb0') format('woff'),
7
+ url('fonts/urfu-ui-icon-font.svg?847bb0#urfu-ui-icon-font') format('svg');
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  font-display: block;
@@ -25,6 +25,14 @@
25
25
  -moz-osx-font-smoothing: grayscale;
26
26
  }
27
27
 
28
+ .icon-folders:before {
29
+ content: "\e957";
30
+ color: #a7a7a7;
31
+ }
32
+ .icon-unlink:before {
33
+ content: "\e956";
34
+ color: #1e4391;
35
+ }
28
36
  .icon-active:before {
29
37
  content: "\e900";
30
38
  color: #1e4391;