Skip to content

Commit 144e793

Browse files
authored
chore(*): bump to v2.1.0 (#135)
1 parent 3403fbf commit 144e793

File tree

7 files changed

+57
-57
lines changed

7 files changed

+57
-57
lines changed

dist/icons/icons.eot

0 Bytes
Binary file not shown.

dist/icons/icons.svg

Lines changed: 32 additions & 32 deletions
Loading

dist/icons/icons.ttf

0 Bytes
Binary file not shown.

dist/icons/icons.woff

0 Bytes
Binary file not shown.

dist/icons/icons.woff2

-32 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ovh-ui-kit",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "A LESS stylekit for the OVH brand.",
55
"license": "BSD-3-Clause",
66
"scripts": {

packages/oui-icons/_icons.less

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@
66
~"arrow-down"
77
~"arrow-up"
88
~"chat_line"
9-
~"check_line"
109
~"check-circle_line"
10+
~"check_line"
1111
~"checkbox-checked"
1212
~"checkbox-checkmark"
1313
~"checkbox-indeterminate"
1414
~"checkbox-unchecked"
15-
~"chevron-down_line"
1615
~"chevron-down"
17-
~"chevron-left_line"
16+
~"chevron-down_line"
1817
~"chevron-left"
19-
~"chevron-right_line"
18+
~"chevron-left_line"
2019
~"chevron-right"
21-
~"chevron-up_line"
20+
~"chevron-right_line"
2221
~"chevron-up"
23-
~"close_thin"
22+
~"chevron-up_line"
2423
~"close"
24+
~"close_thin"
2525
~"copy-error"
2626
~"copy-normal"
2727
~"copy-success"
2828
~"counter_line"
29-
~"error_circle"
3029
~"error"
30+
~"error_circle"
3131
~"external_link"
3232
~"eye-blocked"
3333
~"eye"
@@ -43,8 +43,8 @@
4343
~"power_line"
4444
~"printer_line"
4545
~"remove"
46-
~"success_circle"
4746
~"success"
47+
~"success_circle"
4848
~"trash_line"
4949
~"user_line"
5050
~"warning_circle"
@@ -54,28 +54,28 @@
5454
@oui-icon-index-arrow-down: "\f102";
5555
@oui-icon-index-arrow-up: "\f103";
5656
@oui-icon-index-chat_line: "\f104";
57-
@oui-icon-index-check_line: "\f105";
58-
@oui-icon-index-check-circle_line: "\f106";
57+
@oui-icon-index-check-circle_line: "\f105";
58+
@oui-icon-index-check_line: "\f106";
5959
@oui-icon-index-checkbox-checked: "\f107";
6060
@oui-icon-index-checkbox-checkmark: "\f108";
6161
@oui-icon-index-checkbox-indeterminate: "\f109";
6262
@oui-icon-index-checkbox-unchecked: "\f10a";
63-
@oui-icon-index-chevron-down_line: "\f10b";
64-
@oui-icon-index-chevron-down: "\f10c";
65-
@oui-icon-index-chevron-left_line: "\f10d";
66-
@oui-icon-index-chevron-left: "\f10e";
67-
@oui-icon-index-chevron-right_line: "\f10f";
68-
@oui-icon-index-chevron-right: "\f110";
69-
@oui-icon-index-chevron-up_line: "\f111";
70-
@oui-icon-index-chevron-up: "\f112";
71-
@oui-icon-index-close_thin: "\f113";
72-
@oui-icon-index-close: "\f114";
63+
@oui-icon-index-chevron-down: "\f10b";
64+
@oui-icon-index-chevron-down_line: "\f10c";
65+
@oui-icon-index-chevron-left: "\f10d";
66+
@oui-icon-index-chevron-left_line: "\f10e";
67+
@oui-icon-index-chevron-right: "\f10f";
68+
@oui-icon-index-chevron-right_line: "\f110";
69+
@oui-icon-index-chevron-up: "\f111";
70+
@oui-icon-index-chevron-up_line: "\f112";
71+
@oui-icon-index-close: "\f113";
72+
@oui-icon-index-close_thin: "\f114";
7373
@oui-icon-index-copy-error: "\f115";
7474
@oui-icon-index-copy-normal: "\f116";
7575
@oui-icon-index-copy-success: "\f117";
7676
@oui-icon-index-counter_line: "\f118";
77-
@oui-icon-index-error_circle: "\f119";
78-
@oui-icon-index-error: "\f11a";
77+
@oui-icon-index-error: "\f119";
78+
@oui-icon-index-error_circle: "\f11a";
7979
@oui-icon-index-external_link: "\f11b";
8080
@oui-icon-index-eye-blocked: "\f11c";
8181
@oui-icon-index-eye: "\f11d";
@@ -91,8 +91,8 @@
9191
@oui-icon-index-power_line: "\f127";
9292
@oui-icon-index-printer_line: "\f128";
9393
@oui-icon-index-remove: "\f129";
94-
@oui-icon-index-success_circle: "\f12a";
95-
@oui-icon-index-success: "\f12b";
94+
@oui-icon-index-success: "\f12a";
95+
@oui-icon-index-success_circle: "\f12b";
9696
@oui-icon-index-trash_line: "\f12c";
9797
@oui-icon-index-user_line: "\f12d";
9898
@oui-icon-index-warning_circle: "\f12e";

0 commit comments

Comments
 (0)