nntc-ui 0.0.29 → 0.0.30

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 (2) hide show
  1. package/index.css +5 -0
  2. package/package.json +1 -1
package/index.css CHANGED
@@ -1474,8 +1474,13 @@ button[disabled] {
1474
1474
  display: flex;
1475
1475
  gap: 8px;
1476
1476
  align-items: center;
1477
+ }
1478
+ .tabs_medium .tabs_tabTitle {
1477
1479
  padding: 0 16px;
1478
1480
  }
1481
+ .tabs_small .tabs_tabTitle {
1482
+ padding: 0 12px;
1483
+ }
1479
1484
  .tabs_tabTitle.tabs_iconOnly {
1480
1485
  gap: 0;
1481
1486
  padding: 0 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nntc-ui",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "author": "NNTC",
5
5
  "description": "React UI-kit for NNTC",
6
6
  "type": "module",