@cuby-ui/core 0.0.129 → 0.0.131

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@cuby-ui/core",
3
- "version": "0.0.129",
3
+ "version": "0.0.131",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=15.0.0",
6
6
  "@angular/core": ">=15.0.0",
7
7
  "@angular/forms": ">=15.0.0",
8
- "@cuby-ui/icons": "^0.0.129",
9
- "@cuby-ui/cdk": "^0.0.129",
8
+ "@cuby-ui/icons": "^0.0.131",
9
+ "@cuby-ui/cdk": "^0.0.131",
10
10
  "@tinkoff/ng-polymorpheus": "^4.3.0"
11
11
  },
12
12
  "dependencies": {
@@ -218,7 +218,7 @@
218
218
  line-height: 30px;
219
219
  }
220
220
 
221
- @mixin text-overflow($wrap: nowrap) {
221
+ @mixin cui-text-overflow($wrap: nowrap) {
222
222
  white-space: $wrap;
223
223
  overflow: hidden;
224
224
  text-overflow: ellipsis;