@type-dom/ui 0.1.2 → 0.1.3

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 (132) hide show
  1. package/README.md +134 -134
  2. package/package.json +3 -1
  3. package/src/components/data/td-progress/td-progress.class.js +5 -5
  4. package/src/hooks/use-deprecated/index.js +2 -2
  5. package/src/hooks/use-id/index.js +4 -4
  6. package/src/hooks/use-z-index/index.js +1 -1
  7. package/src/theme-chalk/affix.scss +7 -7
  8. package/src/theme-chalk/alert.scss +115 -115
  9. package/src/theme-chalk/anchor-link.scss +41 -41
  10. package/src/theme-chalk/anchor.scss +88 -88
  11. package/src/theme-chalk/aside.scss +8 -8
  12. package/src/theme-chalk/autocomplete.scss +89 -89
  13. package/src/theme-chalk/avatar.scss +55 -55
  14. package/src/theme-chalk/backtop.scss +29 -29
  15. package/src/theme-chalk/badge.scss +58 -58
  16. package/src/theme-chalk/base.scss +3 -3
  17. package/src/theme-chalk/breadcrumb.scss +62 -62
  18. package/src/theme-chalk/button-group.scss +80 -80
  19. package/src/theme-chalk/button.scss +304 -304
  20. package/src/theme-chalk/calendar.scss +80 -80
  21. package/src/theme-chalk/card.scss +45 -45
  22. package/src/theme-chalk/carousel-item.scss +58 -58
  23. package/src/theme-chalk/carousel.scss +188 -188
  24. package/src/theme-chalk/cascader-panel.scss +138 -138
  25. package/src/theme-chalk/cascader.scss +247 -247
  26. package/src/theme-chalk/check-tag.scss +60 -60
  27. package/src/theme-chalk/checkbox-button.scss +140 -140
  28. package/src/theme-chalk/checkbox-group.scss +7 -7
  29. package/src/theme-chalk/checkbox.scss +298 -298
  30. package/src/theme-chalk/col.scss +48 -48
  31. package/src/theme-chalk/collapse.scss +70 -70
  32. package/src/theme-chalk/color/index.scss +20 -20
  33. package/src/theme-chalk/color-picker.scss +393 -393
  34. package/src/theme-chalk/common/popup.scss +47 -47
  35. package/src/theme-chalk/common/transition.scss +122 -122
  36. package/src/theme-chalk/common/var.scss +1655 -1655
  37. package/src/theme-chalk/container.scss +14 -14
  38. package/src/theme-chalk/dark/css-vars.scss +39 -39
  39. package/src/theme-chalk/dark/var.scss +222 -222
  40. package/src/theme-chalk/date-picker/date-picker.scss +110 -110
  41. package/src/theme-chalk/date-picker/date-range-picker.scss +113 -113
  42. package/src/theme-chalk/date-picker/date-table.scss +158 -158
  43. package/src/theme-chalk/date-picker/month-table.scss +112 -112
  44. package/src/theme-chalk/date-picker/picker-panel.scss +131 -131
  45. package/src/theme-chalk/date-picker/picker.scss +212 -212
  46. package/src/theme-chalk/date-picker/time-picker.scss +90 -90
  47. package/src/theme-chalk/date-picker/time-range-picker.scss +33 -33
  48. package/src/theme-chalk/date-picker/time-spinner.scss +111 -111
  49. package/src/theme-chalk/date-picker/year-table.scss +108 -108
  50. package/src/theme-chalk/date-picker.scss +9 -9
  51. package/src/theme-chalk/descriptions-item.scss +73 -73
  52. package/src/theme-chalk/descriptions.scss +152 -152
  53. package/src/theme-chalk/dialog.scss +192 -192
  54. package/src/theme-chalk/display.scss +12 -12
  55. package/src/theme-chalk/divider.scss +48 -48
  56. package/src/theme-chalk/drawer.scss +155 -155
  57. package/src/theme-chalk/dropdown.scss +208 -208
  58. package/src/theme-chalk/empty.scss +49 -49
  59. package/src/theme-chalk/footer.scss +12 -12
  60. package/src/theme-chalk/form.scss +244 -244
  61. package/src/theme-chalk/header.scss +12 -12
  62. package/src/theme-chalk/icon.scss +45 -45
  63. package/src/theme-chalk/image-viewer.scss +155 -155
  64. package/src/theme-chalk/image.scss +49 -49
  65. package/src/theme-chalk/index.scss +111 -111
  66. package/src/theme-chalk/input-number.scss +186 -186
  67. package/src/theme-chalk/input-tag.scss +220 -220
  68. package/src/theme-chalk/input.scss +474 -474
  69. package/src/theme-chalk/link.scss +90 -90
  70. package/src/theme-chalk/loading.scss +104 -104
  71. package/src/theme-chalk/main.scss +14 -14
  72. package/src/theme-chalk/mention.scss +92 -92
  73. package/src/theme-chalk/menu.scss +339 -339
  74. package/src/theme-chalk/message-box.scss +213 -213
  75. package/src/theme-chalk/message.scss +98 -98
  76. package/src/theme-chalk/mixins/_button.scss +165 -165
  77. package/src/theme-chalk/mixins/_col.scss +33 -33
  78. package/src/theme-chalk/mixins/_var.scss +67 -67
  79. package/src/theme-chalk/mixins/config.scss +5 -5
  80. package/src/theme-chalk/mixins/function.scss +88 -88
  81. package/src/theme-chalk/mixins/mixins.scss +240 -240
  82. package/src/theme-chalk/mixins/utils.scss +39 -39
  83. package/src/theme-chalk/notification.scss +107 -107
  84. package/src/theme-chalk/option-group.scss +33 -33
  85. package/src/theme-chalk/option.scss +71 -71
  86. package/src/theme-chalk/overlay.scss +17 -17
  87. package/src/theme-chalk/page-header.scss +60 -60
  88. package/src/theme-chalk/pagination.scss +238 -238
  89. package/src/theme-chalk/popconfirm.scss +16 -16
  90. package/src/theme-chalk/popover.scss +61 -61
  91. package/src/theme-chalk/popper.scss +106 -106
  92. package/src/theme-chalk/progress.scss +179 -179
  93. package/src/theme-chalk/radio-button.scss +169 -169
  94. package/src/theme-chalk/radio-group.scss +9 -9
  95. package/src/theme-chalk/radio.scss +215 -215
  96. package/src/theme-chalk/rate.scss +108 -108
  97. package/src/theme-chalk/reset.scss +98 -98
  98. package/src/theme-chalk/result.scss +57 -57
  99. package/src/theme-chalk/row.scss +35 -35
  100. package/src/theme-chalk/scrollbar.scss +97 -97
  101. package/src/theme-chalk/segmented.scss +183 -183
  102. package/src/theme-chalk/select-dropdown-v2.scss +1 -1
  103. package/src/theme-chalk/select-dropdown.scss +57 -57
  104. package/src/theme-chalk/select-v2.scss +4 -4
  105. package/src/theme-chalk/select.scss +264 -264
  106. package/src/theme-chalk/skeleton-item.scss +83 -83
  107. package/src/theme-chalk/skeleton.scss +44 -44
  108. package/src/theme-chalk/slider.scss +212 -212
  109. package/src/theme-chalk/space.scss +20 -20
  110. package/src/theme-chalk/spinner.scss +43 -43
  111. package/src/theme-chalk/statistic.scss +35 -35
  112. package/src/theme-chalk/step.scss +316 -316
  113. package/src/theme-chalk/steps.scss +21 -21
  114. package/src/theme-chalk/switch.scss +300 -300
  115. package/src/theme-chalk/table-column.scss +98 -98
  116. package/src/theme-chalk/table-v2.scss +236 -236
  117. package/src/theme-chalk/table.scss +694 -694
  118. package/src/theme-chalk/tabs.scss +660 -660
  119. package/src/theme-chalk/tag.scss +181 -181
  120. package/src/theme-chalk/text.scss +51 -51
  121. package/src/theme-chalk/time-picker.scss +5 -5
  122. package/src/theme-chalk/time-select.scss +37 -37
  123. package/src/theme-chalk/timeline-item.scss +84 -84
  124. package/src/theme-chalk/timeline.scss +46 -46
  125. package/src/theme-chalk/tooltip-v2.scss +95 -95
  126. package/src/theme-chalk/tour.scss +187 -187
  127. package/src/theme-chalk/transfer.scss +203 -203
  128. package/src/theme-chalk/tree-select.scss +41 -41
  129. package/src/theme-chalk/tree.scss +134 -134
  130. package/src/theme-chalk/upload.scss +654 -654
  131. package/src/theme-chalk/var.scss +87 -87
  132. package/src/theme-chalk/virtual-list.scss +40 -40
@@ -1,208 +1,208 @@
1
- @use 'sass:map';
2
-
3
- @use 'mixins/mixins' as *;
4
- @use 'mixins/var' as *;
5
- @use 'common/var' as *;
6
-
7
- $dropdown-item-line-height: () !default;
8
- $dropdown-item-line-height: map.merge(
9
- (
10
- 'large': 22px,
11
- 'default': 22px,
12
- 'small': 20px,
13
- ),
14
- $dropdown-item-line-height
15
- );
16
-
17
- $dropdown-item-padding: () !default;
18
- $dropdown-item-padding: map.merge(
19
- (
20
- 'large': 7px 20px,
21
- 'default': 5px 16px,
22
- 'small': 2px 12px,
23
- ),
24
- $dropdown-item-padding
25
- );
26
-
27
- $dropdown-item-divided-margin: () !default;
28
- $dropdown-item-divided-margin: map.merge(
29
- (
30
- 'large': 8px 0,
31
- 'default': 6px 0,
32
- 'small': 4px 0,
33
- ),
34
- $dropdown-item-divided-margin
35
- );
36
-
37
- $dropdown-caret-width: () !default;
38
- $dropdown-caret-width: map.merge($common-component-size, $dropdown-caret-width);
39
-
40
- $dropdown-divider-width: 1px !default;
41
-
42
- @include b(dropdown) {
43
- @include set-component-css-var('dropdown', $dropdown);
44
-
45
- display: inline-flex;
46
- position: relative;
47
- color: getCssVar('text-color', 'regular');
48
- font-size: getCssVar('font-size', 'base');
49
- line-height: 1;
50
- vertical-align: top;
51
-
52
- &.is-disabled {
53
- color: getCssVar('text-color', 'placeholder');
54
- cursor: not-allowed;
55
- }
56
-
57
- @include e(popper) {
58
- @include set-component-css-var('dropdown', $dropdown);
59
-
60
- // using attributes selector to override
61
-
62
- @include picker-popper(
63
- getCssVar('bg-color', 'overlay'),
64
- 1px solid getCssVar('border-color-light'),
65
- getCssVar('dropdown-menu-box-shadow')
66
- );
67
-
68
- .#{$namespace}-dropdown-menu {
69
- border: none;
70
- }
71
-
72
- #{& + '-selfdefine'} {
73
- outline: none;
74
- }
75
-
76
- @include b(scrollbar__bar) {
77
- z-index: calc(#{getCssVar('dropdown', 'menu-index')} + 1);
78
- }
79
-
80
- @include b(dropdown__list) {
81
- list-style: none;
82
- padding: 0;
83
- margin: 0;
84
- box-sizing: border-box;
85
- }
86
- }
87
-
88
- & .#{$namespace}-dropdown__caret-button {
89
- padding-left: 0;
90
- padding-right: 0;
91
- display: inline-flex;
92
- justify-content: center;
93
- align-items: center;
94
- width: map.get($dropdown-caret-width, 'default');
95
- border-left: none;
96
-
97
- > span {
98
- display: inline-flex;
99
- }
100
-
101
- &::before {
102
- content: '';
103
- position: absolute;
104
- display: block;
105
- width: 1px;
106
- top: -1px;
107
- bottom: -1px;
108
- left: 0;
109
- background: getCssVar('overlay-color', 'lighter');
110
- }
111
-
112
- &.#{$namespace}-button::before {
113
- background: getCssVar('border-color');
114
- opacity: 0.5;
115
- }
116
-
117
- & .#{$namespace}-dropdown__icon {
118
- font-size: inherit;
119
- padding-left: 0;
120
- }
121
- }
122
-
123
- .#{$namespace}-dropdown-selfdefine {
124
- // 自定义
125
- outline: none;
126
- }
127
-
128
- @each $size in (large, small) {
129
- @include m($size) {
130
- .#{$namespace}-dropdown__caret-button {
131
- width: map.get($dropdown-caret-width, $size);
132
- }
133
- }
134
- }
135
- }
136
-
137
- $dropdown-menu-padding-vertical: () !default;
138
- $dropdown-menu-padding-vertical: map.merge(
139
- (
140
- 'large': 8px,
141
- 'default': 6px,
142
- 'small': 4px,
143
- ),
144
- $dropdown-menu-padding-vertical
145
- );
146
-
147
- @include b(dropdown-menu) {
148
- position: relative;
149
- top: 0;
150
- left: 0;
151
- z-index: getCssVar('dropdown-menu-index');
152
- padding: map.get($dropdown-menu-padding-vertical, 'default')-$border-width 0;
153
- margin: 0;
154
- background-color: getCssVar('bg-color', 'overlay');
155
- border: none;
156
- border-radius: getCssVar('border-radius-base');
157
- box-shadow: none;
158
- list-style: none;
159
-
160
- @include e(item) {
161
- display: flex;
162
- align-items: center;
163
- white-space: nowrap;
164
- list-style: none;
165
- line-height: map.get($dropdown-item-line-height, 'default');
166
- padding: map.get($dropdown-item-padding, 'default');
167
- margin: 0;
168
- font-size: getCssVar('font-size', 'base');
169
- color: getCssVar('text-color', 'regular');
170
- cursor: pointer;
171
- outline: none;
172
- &:not(.is-disabled):hover,
173
- &:not(.is-disabled):focus {
174
- background-color: getCssVar('dropdown-menuItem-hover-fill');
175
- color: getCssVar('dropdown-menuItem-hover-color');
176
- }
177
-
178
- i {
179
- margin-right: 5px;
180
- }
181
-
182
- @include m(divided) {
183
- margin: map.get($dropdown-item-divided-margin, 'default');
184
- border-top: 1px solid getCssVar('border-color-lighter');
185
- }
186
-
187
- @include when(disabled) {
188
- cursor: not-allowed;
189
- color: getCssVar('text-color-disabled');
190
- }
191
- }
192
-
193
- @each $size in (large, small) {
194
- @include m($size) {
195
- padding: map.get($dropdown-menu-padding-vertical, $size)-$border-width 0;
196
-
197
- @include e(item) {
198
- padding: map.get($dropdown-item-padding, $size);
199
- line-height: map.get($dropdown-item-line-height, $size);
200
- font-size: map.get($input-font-size, $size);
201
-
202
- @include m(divided) {
203
- margin: map.get($dropdown-item-divided-margin, $size);
204
- }
205
- }
206
- }
207
- }
208
- }
1
+ @use 'sass:map';
2
+
3
+ @use 'mixins/mixins' as *;
4
+ @use 'mixins/var' as *;
5
+ @use 'common/var' as *;
6
+
7
+ $dropdown-item-line-height: () !default;
8
+ $dropdown-item-line-height: map.merge(
9
+ (
10
+ 'large': 22px,
11
+ 'default': 22px,
12
+ 'small': 20px,
13
+ ),
14
+ $dropdown-item-line-height
15
+ );
16
+
17
+ $dropdown-item-padding: () !default;
18
+ $dropdown-item-padding: map.merge(
19
+ (
20
+ 'large': 7px 20px,
21
+ 'default': 5px 16px,
22
+ 'small': 2px 12px,
23
+ ),
24
+ $dropdown-item-padding
25
+ );
26
+
27
+ $dropdown-item-divided-margin: () !default;
28
+ $dropdown-item-divided-margin: map.merge(
29
+ (
30
+ 'large': 8px 0,
31
+ 'default': 6px 0,
32
+ 'small': 4px 0,
33
+ ),
34
+ $dropdown-item-divided-margin
35
+ );
36
+
37
+ $dropdown-caret-width: () !default;
38
+ $dropdown-caret-width: map.merge($common-component-size, $dropdown-caret-width);
39
+
40
+ $dropdown-divider-width: 1px !default;
41
+
42
+ @include b(dropdown) {
43
+ @include set-component-css-var('dropdown', $dropdown);
44
+
45
+ display: inline-flex;
46
+ position: relative;
47
+ color: getCssVar('text-color', 'regular');
48
+ font-size: getCssVar('font-size', 'base');
49
+ line-height: 1;
50
+ vertical-align: top;
51
+
52
+ &.is-disabled {
53
+ color: getCssVar('text-color', 'placeholder');
54
+ cursor: not-allowed;
55
+ }
56
+
57
+ @include e(popper) {
58
+ @include set-component-css-var('dropdown', $dropdown);
59
+
60
+ // using attributes selector to override
61
+
62
+ @include picker-popper(
63
+ getCssVar('bg-color', 'overlay'),
64
+ 1px solid getCssVar('border-color-light'),
65
+ getCssVar('dropdown-menu-box-shadow')
66
+ );
67
+
68
+ .#{$namespace}-dropdown-menu {
69
+ border: none;
70
+ }
71
+
72
+ #{& + '-selfdefine'} {
73
+ outline: none;
74
+ }
75
+
76
+ @include b(scrollbar__bar) {
77
+ z-index: calc(#{getCssVar('dropdown', 'menu-index')} + 1);
78
+ }
79
+
80
+ @include b(dropdown__list) {
81
+ list-style: none;
82
+ padding: 0;
83
+ margin: 0;
84
+ box-sizing: border-box;
85
+ }
86
+ }
87
+
88
+ & .#{$namespace}-dropdown__caret-button {
89
+ padding-left: 0;
90
+ padding-right: 0;
91
+ display: inline-flex;
92
+ justify-content: center;
93
+ align-items: center;
94
+ width: map.get($dropdown-caret-width, 'default');
95
+ border-left: none;
96
+
97
+ > span {
98
+ display: inline-flex;
99
+ }
100
+
101
+ &::before {
102
+ content: '';
103
+ position: absolute;
104
+ display: block;
105
+ width: 1px;
106
+ top: -1px;
107
+ bottom: -1px;
108
+ left: 0;
109
+ background: getCssVar('overlay-color', 'lighter');
110
+ }
111
+
112
+ &.#{$namespace}-button::before {
113
+ background: getCssVar('border-color');
114
+ opacity: 0.5;
115
+ }
116
+
117
+ & .#{$namespace}-dropdown__icon {
118
+ font-size: inherit;
119
+ padding-left: 0;
120
+ }
121
+ }
122
+
123
+ .#{$namespace}-dropdown-selfdefine {
124
+ // 自定义
125
+ outline: none;
126
+ }
127
+
128
+ @each $size in (large, small) {
129
+ @include m($size) {
130
+ .#{$namespace}-dropdown__caret-button {
131
+ width: map.get($dropdown-caret-width, $size);
132
+ }
133
+ }
134
+ }
135
+ }
136
+
137
+ $dropdown-menu-padding-vertical: () !default;
138
+ $dropdown-menu-padding-vertical: map.merge(
139
+ (
140
+ 'large': 8px,
141
+ 'default': 6px,
142
+ 'small': 4px,
143
+ ),
144
+ $dropdown-menu-padding-vertical
145
+ );
146
+
147
+ @include b(dropdown-menu) {
148
+ position: relative;
149
+ top: 0;
150
+ left: 0;
151
+ z-index: getCssVar('dropdown-menu-index');
152
+ padding: map.get($dropdown-menu-padding-vertical, 'default')-$border-width 0;
153
+ margin: 0;
154
+ background-color: getCssVar('bg-color', 'overlay');
155
+ border: none;
156
+ border-radius: getCssVar('border-radius-base');
157
+ box-shadow: none;
158
+ list-style: none;
159
+
160
+ @include e(item) {
161
+ display: flex;
162
+ align-items: center;
163
+ white-space: nowrap;
164
+ list-style: none;
165
+ line-height: map.get($dropdown-item-line-height, 'default');
166
+ padding: map.get($dropdown-item-padding, 'default');
167
+ margin: 0;
168
+ font-size: getCssVar('font-size', 'base');
169
+ color: getCssVar('text-color', 'regular');
170
+ cursor: pointer;
171
+ outline: none;
172
+ &:not(.is-disabled):hover,
173
+ &:not(.is-disabled):focus {
174
+ background-color: getCssVar('dropdown-menuItem-hover-fill');
175
+ color: getCssVar('dropdown-menuItem-hover-color');
176
+ }
177
+
178
+ i {
179
+ margin-right: 5px;
180
+ }
181
+
182
+ @include m(divided) {
183
+ margin: map.get($dropdown-item-divided-margin, 'default');
184
+ border-top: 1px solid getCssVar('border-color-lighter');
185
+ }
186
+
187
+ @include when(disabled) {
188
+ cursor: not-allowed;
189
+ color: getCssVar('text-color-disabled');
190
+ }
191
+ }
192
+
193
+ @each $size in (large, small) {
194
+ @include m($size) {
195
+ padding: map.get($dropdown-menu-padding-vertical, $size)-$border-width 0;
196
+
197
+ @include e(item) {
198
+ padding: map.get($dropdown-item-padding, $size);
199
+ line-height: map.get($dropdown-item-line-height, $size);
200
+ font-size: map.get($input-font-size, $size);
201
+
202
+ @include m(divided) {
203
+ margin: map.get($dropdown-item-divided-margin, $size);
204
+ }
205
+ }
206
+ }
207
+ }
208
+ }
@@ -1,49 +1,49 @@
1
- @use 'mixins/mixins' as *;
2
- @use 'mixins/var' as *;
3
- @use 'common/var' as *;
4
-
5
- @include b(empty) {
6
- @include set-component-css-var('empty', $empty);
7
-
8
- display: flex;
9
- justify-content: center;
10
- align-items: center;
11
- flex-direction: column;
12
- text-align: center;
13
- box-sizing: border-box;
14
- padding: getCssVar('empty-padding');
15
-
16
- @include e(image) {
17
- width: getCssVar('empty-image-width');
18
-
19
- img {
20
- user-select: none;
21
- width: 100%;
22
- height: 100%;
23
- vertical-align: top;
24
- object-fit: contain;
25
- }
26
-
27
- svg {
28
- color: getCssVar('svg-monochrome-grey');
29
- fill: currentColor;
30
- width: 100%;
31
- height: 100%;
32
- vertical-align: top;
33
- }
34
- }
35
-
36
- @include e(description) {
37
- margin-top: getCssVar('empty-description-margin-top');
38
-
39
- p {
40
- margin: 0;
41
- font-size: getCssVar('font-size', 'base');
42
- color: getCssVar('text-color', 'secondary');
43
- }
44
- }
45
-
46
- @include e(bottom) {
47
- margin-top: getCssVar('empty-bottom-margin-top');
48
- }
49
- }
1
+ @use 'mixins/mixins' as *;
2
+ @use 'mixins/var' as *;
3
+ @use 'common/var' as *;
4
+
5
+ @include b(empty) {
6
+ @include set-component-css-var('empty', $empty);
7
+
8
+ display: flex;
9
+ justify-content: center;
10
+ align-items: center;
11
+ flex-direction: column;
12
+ text-align: center;
13
+ box-sizing: border-box;
14
+ padding: getCssVar('empty-padding');
15
+
16
+ @include e(image) {
17
+ width: getCssVar('empty-image-width');
18
+
19
+ img {
20
+ user-select: none;
21
+ width: 100%;
22
+ height: 100%;
23
+ vertical-align: top;
24
+ object-fit: contain;
25
+ }
26
+
27
+ svg {
28
+ color: getCssVar('svg-monochrome-grey');
29
+ fill: currentColor;
30
+ width: 100%;
31
+ height: 100%;
32
+ vertical-align: top;
33
+ }
34
+ }
35
+
36
+ @include e(description) {
37
+ margin-top: getCssVar('empty-description-margin-top');
38
+
39
+ p {
40
+ margin: 0;
41
+ font-size: getCssVar('font-size', 'base');
42
+ color: getCssVar('text-color', 'secondary');
43
+ }
44
+ }
45
+
46
+ @include e(bottom) {
47
+ margin-top: getCssVar('empty-bottom-margin-top');
48
+ }
49
+ }
@@ -1,12 +1,12 @@
1
- @use 'mixins/mixins' as *;
2
- @use 'mixins/var' as *;
3
- @use 'common/var' as *;
4
-
5
- @include b(footer) {
6
- @include set-component-css-var('footer', $footer);
7
-
8
- padding: getCssVar('footer-padding');
9
- box-sizing: border-box;
10
- flex-shrink: 0;
11
- height: getCssVar('footer-height');
12
- }
1
+ @use 'mixins/mixins' as *;
2
+ @use 'mixins/var' as *;
3
+ @use 'common/var' as *;
4
+
5
+ @include b(footer) {
6
+ @include set-component-css-var('footer', $footer);
7
+
8
+ padding: getCssVar('footer-padding');
9
+ box-sizing: border-box;
10
+ flex-shrink: 0;
11
+ height: getCssVar('footer-height');
12
+ }