hy-app 0.5.8 → 0.5.10

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 (103) hide show
  1. package/components/hy-action-sheet/index.scss +1 -1
  2. package/components/hy-address-picker/index.scss +1 -1
  3. package/components/hy-avatar/index.scss +1 -1
  4. package/components/hy-back-top/index.scss +1 -1
  5. package/components/hy-badge/index.scss +1 -1
  6. package/components/hy-button/index.scss +1 -1
  7. package/components/hy-calendar/index.scss +1 -1
  8. package/components/hy-card/hy-card.vue +1 -1
  9. package/components/hy-card/index.scss +1 -1
  10. package/components/hy-cell-item/hy-cell-item.vue +1 -0
  11. package/components/hy-cell-item/index.scss +1 -1
  12. package/components/hy-check-button/hy-check-button.vue +4 -4
  13. package/components/hy-checkbox/index.scss +1 -1
  14. package/components/hy-checkbox-group/index.scss +1 -1
  15. package/components/hy-checkbox-item/index.scss +1 -1
  16. package/components/hy-code-input/hy-code-input.vue +1 -1
  17. package/components/hy-code-input/index.scss +1 -1
  18. package/components/hy-config-provider/hy-config-provider.vue +4 -2
  19. package/components/hy-config-provider/index.scss +1 -1
  20. package/components/hy-count-down/index.scss +1 -1
  21. package/components/hy-count-to/index.scss +1 -1
  22. package/components/hy-coupon/index.scss +1 -1
  23. package/components/hy-datetime-picker/index.scss +1 -1
  24. package/components/hy-divider/index.scss +1 -1
  25. package/components/hy-dropdown/index.scss +1 -1
  26. package/components/hy-dropdown-item/index.scss +1 -1
  27. package/components/hy-empty/index.scss +1 -1
  28. package/components/hy-flex/index.scss +1 -1
  29. package/components/hy-float-button/index.scss +1 -1
  30. package/components/hy-folding-panel-item/index.scss +1 -1
  31. package/components/hy-form-item/index.scss +1 -1
  32. package/components/hy-grid/index.scss +1 -1
  33. package/components/hy-icon/index.scss +1 -1
  34. package/components/hy-image/index.scss +1 -1
  35. package/components/hy-input/hy-input.vue +1 -1
  36. package/components/hy-input/index.scss +6 -1
  37. package/components/hy-input/props.ts +1 -1
  38. package/components/hy-input/typing.d.ts +4 -0
  39. package/components/hy-line/index.scss +1 -1
  40. package/components/hy-line-progress/index.scss +2 -1
  41. package/components/hy-list/index.scss +1 -1
  42. package/components/hy-loading/index.scss +1 -1
  43. package/components/hy-menu/index.scss +1 -1
  44. package/components/hy-modal/index.scss +1 -1
  45. package/components/hy-navbar/hy-navbar.vue +26 -23
  46. package/components/hy-navbar/index.scss +2 -2
  47. package/components/hy-notice-bar/index.scss +1 -1
  48. package/components/hy-notify/index.scss +1 -1
  49. package/components/hy-number-step/index.scss +1 -1
  50. package/components/hy-overlay/index.scss +1 -1
  51. package/components/hy-pagination/index.scss +1 -1
  52. package/components/hy-picker/hy-picker.vue +92 -87
  53. package/components/hy-picker/index.scss +2 -2
  54. package/components/hy-picker/props.ts +1 -1
  55. package/components/hy-popover/index.scss +1 -1
  56. package/components/hy-popup/hy-popup.vue +3 -3
  57. package/components/hy-popup/index.scss +2 -1
  58. package/components/hy-price/index.scss +1 -1
  59. package/components/hy-qrcode/index.scss +1 -1
  60. package/components/hy-radio/index.scss +1 -1
  61. package/components/hy-rate/index.scss +1 -1
  62. package/components/hy-read-more/index.scss +2 -2
  63. package/components/hy-rolling-num/hy-rolling-num.vue +2 -12
  64. package/components/hy-rolling-num/index.scss +1 -1
  65. package/components/hy-scroll-list/index.scss +1 -1
  66. package/components/hy-search/index.scss +1 -1
  67. package/components/hy-signature/index.scss +1 -1
  68. package/components/hy-slider/index.scss +1 -1
  69. package/components/hy-status-bar/index.scss +1 -1
  70. package/components/hy-steps/index.scss +1 -1
  71. package/components/hy-sticky/index.scss +1 -1
  72. package/components/hy-submit-bar/index.scss +1 -1
  73. package/components/hy-subsection/index.scss +1 -1
  74. package/components/hy-swipe-action/index.scss +1 -1
  75. package/components/hy-swiper/index.scss +2 -2
  76. package/components/hy-switch/index.scss +1 -1
  77. package/components/hy-tabbar/index.scss +1 -1
  78. package/components/hy-tabbar-group/index.scss +1 -1
  79. package/components/hy-tabbar-item/index.scss +1 -1
  80. package/components/hy-table/hy-table.vue +358 -0
  81. package/components/hy-table/index.scss +197 -0
  82. package/components/hy-table/props.ts +47 -0
  83. package/components/hy-table/typing.d.ts +34 -0
  84. package/components/hy-tabs/index.scss +1 -1
  85. package/components/hy-tag/index.scss +1 -1
  86. package/components/hy-text/hy-text.vue +1 -1
  87. package/components/hy-text/index.scss +1 -1
  88. package/components/hy-textarea/hy-textarea.vue +1 -1
  89. package/components/hy-textarea/index.scss +6 -1
  90. package/components/hy-toast/index.scss +2 -1
  91. package/components/hy-tooltip/index.scss +2 -2
  92. package/components/hy-upload/index.scss +1 -1
  93. package/components/hy-warn/hy-warn.vue +2 -2
  94. package/components/hy-warn/index.scss +1 -1
  95. package/components/hy-waterfall/index.scss +1 -1
  96. package/components/hy-watermark/index.scss +1 -1
  97. package/index.scss +1 -1
  98. package/libs/css/{mixin.scss → _mixin.scss} +27 -13
  99. package/libs/css/theme.scss +5 -2
  100. package/libs/css/vars.scss +6 -0
  101. package/libs/utils/inside.ts +260 -271
  102. package/package.json +2 -2
  103. package/components/hy-rolling-num/README.md +0 -137
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @include b(address-picker) {
3
3
  flex: 1;
4
4
  @include e(has-input) {
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
  @include b(avatar) {
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
  @include b(back-top) {
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
  $hy-badge-dot-size: 8px !default;
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
 
@@ -44,7 +44,7 @@
44
44
  </text>
45
45
  </view>
46
46
  </view>
47
- <view class="hy-card__head--right" v-if="subTitle">
47
+ <view class="hy-card__head--right" v-if="rightText">
48
48
  <text
49
49
  class="hy-card__head--right__text"
50
50
  :style="{
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
 
@@ -24,6 +24,7 @@
24
24
  :stop="icon?.stop"
25
25
  :round="icon?.round"
26
26
  :customStyle="icon?.customStyle"
27
+ :customClass="icon?.customClass"
27
28
  ></hy-icon>
28
29
  </view>
29
30
  <view class="hy-cell-item__left--title">
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
 
@@ -1,8 +1,8 @@
1
1
  <template>
2
2
  <view class="hy-check-button">
3
3
  <template v-for="(item, i) in columns_1" :key="i">
4
- <HyTag
5
- :text="item?.[fieldNames.label] as string"
4
+ <hy-tag
5
+ :text="item?.[fieldNames.label]"
6
6
  :name="i"
7
7
  :type="type"
8
8
  :size="size"
@@ -10,7 +10,7 @@
10
10
  :disabled="isDisabled(item.disabled)"
11
11
  :plain="!item?.[fieldNames.checked]"
12
12
  @click="onCheckbox"
13
- ></HyTag>
13
+ ></hy-tag>
14
14
  </template>
15
15
  </view>
16
16
  </template>
@@ -87,7 +87,7 @@ const onCheckbox = ({ name }: TagParamsVo) => {
87
87
  </script>
88
88
 
89
89
  <style lang="scss" scoped>
90
- @import '../../libs/css/mixin.scss';
90
+ @import '../../libs/css/mixin';
91
91
  @include b(check-button) {
92
92
  display: grid;
93
93
  grid-template-columns: v-bind(col);
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
  @include b(checkbox) {
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
 
3
3
  @include b(checkbox) {
4
4
  @include m(group) {
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
  @include b(checkbox) {
@@ -209,7 +209,7 @@ const inputHandler = (e: InputOnInputEvent) => {
209
209
 
210
210
  <style scoped lang="scss">
211
211
  @import './index.scss';
212
- @import '../../libs/css/mixin.scss';
212
+ @import '../../libs/css/mixin';
213
213
  @import '../../libs/css/theme';
214
214
  @include b(code-input) {
215
215
  @include m(item) {
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
  @include b(code-input) {
5
5
  @include flex;
@@ -27,7 +27,6 @@ import configProviderProps from './props'
27
27
  */
28
28
  defineOptions({})
29
29
 
30
- // const props = withDefaults(defineProps<IProps>(), defaultProps);
31
30
  const props = defineProps(configProviderProps)
32
31
 
33
32
  const themeClass = computed(() => {
@@ -38,7 +37,10 @@ const themeStyle = computed(() => {
38
37
  return [
39
38
  {
40
39
  '--hy-theme-color': props.themeColor,
41
- '--hy-theme--light': colorGradient(props.themeColor)[90],
40
+ '--hy-theme--light':
41
+ props.theme === 'light'
42
+ ? colorGradient(props.themeColor)[80]
43
+ : colorGradient(props.themeColor, '#000')[60],
42
44
  padding: addUnit(props.padding)
43
45
  },
44
46
  props.customStyle
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
  @include b(count-down) {
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
 
5
5
  @include b(count-to) {
@@ -1,4 +1,4 @@
1
- @use '../../libs/css/mixin.scss' as *;
1
+ @use '../../libs/css/mixin' as *;
2
2
  @use '../../libs/css/theme.scss' as *;
3
3
 
4
4
  $hy-box-width: 180rpx;
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
 
3
3
  @include b(datetime-picker) {
4
4
  flex: 1;
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
  @include b(divider) {
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
  @include b(dropdown) {
5
5
  width: 100%;
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
  @include b(dropdown-item) {
5
5
  @include e(header) {
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
 
5
5
  @include b(empty) {
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @include b(flex) {
3
3
  box-sizing: border-box;
4
4
 
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
 
5
5
  @include b(float-button) {
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme.scss" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
  @include b(folding-panel-item) {
5
5
  position: relative;
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
  @include b(form-item) {
5
5
  display: flex;
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
  @include b(grid) {
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/iconfont.css" as *;
3
3
  @use "../../libs/css/theme" as *;
4
4
 
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
  @include b(image) {
@@ -177,7 +177,7 @@ const isShowClear = computed(() => {
177
177
  const inputClass = computed((): string => {
178
178
  let classes: string[] = [],
179
179
  { border, shape } = props
180
- border === 'surround' && (classes = classes.concat(['hy-border', 'hy-input__radius']))
180
+ border === 'surround' && (classes = classes.concat(['hy-input__border', 'hy-input__radius']))
181
181
  classes.push(`hy-input__${shape}`)
182
182
  border === 'bottom' && (classes = classes.concat(['hy-border__bottom', 'hy-input__no-radius']))
183
183
  props.disabled && classes.push('hy-input__disabled')
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
  @include b(input) {
@@ -7,6 +7,11 @@
7
7
  justify-content: space-between;
8
8
  flex: 1;
9
9
  color: $hy-text-color;
10
+
11
+ @include e(border) {
12
+ /* TODO: 先这样写,因为在某些pda中写$hy-border-line,边框不显示,后续排除问题 */
13
+ border: 1px solid #e8e8e8;
14
+ }
10
15
 
11
16
  @include e(radius, square) {
12
17
  border-radius: 4px;
@@ -181,6 +181,6 @@ const inputProps = {
181
181
  },
182
182
  /** 自定义外部类名 */
183
183
  customClass: String
184
- }
184
+ } as const
185
185
 
186
186
  export default inputProps
@@ -4,6 +4,10 @@ import type {
4
4
  InputOnFocusEvent,
5
5
  InputOnKeyboardheightchange
6
6
  } from '@uni-helper/uni-types'
7
+ import type { ExtractPropTypes } from 'vue'
8
+ import type inputProps from './props'
9
+
10
+ export interface HyInputProps extends ExtractPropTypes<typeof inputProps> {}
7
11
 
8
12
  export interface IInputEmits {
9
13
  /** 输入框失去焦点时触发 */
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
  @include b(line) {
@@ -1,4 +1,4 @@
1
- @use "../../libs/css/mixin.scss" as *;
1
+ @use "../../libs/css/mixin" as *;
2
2
  @use "../../libs/css/theme" as *;
3
3
 
4
4
  @include b(line-progress) {
@@ -6,6 +6,7 @@
6
6
  position: relative;
7
7
  @include flex(row);
8
8
  flex: 1;
9
+ width: 100%;
9
10
  overflow: hidden;
10
11
  border-radius: $hy-border-radius-semicircle;
11
12
 
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
  @include b(virtual-container) {
5
5
  padding: 0 $hy-border-margin-padding-base;
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
 
5
5
  @include b(loading-icon) {
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
 
5
5
  @include b(menu) {
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
  @include b(modal) {
5
5
  max-width: 650rpx;
@@ -17,29 +17,30 @@
17
17
  }"
18
18
  >
19
19
  <!-- 左边 -->
20
- <slot v-if="$slots.left" name="left"></slot>
21
20
  <view
22
- v-else
23
21
  class="hy-navbar__content__left"
24
22
  hover-class="hy-navbar__content__left--hover"
25
23
  hover-start-time="150"
26
24
  @tap="leftClick"
27
25
  >
28
- <hy-icon
29
- v-if="leftIcon"
30
- :name="leftIcon"
31
- :size="leftIconSize"
32
- :color="leftIconColor"
33
- ></hy-icon>
34
- <text
35
- v-if="leftText"
36
- :style="{
37
- color: leftIconColor
38
- }"
39
- class="hy-navbar__content__left--text"
40
- >
41
- {{ leftText }}
42
- </text>
26
+ <slot v-if="$slots.left" name="left"></slot>
27
+ <template v-else>
28
+ <hy-icon
29
+ v-if="leftIcon"
30
+ :name="leftIcon"
31
+ :size="leftIconSize"
32
+ :color="leftIconColor"
33
+ ></hy-icon>
34
+ <text
35
+ v-if="leftText"
36
+ :style="{
37
+ color: leftIconColor
38
+ }"
39
+ class="hy-navbar__content__left--text"
40
+ >
41
+ {{ leftText }}
42
+ </text>
43
+ </template>
43
44
  </view>
44
45
  <!-- 左边 -->
45
46
 
@@ -74,12 +75,14 @@
74
75
  <!-- 中间 -->
75
76
 
76
77
  <!-- 右边 -->
77
- <slot v-if="$slots.right" name="right"></slot>
78
- <view class="hy-navbar__content__right" v-else @tap="rightClick">
79
- <hy-icon v-if="rightIcon" :name="rightIcon" size="20"></hy-icon>
80
- <text v-if="rightText" class="hy-navbar__content__right--text">{{
81
- rightText
82
- }}</text>
78
+ <view class="hy-navbar__content__right" @tap="rightClick">
79
+ <slot v-if="$slots.right" name="right"></slot>
80
+ <template v-else>
81
+ <hy-icon v-if="rightIcon" :name="rightIcon" size="20"></hy-icon>
82
+ <text v-if="rightText" class="hy-navbar__content__right--text">{{
83
+ rightText
84
+ }}</text>
85
+ </template>
83
86
  </view>
84
87
  <!-- 右边 -->
85
88
  </view>
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
 
5
5
  @include b(navbar) {
@@ -15,7 +15,7 @@
15
15
  @include flex(row);
16
16
  align-items: center;
17
17
  height: 44px;
18
- background-color: $hy-background;
18
+ background-color: $hy-background--container;
19
19
  position: relative;
20
20
  justify-content: center;
21
21
 
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
 
5
5
  @include b(notice) {
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
 
5
5
  @include b(notify) {
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
 
5
5
  @include b(number-box) {
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
  @include b(overlay) {
5
5
  position: fixed;
@@ -1,5 +1,5 @@
1
1
  @use "../../libs/css/theme" as *;
2
- @use "../../libs/css/mixin.scss" as *;
2
+ @use "../../libs/css/mixin" as *;
3
3
 
4
4
 
5
5
  @include b(pagination) {