@kigi/components 1.48.0 → 1.48.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kigi/components",
3
- "version": "1.48.0",
3
+ "version": "1.48.1",
4
4
  "description": "@kigi/components",
5
5
  "main": "src/components/index.ts",
6
6
  "scripts": {
@@ -39,7 +39,7 @@
39
39
  ng-repeat="item in $ctrl.oneMonthInterval">
40
40
  <div class="segment-item">
41
41
  <span class="rank">{{ $index + 1 }}°</span>
42
- <span class="name"
42
+ <span class="description-top-selling-name"
43
43
  ng-if="$ctrl.hideValue && !$ctrl.isBlockValuesTopSellingsProducts"
44
44
  uib-tooltip="{{ item.reference }} - {{ item.nameProduct }}"
45
45
  tooltip-placement="{{$index === 0 || $index === 1 || item.nameProduct.length > 30 ? 'bottom' :'top' }}">{{
@@ -195,4 +195,4 @@
195
195
  <div class="fake-chart"
196
196
  ng-if="$ctrl.loadingChart">
197
197
  <mbg-skeleton></mbg-skeleton>
198
- </div>
198
+ </div>
@@ -164,7 +164,7 @@ mbg-top-sellings-products {
164
164
  padding: 6px 0;
165
165
  }
166
166
 
167
- .name {
167
+ .description-top-selling-name {
168
168
  width: 70%;
169
169
  max-width: 50%;
170
170
  white-space: nowrap;
@@ -217,4 +217,3 @@ mbg-top-sellings-products {
217
217
 
218
218
 
219
219
 
220
-