nntc-ui 0.0.56 → 0.0.57

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 +6 -6
  2. package/package.json +1 -1
package/index.css CHANGED
@@ -2033,11 +2033,11 @@
2033
2033
  }
2034
2034
  .chip_medium,
2035
2035
  .chip_medium > .chip_stateLayer {
2036
- height: 40px;
2036
+ height: 32px;
2037
2037
  }
2038
2038
  .chip_small,
2039
2039
  .chip_small > .chip_stateLayer {
2040
- height: 32px;
2040
+ height: 24px;
2041
2041
  }
2042
2042
  .chip_medium > .chip_stateLayer {
2043
2043
  padding: 0 16px;
@@ -2075,13 +2075,13 @@
2075
2075
  cursor: pointer;
2076
2076
  }
2077
2077
  .chip_medium .chip_icon {
2078
- width: 32px;
2079
- height: 32px;
2080
- }
2081
- .chip_small .chip_icon {
2082
2078
  width: 24px;
2083
2079
  height: 24px;
2084
2080
  }
2081
+ .chip_small .chip_icon {
2082
+ width: 18px;
2083
+ height: 18px;
2084
+ }
2085
2085
  .chip_icon.chip_iconClickable:hover {
2086
2086
  background-color: var(--theme-overlay-8);
2087
2087
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nntc-ui",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
4
4
  "author": "NNTC",
5
5
  "description": "React UI-kit for NNTC",
6
6
  "type": "module",