profinansy-ui-lib 3.6.97 → 3.6.98

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/dist/index.js +4 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -169,6 +169,7 @@
169
169
  align-items: center;
170
170
  gap: 4px;
171
171
  padding: ${e=>"content"===e.$type?"4px 8px":"0px"};
172
+ height: ${e=>"content"===e.$type?"28px":"20px"};
172
173
  background: ${e=>"content"===e.$type?e.theme.background.secondary:"transparent"};
173
174
  border: none;
174
175
  cursor: pointer;
@@ -204,6 +205,8 @@
204
205
  }
205
206
  `,t.IconWrapper=a.default.div`
206
207
  position: relative;
208
+ display: flex;
209
+ align-items: center;
207
210
  `,t.NewComments=a.default.div`
208
211
  position: absolute;
209
212
  top: -1px;
@@ -304,6 +307,7 @@
304
307
  align-items: center;
305
308
  gap: 4px;
306
309
  padding: ${e=>"content"===e.$type?"4px 8px":"0px"};
310
+ height: ${e=>"content"===e.$type?"28px":"20px"};
307
311
  background: ${e=>"content"===e.$type?e.theme.background.secondary:"transparent"};
308
312
  border: none;
309
313
  cursor: ${e=>e.isViewMode?"default":"pointer"};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.6.97",
3
+ "version": "3.6.98",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {