@maxax/ui 1.1.53 → 1.1.54

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 (87) hide show
  1. package/dist/theme-chalk/base/col.scss +55 -0
  2. package/dist/theme-chalk/base/config.scss +5 -0
  3. package/dist/theme-chalk/base/function.scss +53 -0
  4. package/dist/theme-chalk/base/transition.scss +29 -0
  5. package/dist/theme-chalk/base/utils.scss +179 -0
  6. package/dist/theme-chalk/base/var-dark.scss +33 -0
  7. package/dist/theme-chalk/base/var-light.scss +33 -0
  8. package/dist/theme-chalk/base/var.scss +139 -0
  9. package/dist/theme-chalk/color/index.scss +16 -0
  10. package/dist/theme-chalk/components/appCommon.scss +52 -0
  11. package/dist/theme-chalk/components/basicActionFooter.scss +24 -0
  12. package/dist/theme-chalk/components/basicArrow.scss +11 -0
  13. package/dist/theme-chalk/components/basicButton.scss +8 -0
  14. package/dist/theme-chalk/components/basicButtonExportMax.scss +27 -0
  15. package/dist/theme-chalk/components/basicButtonGroup.scss +19 -0
  16. package/dist/theme-chalk/components/basicButtonImportMax.scss +118 -0
  17. package/dist/theme-chalk/components/basicCard.scss +8 -0
  18. package/dist/theme-chalk/components/basicCascader.scss +8 -0
  19. package/dist/theme-chalk/components/basicCheckbox.scss +197 -0
  20. package/dist/theme-chalk/components/basicCheckboxGroup.scss +22 -0
  21. package/dist/theme-chalk/components/basicCol.scss +18 -0
  22. package/dist/theme-chalk/components/basicCountTo.scss +8 -0
  23. package/dist/theme-chalk/components/basicDatePicker.scss +8 -0
  24. package/dist/theme-chalk/components/basicDragVerify.scss +75 -0
  25. package/dist/theme-chalk/components/basicDrawer.scss +12 -0
  26. package/dist/theme-chalk/components/basicDrawerFooter.scss +13 -0
  27. package/dist/theme-chalk/components/basicEditBatch.scss +62 -0
  28. package/dist/theme-chalk/components/basicFontIcon.scss +8 -0
  29. package/dist/theme-chalk/components/basicForm.scss +61 -0
  30. package/dist/theme-chalk/components/basicGradientTitle.scss +49 -0
  31. package/dist/theme-chalk/components/basicHelp.scss +16 -0
  32. package/dist/theme-chalk/components/basicHidden.scss +8 -0
  33. package/dist/theme-chalk/components/basicIconOnline.scss +8 -0
  34. package/dist/theme-chalk/components/basicIconPicker.scss +60 -0
  35. package/dist/theme-chalk/components/basicJsonViewer.scss +255 -0
  36. package/dist/theme-chalk/components/basicListPage.scss +42 -0
  37. package/dist/theme-chalk/components/basicLoading.scss +106 -0
  38. package/dist/theme-chalk/components/basicMasterTrigger.scss +13 -0
  39. package/dist/theme-chalk/components/basicMessage.scss +8 -0
  40. package/dist/theme-chalk/components/basicMessageBox.scss +183 -0
  41. package/dist/theme-chalk/components/basicModal.scss +16 -0
  42. package/dist/theme-chalk/components/basicMonaco.scss +8 -0
  43. package/dist/theme-chalk/components/basicNotification.scss +103 -0
  44. package/dist/theme-chalk/components/basicOverlay.scss +21 -0
  45. package/dist/theme-chalk/components/basicPage.scss +60 -0
  46. package/dist/theme-chalk/components/basicPanel.scss +36 -0
  47. package/dist/theme-chalk/components/basicPanelPage.scss +11 -0
  48. package/dist/theme-chalk/components/basicRadio.scss +66 -0
  49. package/dist/theme-chalk/components/basicRadioGroup.scss +14 -0
  50. package/dist/theme-chalk/components/basicRegion.scss +112 -0
  51. package/dist/theme-chalk/components/basicRegionSelect.scss +74 -0
  52. package/dist/theme-chalk/components/basicRow.scss +33 -0
  53. package/dist/theme-chalk/components/basicScrollText.scss +32 -0
  54. package/dist/theme-chalk/components/basicSelect.scss +8 -0
  55. package/dist/theme-chalk/components/basicSubPanel.scss +48 -0
  56. package/dist/theme-chalk/components/basicSvgIcon.scss +18 -0
  57. package/dist/theme-chalk/components/basicTable.scss +101 -0
  58. package/dist/theme-chalk/components/basicTag.scss +24 -0
  59. package/dist/theme-chalk/components/basicText.scss +45 -0
  60. package/dist/theme-chalk/components/basicTitle.scss +42 -0
  61. package/dist/theme-chalk/components/basicTree.scss +16 -0
  62. package/dist/theme-chalk/components/basicTriggerButton.scss +8 -0
  63. package/dist/theme-chalk/components/basicUpload.scss +65 -0
  64. package/dist/theme-chalk/components/basicUploadCore.scss +8 -0
  65. package/dist/theme-chalk/components/basicUploadDragger.scss +38 -0
  66. package/dist/theme-chalk/components/basicUploadList.scss +19 -0
  67. package/dist/theme-chalk/components/basicUploadListItem.scss +240 -0
  68. package/dist/theme-chalk/components/basicViewBar.scss +88 -0
  69. package/dist/theme-chalk/components/common.scss +63 -0
  70. package/dist/theme-chalk/components/components.scss +56 -0
  71. package/dist/theme-chalk/components/tree.scss +115 -0
  72. package/dist/theme-chalk/components/treeDrop.scss +138 -0
  73. package/dist/theme-chalk/components/treeNode.scss +209 -0
  74. package/dist/theme-chalk/components/treeSearch.scss +128 -0
  75. package/dist/theme-chalk/index.scss +2 -0
  76. package/dist/theme-chalk/theme/dark.scss +14 -0
  77. package/dist/theme-chalk/theme/light.scss +26 -0
  78. package/dist/theme-chalk/vxe-table/table/base.scss +87 -0
  79. package/dist/theme-chalk/vxe-table/table/dark.scss +48 -0
  80. package/dist/theme-chalk/vxe-table/table/index.scss +3 -0
  81. package/dist/theme-chalk/vxe-table/table/light.scss +42 -0
  82. package/dist/theme-chalk/vxe-table/ui/base.scss +200 -0
  83. package/dist/theme-chalk/vxe-table/ui/dark.scss +117 -0
  84. package/dist/theme-chalk/vxe-table/ui/index.scss +3 -0
  85. package/dist/theme-chalk/vxe-table/ui/light.scss +114 -0
  86. package/dist/theme-chalk/vxe-table/vxe-table.scss +7 -0
  87. package/package.json +3 -3
@@ -0,0 +1,118 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+
6
+ @include b('basic-button-max-preview') {
7
+ --basic-button-import-max-name: 'basic-button-import-max';
8
+
9
+ display: flex;
10
+ align-items: center;
11
+ gap: 8px;
12
+ }
13
+
14
+ @include b('basic-button-import-max-modal') {
15
+ @include e('upload-icon') {
16
+ display: flex;
17
+ align-items: center;
18
+ justify-content: center;
19
+ }
20
+
21
+ @include e('upload-icon-svg') {
22
+ width: 48px;
23
+ height: 48px;
24
+ color: rgb(var(--primary-color, 100, 108, 255));
25
+ }
26
+
27
+ @include e('upload-text') {
28
+ margin-top: 16px;
29
+ }
30
+
31
+ @include e('tips') {
32
+ margin-top: 16px;
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 8px;
36
+ }
37
+
38
+ @include e('footer') {
39
+ width: 100%;
40
+ display: flex;
41
+ justify-content: space-between;
42
+ }
43
+
44
+ @include e('footer-left') {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 8px;
48
+ }
49
+
50
+ @include e('footer-text') {
51
+ // display: none;
52
+
53
+ @include m('checked') {
54
+ color: rgb(239, 68, 68);
55
+ }
56
+ }
57
+
58
+ @include e('footer-switch') {
59
+ // display: none;
60
+ }
61
+
62
+ @include e('footer-right') {
63
+ display: flex;
64
+ gap: 4px;
65
+ }
66
+
67
+ @include e('footer-btn') {
68
+ margin-right: 4px;
69
+ }
70
+
71
+ @include e('preview-table') {
72
+ width: 100%;
73
+ min-height: 200px;
74
+ }
75
+
76
+ @include e('preview-count') {
77
+ display: inline-flex;
78
+ align-items: center;
79
+ gap: 12px;
80
+ font-size: 14px;
81
+ margin-bottom: 8px;
82
+ }
83
+
84
+ @include e('total-count') {
85
+ display: inline-flex;
86
+ align-items: center;
87
+ gap: 4px;
88
+ color: rgb(var(--primary-color, 100, 108, 255));
89
+ border-radius: 4px;
90
+ font-weight: 500;
91
+
92
+ &::before {
93
+ content: '';
94
+ width: 6px;
95
+ height: 6px;
96
+ background: rgb(var(--primary-color, 100, 108, 255));
97
+ border-radius: 50%;
98
+ }
99
+ }
100
+
101
+ @include e('error-count') {
102
+ display: inline-flex;
103
+ align-items: center;
104
+ gap: 4px;
105
+ color: rgb(239, 68, 68);
106
+ border-radius: 4px;
107
+ font-weight: 500;
108
+
109
+ &::before {
110
+ content: '';
111
+ width: 6px;
112
+ height: 6px;
113
+ background: rgb(239, 68, 68);
114
+ border-radius: 50%;
115
+ }
116
+ }
117
+
118
+ }
@@ -0,0 +1,8 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+
6
+ @include b('basic-card') {
7
+ --basic-card-name: 'basic-card';
8
+ }
@@ -0,0 +1,8 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+
6
+ @include b('basic-cascader') {
7
+ --basic-cascader-name: 'basic-cascader';
8
+ }
@@ -0,0 +1,197 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+
6
+ @include b('basic-checkbox') {
7
+ --basic-checkbox-name: 'basic-checkbox';
8
+
9
+ position: relative;
10
+ display: inline-flex;
11
+ align-items: center;
12
+ box-sizing: border-box;
13
+ padding-left: 5px;
14
+ font-size: 14px;
15
+ line-height: unset;
16
+ cursor: pointer;
17
+
18
+ & > input[type='checkbox'] {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 0;
23
+ height: 0;
24
+ opacity: 0;
25
+ }
26
+
27
+ & > input[type='checkbox']:focus-visible + &-icon-hover:before {
28
+ background-color: rgb(var(--primary-color, 100, 108, 255));
29
+ }
30
+
31
+ @include e('label') {
32
+ margin-left: 8px;
33
+ color: getCssVar('color-text', 'base');
34
+ }
35
+
36
+ @include e('icon') {
37
+ position: relative;
38
+ box-sizing: border-box;
39
+ width: 14px;
40
+ height: 14px;
41
+ border-radius: 2px;
42
+ border: 1px solid rgb(var(--primary-color, 100, 108, 255));
43
+ background-color: getCssVar('fill-color', 'base');
44
+ user-select: none;
45
+
46
+ &:after {
47
+ position: absolute;
48
+ top: 50%;
49
+ left: 50%;
50
+ display: block;
51
+ width: 6px;
52
+ height: 2px;
53
+ background: getCssVar('fill-color', 'base');
54
+ border-radius: 0.5px;
55
+ transform: translate(-50%) translateY(-50%) scale(0);
56
+ content: '';
57
+ }
58
+ }
59
+
60
+ @include e('icon-check') {
61
+ position: relative;
62
+ display: block;
63
+ width: 8px;
64
+ height: 100%;
65
+ margin: 0 auto;
66
+ color: getCssVar('fill-color', 'base');
67
+ transform: scale(0);
68
+ transform-origin: center 75%;
69
+ }
70
+
71
+ &:hover {
72
+ @include e('icon-hover') {
73
+ &::before {
74
+ background-color: rgb(var(--primary-color, 100, 108, 255));
75
+ }
76
+ }
77
+
78
+ @include e('icon') {
79
+ border-color: rgb(var(--primary-color, 100, 108, 255));
80
+ transition:
81
+ border-color 0.1s cubic-bezier(0, 0, 1, 1),
82
+ transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
83
+ }
84
+ }
85
+
86
+ &.is-checked {
87
+ &:hover {
88
+ @include e('icon') {
89
+ transition: transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
90
+ background-color: rgb(var(--primary-color, 100, 108, 255));
91
+ border-color: transparent;
92
+ }
93
+
94
+ @include e('icon-check') {
95
+ transform: scale(1);
96
+ transition: transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
97
+ }
98
+
99
+ @include e('icon-hover') {
100
+ &::before {
101
+ background-color: transparent;
102
+ }
103
+ }
104
+ }
105
+
106
+ @include e('icon') {
107
+ background-color: rgb(var(--primary-color, 100, 108, 255));
108
+ border-color: transparent;
109
+ }
110
+
111
+ @include e('icon-check') {
112
+ transform: scale(1);
113
+ transition: transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
114
+ }
115
+ }
116
+
117
+ &.is-indeterminate {
118
+ &:hover {
119
+ @include e('icon') {
120
+ transition: transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
121
+ background-color: rgb(var(--primary-color, 100, 108, 255));
122
+ border-color: transparent;
123
+ }
124
+
125
+ @include e('icon-hover') {
126
+ &::before {
127
+ background-color: transparent;
128
+ }
129
+ }
130
+ }
131
+
132
+ @include e('icon') {
133
+ background-color: rgb(var(--primary-color, 100, 108, 255));
134
+ border-color: transparent;
135
+
136
+ svg {
137
+ transform: scale(0);
138
+ }
139
+
140
+ &:after {
141
+ transform: translate(-50%) translateY(-50%) scale(1);
142
+ transition: transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
143
+ }
144
+ }
145
+ }
146
+
147
+ &.is-disabled {
148
+ cursor: not-allowed;
149
+
150
+ &:hover {
151
+ @include e('mask') {
152
+ border-color: getCssVar('disabled', 'border');
153
+ }
154
+
155
+ @include e('icon') {
156
+ border-color: getCssVar('disabled', 'border');
157
+ }
158
+
159
+ @include e('icon-hover') {
160
+ &::before {
161
+ background-color: transparent;
162
+ }
163
+ }
164
+ }
165
+
166
+ @include e('icon') {
167
+ border-color: getCssVar('disabled', 'border');
168
+ background-color: getCssVar('disabled', 'bg');
169
+ }
170
+
171
+ @include e('icon-hover') {
172
+ cursor: not-allowed;
173
+ }
174
+
175
+ @include e('label') {
176
+ color: getCssVar('color-text', 'base');
177
+ }
178
+
179
+ @include e('icon-check') {
180
+ color: getCssVar('disabled', 'text');
181
+ }
182
+ }
183
+
184
+ &.is-disabled.is-checked {
185
+ @include e('icon') {
186
+ background-color: getCssVar('disabled', 'bg');
187
+ border-color: transparent;
188
+ }
189
+
190
+ &:hover {
191
+ @include e('icon') {
192
+ background-color: getCssVar('disabled', 'bg');
193
+ border-color: transparent;
194
+ }
195
+ }
196
+ }
197
+ }
@@ -0,0 +1,22 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+
6
+ @include b('basic-checkbox-group') {
7
+ --basic-checkbox-group-name: 'basic-checkbox-group';
8
+
9
+ display: inline-block;
10
+
11
+ @include b('basic-checkbox') {
12
+ margin-right: 16px;
13
+ }
14
+
15
+ @include is('vertical') {
16
+ @include b('basic-checkbox') {
17
+ display: flex;
18
+ margin-right: 0;
19
+ line-height: 32px;
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,18 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+ @use '../base/col' as *;
6
+
7
+ @include b('basic-col') {
8
+ --col-name: 'basic-col';
9
+
10
+ position: relative;
11
+ max-width: 100%;
12
+ min-height: 1px;
13
+ }
14
+
15
+ @each $size in $col-sizes {
16
+ @include col-size($size);
17
+ @include col-size-responsive($size);
18
+ }
@@ -0,0 +1,8 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+
6
+ @include b('basic-count-to') {
7
+ --basic-count-to-name: 'basic-count-to';
8
+ }
@@ -0,0 +1,8 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+
6
+ @include b('basic-date-picker') {
7
+ --basic-date-picker-name: 'basic-date-picker';
8
+ }
@@ -0,0 +1,75 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+
6
+ @include b('basic-drag-verify') {
7
+ --basic-drag-verify-name: 'basic-drag-verify';
8
+
9
+ position: relative;
10
+ overflow: hidden;
11
+ border: 1px solid getCssVar('border-color', 'base');
12
+ background-color: getCssVar('disabled', 'bg');
13
+ text-align: center;
14
+
15
+ @include e('bar') {
16
+ position: absolute;
17
+ width: 0;
18
+ height: 36px;
19
+ background-color: rgb(var(--success-color));
20
+
21
+ &.to-left {
22
+ width: 0 !important;
23
+ transition: width 0.3s;
24
+ }
25
+ }
26
+
27
+ @include e('content') {
28
+ position: absolute;
29
+ top: 0;
30
+ animation: slidetounlock 3s infinite;
31
+ background-clip: text;
32
+ background-color: -webkit-gradient(linear, left top, right top, color-stop(0, #333), color-stop(0.4, #333), color-stop(0.5, #fff), color-stop(0.6, #333), color-stop(1, #333));
33
+ font-size: 12px;
34
+ user-select: none;
35
+ text-size-adjust: none;
36
+
37
+ &.success {
38
+ -webkit-text-fill-color: #fff;
39
+ }
40
+
41
+ & > * {
42
+ -webkit-text-fill-color: #333;
43
+ }
44
+ }
45
+
46
+ @include e('action') {
47
+ display: flex;
48
+ position: absolute;
49
+ top: 0;
50
+ left: 0;
51
+ align-items: center;
52
+ justify-content: center;
53
+ background-color: getCssVar('fill-color', 'base');
54
+ cursor: move;
55
+
56
+ &__icon {
57
+ cursor: inherit;
58
+ }
59
+
60
+ &.to-left {
61
+ left: 0 !important;
62
+ transition: left 0.3s;
63
+ }
64
+ }
65
+ }
66
+
67
+ @keyframes slidetounlock {
68
+ 0% {
69
+ background-position: -120px 0;
70
+ }
71
+
72
+ 100% {
73
+ background-position: 120px 0;
74
+ }
75
+ }
@@ -0,0 +1,12 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+
6
+ @include b('basic-drawer') {
7
+ --basic-drawer-name: 'basic-drawer';
8
+
9
+ .ml-4 {
10
+ margin-left: 8px;
11
+ }
12
+ }
@@ -0,0 +1,13 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+
6
+ @include b('basic-drawer-footer') {
7
+ --basic-drawer-footer-name: 'basic-drawer-footer';
8
+
9
+ width: 100%;
10
+ display: flex;
11
+ align-items: center;
12
+ justify-content: space-between;
13
+ }
@@ -0,0 +1,62 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+
6
+ @include b('basic-edit-batch') {
7
+ --basic-edit-batch-name: 'basic-edit-batch';
8
+
9
+ display: flex;
10
+ align-items: center;
11
+
12
+ &.is-disabled {
13
+ display: none;
14
+ }
15
+
16
+ @include e('select') {
17
+ width: 100px;
18
+ }
19
+
20
+ @include b('basic-edit-batch-item') {
21
+ flex: 1;
22
+ display: flex;
23
+ padding: 0 12px;
24
+
25
+ @include e('item-container') {
26
+ display: flex;
27
+ align-items: center;
28
+ gap: 12px;
29
+ width: 100%;
30
+ flex: 1;
31
+ }
32
+
33
+ @include e('content') {
34
+ flex: 1;
35
+ display: flex;
36
+ align-items: center;
37
+ max-width: 100%;
38
+ }
39
+
40
+ @include e('content-inner') {
41
+ flex: 1;
42
+ max-width: 100%;
43
+ }
44
+
45
+ @include e('content-suffix') {
46
+ margin-left: 8px;
47
+ }
48
+
49
+ @include e('label-help-message') {
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: flex-end;
53
+ }
54
+ }
55
+
56
+ @include b('basic-edit-batch-action') {
57
+ display: flex;
58
+ align-items: center;
59
+ gap: 8px;
60
+ justify-content: flex-end;
61
+ }
62
+ }
@@ -0,0 +1,8 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+
6
+ @include b('basic-font-icon') {
7
+ --basic-font-icon-name: 'basic-font-icon';
8
+ }
@@ -0,0 +1,61 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+
6
+ @include b('basic-form') {
7
+ &.is-bordered {
8
+ border: 1px solid getCssVar('border-color', 'base');
9
+ margin-bottom: 12px;
10
+ background-color: getCssVar('fill-color', 'base');
11
+ }
12
+
13
+ &.is-card {
14
+ padding: 16px 16px 0 16px;
15
+ margin-bottom: 12px;
16
+ background-color: getCssVar('fill-color', 'base');
17
+ }
18
+
19
+ @include b('basic-form-action') {
20
+ --basic-form-action-name: 'basic-form-action';
21
+ width: 100%;
22
+ display: flex;
23
+ justify-content: flex-end;
24
+
25
+ @include e('reset-btn') {
26
+ margin-left: 4px;
27
+ }
28
+
29
+ @include e('submit-btn') {
30
+ margin-left: 4px;
31
+ }
32
+
33
+ @include e('advance-btn') {
34
+ margin-left: 4px;
35
+ }
36
+ }
37
+
38
+ @include b('basic-form-item') {
39
+ @include e('content') {
40
+ flex: 1;
41
+ display: flex;
42
+ align-items: center;
43
+ max-width: 100%;
44
+ }
45
+
46
+ @include e('content-inner') {
47
+ flex: 1;
48
+ max-width: 100%;
49
+ }
50
+
51
+ @include e('content-suffix') {
52
+ margin-left: 8px;
53
+ }
54
+
55
+ @include e('label-help-message') {
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: flex-end;
59
+ }
60
+ }
61
+ }
@@ -0,0 +1,49 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+
6
+ @include b('basic-gradient-title') {
7
+ --basic-gradient-title-name: 'basic-gradient-title';
8
+
9
+ width: 100%;
10
+ margin: 20px auto;
11
+ position: relative;
12
+ display: flex;
13
+ align-items: center;
14
+ justify-content: center;
15
+ padding-top: 11px;
16
+ padding-bottom: 11px;
17
+ backdrop-filter: blur(4px);
18
+ background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.67) 23%, rgba(255, 255, 255, 0.67) 79%, rgba(255, 255, 255, 0) 100%),
19
+ linear-gradient(90deg, rgba(144, 215, 255, 0) 0%, rgba(115, 205, 255, 0.3) 23%, rgba(255, 240, 162, 0.3) 50%, rgba(255, 160, 129, 0.3) 73%, rgba(255, 101, 51, 0) 100%);
20
+
21
+ @include e('text') {
22
+ text-align: center;
23
+ font-size: 0.875rem;
24
+ line-height: 1.25rem;
25
+ }
26
+
27
+ @include e('text-inner') {
28
+ color: transparent;
29
+ font-weight: 500;
30
+ background-clip: text;
31
+ background-image: linear-gradient(to right, #00a4ff, #ffa900, #ed6336);
32
+ }
33
+
34
+ .line {
35
+ height: 1px;
36
+ right: 0;
37
+ left: 0;
38
+ position: absolute;
39
+ background: linear-gradient(90deg, rgba(0, 164, 255, 0) 0%, rgba(0, 164, 255, 0.5) 23%, rgba(213, 201, 140, 0.5) 50%, rgba(237, 99, 54, 0.5) 73%, rgba(237, 99, 54, 0) 100%);
40
+ }
41
+
42
+ @include e('line-top') {
43
+ top: 0;
44
+ }
45
+
46
+ @include e('line-bottom') {
47
+ bottom: 0;
48
+ }
49
+ }
@@ -0,0 +1,16 @@
1
+ @use '../base/config' as *;
2
+ @use '../base/var' as *;
3
+ @use '../base/utils' as *;
4
+ @use '../base/function' as *;
5
+
6
+ @include b('basic-help') {
7
+ --basic-help-name: 'basic-help';
8
+
9
+ @include inline-flex-center();
10
+ }
11
+
12
+ @include b('basic-help-trigger') {
13
+ display: inline-flex;
14
+ align-items: center;
15
+ justify-content: center;
16
+ }