diginet-core-ui 1.3.43-beta.4 → 1.3.43-beta.5

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.
@@ -16,7 +16,8 @@ const {
16
16
  white
17
17
  },
18
18
  line: {
19
- system
19
+ system,
20
+ category
20
21
  },
21
22
  text: {
22
23
  main
@@ -225,11 +226,12 @@ const PagingInfo = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
225
226
  onClick: () => _onChangePage(lastPage - 1)
226
227
  }), typeShort && jsx(Divider, {
227
228
  direction: 'vertical',
228
- height: 24
229
+ height: 24,
230
+ color: category
229
231
  }), !typeShort && jsx("span", {
230
232
  className: "txt-line-number"
231
233
  }, getGlobal('lineNumber')), jsx(Dropdown, {
232
- viewType: 'outlined',
234
+ viewType: 'underlined',
233
235
  dataSource: listPerPageData,
234
236
  value: itemsPerPageState,
235
237
  onChange: e => _onChangePerPage(e === null || e === void 0 ? void 0 : e.value),
@@ -244,7 +246,8 @@ const PagingInfo = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
244
246
  }
245
247
  }), typeShort && jsx(Divider, {
246
248
  direction: 'vertical',
247
- height: 24
249
+ height: 24,
250
+ color: category
248
251
  }), jsx("span", {
249
252
  className: 'total-items'
250
253
  }, !typeShort && getGlobal('total') + ':', " ", totalItemsState));
@@ -286,10 +289,10 @@ const pagingInfoCSS = (bgColor, typeShort) => css`
286
289
  .DGN-UI-Dropdown {
287
290
  margin-left: ${typeShort ? '0px' : `${spacing(2)}px`};
288
291
  margin-bottom: 0;
289
- min-width: 56px;
292
+ min-width: 52px;
290
293
  .DGN-UI-Dropdown-Form {
291
- min-height: 32px;
292
- padding: 0 0 0 ${spacing(2)}px;
294
+ min-height: 24px;
295
+ padding: 0;
293
296
  input {
294
297
  ${paragraph2};
295
298
  ${noPadding};
@@ -297,7 +300,6 @@ const pagingInfoCSS = (bgColor, typeShort) => css`
297
300
  }
298
301
  .DGN-UI-Dropdown-Icon {
299
302
  margin-left: 6px;
300
- margin-right: 6px;
301
303
  div,
302
304
  span,
303
305
  svg {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.3.43-beta.4",
3
+ "version": "1.3.43-beta.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "license": "UNLICENSED",