@recursyve/nice-ui-kit.v2 16.0.0-beta.135 → 16.0.0-beta.136

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.
@@ -1,4 +1,5 @@
1
1
  export * from "./components/translation-form.module";
2
+ export * from "./components/translation-form.component";
2
3
  export * from "./components/textarea/translation-form-textarea.component";
3
4
  export * from "./components/textfield/translation-form-textfield.component";
4
5
  export * from "./decorators/translation-form-group.decorator";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recursyve/nice-ui-kit.v2",
3
- "version": "16.0.0-beta.135",
3
+ "version": "16.0.0-beta.136",
4
4
  "exports": {
5
5
  ".": {
6
6
  "sass": "./_index.scss",
@@ -1466,7 +1466,7 @@ table {
1466
1466
  }
1467
1467
 
1468
1468
  .mdc-checkbox__mixedmark {
1469
- --mdc-checkbox-selected-checkmark-color: var(--nice-on-accent) #{!important};;
1469
+ --mdc-checkbox-selected-checkmark-color: var(--nice-on-accent) #{!important};
1470
1470
  }
1471
1471
  }
1472
1472
 
@@ -1476,7 +1476,7 @@ table {
1476
1476
  }
1477
1477
 
1478
1478
  .mdc-checkbox__mixedmark {
1479
- --mdc-checkbox-selected-checkmark-color: var(--nice-on-primary) #{!important};;
1479
+ --mdc-checkbox-selected-checkmark-color: var(--nice-on-primary) #{!important};
1480
1480
  }
1481
1481
  }
1482
1482
 
@@ -1486,7 +1486,7 @@ table {
1486
1486
  }
1487
1487
 
1488
1488
  .mdc-checkbox__mixedmark {
1489
- --mdc-checkbox-selected-checkmark-color: var(--nice-on-warn) #{!important};;
1489
+ --mdc-checkbox-selected-checkmark-color: var(--nice-on-warn) #{!important};
1490
1490
  }
1491
1491
  }
1492
1492
  }