@ilo-org/styles 0.10.4 → 0.10.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ilo-org/styles",
3
3
  "description": "Styles for products using ILO's Design System",
4
- "version": "0.10.4",
4
+ "version": "0.10.5",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/international-labour-organization/designsystem.git",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@ilo-org/fonts": "0.1.0",
22
22
  "@ilo-org/icons": "0.2.1",
23
- "@ilo-org/themes": "0.6.0"
23
+ "@ilo-org/themes": "0.6.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "cssnano": "^5.1.13",
@@ -70,7 +70,7 @@
70
70
  }
71
71
 
72
72
  &:disabled {
73
- opacity: 45%;
73
+ opacity: 0.45;
74
74
  pointer-events: none;
75
75
  }
76
76
 
@@ -34,7 +34,7 @@
34
34
  background-position: calc(100% - 14px) center, 100% center;
35
35
  background-repeat: no-repeat;
36
36
  background-size: 24px 24px, 102px 100%;
37
- background-image: url("#{colortodataurlicon("arrow", $color-ux-labels-actionable)}"),
37
+ background-image: url("#{colortodataurlicon('arrow', $color-ux-labels-actionable)}"),
38
38
  linear-gradient(
39
39
  to right,
40
40
  transparent 0%,
@@ -61,7 +61,7 @@
61
61
  );
62
62
  @include bordervalues("input", "formelements", "hover");
63
63
  border-left-width: 2px;
64
- background-image: url("#{colortodataurlicon("arrow", $color-ux-labels-hover)}"),
64
+ background-image: url("#{colortodataurlicon('arrow', $color-ux-labels-hover)}"),
65
65
  linear-gradient(
66
66
  to right,
67
67
  transparent 0%,
@@ -84,7 +84,7 @@
84
84
  );
85
85
  @include bordervalues("input", "formelements", "focus");
86
86
  border-left-width: 2px;
87
- background-image: url("#{colortodataurlicon("arrow", $color-ux-labels-hover)}"),
87
+ background-image: url("#{colortodataurlicon('arrow', $color-ux-labels-hover)}"),
88
88
  linear-gradient(
89
89
  to right,
90
90
  transparent 0%,
@@ -100,7 +100,7 @@
100
100
  background-position: calc(100% - 14px) center, 100% center;
101
101
  background-repeat: no-repeat;
102
102
  background-size: 24px 24px, 102px 100%;
103
- background-image: url("#{colortodataurlicon("arrow", $color-ux-labels-actionable)}"),
103
+ background-image: url("#{colortodataurlicon('arrow', $color-ux-labels-actionable)}"),
104
104
  linear-gradient(
105
105
  to right,
106
106
  transparent 0%,
@@ -114,7 +114,7 @@
114
114
  }
115
115
 
116
116
  &:disabled {
117
- opacity: 45%;
117
+ opacity: 0.45;
118
118
  pointer-events: none;
119
119
  }
120
120
 
@@ -97,7 +97,7 @@
97
97
  }
98
98
 
99
99
  &__disabled {
100
- opacity: 50%;
100
+ opacity: 0.5;
101
101
  pointer-events: none;
102
102
  }
103
103
 
@@ -58,7 +58,7 @@
58
58
  }
59
59
 
60
60
  &:disabled {
61
- opacity: 45%;
61
+ opacity: 0.45;
62
62
  pointer-events: none;
63
63
  }
64
64
 
@@ -39,7 +39,7 @@
39
39
  }
40
40
 
41
41
  &__disabled {
42
- opacity: 50%;
42
+ opacity: 0.5;
43
43
  pointer-events: none;
44
44
  }
45
45
  }
@@ -40,7 +40,7 @@
40
40
  }
41
41
 
42
42
  &:disabled {
43
- opacity: 45%;
43
+ opacity: 0.45;
44
44
  pointer-events: none;
45
45
  }
46
46
 
@@ -62,7 +62,7 @@
62
62
 
63
63
  input:disabled + &--control:after,
64
64
  input:disabled + &--control:before {
65
- opacity: 45%;
65
+ opacity: 0.45;
66
66
  }
67
67
 
68
68
  input:invalid + &--control:after,
@@ -63,7 +63,7 @@
63
63
  }
64
64
 
65
65
  &:disabled {
66
- opacity: 45%;
66
+ opacity: 0.45;
67
67
  pointer-events: none;
68
68
  }
69
69
  }
@@ -43,7 +43,7 @@
43
43
  }
44
44
 
45
45
  &:disabled {
46
- opacity: 45%;
46
+ opacity: 0.45;
47
47
  pointer-events: none;
48
48
  }
49
49
 
@@ -40,7 +40,7 @@
40
40
  }
41
41
 
42
42
  &:disabled {
43
- opacity: 45%;
43
+ opacity: 0.45;
44
44
  pointer-events: none;
45
45
  }
46
46