@acorex/styles 7.8.13 → 7.8.14

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,10 +1,10 @@
1
1
  @font-face {
2
2
  font-family: 'acorex-icons';
3
- src: url('fonts/acorex-icons.eot?r4ym6z');
4
- src: url('fonts/acorex-icons.eot?r4ym6z#iefix') format('embedded-opentype'),
5
- url('fonts/acorex-icons.ttf?r4ym6z') format('truetype'),
6
- url('fonts/acorex-icons.woff?r4ym6z') format('woff'),
7
- url('fonts/acorex-icons.svg?r4ym6z#acorex-icons') format('svg');
3
+ src: url('fonts/acorex-icons.eot?m9f8dz');
4
+ src: url('fonts/acorex-icons.eot?m9f8dz#iefix') format('embedded-opentype'),
5
+ url('fonts/acorex-icons.ttf?m9f8dz') format('truetype'),
6
+ url('fonts/acorex-icons.woff?m9f8dz') format('woff'),
7
+ url('fonts/acorex-icons.svg?m9f8dz#acorex-icons') format('svg');
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  font-display: block;
@@ -25,6 +25,15 @@
25
25
  -moz-osx-font-smoothing: grayscale;
26
26
  }
27
27
 
28
+ .ax-icon-progress-bold:before {
29
+ content: "\e940";
30
+ }
31
+ .ax-icon-dash-bold:before {
32
+ content: "\e941";
33
+ }
34
+ .ax-icon-done-bold:before {
35
+ content: "\e942";
36
+ }
28
37
  .ax-icon-cancel-fill:before {
29
38
  content: "\e93f";
30
39
  }
@@ -70,7 +79,7 @@
70
79
  .ax-icon-chevron-down:before {
71
80
  content: "\e90b";
72
81
  }
73
- .ax-icon-chevrop-up:before {
82
+ .ax-icon-chevron-up:before {
74
83
  content: "\e90c";
75
84
  }
76
85
  .ax-icon-chevron-right:before {
@@ -2,11 +2,11 @@
2
2
 
3
3
  @font-face {
4
4
  font-family: '#{$icomoon-font-family}';
5
- src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?r4ym6z');
6
- src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?r4ym6z#iefix') format('embedded-opentype'),
7
- url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?r4ym6z') format('truetype'),
8
- url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?r4ym6z') format('woff'),
9
- url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?r4ym6z##{$icomoon-font-family}') format('svg');
5
+ src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?m9f8dz');
6
+ src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?m9f8dz#iefix') format('embedded-opentype'),
7
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?m9f8dz') format('truetype'),
8
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?m9f8dz') format('woff'),
9
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?m9f8dz##{$icomoon-font-family}') format('svg');
10
10
  font-weight: normal;
11
11
  font-style: normal;
12
12
  font-display: block;
@@ -27,6 +27,21 @@
27
27
  -moz-osx-font-smoothing: grayscale;
28
28
  }
29
29
 
30
+ .ax-icon-progress-bold {
31
+ &:before {
32
+ content: $ax-icon-progress-bold;
33
+ }
34
+ }
35
+ .ax-icon-dash-bold {
36
+ &:before {
37
+ content: $ax-icon-dash-bold;
38
+ }
39
+ }
40
+ .ax-icon-done-bold {
41
+ &:before {
42
+ content: $ax-icon-done-bold;
43
+ }
44
+ }
30
45
  .ax-icon-cancel-fill {
31
46
  &:before {
32
47
  content: $ax-icon-cancel-fill;
@@ -102,9 +117,9 @@
102
117
  content: $ax-icon-chevron-down;
103
118
  }
104
119
  }
105
- .ax-icon-chevrop-up {
120
+ .ax-icon-chevron-up {
106
121
  &:before {
107
- content: $ax-icon-chevrop-up;
122
+ content: $ax-icon-chevron-up;
108
123
  }
109
124
  }
110
125
  .ax-icon-chevron-right {
@@ -1,6 +1,9 @@
1
1
  $icomoon-font-family: "acorex-icons" !default;
2
2
  $icomoon-font-path: "fonts" !default;
3
3
 
4
+ $ax-icon-progress-bold: "\e940";
5
+ $ax-icon-dash-bold: "\e941";
6
+ $ax-icon-done-bold: "\e942";
4
7
  $ax-icon-cancel-fill: "\e93f";
5
8
  $ax-icon-info-fill: "\e93d";
6
9
  $ax-icon-info: "\e93e";
@@ -16,7 +19,7 @@ $ax-icon-arrow-up: "\e908";
16
19
  $ax-icon-arrow-right: "\e909";
17
20
  $ax-icon-chevron-left: "\e90a";
18
21
  $ax-icon-chevron-down: "\e90b";
19
- $ax-icon-chevrop-up: "\e90c";
22
+ $ax-icon-chevron-up: "\e90c";
20
23
  $ax-icon-chevron-right: "\e90d";
21
24
  $ax-icon-first-page: "\e90e";
22
25
  $ax-icon-last-page: "\e90f";
@@ -1,3 +1,3 @@
1
- @import './appearance';
1
+ @import './look';
2
2
  @import './media';
3
3
  @import './util';
@@ -41,3 +41,13 @@
41
41
  opacity: 0.5;
42
42
  }
43
43
  }
44
+
45
+ // @include darkMode() {
46
+ // .ax-checkbox {
47
+ // &:checked {
48
+ // border-color: rgba(var(--ax-color-primary-200)) !important;
49
+ // background-color: rgba(var(--ax-color-primary-200)) !important;
50
+ // background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
51
+ // }
52
+ // }
53
+ // }
@@ -48,6 +48,7 @@ ax-close-button {
48
48
  ax-icon {
49
49
  display: inherit;
50
50
  }
51
+
51
52
  ax-sub-title {
52
53
  font-weight: 400;
53
54
  font-size: 0.875rem;
@@ -36,3 +36,14 @@
36
36
  cursor: not-allowed;
37
37
  }
38
38
  }
39
+ // @include darkMode() {
40
+ // .ax-radio {
41
+ // &:checked {
42
+ // border-color: rgba(var(--ax-color-primary-200));
43
+ // background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
44
+ // background-color: rgba(var(--ax-color-primary-200));
45
+ // background-repeat: no-repeat;
46
+ // background-size: contain;
47
+ // }
48
+ // }
49
+ // }
@@ -35,7 +35,7 @@
35
35
  display: none;
36
36
  }
37
37
 
38
- .ax-drop-over-state {
38
+ .ax-uploader-overlay-state {
39
39
  width: 100%;
40
40
  height: 100%;
41
41
  position: absolute;
@@ -59,3 +59,10 @@
59
59
  font-size: 1.5rem;
60
60
  }
61
61
  }
62
+ @include darkMode() {
63
+ .ax-uploader-overlay-state {
64
+ background-color: rgba(var(--ax-color-primary-200), 0.15);
65
+ color: rgba(var(--ax-color-primary-200));
66
+ outline: 2px dashed rgba(var(--ax-color-primary-200));
67
+ }
68
+ }
File without changes