renusify 2.2.5 → 2.3.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 (105) hide show
  1. package/components/app/style.scss +6 -4
  2. package/components/app/toast/style.scss +4 -3
  3. package/components/avatar/style.scss +2 -2
  4. package/components/bar/bottomNavigationCircle.vue +7 -5
  5. package/components/bar/scss/bottomNav.scss +15 -12
  6. package/components/bar/scss/toolbar.scss +32 -30
  7. package/components/bar/toolbar/index.vue +2 -2
  8. package/components/bar/toolbar/laptop.vue +1 -1
  9. package/components/bar/toolbar/mobile.vue +1 -1
  10. package/components/breadcrumb/bredcrumbItem.vue +1 -1
  11. package/components/breadcrumb/style.scss +6 -6
  12. package/components/button/index.vue +1 -1
  13. package/components/button/style.scss +41 -36
  14. package/components/calendar/index.vue +4 -3
  15. package/components/card/index.vue +1 -1
  16. package/components/card/style.scss +14 -11
  17. package/components/chart/chart.vue +3 -4
  18. package/components/chart/worldMap.vue +2 -2
  19. package/components/chat/MessageList.vue +122 -119
  20. package/components/chat/chatInput.vue +3 -3
  21. package/components/chat/chatMsg.vue +23 -21
  22. package/components/chat/index.vue +2 -2
  23. package/components/chip/style.scss +21 -16
  24. package/components/codeEditor/highlightCss.vue +1 -1
  25. package/components/codeEditor/highlightHtml.vue +1 -1
  26. package/components/codeEditor/highlightJs.vue +1 -1
  27. package/components/codeEditor/index.vue +6 -6
  28. package/components/container/style.scss +12 -10
  29. package/components/content/index.vue +17 -14
  30. package/components/cropper/index.vue +2 -2
  31. package/components/float/index.vue +456 -454
  32. package/components/form/camInput/index.vue +2 -2
  33. package/components/form/checkInput/index.vue +2 -2
  34. package/components/form/checkboxInput/index.vue +5 -4
  35. package/components/form/colorInput/Alpha.vue +1 -1
  36. package/components/form/colorInput/Preview.vue +1 -1
  37. package/components/form/colorInput/Saturation.vue +1 -1
  38. package/components/form/colorInput/index.vue +2 -2
  39. package/components/form/colorInput/picker.vue +10 -8
  40. package/components/form/dateInput/index.vue +2 -2
  41. package/components/form/fileInput/index.vue +0 -3
  42. package/components/form/fileInput/single.vue +3 -3
  43. package/components/form/groupInput/index.vue +5 -4
  44. package/components/form/input/index.vue +31 -29
  45. package/components/form/jsonInput/JsonView.vue +5 -4
  46. package/components/form/jsonInput/index.vue +35 -33
  47. package/components/form/numberInput/index.vue +11 -8
  48. package/components/form/radioInput/index.vue +6 -4
  49. package/components/form/rangeInput/index.vue +11 -10
  50. package/components/form/ratingInput/index.vue +5 -5
  51. package/components/form/selectInput/index.vue +8 -6
  52. package/components/form/switchInput/index.vue +9 -7
  53. package/components/form/telInput/index.vue +2 -2
  54. package/components/form/text-editor/style.scss +10 -7
  55. package/components/form/textArea/index.vue +2 -2
  56. package/components/form/timeInput/timepicker.vue +4 -3
  57. package/components/form/unitInput/index.vue +8 -6
  58. package/components/icon/style.scss +5 -4
  59. package/components/img/index.vue +2 -2
  60. package/components/index.js +0 -2
  61. package/components/list/index.vue +1 -1
  62. package/components/list/style.scss +6 -5
  63. package/components/map/index.vue +3 -3
  64. package/components/map/route.vue +2 -2
  65. package/components/menu/index.vue +4 -3
  66. package/components/modal/style.scss +19 -15
  67. package/components/nestable/index.vue +4 -4
  68. package/components/notify/index.vue +55 -53
  69. package/components/notify/notification.vue +5 -3
  70. package/components/progress/style.scss +8 -5
  71. package/components/searchBox/index.vue +15 -12
  72. package/components/skeleton/index.vue +5 -3
  73. package/components/slider/index.vue +18 -15
  74. package/components/swiper/index.vue +2 -2
  75. package/components/table/crud/index.vue +2 -2
  76. package/components/table/style.scss +87 -82
  77. package/components/tabs/index.vue +2 -2
  78. package/components/timeline/index.vue +64 -61
  79. package/components/tree/index.vue +4 -4
  80. package/components/tree/tree-element.vue +2 -2
  81. package/directive/animate/style.scss +72 -41
  82. package/directive/drag/index.js +1 -1
  83. package/directive/ripple/style.scss +6 -4
  84. package/directive/skeleton/style.scss +0 -2
  85. package/directive/sortable/index.js +1 -1
  86. package/directive/sortable/style.scss +7 -3
  87. package/directive/title/style.scss +4 -2
  88. package/index.js +10 -10
  89. package/package.json +1 -1
  90. package/style/app.scss +64 -56
  91. package/style/colors.scss +26 -22
  92. package/style/functions/index.scss +8 -8
  93. package/style/mixins/container.scss +24 -19
  94. package/style/mixins/index.scss +19 -15
  95. package/style/mixins/utilities.scss +26 -21
  96. package/style/style.scss +5 -6
  97. package/style/transitions.scss +14 -13
  98. package/style/variables/base.scss +26 -24
  99. package/style/variables/utilities.scss +35 -34
  100. package/components/html2pdf/index.js +0 -4
  101. package/components/html2pdf/index.vue +0 -280
  102. package/components/html2pdf/pageBreak.js +0 -1
  103. package/components/html2pdf/pageBreak.vue +0 -12
  104. package/style/_include.scss +0 -3
  105. package/style/variables/index.scss +0 -3
@@ -1,99 +1,104 @@
1
- @import "../../style/include";
1
+ @use "sass:map";
2
+ @use "../../style/variables/base";
3
+ @use "../../style/mixins";
2
4
 
3
5
  $data-table-thin-header-height: 38px !default;
4
6
  $data-table-thin-row-height: 32px !default;
5
7
  $data-table-regular-row-height: 42px !default;
6
8
  $data-table-regular-header-height: 38px !default;
7
9
 
8
- .#{$prefix}table {
10
+ .#{base.$prefix}table {
9
11
  position: relative;
10
12
 
11
- .table-wrapper {
12
- background-color: var(--color-sheet-container-lowest);
13
- color: var(--color-on-sheet);
14
- }
15
- .table-svg-path {
16
- fill: var(--color-sheet);
17
- }
18
- .table-editable-icon {
19
- background-color: var(--color-sheet);
20
- color: var(--color-on-sheet);
21
- }
22
- &.table-fixed-header {
23
- thead th {
24
- box-shadow: inset 0 -2px var(--color-border)
25
- }
13
+ .table-wrapper {
14
+ background-color: var(--color-sheet-container-lowest);
15
+ color: var(--color-on-sheet);
16
+ }
17
+
18
+ .table-svg-path {
19
+ fill: var(--color-sheet);
20
+ }
21
+
22
+ .table-editable-icon {
23
+ background-color: var(--color-sheet);
24
+ color: var(--color-on-sheet);
25
+ }
26
+
27
+ &.table-fixed-header {
28
+ thead th {
29
+ box-shadow: inset 0 -2px var(--color-border)
26
30
  }
31
+ }
27
32
 
28
- thead {
29
- tr {
30
- &:last-child th {
31
- border-bottom: 1px solid var(--color-border)
32
- }
33
+ thead {
34
+ tr {
35
+ &:last-child th {
36
+ border-bottom: 1px solid var(--color-border)
37
+ }
33
38
 
34
- th {
35
- background-color: var(--color-sheet);
36
- color: var(--color-on-sheet)
37
- }
39
+ th {
40
+ background-color: var(--color-sheet);
41
+ color: var(--color-on-sheet)
38
42
  }
39
43
  }
44
+ }
40
45
 
41
- &.table-fixed-first-columns {
42
- tr {
43
- th:first-child {
44
- background: var(--color-sheet);
45
- color: var(--color-on-sheet)
46
- }
46
+ &.table-fixed-first-columns {
47
+ tr {
48
+ th:first-child {
49
+ background: var(--color-sheet);
50
+ color: var(--color-on-sheet)
51
+ }
47
52
 
53
+ td:first-child {
54
+ background: var(--color-sheet);
55
+ color: var(--color-on-sheet)
56
+ }
57
+
58
+ &:hover {
48
59
  td:first-child {
49
- background: var(--color-sheet);
60
+ background: var(--color-sheet-container);
50
61
  color: var(--color-on-sheet)
51
62
  }
52
-
53
- &:hover {
54
- td:first-child {
55
- background: var(--color-sheet-container);
56
- color: var(--color-on-sheet)
57
- }
58
- }
59
63
  }
60
64
  }
65
+ }
61
66
 
62
- &.table-stripped {
63
- tbody {
64
- tr:nth-child(2n):not(:hover) {
65
- td {
66
- background: var(--color-sheet-container-low)
67
- }
67
+ &.table-stripped {
68
+ tbody {
69
+ tr:nth-child(2n):not(:hover) {
70
+ td {
71
+ background: var(--color-sheet-container-low)
68
72
  }
69
73
  }
70
74
  }
75
+ }
71
76
 
72
- tbody {
73
- tr {
74
- &:active {
75
- background: var(--color-sheet-container)
76
- }
77
-
78
- &:hover {
79
- background: var(--color-sheet-container)
80
- }
77
+ tbody {
78
+ tr {
79
+ &:active {
80
+ background: var(--color-sheet-container)
81
81
  }
82
82
 
83
- tr:not(:last-child) {
84
- td {
85
- border-bottom: 1px solid var(--color-border)
86
- }
83
+ &:hover {
84
+ background: var(--color-sheet-container)
87
85
  }
88
86
  }
89
87
 
90
- &.table-bordered .table-wrapper {
91
- border: 1px solid var(--color-border);
92
- border-collapse: collapse;
88
+ tr:not(:last-child) {
89
+ td {
90
+ border-bottom: 1px solid var(--color-border)
91
+ }
93
92
  }
93
+ }
94
+
95
+ &.table-bordered .table-wrapper {
96
+ border: 1px solid var(--color-border);
97
+ border-collapse: collapse;
98
+ }
94
99
 
95
100
  .table-wrapper {
96
- border-radius: map_get($borders, 'lg');
101
+ border-radius: map.get(base.$borders, 'lg');
97
102
  overflow: hidden;
98
103
  }
99
104
 
@@ -105,10 +110,10 @@ $data-table-regular-header-height: 38px !default;
105
110
 
106
111
  td, th {
107
112
  padding: 0 16px;
108
- @include ltr() {
113
+ @include mixins.ltr() {
109
114
  text-align: left
110
115
  }
111
- @include rtl() {
116
+ @include mixins.rtl() {
112
117
  text-align: right
113
118
  }
114
119
  }
@@ -174,26 +179,26 @@ $data-table-regular-header-height: 38px !default;
174
179
  min-width: 300px !important;
175
180
  position: sticky;
176
181
  width: 300px;
177
- @include rtl() {
182
+ @include mixins.rtl() {
178
183
  right: 0;
179
184
  }
180
- @include ltr() {
185
+ @include mixins.ltr() {
181
186
  left: 0;
182
187
  }
183
- z-index: map_get($z-index, 'medium');
188
+ z-index: map.get(base.$z-index, 'medium');
184
189
  }
185
190
 
186
191
  td:first-child {
187
192
  position: sticky;
188
193
  width: 300px;
189
- @include rtl() {
194
+ @include mixins.rtl() {
190
195
  right: 0;
191
196
  }
192
- @include ltr() {
197
+ @include mixins.ltr() {
193
198
  left: 0;
194
199
  }
195
200
  height: auto;
196
- z-index: map_get($z-index, 'low');
201
+ z-index: map.get(base.$z-index, 'low');
197
202
  }
198
203
  }
199
204
  }
@@ -217,16 +222,16 @@ $data-table-regular-header-height: 38px !default;
217
222
  }
218
223
 
219
224
  .table-wrapper {
220
- @include rtl() {
225
+ @include mixins.rtl() {
221
226
  border-top-left-radius: 0;
222
227
  }
223
- @include ltr() {
228
+ @include mixins.ltr() {
224
229
  border-top-right-radius: 0;
225
230
  }
226
231
  }
227
232
 
228
233
  .table-svg {
229
- @include ltr() {
234
+ @include mixins.ltr() {
230
235
  transform: rotateY(180deg);
231
236
  }
232
237
  }
@@ -276,21 +281,21 @@ $data-table-regular-header-height: 38px !default;
276
281
  }
277
282
  }
278
283
 
279
- .#{$prefix}table-manage {
284
+ .#{base.$prefix}table-manage {
280
285
  white-space: nowrap;
281
286
 
282
- .table-checkbox{
287
+ .table-checkbox {
283
288
  width: 17px;
284
289
  height: 17px;
285
290
  }
286
291
 
287
- .manage-footer {
288
- .btn-page {
289
- color: var(--color-on-sheet);
290
- border: solid 1px var(--color-sheet-low);
291
- background-color: var(--color-sheet-container);
292
- }
292
+ .manage-footer {
293
+ .btn-page {
294
+ color: var(--color-on-sheet);
295
+ border: solid 1px var(--color-sheet-low);
296
+ background-color: var(--color-sheet-container);
293
297
  }
298
+ }
294
299
 
295
300
  th {
296
301
  position: relative;
@@ -96,11 +96,11 @@ export default {
96
96
  }
97
97
  </script>
98
98
  <style lang="scss">
99
- @import "../../style/include";
99
+ @use "../../style/variables/base";
100
100
 
101
101
  $btnTabsWidth: 50px;
102
102
 
103
- .#{$prefix}tabs {
103
+ .#{base.$prefix}tabs {
104
104
  max-width: 100%;
105
105
  display: flex;
106
106
  flex-direction: row;
@@ -1,73 +1,76 @@
1
1
  <template>
2
- <r-container full-width :class="`${$r.prefix}timeline`">
3
- <r-row no-gutters class="timeline-item" v-for="(item,i) in items" :key="i">
4
- <r-col class="md-5" v-if="$r.breakpoint.mdAndUp">
5
- <slot name="back" :item="item" :k="i"></slot>
6
- </r-col>
7
- <r-col class="col-2 md-2">
8
- <slot name="counter" :item="item" :k="i">
9
- <div class="d-flex h-center v-center h-full">
10
- <div class="timeline-counter color-one d-flex h-center v-center">{{ i + 1 }}</div>
11
- </div>
12
- </slot>
13
- </r-col>
14
- <r-col class="col-10 md-5">
15
- <slot :item="item" :k="i">{{item}}</slot>
16
- </r-col>
17
- </r-row>
18
- </r-container>
2
+ <r-container full-width :class="`${$r.prefix}timeline`">
3
+ <r-row no-gutters class="timeline-item" v-for="(item,i) in items" :key="i">
4
+ <r-col class="md-5" v-if="$r.breakpoint.mdAndUp">
5
+ <slot name="back" :item="item" :k="i"></slot>
6
+ </r-col>
7
+ <r-col class="col-2 md-2">
8
+ <slot name="counter" :item="item" :k="i">
9
+ <div class="d-flex h-center v-center h-full">
10
+ <div class="timeline-counter color-one d-flex h-center v-center">{{ i + 1 }}</div>
11
+ </div>
12
+ </slot>
13
+ </r-col>
14
+ <r-col class="col-10 md-5">
15
+ <slot :item="item" :k="i">{{ item }}</slot>
16
+ </r-col>
17
+ </r-row>
18
+ </r-container>
19
19
  </template>
20
20
  <script>
21
- export default {
22
- name: "rTimeline",
23
- props: {
24
- items: {
25
- type: Array
26
- }
27
- }
21
+ export default {
22
+ name: "rTimeline",
23
+ props: {
24
+ items: {
25
+ type: Array
28
26
  }
27
+ }
28
+ }
29
29
  </script>
30
30
  <style lang="scss">
31
- @import "../../style/include";
31
+ @use "sass:math";
32
+ @use "../../style/variables/base";
33
+ @use "../../style/mixins";
34
+ @use "../../style/mixins/container" as mixins2;
32
35
 
33
- .#{$prefix}timeline {
34
- .timeline-item {
35
- position: relative;
36
- padding: 30px 0;
36
+ .#{base.$prefix}timeline {
37
+ .timeline-item {
38
+ position: relative;
39
+ padding: 30px 0;
37
40
 
38
- &:not(:last-child):before {
39
- content: '';
40
- width: 1px;
41
- height: 40%;
42
- border-right: 2px solid var(--color-border);
43
- position: absolute;
44
- bottom: -20%;
45
- z-index: 0;
46
- @include rtl() {
47
- right: percentage(div(1, $grid-columns));
48
- }
49
- @include ltr() {
50
- left: percentage(div(1, $grid-columns));
51
- }
52
- }
41
+ &:not(:last-child):before {
42
+ content: '';
43
+ width: 1px;
44
+ height: 40%;
45
+ border-right: 2px solid var(--color-border);
46
+ position: absolute;
47
+ bottom: -20%;
48
+ z-index: 0;
49
+ @include mixins.rtl() {
50
+ right: math.percentage(math.div(1, base.$grid-columns));
51
+ }
52
+ @include mixins.ltr() {
53
+ left: math.percentage(math.div(1, base.$grid-columns));
54
+ }
55
+ }
53
56
 
54
- @include media-breakpoint-up('md') {
55
- &:nth-child(2n) {
56
- flex-direction: row-reverse;
57
- }
58
- &:not(:last-child):before {
59
- left: 50% !important;
60
- right: unset !important;
61
- }
62
- }
57
+ @include mixins2.media-breakpoint-up('md') {
58
+ &:nth-child(2n) {
59
+ flex-direction: row-reverse;
60
+ }
61
+ &:not(:last-child):before {
62
+ left: 50% !important;
63
+ right: unset !important;
64
+ }
65
+ }
63
66
 
64
- }
67
+ }
65
68
 
66
- .timeline-counter {
67
- width: 50px;
68
- height: 50px;
69
- border-radius: 50%;
70
- z-index: 1;
71
- }
72
- }
69
+ .timeline-counter {
70
+ width: 50px;
71
+ height: 50px;
72
+ border-radius: 50%;
73
+ z-index: 1;
74
+ }
75
+ }
73
76
  </style>
@@ -116,21 +116,21 @@ export default {
116
116
  }
117
117
  </script>
118
118
  <style lang="scss">
119
- @import "../../style/include";
119
+ @use "../../style/variables/base";
120
120
 
121
121
  $distance: 20px;
122
- .#{$prefix}tree {
122
+ .#{base.$prefix}tree {
123
123
  position: relative;
124
124
  width: 100%;
125
125
  height: 100%;
126
126
 
127
127
  &.tree-searchable {
128
- .#{$prefix}float {
128
+ .#{base.$prefix}float {
129
129
  height: calc(100% - 70px)
130
130
  }
131
131
  }
132
132
 
133
- .#{$prefix}float {
133
+ .#{base.$prefix}float {
134
134
  direction: ltr;
135
135
  }
136
136
 
@@ -162,10 +162,10 @@ export default {
162
162
  }
163
163
  </script>
164
164
  <style lang="scss">
165
- @import "../../style/include";
165
+ @use "../../style/variables/base";
166
166
 
167
167
  $distance: 20px;
168
- .#{$prefix}tree-element {
168
+ .#{base.$prefix}tree-element {
169
169
  direction: ltr;
170
170
  position: relative;
171
171
  display: table;
@@ -1,7 +1,9 @@
1
- @import '../../style/include';
1
+ @use "sass:map";
2
+ @use "../../style/variables/base";
3
+
2
4
 
3
5
  .r-directive-animate {
4
- transition-timing-function: map_get($transition, 'swing');
6
+ transition-timing-function: map.get(base.$transition, 'swing');
5
7
  transition-property: opacity, transform;
6
8
 
7
9
  &.fade {
@@ -14,96 +16,125 @@
14
16
 
15
17
  &.scaleIn {
16
18
  transform: scale(.5);
17
- &.animate{
18
- transform:translateZ(0) scale(1);
19
+
20
+ &.animate {
21
+ transform: translateZ(0) scale(1);
19
22
  }
20
23
  }
21
- &.scaleOut{
24
+
25
+ &.scaleOut {
22
26
  transform: scale(1.3);
23
- &.animate{
24
- transform:translateZ(0) scale(1);
27
+
28
+ &.animate {
29
+ transform: translateZ(0) scale(1);
25
30
  }
26
31
  }
27
- &.up{
28
- transform: translate3d(0,100px,0);
29
- &.animate{
30
- transform: translate3d(0,0,0);
32
+
33
+ &.up {
34
+ transform: translate3d(0, 100px, 0);
35
+
36
+ &.animate {
37
+ transform: translate3d(0, 0, 0);
31
38
  }
32
39
  }
33
- &.down{
34
- transform: translate3d(0,-100px,0);
35
- &.animate{
36
- transform: translate3d(0,0,0);
40
+
41
+ &.down {
42
+ transform: translate3d(0, -100px, 0);
43
+
44
+ &.animate {
45
+ transform: translate3d(0, 0, 0);
37
46
  }
38
47
  }
39
- &.right{
40
- transform: translate3d(-100px,0,0);
41
- &.animate{
42
- transform: translate3d(0,0,0);
48
+
49
+ &.right {
50
+ transform: translate3d(-100px, 0, 0);
51
+
52
+ &.animate {
53
+ transform: translate3d(0, 0, 0);
43
54
  }
44
55
  }
45
- &.left{
46
- transform: translate3d(100px,0,0);
47
- &.animate{
48
- transform: translate3d(0,0,0);
56
+
57
+ &.left {
58
+ transform: translate3d(100px, 0, 0);
59
+
60
+ &.animate {
61
+ transform: translate3d(0, 0, 0);
49
62
  }
50
63
  }
51
- &.flipLeft{
64
+
65
+ &.flipLeft {
52
66
  transform: perspective(2500px) rotateY(-100deg);
53
67
  backface-visibility: hidden;
54
- &.animate{
68
+
69
+ &.animate {
55
70
  transform: perspective(2500px) rotateY(0deg);
56
71
  }
57
72
  }
58
- &.flipRight{
73
+
74
+ &.flipRight {
59
75
  transform: perspective(2500px) rotateY(100deg);
60
76
  backface-visibility: hidden;
61
- &.animate{
77
+
78
+ &.animate {
62
79
  transform: perspective(2500px) rotateY(0deg);
63
80
  }
64
81
  }
65
- &.flipUp{
82
+
83
+ &.flipUp {
66
84
  transform: perspective(2500px) rotateX(100deg);
67
85
  backface-visibility: hidden;
68
- &.animate{
86
+
87
+ &.animate {
69
88
  transform: perspective(2500px) rotateX(0deg);
70
89
  }
71
90
  }
72
- &.flipDown{
91
+
92
+ &.flipDown {
73
93
  transform: perspective(2500px) rotateX(-100deg);
74
94
  backface-visibility: hidden;
75
- &.animate{
95
+
96
+ &.animate {
76
97
  transform: perspective(2500px) rotateX(0deg);
77
98
  }
78
99
  }
79
- &.du-100{
100
+
101
+ &.du-100 {
80
102
  transition-duration: 0.1s;
81
103
  }
82
- &.du-200{
104
+
105
+ &.du-200 {
83
106
  transition-duration: 0.2s;
84
107
  }
85
- &.du-300{
108
+
109
+ &.du-300 {
86
110
  transition-duration: 0.3s;
87
111
  }
88
- &.du-400{
112
+
113
+ &.du-400 {
89
114
  transition-duration: 0.4s;
90
115
  }
91
- &.du-500{
116
+
117
+ &.du-500 {
92
118
  transition-duration: 0.5s;
93
119
  }
94
- &.du-600{
120
+
121
+ &.du-600 {
95
122
  transition-duration: 0.6s;
96
123
  }
97
- &.du-700{
124
+
125
+ &.du-700 {
98
126
  transition-duration: 0.7s;
99
127
  }
100
- &.du-800{
128
+
129
+ &.du-800 {
101
130
  transition-duration: 0.8s;
102
131
  }
103
- &.du-900{
132
+
133
+ &.du-900 {
104
134
  transition-duration: 0.9s;
105
135
  }
106
- &.du-1000{
136
+
137
+ &.du-1000 {
107
138
  transition-duration: 1s;
108
139
  }
109
140
  }
@@ -1,4 +1,4 @@
1
- import {ifHas} from '../../tools/helper'
1
+ import {ifHas} from '../../tools/helper.js'
2
2
 
3
3
  let wrapper = {}
4
4
  let current=null
@@ -1,8 +1,10 @@
1
- @import "../../style/include";
1
+ @use "sass:map";
2
+ @use "../../style/variables/base";
2
3
 
3
- $ripple-animation-transition-in: transform .25s map-get($transition, 'fast-in-slow-out'),
4
- opacity .1s map-get($transition, 'fast-in-slow-out') !default;
5
- $ripple-animation-transition-out: opacity .3s map-get($transition, 'fast-in-slow-out') !default;
4
+
5
+ $ripple-animation-transition-in: transform .25s map.get(base.$transition, 'fast-in-slow-out'),
6
+ opacity .1s map.get(base.$transition, 'fast-in-slow-out') !default;
7
+ $ripple-animation-transition-out: opacity .3s map.get(base.$transition, 'fast-in-slow-out') !default;
6
8
 
7
9
  .ripple {
8
10
  &-container {
@@ -1,5 +1,3 @@
1
- @import "~renusify/style/include";
2
-
3
1
  .r-skeleton {
4
2
  * {
5
3
  opacity: 0 !important;
@@ -1,5 +1,5 @@
1
1
  import './style.scss'
2
- import {cleanArray, ifHas} from '../../tools/helper'
2
+ import {cleanArray, ifHas} from '../../tools/helper.js'
3
3
 
4
4
  let scopeObj;
5
5