hamzus-ui 0.0.200 → 0.0.201

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": "hamzus-ui",
3
- "version": "0.0.200",
3
+ "version": "0.0.201",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -178,7 +178,7 @@
178
178
  outline: 1px solid var(--accent) !important;
179
179
  z-index: 1;
180
180
  }
181
- .cell > h4 {
181
+ .cell > h5 {
182
182
  overflow: hidden;
183
183
  text-overflow: ellipsis;
184
184
  }