vcomply-design-system 1.2.9 → 1.3.0

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.
@@ -1,80 +1,82 @@
1
- @import url('../mixin/mixin.less');
2
- @import url('../color/color.less');
1
+ @import url("../mixin/mixin.less");
2
+ @import url("../color/color.less");
3
3
 
4
4
  .vx-chip {
5
- background: @neutral-0;
6
- border-radius: .125rem;
7
- border: 1px solid @blue-10;
8
- box-shadow: 0px 0px 2px #1E5DD326;
9
- padding: 0 .5rem;
10
- height: 1.5rem;
11
- display: inline-flex;
12
- align-items: center;
5
+ background: @neutral-0;
6
+ border-radius: 0.125rem;
7
+ border: 1px solid @blue-10;
8
+ box-shadow: 0px 0px 2px #1e5dd326;
9
+ padding: 0 0.5rem;
10
+ height: 1.5rem;
11
+ display: inline-flex;
12
+ align-items: center;
13
13
 
14
- .chipContent {
15
- color: @neutral-100;
16
- font-size: 11px;
17
- line-height: 1rem;
18
- text-overflow: ellipsis;
19
- white-space: nowrap;
20
- overflow: hidden;
21
- max-width: 6rem;
22
- }
14
+ .chipContent {
15
+ color: @neutral-100;
16
+ font-size: 11px;
17
+ line-height: 1rem;
18
+ text-overflow: ellipsis;
19
+ white-space: nowrap;
20
+ overflow: hidden;
21
+ max-width: 6rem;
22
+ }
23
23
 
24
- .chipCount {
25
- background: @blue-60;
26
- border-radius: 1.25rem;
27
- border: none;
28
- color: @neutral-0;
29
- font-size: 9px;
30
- font-weight: 600;
31
- padding: 0 .25rem;
32
- margin: 0 0 0 .5rem;
33
- display: flex;
34
- align-items: center;
35
- justify-content: center;
36
- height: 1rem;
37
- width: 1.125rem;
38
- }
24
+ .chipCount {
25
+ background: @blue-60;
26
+ border-radius: 1.25rem;
27
+ border: none;
28
+ color: @neutral-0;
29
+ font-size: 9px;
30
+ font-weight: 600;
31
+ padding: 0 0.25rem;
32
+ margin: 0 0 0 0.5rem;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: center;
36
+ height: 1rem;
37
+ width: 1.125rem;
38
+ }
39
39
 
40
- .chipLabel {
41
- background: @gray-20;
42
- border-radius: .125rem;
43
- color: @blue-80;
44
- font-size: 9px;
45
- font-weight: 500;
46
- line-height: .75rem;
47
- padding: 0 .125rem;
48
- margin-right: .5rem;
49
- }
40
+ .chipLabel {
41
+ background: @gray-20;
42
+ border-radius: 0.125rem;
43
+ color: @blue-80;
44
+ font-size: 9px;
45
+ font-weight: 500;
46
+ line-height: 0.75rem;
47
+ padding: 0 0.125rem;
48
+ margin-right: 0.5rem;
49
+ min-width: 0.75rem;
50
+ text-align: center;
51
+ }
50
52
 
51
- .chipHeading {
52
- color: @gray-60;
53
- font-size: 9px;
54
- font-weight: 500;
55
- line-height: .75rem;
56
- margin-right: .5rem;
57
- }
53
+ .chipHeading {
54
+ color: @gray-60;
55
+ font-size: 9px;
56
+ font-weight: 500;
57
+ line-height: 0.75rem;
58
+ margin-right: 0.5rem;
59
+ }
58
60
 
59
- button {
60
- &.chipCross {
61
- background: transparent;
62
- border-radius: .125rem;
63
- border: none;
64
- color: @gray-60;
65
- font-size: 10px;
66
- display: flex;
67
- align-items: center;
68
- justify-content: center;
69
- min-width: 16px;
70
- width: 16px;
71
- height: 16px;
72
- margin: 0 .25rem 0 -.25rem;
73
- padding: 0;
61
+ button {
62
+ &.chipCross {
63
+ background: transparent;
64
+ border-radius: 0.125rem;
65
+ border: none;
66
+ color: @gray-60;
67
+ font-size: 10px;
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ min-width: 16px;
72
+ width: 16px;
73
+ height: 16px;
74
+ margin: 0 0.25rem 0 -0.25rem;
75
+ padding: 0;
74
76
 
75
- &:hover {
76
- background: @gray-20;
77
- }
78
- }
77
+ &:hover {
78
+ background: @gray-20;
79
+ }
79
80
  }
80
- }
81
+ }
82
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-design-system",
3
- "version": "1.2.9",
3
+ "version": "1.3.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {