@alauda/ui 5.7.6-beta.8 → 5.7.7-beta.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.
Files changed (140) hide show
  1. package/alauda-ui.metadata.json +1 -1
  2. package/bundles/alauda-ui.umd.js +84 -80
  3. package/bundles/alauda-ui.umd.js.map +1 -1
  4. package/bundles/alauda-ui.umd.min.js +1 -1
  5. package/bundles/alauda-ui.umd.min.js.map +1 -1
  6. package/button/button.component.d.ts +6 -4
  7. package/button/button.types.d.ts +6 -2
  8. package/dialog/dialog-content/dialog-header.component.d.ts +1 -0
  9. package/esm2015/anchor/anchor.component.js +1 -1
  10. package/esm2015/anchor/anchor.component.scss.ngstyle.js +1 -1
  11. package/esm2015/autocomplete/autocomplete.component.js +1 -1
  12. package/esm2015/autocomplete/autocomplete.component.scss.ngstyle.js +1 -1
  13. package/esm2015/autocomplete/suggestion/suggestion.component.js +1 -1
  14. package/esm2015/autocomplete/suggestion/suggestion.component.scss.ngstyle.js +1 -1
  15. package/esm2015/autocomplete/suggestion-group/suggestion-group.component.js +1 -1
  16. package/esm2015/autocomplete/suggestion-group/suggestion-group.component.scss.ngstyle.js +1 -1
  17. package/esm2015/back-top/back-top.component.js +1 -1
  18. package/esm2015/back-top/back-top.component.scss.ngstyle.js +1 -1
  19. package/esm2015/breadcrumb/breadcrumb.component.js +1 -1
  20. package/esm2015/breadcrumb/breadcrumb.component.scss.ngstyle.js +1 -1
  21. package/esm2015/button/button-group/button-group.component.js +1 -1
  22. package/esm2015/button/button-group/button-group.component.scss.ngstyle.js +1 -1
  23. package/esm2015/button/button.component.js +1 -1
  24. package/esm2015/button/button.component.scss.ngstyle.js +1 -1
  25. package/esm2015/button/button.types.js +7 -3
  26. package/esm2015/card/card.component.js +1 -1
  27. package/esm2015/card/card.component.scss.ngstyle.js +1 -1
  28. package/esm2015/checkbox/checkbox.component.js +1 -1
  29. package/esm2015/checkbox/checkbox.component.scss.ngstyle.js +1 -1
  30. package/esm2015/color-picker/color-picker.component.js +1 -1
  31. package/esm2015/color-picker/color-picker.component.scss.ngstyle.js +1 -1
  32. package/esm2015/date-picker/calendar/header/component.js +1 -1
  33. package/esm2015/date-picker/calendar/header/style.scss.ngstyle.js +1 -1
  34. package/esm2015/date-picker/calendar/panel/picker-panel.js +1 -1
  35. package/esm2015/date-picker/calendar/panel/picker-panel.style.scss.ngstyle.js +1 -1
  36. package/esm2015/date-picker/calendar/range-picker-panel/component.js +1 -1
  37. package/esm2015/date-picker/calendar/range-picker-panel/style.scss.ngstyle.js +1 -1
  38. package/esm2015/date-picker/trigger/trigger.component.js +1 -1
  39. package/esm2015/date-picker/trigger/trigger.style.scss.shim.ngstyle.js +1 -1
  40. package/esm2015/dialog/confirm-dialog/confirm-dialog.component.js +1 -1
  41. package/esm2015/dialog/confirm-dialog/confirm-dialog.component.scss.ngstyle.js +1 -1
  42. package/esm2015/dialog/dialog-config.js +2 -2
  43. package/esm2015/dialog/dialog-content/dialog-header.component.js +4 -2
  44. package/esm2015/dialog/dialog-content/dialog-header.component.ngfactory.js +3 -3
  45. package/esm2015/dialog/dialog-content/dialog-header.component.ngsummary.json +1 -1
  46. package/esm2015/dialog/dialog.component.js +1 -1
  47. package/esm2015/dialog/dialog.component.scss.ngstyle.js +1 -1
  48. package/esm2015/dialog/dialog.module.ngfactory.js +1 -1
  49. package/esm2015/dropdown/menu/menu.component.js +1 -1
  50. package/esm2015/dropdown/menu/menu.component.scss.ngstyle.js +1 -1
  51. package/esm2015/dropdown/menu-group/menu-group.component.js +1 -1
  52. package/esm2015/dropdown/menu-group/menu-group.component.scss.ngstyle.js +1 -1
  53. package/esm2015/dropdown/menu-item/menu-item.component.js +1 -1
  54. package/esm2015/dropdown/menu-item/menu-item.component.scss.ngstyle.js +1 -1
  55. package/esm2015/dropdown/submenu/submenu.component.js +1 -1
  56. package/esm2015/dropdown/submenu/submenu.component.scss.ngstyle.js +1 -1
  57. package/esm2015/form/form-item/form-item.component.js +1 -1
  58. package/esm2015/form/form-item/form-item.component.scss.ngstyle.js +1 -1
  59. package/esm2015/icon/icon.component.js +1 -1
  60. package/esm2015/icon/icon.component.scss.ngstyle.js +1 -1
  61. package/esm2015/inline-alert/inline-alert.component.js +18 -7
  62. package/esm2015/inline-alert/inline-alert.component.ngfactory.js +5 -5
  63. package/esm2015/inline-alert/inline-alert.component.ngsummary.json +1 -1
  64. package/esm2015/inline-alert/inline-alert.component.scss.ngstyle.js +1 -1
  65. package/esm2015/inline-alert/inline-alert.types.js +3 -5
  66. package/esm2015/input/input-group/input-group.component.js +1 -1
  67. package/esm2015/input/input-group/input-group.component.scss.ngstyle.js +1 -1
  68. package/esm2015/input/input.component.js +1 -1
  69. package/esm2015/input/input.component.scss.ngstyle.js +1 -1
  70. package/esm2015/input/number-input/number-input.component.js +1 -1
  71. package/esm2015/input/number-input/number-input.component.scss.ngstyle.js +1 -1
  72. package/esm2015/input/search/search.component.js +1 -1
  73. package/esm2015/input/search/search.component.scss.ngstyle.js +1 -1
  74. package/esm2015/input/tags-input/tags-input.component.js +1 -1
  75. package/esm2015/input/tags-input/tags-input.component.scss.ngstyle.js +1 -1
  76. package/esm2015/message/message-wrapper.component.js +1 -1
  77. package/esm2015/message/message-wrapper.component.scss.ngstyle.js +1 -1
  78. package/esm2015/message/message.component.js +1 -1
  79. package/esm2015/message/message.component.scss.ngstyle.js +1 -1
  80. package/esm2015/message/message.config.js +2 -2
  81. package/esm2015/message/message.config.ngsummary.json +1 -1
  82. package/esm2015/nav-menu/nav-item-li/nav-item-li.component.js +1 -1
  83. package/esm2015/nav-menu/nav-item-li/nav-item-li.component.scss.ngstyle.js +1 -1
  84. package/esm2015/nav-menu/nav-item-ul/nav-item-ul.component.js +1 -1
  85. package/esm2015/nav-menu/nav-item-ul/nav-item-ul.component.scss.ngstyle.js +1 -1
  86. package/esm2015/nav-menu/nav-menu.component.js +1 -1
  87. package/esm2015/nav-menu/nav-menu.component.scss.ngstyle.js +1 -1
  88. package/esm2015/notification/notification.component.js +1 -1
  89. package/esm2015/notification/notification.component.scss.ngstyle.js +1 -1
  90. package/esm2015/page/page.component.js +1 -1
  91. package/esm2015/page/page.component.scss.ngstyle.js +1 -1
  92. package/esm2015/paginator/paginator.component.js +1 -1
  93. package/esm2015/paginator/paginator.component.scss.ngstyle.js +1 -1
  94. package/esm2015/radio/radio-button/radio-button.component.js +1 -1
  95. package/esm2015/radio/radio-button/radio-button.component.scss.ngstyle.js +1 -1
  96. package/esm2015/radio/radio.component.js +1 -1
  97. package/esm2015/radio/radio.component.scss.ngstyle.js +1 -1
  98. package/esm2015/select/multi-select/multi-select.component.js +1 -1
  99. package/esm2015/select/multi-select/multi-select.component.scss.ngstyle.js +1 -1
  100. package/esm2015/select/option/option.component.js +1 -1
  101. package/esm2015/select/option/option.component.scss.ngstyle.js +1 -1
  102. package/esm2015/select/option-group/option-group.component.js +1 -1
  103. package/esm2015/select/option-group/option-group.component.scss.ngstyle.js +1 -1
  104. package/esm2015/select/select.component.js +1 -1
  105. package/esm2015/select/select.component.scss.ngstyle.js +1 -1
  106. package/esm2015/status-bar/status-bar.component.js +1 -1
  107. package/esm2015/status-bar/status-bar.component.scss.ngstyle.js +1 -1
  108. package/esm2015/switch/switch.component.js +1 -1
  109. package/esm2015/switch/switch.component.scss.ngstyle.js +1 -1
  110. package/esm2015/table/table.component.js +1 -1
  111. package/esm2015/table/table.component.scss.ngstyle.js +1 -1
  112. package/esm2015/tabs/tab-header.component.js +1 -1
  113. package/esm2015/tabs/tab-header.component.scss.ngstyle.js +1 -1
  114. package/esm2015/tag/check-tag/check-tag.component.js +1 -1
  115. package/esm2015/tag/tag.component.js +1 -1
  116. package/esm2015/tag/tag.component.scss.ngstyle.js +1 -1
  117. package/esm2015/time-picker/component.js +1 -1
  118. package/esm2015/time-picker/panel/panel.component.js +1 -1
  119. package/esm2015/time-picker/panel/panel.style.scss.ngstyle.js +1 -1
  120. package/esm2015/time-picker/style.scss.ngstyle.js +1 -1
  121. package/esm2015/tooltip/tooltip.component.js +1 -1
  122. package/esm2015/tooltip/tooltip.component.scss.ngstyle.js +1 -1
  123. package/esm2015/tree-select/tree-node/tree-node.component.js +1 -1
  124. package/esm2015/tree-select/tree-node/tree-node.component.scss.ngstyle.js +1 -1
  125. package/esm2015/tree-select/tree-select.component.js +1 -1
  126. package/esm2015/tree-select/tree-select.component.scss.ngstyle.js +1 -1
  127. package/esm2015/tree-select/tree-select.types.js +1 -1
  128. package/fesm2015/alauda-ui.js +83 -74
  129. package/fesm2015/alauda-ui.js.map +1 -1
  130. package/inline-alert/inline-alert.component.d.ts +1 -1
  131. package/inline-alert/inline-alert.types.d.ts +2 -4
  132. package/package.json +1 -1
  133. package/theme/_base-var.scss +99 -62
  134. package/theme/_mixin.scss +16 -5
  135. package/theme/_var.scss +0 -151
  136. package/theme/style.css +235 -197
  137. package/tree-select/tree-select.types.d.ts +1 -1
  138. package/esm2015/inline-alert/icon-map.js +0 -8
  139. package/esm2015/inline-alert/icon-map.ngsummary.json +0 -1
  140. package/inline-alert/icon-map.d.ts +0 -7
@@ -11,6 +11,6 @@ export declare class InlineAlertComponent {
11
11
  close: EventEmitter<void>;
12
12
  titleRef: InlineAlertTitleDirective;
13
13
  visible: boolean;
14
- get iconKey(): string;
14
+ iconMap(type: InlineAlertType): "check_circle_s" | "exclamation_triangle_s" | "exclamation_circle_s" | "info_circle_s";
15
15
  closeSelf(): void;
16
16
  }
@@ -1,11 +1,9 @@
1
1
  import { ValueOf } from '../types';
2
2
  export declare const InlineAlertType: {
3
- /**
4
- * @deprecated use `InlineAlertType.Info` instead
5
- */
6
- readonly Primary: "info";
3
+ readonly Primary: "primary";
7
4
  readonly Success: "success";
8
5
  readonly Warning: "warning";
6
+ readonly Danger: "danger";
9
7
  readonly Error: "error";
10
8
  readonly Info: "info";
11
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "5.7.6-beta.8",
3
+ "version": "5.7.7-beta.0",
4
4
  "description": "Angular UI components by Alauda Frontend Team.",
5
5
  "repository": "git+https://github.com/alauda/alauda-ui.git",
6
6
  "author": "Alauda Frontend",
@@ -1,13 +1,50 @@
1
+ @use "sass:string";
2
+
3
+ @function get-size($name) {
4
+ @return var(--aui-#{$name});
5
+ }
6
+
7
+ @function get-color($name: primary, $level: none) {
8
+ @if $level != none {
9
+ @return rgb(var(--aui-color-#{string.slice('#{$name}', 1, 1)}-#{$level}));
10
+ }
11
+ @return rgb(var(--aui-color-#{$name}));
12
+ }
13
+
14
+ @function get-text-color($level: main) {
15
+ @if $level == main {
16
+ @return get-color(n-1);
17
+ } @else if $level == secondary {
18
+ @return get-color(n-2);
19
+ } @else if $level == help {
20
+ @return get-color(n-4);
21
+ } @else if $level == disabled or $level == placeholder {
22
+ @return get-color(n-6);
23
+ }
24
+ }
25
+
26
+ @function get-rgba($name, $opacity) {
27
+ @return rgba(var(--aui-color-#{$name}), $opacity);
28
+ }
29
+
30
+ $divider-line: 1px solid get-color(n-8);
31
+
32
+ /**
33
+ ******************************
34
+ * 以下变量不再推荐使用
35
+ ******************************
36
+ */
37
+
1
38
  // Colors
2
- $color-white: var(--aui-color-white);
3
- $color-black: var(--aui-color-black);
39
+ $color-white: #fff;
40
+ $color-black: #000;
4
41
 
5
- $color-primary: var(--aui-color-primary);
6
- $color-success: var(--aui-color-success);
7
- $color-warning: var(--aui-color-warning);
8
- $color-danger: var(--aui-color-danger);
9
- $color-error: var(--aui-color-error);
10
- $color-info: var(--aui-color-info);
42
+ $color-primary: #007af5;
43
+ $color-success: #00c261;
44
+ $color-warning: #f5a300;
45
+ $color-danger: #eb0027;
46
+ $color-error: $color-danger;
47
+ $color-info: #c8cacd;
11
48
 
12
49
  $status-color-map: (
13
50
  success: $color-success,
@@ -16,54 +53,55 @@ $status-color-map: (
16
53
  info: $color-primary,
17
54
  );
18
55
 
19
- $color-primary-light: var(--aui-color-primary-light);
20
- $color-success-light: var(--aui-color-success-light);
21
- $color-warning-light: var(--aui-color-warning-light);
22
- $color-error-light: var(--aui-color-error-light);
23
- $color-danger-light: $color-error-light;
24
- $color-info-light: var(--aui-color-info-light);
25
-
26
- $color-primary-lighter: var(--aui-color-primary-lighter);
27
- $color-success-lighter: var(--aui-color-success-lighter);
28
- $color-warning-lighter: var(--aui-color-warning-lighter);
29
- $color-error-lighter: var(--aui-color-error-lighter);
30
- $color-danger-lighter: $color-error-lighter;
31
- $color-info-lighter: var(--aui-color-info-lighter);
32
-
33
- $color-primary-extra-light: var(--aui-color-primary-extra-light);
34
- $color-success-extra-light: var(--aui-color-success-extra-light);
35
- $color-warning-extra-light: var(--aui-color-warning-extra-light);
36
- $color-error-extra-light: var(--aui-color-error-extra-light);
37
- $color-danger-extra-light: $color-error-extra-light;
38
- $color-info-extra-light: var(--aui-color-info-extra-light);
39
-
40
- $color-primary-ultra-light: var(--aui-color-primary-ultra-light);
41
- $color-success-ultra-light: var(--aui-color-success-ultra-light);
42
- $color-warning-ultra-light: var(--aui-color-warning-ultra-light);
43
- $color-error-ultra-light: var(--aui-color-error-ultra-light);
44
- $color-danger-ultra-light: $color-error-ultra-light;
45
- $color-info-ultra-light: var(--aui-color-info-ultra-light);
46
-
47
- $color-primary-dark: var(--aui-color-primary-dark);
48
- $color-success-dark: var(--aui-color-success-dark);
49
- $color-warning-dark: var(--aui-color-warning-dark);
50
- $color-error-dark: var(--aui-color-error-dark);
51
- $color-danger-dark: $color-error-dark;
52
- $color-info-dark: var(--aui-color-info-dark);
53
-
54
- $color-primary-darker: var(--aui-color-primary-darker);
55
- $color-success-darker: var(--aui-color-success-darker);
56
- $color-warning-darker: var(--aui-color-warning-darker);
57
- $color-error-darker: var(--aui-color-error-darker);
58
- $color-danger-darker: $color-error-darker;
59
- $color-info-darker: var(--aui-color-info-darker);
60
-
61
- $color-text-main: var(--aui-color-text-main);
62
- $color-text-secondary: var(--aui-color-text-secondary);
63
- $color-text-help: var(--aui-color-text-help);
64
- $color-text-placeholder: var(--aui-color-text-placeholder);
65
-
66
- $color-disabled-bg: var(--aui-color-disabled-bg);
56
+ $color-primary-light: mix($color-white, $color-primary, 60%);
57
+ $color-success-light: mix($color-white, $color-success, 60%);
58
+ $color-warning-light: mix($color-white, $color-warning, 60%);
59
+ $color-danger-light: mix($color-white, $color-danger, 60%);
60
+ $color-error-light: $color-danger-light;
61
+ $color-info-light: mix($color-white, $color-info, 60%);
62
+
63
+ $color-primary-lighter: mix($color-white, $color-primary, 70%);
64
+ $color-success-lighter: mix($color-white, $color-success, 70%);
65
+ $color-warning-lighter: mix($color-white, $color-warning, 70%);
66
+ $color-danger-lighter: mix($color-white, $color-danger, 70%);
67
+ $color-error-lighter: $color-danger-lighter;
68
+ $color-info-lighter: mix($color-white, $color-info, 70%);
69
+
70
+ $color-primary-extra-light: mix($color-white, $color-primary, 90%);
71
+ $color-success-extra-light: mix($color-white, $color-success, 90%);
72
+ $color-warning-extra-light: mix($color-white, $color-warning, 90%);
73
+ $color-danger-extra-light: mix($color-white, $color-danger, 90%);
74
+ $color-error-extra-light: $color-danger-extra-light;
75
+ $color-info-extra-light: mix($color-white, $color-info, 90%);
76
+
77
+ $color-primary-ultra-light: mix($color-white, $color-primary, 95%);
78
+ $color-success-ultra-light: mix($color-white, $color-success, 95%);
79
+ $color-warning-ultra-light: mix($color-white, $color-warning, 95%);
80
+ $color-danger-ultra-light: mix($color-white, $color-danger, 95%);
81
+ $color-error-ultra-light: $color-danger-ultra-light;
82
+ $color-info-ultra-light: mix($color-white, $color-info, 95%);
83
+
84
+ $color-primary-dark: mix($color-black, $color-primary, 10%);
85
+ $color-success-dark: mix($color-black, $color-primary, 10%);
86
+ $color-warning-dark: mix($color-black, $color-primary, 10%);
87
+ $color-danger-dark: mix($color-black, $color-primary, 10%);
88
+ $color-error-dark: $color-danger-dark;
89
+ $color-info-dark: mix($color-black, $color-primary, 10%);
90
+
91
+ $color-primary-darker: mix($color-black, $color-primary, 20%);
92
+ $color-success-darker: mix($color-black, $color-primary, 20%);
93
+ $color-warning-darker: mix($color-black, $color-primary, 20%);
94
+ $color-danger-darker: mix($color-black, $color-primary, 20%);
95
+ $color-error-darker: $color-danger-dark;
96
+ $color-info-darker: mix($color-black, $color-primary, 20%);
97
+
98
+ $color-text-main: get-text-color(main);
99
+ $color-text-secondary: get-text-color(secondary);
100
+ $color-text-help: get-text-color(help);
101
+ $color-text-disabled: get-text-color(disabled);
102
+ $color-text-placeholder: get-text-color(placeholder);
103
+
104
+ $color-disabled-bg: get-color(n-8);
67
105
 
68
106
  // Font
69
107
  $font-size-extra-large: 20px;
@@ -88,18 +126,17 @@ $height-small: 28px;
88
126
  $height-mini: 24px;
89
127
 
90
128
  // Border
91
- $border-radius: 0;
129
+ $border-radius: 2px;
92
130
  $border-width: 1px;
93
131
  $border-style: solid;
94
132
  $border-style-dashed: dashed;
95
133
 
96
134
  // Outline
97
135
  $outline-width: 3px;
98
- $outline-color-primary: var(--aui-color-outline-primary);
99
- $outline-color-success: var(--aui-color-outline-success);
100
- $outline-color-warning: var(--aui-color-outline-warning);
101
- $outline-color-error: var(--aui-color-outline-error);
102
- $outline-color-info: var(--aui-color-outline-info);
136
+ $outline-color-primary: primary;
137
+ $outline-color-success: green;
138
+ $outline-color-warning: yellow;
139
+ $outline-color-error: red;
103
140
 
104
141
  // Animation
105
142
  $animation-duration: 0.3s;
package/theme/_mixin.scss CHANGED
@@ -1,16 +1,27 @@
1
+ @import 'base-var';
1
2
  @import 'var';
2
3
 
4
+ @mixin text-set($size: m, $color: main) {
5
+ font-size: get-size(font-size-#{$size});
6
+ line-height: get-size(line-height-#{$size});
7
+ color: get-text-color($color);
8
+ }
9
+
3
10
  // 使用 box-shadow 模拟带圆角的 outline
4
- @mixin outline-shadow($color: $outline-color-primary) {
5
- box-shadow: 0 0 0 $outline-width $color;
11
+ @mixin outline-shadow($color: primary) {
12
+ box-shadow: 0 0 0 2px get-rgba($color, 0.16);
13
+ }
14
+
15
+ @mixin card-shadow() {
16
+ box-shadow: 0 0 4px 0 get-rgba(n-1, 0.1);
6
17
  }
7
18
 
8
19
  @mixin popper-shadow() {
9
- box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
20
+ box-shadow: 0 2px 8px 0 get-rgba(n-1, 0.2);
10
21
  }
11
22
 
12
- @mixin model-shadow() {
13
- box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
23
+ @mixin modal-shadow() {
24
+ box-shadow: 0 4px 16px 0 get-rgba(n-1, 0.2);
14
25
  }
15
26
 
16
27
  @mixin transition($target: all) {
package/theme/_var.scss CHANGED
@@ -24,102 +24,6 @@ $button-mini-height: $height-mini;
24
24
  $button-mini-font-size: $font-size-small;
25
25
  $button-mini-padding-hoz: 8px - $button-border-width;
26
26
 
27
- $button-default-content: $color-text-main;
28
- $button-default-content-hover: $color-primary;
29
- $button-default-content-active: $color-primary;
30
- $button-default-content-focus: $color-text-main;
31
- $button-default-content-disabled: $color-info;
32
- $button-default-bg: $color-white;
33
- $button-default-bg-hover: $color-primary-ultra-light;
34
- $button-default-bg-active: $color-primary-extra-light;
35
- $button-default-bg-focus: $color-white;
36
- $button-default-bg-disabled: $color-disabled-bg;
37
- $button-default-border: $color-info;
38
- $button-default-border-hover: $color-primary;
39
- $button-default-border-active: $color-primary;
40
- $button-default-border-focus: $color-primary;
41
- $button-default-border-disabled: $color-info;
42
-
43
- $button-primary-content: $color-white;
44
- $button-primary-content-hover: $color-white;
45
- $button-primary-content-active: $color-white;
46
- $button-primary-content-focus: $color-white;
47
- $button-primary-content-disabled: $color-white;
48
- $button-primary-bg: $color-primary;
49
- $button-primary-bg-hover: $color-primary-dark;
50
- $button-primary-bg-active: $color-primary-darker;
51
- $button-primary-bg-focus: $color-primary;
52
- $button-primary-bg-disabled: $color-primary-lighter;
53
- $button-primary-border: $color-primary;
54
- $button-primary-border-hover: $color-primary-dark;
55
- $button-primary-border-active: $color-primary-darker;
56
- $button-primary-border-focus: $color-primary;
57
- $button-primary-border-disabled: $color-primary-lighter;
58
-
59
- $button-success-content: $color-white;
60
- $button-success-content-hover: $color-white;
61
- $button-success-content-active: $color-white;
62
- $button-success-content-focus: $color-white;
63
- $button-success-content-disabled: $color-white;
64
- $button-success-bg: $color-success;
65
- $button-success-bg-hover: $color-success-dark;
66
- $button-success-bg-active: $color-success-darker;
67
- $button-success-bg-focus: $color-success;
68
- $button-success-bg-disabled: $color-success-lighter;
69
- $button-success-border: $color-success;
70
- $button-success-border-hover: $color-success-dark;
71
- $button-success-border-active: $color-success-darker;
72
- $button-success-border-focus: $color-success;
73
- $button-success-border-disabled: $color-success-lighter;
74
-
75
- $button-warning-content: $color-white;
76
- $button-warning-content-hover: $color-white;
77
- $button-warning-content-active: $color-white;
78
- $button-warning-content-focus: $color-white;
79
- $button-warning-content-disabled: $color-white;
80
- $button-warning-bg: $color-warning;
81
- $button-warning-bg-hover: $color-warning-dark;
82
- $button-warning-bg-active: $color-warning-darker;
83
- $button-warning-bg-focus: $color-warning;
84
- $button-warning-bg-disabled: $color-warning-lighter;
85
- $button-warning-border: $color-warning;
86
- $button-warning-border-hover: $color-warning-dark;
87
- $button-warning-border-active: $color-warning-darker;
88
- $button-warning-border-focus: $color-warning;
89
- $button-warning-border-disabled: $color-warning-lighter;
90
-
91
- $button-danger-content: $color-white;
92
- $button-danger-content-hover: $color-white;
93
- $button-danger-content-active: $color-white;
94
- $button-danger-content-focus: $color-white;
95
- $button-danger-content-disabled: $color-white;
96
- $button-danger-bg: $color-error;
97
- $button-danger-bg-hover: $color-error-dark;
98
- $button-danger-bg-active: $color-error-darker;
99
- $button-danger-bg-focus: $color-error;
100
- $button-danger-bg-disabled: $color-error-lighter;
101
- $button-danger-border: $color-error;
102
- $button-danger-border-hover: $color-error-dark;
103
- $button-danger-border-active: $color-error-darker;
104
- $button-danger-border-focus: $color-error;
105
- $button-danger-border-disabled: $color-error-lighter;
106
-
107
- $button-info-content: $color-white;
108
- $button-info-content-hover: $color-white;
109
- $button-info-content-active: $color-white;
110
- $button-info-content-focus: $color-white;
111
- $button-info-content-disabled: $color-white;
112
- $button-info-bg: $color-info;
113
- $button-info-bg-hover: $color-info-dark;
114
- $button-info-bg-active: $color-info-darker;
115
- $button-info-bg-focus: $color-info;
116
- $button-info-bg-disabled: $color-info-lighter;
117
- $button-info-border: $color-info;
118
- $button-info-border-hover: $color-info-dark;
119
- $button-info-border-active: $color-info-darker;
120
- $button-info-border-focus: $color-info;
121
- $button-info-border-disabled: $color-info-lighter;
122
-
123
27
  $text-button-padding-hoz: 4px - $button-border-width;
124
28
  $text-button-large-height: 24px;
125
29
  $text-button-large-font-size: 18px;
@@ -225,29 +129,6 @@ $tooltip-error-text: $color-error;
225
129
  $tooltip-info-border: $color-white;
226
130
  $tooltip-info-bg: $color-white;
227
131
 
228
- // Dialog
229
- $dialog-backdrop-color: rgba(0, 0, 0, 0.3);
230
- $dialog-bg-color: $color-white;
231
- $dialog-border-radius: $border-radius;
232
-
233
- $dialog-small-width: 420px;
234
- $dialog-medium-width: 600px;
235
- $dialog-big-width: 800px;
236
- $dialog-large-width: 960px;
237
- $dialog-fullscreen-width: 90vw;
238
- $dialog-fullscreen-height: 90vh;
239
-
240
- $dialog-header-font-size: $font-size-extra-large;
241
- $dialog-header-line-height: $line-height-extra-large;
242
- $dialog-header-color: $color-text-main;
243
-
244
- $dialog-content-min-height: 80px;
245
-
246
- $dialog-header-padding: 24px 24px 20px;
247
- $dialog-content-padding: 24px;
248
- $dialog-footer-padding: 20px 24px 24px;
249
- $dialog-bottom-margin: 50px;
250
-
251
132
  // Radio
252
133
  $radio-margin: 24px;
253
134
  $radio-font-size: $font-size-regular;
@@ -324,9 +205,6 @@ $toast-close-color: #e2e2e2;
324
205
  $alerts-wrapper-top: 20px;
325
206
  $alerts-wrapper-right: 0;
326
207
 
327
- $messages-wrapper-left: 50%;
328
- $messages-wrapper-top: 36px;
329
-
330
208
  // Input
331
209
  $input-border-radius: $border-radius;
332
210
  $input-border-width: $border-width;
@@ -430,26 +308,6 @@ $menu-item-warning-bg: $color-warning-extra-light;
430
308
  $menu-item-danger-color: $color-error;
431
309
  $menu-item-danger-bg: $color-error-extra-light;
432
310
 
433
- // Inline alert
434
- $inline-alert-vertical-margin: 16px;
435
- $inline-alert-border-radius: $border-radius;
436
- $inline-alert-border-style: $border-style;
437
- $inline-alert-border-width: $border-width;
438
- $inline-alert-close-color: $color-text-help;
439
- $inline-alert-close-color-hover: $color-text-main;
440
- $inline-alert-padding: (12px - $inline-alert-border-width)
441
- (16px - $inline-alert-border-width);
442
-
443
- $inline-alert-title-font-size: $font-size-larger;
444
- $inline-alert-title-line-height: $line-height-larger;
445
- $inline-alert-content-font-size: $font-size-regular;
446
- $inline-alert-content-line-height: $line-height-regular;
447
-
448
- $inline-alert-primary-color: $color-primary;
449
- $inline-alert-success-color: $color-success;
450
- $inline-alert-warning-color: $color-warning;
451
- $inline-alert-error-color: $color-error;
452
-
453
311
  // Card
454
312
  $card-border-color: #ededed;
455
313
  $card-border-style: $border-style;
@@ -461,15 +319,6 @@ $section-border-color: $card-border-color;
461
319
  $section-border-style: $border-style-dashed;
462
320
  $section-border-width: $border-width;
463
321
 
464
- // Message
465
- $message-padding: 8px 16px;
466
- $message-border-radius: 3px;
467
- $message-default-bg: $color-white;
468
- $message-border-side-radius: 4px;
469
- $message-margin-bottom: 20px;
470
- $message-content-margin-left: 8px;
471
- $message-z-index: 1001;
472
-
473
322
  // Notification
474
323
  $notification-margin: 0 20px 10px 0;
475
324
  $notification-padding: 16px 20px 16px 16px;