@egov3/graphics 1.0.60 → 1.0.61
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 +85 -89
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,89 +1,85 @@
|
|
|
1
|
-
# Egov3 system-design icons
|
|
2
|
-
|
|
3
|
-
## Доступные команды
|
|
4
|
-
|
|
5
|
-
### Сборка библиотеки
|
|
6
|
-
```bash
|
|
7
|
-
yarn build
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
### Опубликовать
|
|
11
|
-
```bash
|
|
12
|
-
yarn publish
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
### Запустить тесты
|
|
16
|
-
```bash
|
|
17
|
-
yarn test
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
### Запустить storybook локально
|
|
21
|
-
```bash
|
|
22
|
-
yarn sb
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
### Сборка storybook
|
|
26
|
-
```bash
|
|
27
|
-
yarn build-sb
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
### Проверить зависимости на актуальность
|
|
31
|
-
```bash
|
|
32
|
-
yarn npm-check
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
### Проверить зависимости на актуальность и обновить
|
|
36
|
-
```bash
|
|
37
|
-
yarn npm-check -u
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
### Пример использования
|
|
41
|
-
```tsx
|
|
42
|
-
import Icons from '@egov3/icons';
|
|
43
|
-
|
|
44
|
-
<Icons.Basic.СhevronUpSmall fill="#758393" />
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
## Release
|
|
48
|
-
### 1.0.46
|
|
49
|
-
1. Updated Basic.ChevronDown
|
|
50
|
-
2. Updated Basic.ChevronDownSmall
|
|
51
|
-
3. Updated Basic.ChevronLeft
|
|
52
|
-
4. Updated Basic.ChevronLeftSmall
|
|
53
|
-
5. Updated Basic.ChevronRight
|
|
54
|
-
6. Updated Basic.ChevronRightSmall
|
|
55
|
-
7. Updated Basic.ChevronUp
|
|
56
|
-
8. Updated Basic.ChevronUpSmall
|
|
57
|
-
9. Updated Logo.Con1
|
|
58
|
-
10. Updated Logo.Eotinish
|
|
59
|
-
11. Updated Logo.Halyk
|
|
60
|
-
12. Updated Logo.Kaspi
|
|
61
|
-
13. Updated Logo.Kaspi
|
|
62
|
-
14. Updated Logo.Mastercard
|
|
63
|
-
15. Updated Logo.Salyq
|
|
64
|
-
16. Updated storybook and Stories
|
|
65
|
-
17. Updated tsconfig
|
|
66
|
-
18. Updated packages/dependencies
|
|
67
|
-
19. Updated scripts
|
|
68
|
-
20. Added eslint
|
|
69
|
-
21. Updated github actions publish.yml
|
|
70
|
-
|
|
71
|
-
### 1.0.45
|
|
72
|
-
1. Added Logo.Egov
|
|
73
|
-
|
|
74
|
-
### 1.0.44
|
|
75
|
-
1. Added General.MessagesCheck
|
|
76
|
-
2. Updated script yarn storybook -> yarn sb
|
|
77
|
-
|
|
78
|
-
### 1.0.43
|
|
79
|
-
1. Fixed rollup configuration
|
|
80
|
-
2. Added AdditionalStory
|
|
81
|
-
3. Added BasicStory
|
|
82
|
-
4. Added EmojiStory
|
|
83
|
-
5. Added GeneralStory
|
|
84
|
-
6. Added LogoStory
|
|
85
|
-
7. Added NavigationBarStory
|
|
86
|
-
|
|
87
|
-
### 1.0.40
|
|
88
|
-
1. Updated dependencies
|
|
89
|
-
2. Added storybook
|
|
1
|
+
# Egov3 system-design icons
|
|
2
|
+
|
|
3
|
+
## Доступные команды
|
|
4
|
+
|
|
5
|
+
### Сборка библиотеки
|
|
6
|
+
```bash
|
|
7
|
+
yarn build
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
### Опубликовать
|
|
11
|
+
```bash
|
|
12
|
+
yarn publish
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
### Запустить тесты
|
|
16
|
+
```bash
|
|
17
|
+
yarn test
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
### Запустить storybook локально
|
|
21
|
+
```bash
|
|
22
|
+
yarn sb
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
### Сборка storybook
|
|
26
|
+
```bash
|
|
27
|
+
yarn build-sb
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
### Проверить зависимости на актуальность
|
|
31
|
+
```bash
|
|
32
|
+
yarn npm-check
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
### Проверить зависимости на актуальность и обновить
|
|
36
|
+
```bash
|
|
37
|
+
yarn npm-check -u
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
### Пример использования
|
|
41
|
+
```tsx
|
|
42
|
+
import Icons from '@egov3/icons';
|
|
43
|
+
|
|
44
|
+
<Icons.Basic.СhevronUpSmall fill="#758393" />
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Release
|
|
48
|
+
### 1.0.46
|
|
49
|
+
1. Updated Basic.ChevronDown
|
|
50
|
+
2. Updated Basic.ChevronDownSmall
|
|
51
|
+
3. Updated Basic.ChevronLeft
|
|
52
|
+
4. Updated Basic.ChevronLeftSmall
|
|
53
|
+
5. Updated Basic.ChevronRight
|
|
54
|
+
6. Updated Basic.ChevronRightSmall
|
|
55
|
+
7. Updated Basic.ChevronUp
|
|
56
|
+
8. Updated Basic.ChevronUpSmall
|
|
57
|
+
9. Updated Logo.Con1
|
|
58
|
+
10. Updated Logo.Eotinish
|
|
59
|
+
11. Updated Logo.Halyk
|
|
60
|
+
12. Updated Logo.Kaspi
|
|
61
|
+
13. Updated Logo.Kaspi
|
|
62
|
+
14. Updated Logo.Mastercard
|
|
63
|
+
15. Updated Logo.Salyq
|
|
64
|
+
16. Updated storybook and Stories
|
|
65
|
+
17. Updated tsconfig
|
|
66
|
+
18. Updated packages/dependencies
|
|
67
|
+
19. Updated scripts
|
|
68
|
+
20. Added eslint
|
|
69
|
+
21. Updated github actions publish.yml
|
|
70
|
+
|
|
71
|
+
### 1.0.45
|
|
72
|
+
1. Added Logo.Egov
|
|
73
|
+
|
|
74
|
+
### 1.0.44
|
|
75
|
+
1. Added General.MessagesCheck
|
|
76
|
+
2. Updated script yarn storybook -> yarn sb
|
|
77
|
+
|
|
78
|
+
### 1.0.43
|
|
79
|
+
1. Fixed rollup configuration
|
|
80
|
+
2. Added AdditionalStory
|
|
81
|
+
3. Added BasicStory
|
|
82
|
+
4. Added EmojiStory
|
|
83
|
+
5. Added GeneralStory
|
|
84
|
+
6. Added LogoStory
|
|
85
|
+
7. Added NavigationBarStory
|