@dnb/eufemia 9.35.0 → 9.37.0

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 (134) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/assets/icons/e_scooter.svg +1 -0
  3. package/assets/icons/e_scooter_medium.svg +1 -0
  4. package/assets/icons/eufemia-icons-pdf-categorized.tgz +0 -0
  5. package/assets/icons/eufemia-icons-pdf.tgz +0 -0
  6. package/cjs/components/input-masked/addons/createNumberMask.d.ts +2 -1
  7. package/cjs/components/input-masked/addons/createNumberMask.js +7 -0
  8. package/cjs/components/space/Space.js +2 -2
  9. package/cjs/components/space/SpacingUtils.d.ts +14 -9
  10. package/cjs/components/space/SpacingUtils.js +59 -45
  11. package/cjs/components/step-indicator/StepIndicatorSidebar.js +5 -1
  12. package/cjs/components/table/Table.d.ts +4 -4
  13. package/cjs/components/table/Table.js +17 -5
  14. package/cjs/components/table/TableContext.d.ts +7 -0
  15. package/cjs/components/table/TableContext.js +15 -0
  16. package/cjs/components/table/TableTd.js +1 -1
  17. package/cjs/components/table/style/themes/dnb-table-theme-ui.css +5 -8
  18. package/cjs/components/table/style/themes/dnb-table-theme-ui.min.css +1 -1
  19. package/cjs/components/table/style/themes/dnb-table-theme-ui.scss +6 -10
  20. package/cjs/elements/Element.d.ts +1 -1
  21. package/cjs/icons/e_scooter.d.ts +2 -0
  22. package/cjs/icons/e_scooter.js +47 -0
  23. package/cjs/icons/e_scooter_medium.d.ts +2 -0
  24. package/cjs/icons/e_scooter_medium.js +35 -0
  25. package/cjs/icons/icons-meta.json +14 -0
  26. package/cjs/icons/icons-pdf.lock +1014 -988
  27. package/cjs/icons/icons-svg.lock +1014 -988
  28. package/cjs/icons/index.d.ts +3 -1
  29. package/cjs/icons/index.js +16 -0
  30. package/cjs/icons/secondary_icons.d.ts +2 -1
  31. package/cjs/icons/secondary_icons.js +8 -0
  32. package/cjs/icons/secondary_icons_medium.d.ts +2 -1
  33. package/cjs/icons/secondary_icons_medium.js +8 -0
  34. package/cjs/shared/Eufemia.js +1 -1
  35. package/cjs/shared/MediaQueryUtils.d.ts +1 -5
  36. package/cjs/shared/MediaQueryUtils.js +1 -7
  37. package/cjs/shared/SpacingHelper.d.ts +6 -1
  38. package/cjs/shared/useMedia.js +1 -2
  39. package/cjs/shared/useMediaQuery.js +4 -2
  40. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.css +5 -8
  41. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +1 -1
  42. package/cjs/style/themes/theme-ui/dnb-theme-ui.css +5 -8
  43. package/cjs/style/themes/theme-ui/dnb-theme-ui.min.css +1 -1
  44. package/components/input-masked/addons/createNumberMask.d.ts +2 -1
  45. package/components/input-masked/addons/createNumberMask.js +7 -0
  46. package/components/space/Space.js +2 -2
  47. package/components/space/SpacingUtils.d.ts +14 -9
  48. package/components/space/SpacingUtils.js +57 -44
  49. package/components/step-indicator/StepIndicatorSidebar.js +3 -1
  50. package/components/table/Table.d.ts +4 -4
  51. package/components/table/Table.js +15 -5
  52. package/components/table/TableContext.d.ts +7 -0
  53. package/components/table/TableContext.js +3 -0
  54. package/components/table/TableTd.js +1 -1
  55. package/components/table/style/themes/dnb-table-theme-ui.css +5 -8
  56. package/components/table/style/themes/dnb-table-theme-ui.min.css +1 -1
  57. package/components/table/style/themes/dnb-table-theme-ui.scss +6 -10
  58. package/elements/Element.d.ts +1 -1
  59. package/es/components/input-masked/addons/createNumberMask.d.ts +2 -1
  60. package/es/components/input-masked/addons/createNumberMask.js +6 -0
  61. package/es/components/space/Space.js +2 -2
  62. package/es/components/space/SpacingUtils.d.ts +14 -9
  63. package/es/components/space/SpacingUtils.js +44 -36
  64. package/es/components/step-indicator/StepIndicatorSidebar.js +3 -1
  65. package/es/components/table/Table.d.ts +4 -4
  66. package/es/components/table/Table.js +15 -4
  67. package/es/components/table/TableContext.d.ts +7 -0
  68. package/es/components/table/TableContext.js +3 -0
  69. package/es/components/table/TableTd.js +1 -1
  70. package/es/components/table/style/themes/dnb-table-theme-ui.css +5 -8
  71. package/es/components/table/style/themes/dnb-table-theme-ui.min.css +1 -1
  72. package/es/components/table/style/themes/dnb-table-theme-ui.scss +6 -10
  73. package/es/elements/Element.d.ts +1 -1
  74. package/es/icons/e_scooter.d.ts +2 -0
  75. package/es/icons/e_scooter.js +33 -0
  76. package/es/icons/e_scooter_medium.d.ts +2 -0
  77. package/es/icons/e_scooter_medium.js +21 -0
  78. package/es/icons/icons-meta.json +14 -0
  79. package/es/icons/icons-pdf.lock +1014 -988
  80. package/es/icons/icons-svg.lock +1014 -988
  81. package/es/icons/index.d.ts +3 -1
  82. package/es/icons/index.js +3 -1
  83. package/es/icons/secondary_icons.d.ts +2 -1
  84. package/es/icons/secondary_icons.js +2 -1
  85. package/es/icons/secondary_icons_medium.d.ts +2 -1
  86. package/es/icons/secondary_icons_medium.js +2 -1
  87. package/es/shared/Eufemia.js +1 -1
  88. package/es/shared/MediaQueryUtils.d.ts +1 -5
  89. package/es/shared/MediaQueryUtils.js +1 -6
  90. package/es/shared/SpacingHelper.d.ts +6 -1
  91. package/es/shared/useMedia.js +1 -2
  92. package/es/shared/useMediaQuery.js +4 -2
  93. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.css +5 -8
  94. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +1 -1
  95. package/es/style/themes/theme-ui/dnb-theme-ui.css +5 -8
  96. package/es/style/themes/theme-ui/dnb-theme-ui.min.css +1 -1
  97. package/esm/dnb-ui-basis.min.mjs +5 -0
  98. package/esm/dnb-ui-components.min.mjs +17 -0
  99. package/esm/dnb-ui-elements.min.mjs +16 -0
  100. package/esm/dnb-ui-extensions.min.mjs +17 -0
  101. package/esm/dnb-ui-icons.min.mjs +1 -0
  102. package/esm/dnb-ui-lib.min.mjs +2 -2
  103. package/esm/dnb-ui-web-components.min.mjs +17 -0
  104. package/icons/e_scooter.d.ts +2 -0
  105. package/icons/e_scooter.js +35 -0
  106. package/icons/e_scooter_medium.d.ts +2 -0
  107. package/icons/e_scooter_medium.js +23 -0
  108. package/icons/icons-meta.json +14 -0
  109. package/icons/icons-pdf.lock +1014 -988
  110. package/icons/icons-svg.lock +1014 -988
  111. package/icons/index.d.ts +3 -1
  112. package/icons/index.js +3 -1
  113. package/icons/secondary_icons.d.ts +2 -1
  114. package/icons/secondary_icons.js +2 -1
  115. package/icons/secondary_icons_medium.d.ts +2 -1
  116. package/icons/secondary_icons_medium.js +2 -1
  117. package/package.json +1 -1
  118. package/shared/Eufemia.js +1 -1
  119. package/shared/MediaQueryUtils.d.ts +1 -5
  120. package/shared/MediaQueryUtils.js +1 -7
  121. package/shared/SpacingHelper.d.ts +6 -1
  122. package/shared/useMedia.js +1 -2
  123. package/shared/useMediaQuery.js +4 -2
  124. package/style/themes/theme-eiendom/dnb-theme-eiendom.css +5 -8
  125. package/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +1 -1
  126. package/style/themes/theme-ui/dnb-theme-ui.css +5 -8
  127. package/style/themes/theme-ui/dnb-theme-ui.min.css +1 -1
  128. package/umd/dnb-ui-basis.min.js +12 -0
  129. package/umd/dnb-ui-components.min.js +24 -0
  130. package/umd/dnb-ui-elements.min.js +23 -0
  131. package/umd/dnb-ui-extensions.min.js +24 -0
  132. package/umd/dnb-ui-icons.min.js +1 -0
  133. package/umd/dnb-ui-lib.min.js +2 -2
  134. package/umd/dnb-ui-web-components.min.js +24 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
3
3
  All notable changes to @dnb/eufemia will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [9.37.0](https://github.com/dnbexperience/eufemia/compare/v9.36.0...v9.37.0) (2022-11-07)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **InputMasked:** fix integerLimit to work during typing ([#1694](https://github.com/dnbexperience/eufemia/issues/1694)) ([0fb697d](https://github.com/dnbexperience/eufemia/commit/0fb697df82f8717312f484b42ab14a28da6c7665))
12
+ * **Table:** remove usage of pseudo elements inside table rows ([#1704](https://github.com/dnbexperience/eufemia/issues/1704)) ([3f678bd](https://github.com/dnbexperience/eufemia/commit/3f678bd5de334a4743f08f8801ba8d2b84e43c3d))
13
+ * **Td:** fix children and add tests ([#1703](https://github.com/dnbexperience/eufemia/issues/1703)) ([060e84f](https://github.com/dnbexperience/eufemia/commit/060e84f4dc32427271c3159a3e3c207c40f59d5f))
14
+
15
+
16
+ ### Features
17
+
18
+ * add e_scooter icon ([#1701](https://github.com/dnbexperience/eufemia/issues/1701)) ([c7024e2](https://github.com/dnbexperience/eufemia/commit/c7024e2c31a4ab1c0fe5467be5a4c46184f020f1))
19
+
20
+ # [9.36.0](https://github.com/dnbexperience/eufemia/compare/v9.35.0...v9.36.0) (2022-11-02)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **Section:** add official support for x-large and xx-large spacing ([#1672](https://github.com/dnbexperience/eufemia/issues/1672)) ([0c0e7c2](https://github.com/dnbexperience/eufemia/commit/0c0e7c2936b029d9b919619b1667ed4eb310e98d))
26
+ * **StepIndicator:** add example on how to use it with a router (browser location) ([9e7e708](https://github.com/dnbexperience/eufemia/commit/9e7e708ea6f34c72a821e53ce1865db294a6f542))
27
+ * **StepIndicator:** support spacing in Sidebar ([#1681](https://github.com/dnbexperience/eufemia/issues/1681)) ([de9735f](https://github.com/dnbexperience/eufemia/commit/de9735fab1bb4ad6a2086c6f848a104a2f1b3024))
28
+ * **Tabs:** align styles to properly function side by side with Section component in content ([#1671](https://github.com/dnbexperience/eufemia/issues/1671)) ([a607b5f](https://github.com/dnbexperience/eufemia/commit/a607b5ff70e39644e2640674a0322eac55914a32))
29
+ * **useMediaQuery:** remove warning and handle environments without breaking ([#1685](https://github.com/dnbexperience/eufemia/issues/1685)) ([480c509](https://github.com/dnbexperience/eufemia/commit/480c5096f21bafb932c74af4df91f530278ff374))
30
+
31
+
32
+ ### Features
33
+
34
+ * **Tabs:** make tabs content animate its height ([#1667](https://github.com/dnbexperience/eufemia/issues/1667)) ([3f1bf5e](https://github.com/dnbexperience/eufemia/commit/3f1bf5e81aa1520cb5363c5ec26c9dba7b43949f))
35
+ * **Upload:** accept jpeg when only jpg is defined ([#1677](https://github.com/dnbexperience/eufemia/issues/1677)) ([b5eb00b](https://github.com/dnbexperience/eufemia/commit/b5eb00bf63592e69ebbc864c3f053f18a19d6adc))
36
+ * **Upload:** highlight existing files visually ([#1657](https://github.com/dnbexperience/eufemia/issues/1657)) ([e17f66d](https://github.com/dnbexperience/eufemia/commit/e17f66d918860c6e529f44267b628e9ec901f800))
37
+
6
38
  # [9.35.0](https://github.com/dnbexperience/eufemia/compare/v9.34.3...v9.35.0) (2022-10-28)
7
39
 
8
40
 
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.647 10.593a2.61 2.61 0 0 1 1.15.165.75.75 0 1 0 .537-1.401 4.117 4.117 0 0 0-1.808-.26c-1.232.1-2.29.734-2.994 1.653H6.214a4.154 4.154 0 0 0-3.4-1.43c-.85.05-1.627.35-2.26.823a.75.75 0 1 0 .898 1.201c.404-.301.9-.494 1.45-.526a2.648 2.648 0 0 1 2.315 1.088.748.748 0 0 0 .566.312.74.74 0 0 0 .217.032h4.9a.748.748 0 0 0 .561-.253.742.742 0 0 0 .132-.152c.464-.71 1.203-1.184 2.054-1.252Zm-10.59 2.24a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm-2 .5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm12.693-.5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm-2 .5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z" fill="#000"/><path d="m12.5 9.5-1-8M10 1h3" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.291 21.061a1.469 1.469 0 1 0 0-2.938 1.469 1.469 0 0 0 0 2.938Zm-18.612 0a1.469 1.469 0 1 0 0-2.938 1.469 1.469 0 0 0 0 2.938ZM.75 16.2a3.917 3.917 0 0 1 5.85 2.9h10.8a3.917 3.917 0 0 1 5.847-2.9M20 15.5 17.806 2.939m-2.393 0h4.898" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
Binary file
@@ -1,4 +1,4 @@
1
- export default function createNumberMask({ prefix, suffix, includeThousandsSeparator, thousandsSeparatorSymbol, allowDecimal, decimalSymbol, decimalLimit, requireDecimal, allowNegative, }?: {
1
+ export default function createNumberMask({ prefix, suffix, includeThousandsSeparator, thousandsSeparatorSymbol, allowDecimal, decimalSymbol, decimalLimit, integerLimit, requireDecimal, allowNegative, }?: {
2
2
  prefix?: string;
3
3
  suffix?: string;
4
4
  includeThousandsSeparator?: boolean;
@@ -6,6 +6,7 @@ export default function createNumberMask({ prefix, suffix, includeThousandsSepar
6
6
  allowDecimal?: boolean;
7
7
  decimalSymbol?: string;
8
8
  decimalLimit?: number;
9
+ integerLimit?: boolean;
9
10
  requireDecimal?: boolean;
10
11
  allowNegative?: boolean;
11
12
  }): {
@@ -71,6 +71,8 @@ function createNumberMask() {
71
71
  decimalSymbol = _ref$decimalSymbol === void 0 ? ',' : _ref$decimalSymbol,
72
72
  _ref$decimalLimit = _ref.decimalLimit,
73
73
  decimalLimit = _ref$decimalLimit === void 0 ? 2 : _ref$decimalLimit,
74
+ _ref$integerLimit = _ref.integerLimit,
75
+ integerLimit = _ref$integerLimit === void 0 ? false : _ref$integerLimit,
74
76
  _ref$requireDecimal = _ref.requireDecimal,
75
77
  requireDecimal = _ref$requireDecimal === void 0 ? false : _ref$requireDecimal,
76
78
  _ref$allowNegative = _ref.allowNegative,
@@ -122,6 +124,11 @@ function createNumberMask() {
122
124
  }
123
125
 
124
126
  integer = integer.replace(nonDigitsRegExp, emptyString);
127
+
128
+ if (_typeof(integerLimit) === number) {
129
+ integer = integer.slice(0, integerLimit);
130
+ }
131
+
125
132
  integer = includeThousandsSeparator ? addThousandsSeparator(integer, thousandsSeparatorSymbol) : integer;
126
133
  mask = convertToMask(integer);
127
134
 
@@ -122,9 +122,9 @@ function Element(_ref) {
122
122
  }
123
123
 
124
124
  if ((0, _componentHelper.isTrue)(no_collapse)) {
125
- var R = E === 'span' || (0, _SpacingUtils.isInline)(Element) ? 'span' : 'div';
125
+ var R = E === 'span' || (0, _SpacingUtils.isInline)(element) ? 'span' : 'div';
126
126
  return _react.default.createElement(R, {
127
- className: 'dnb-space--no-collapse' + ((0, _SpacingUtils.isInline)(Element) ? " dnb-space--inline" : "")
127
+ className: 'dnb-space--no-collapse' + ((0, _SpacingUtils.isInline)(element) ? " dnb-space--inline" : "")
128
128
  }, component);
129
129
  }
130
130
 
@@ -2,6 +2,14 @@
2
2
  * Space helper
3
3
  *
4
4
  */
5
+ import type { SpacingProps } from './types';
6
+ declare type Props = SpacingProps | Record<string, unknown>;
7
+ declare type StyleObjectProps = {
8
+ maxWidth?: string;
9
+ maxHeight?: string;
10
+ width?: string;
11
+ height?: string;
12
+ };
5
13
  export declare const spacingDefaultProps: {
6
14
  space: any;
7
15
  top: any;
@@ -27,12 +35,9 @@ export declare const findType: (num: any, { returnObject }?: {
27
35
  returnObject?: boolean;
28
36
  }) => string | [string, number];
29
37
  export declare const findNearestTypes: (num: any) => any[];
30
- export declare const isValidSpaceProp: (prop: any) => boolean;
31
- export declare const removeSpaceProps: ({ ...props }: {
32
- [x: string]: any;
33
- }) => {
34
- [x: string]: any;
35
- };
36
- export declare const createSpacingClasses: (props: any, Element?: any) => any[];
37
- export declare const createStyleObject: (props: any) => {};
38
- export declare const isInline: (Element: any) => boolean;
38
+ export declare const isValidSpaceProp: (propName: string) => boolean;
39
+ export declare const removeSpaceProps: (props: Props) => Props;
40
+ export declare const createSpacingClasses: (props: Props, Element?: any) => any[];
41
+ export declare const createStyleObject: (props: Props & StyleObjectProps) => {};
42
+ export declare const isInline: (elementName: string) => boolean;
43
+ export {};
@@ -18,7 +18,11 @@ require("core-js/modules/es.function.name.js");
18
18
 
19
19
  require("core-js/modules/es.array.from.js");
20
20
 
21
- require("core-js/modules/es.object.assign.js");
21
+ require("core-js/modules/es.object.keys.js");
22
+
23
+ require("core-js/modules/es.object.get-own-property-descriptor.js");
24
+
25
+ require("core-js/modules/es.object.get-own-property-descriptors.js");
22
26
 
23
27
  Object.defineProperty(exports, "__esModule", {
24
28
  value: true
@@ -55,11 +59,19 @@ require("core-js/modules/es.array.concat.js");
55
59
 
56
60
  require("core-js/modules/es.array.includes.js");
57
61
 
62
+ require("core-js/modules/es.object.is-frozen.js");
63
+
58
64
  require("core-js/modules/es.array.join.js");
59
65
 
60
66
  var _componentHelper = require("../../shared/component-helper");
61
67
 
62
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
68
+ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
69
+
70
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
71
+
72
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
73
+
74
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
63
75
 
64
76
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
65
77
 
@@ -243,47 +255,50 @@ var findNearestTypes = function findNearestTypes(num) {
243
255
 
244
256
  exports.findNearestTypes = findNearestTypes;
245
257
 
246
- var isValidSpaceProp = function isValidSpaceProp(prop) {
247
- return prop && ['top', 'right', 'bottom', 'left'].includes(prop);
258
+ var isValidSpaceProp = function isValidSpaceProp(propName) {
259
+ return propName && ['top', 'right', 'bottom', 'left'].includes(propName);
248
260
  };
249
261
 
250
262
  exports.isValidSpaceProp = isValidSpaceProp;
251
263
 
252
- var removeSpaceProps = function removeSpaceProps(_ref6) {
253
- var props = _extends({}, _ref6);
264
+ var removeSpaceProps = function removeSpaceProps(props) {
265
+ var p = Object.isFrozen(props) ? _objectSpread({}, props) : props;
254
266
 
255
- for (var i in props) {
267
+ for (var i in p) {
256
268
  if (isValidSpaceProp(i)) {
257
- delete props[i];
269
+ delete p[i];
258
270
  }
259
271
  }
260
272
 
261
- return props;
273
+ return p;
262
274
  };
263
275
 
264
276
  exports.removeSpaceProps = removeSpaceProps;
265
277
 
266
278
  var createSpacingClasses = function createSpacingClasses(props) {
267
279
  var Element = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
280
+ var p = Object.isFrozen(props) ? _objectSpread({}, props) : props;
268
281
 
269
- if (typeof props.space !== 'undefined') {
270
- if (typeof props.space === 'string' || typeof props.space === 'number' || typeof props.space === 'boolean' && props.space) {
271
- props.top = props.right = props.bottom = props.left = props.space;
282
+ if (typeof p.space !== 'undefined') {
283
+ if (typeof p.space === 'string' || typeof p.space === 'number' || typeof p.space === 'boolean' && p.space) {
284
+ p.top = p.right = p.bottom = p.left = p.space;
272
285
  }
273
286
 
274
- for (var i in props.space) {
275
- if (!props[i] && isValidSpaceProp(i)) {
276
- props[i] = props.space[i];
287
+ if (_typeof(p.space) === 'object') {
288
+ for (var i in p.space) {
289
+ if (!p[i] && isValidSpaceProp(i)) {
290
+ p[i] = p.space[i];
291
+ }
277
292
  }
278
293
  }
279
294
 
280
- delete props.space;
295
+ delete p.space;
281
296
  }
282
297
 
283
- return Object.entries(props).reduce(function (acc, _ref7) {
284
- var _ref8 = _slicedToArray(_ref7, 2),
285
- direction = _ref8[0],
286
- cur = _ref8[1];
298
+ return Object.entries(p).reduce(function (acc, _ref6) {
299
+ var _ref7 = _slicedToArray(_ref6, 2),
300
+ direction = _ref7[0],
301
+ cur = _ref7[1];
287
302
 
288
303
  if (isValidSpaceProp(direction)) {
289
304
  if (String(cur) === '0' || String(cur) === 'false') {
@@ -316,33 +331,35 @@ var createSpacingClasses = function createSpacingClasses(props) {
316
331
  exports.createSpacingClasses = createSpacingClasses;
317
332
 
318
333
  var createStyleObject = function createStyleObject(props) {
319
- if (props.top && !(parseFloat(props.top) > 0)) {
320
- props.top = sumTypes(props.top);
334
+ var p = Object.isFrozen(props) ? _objectSpread({}, props) : props;
335
+
336
+ if (p.top && !(parseFloat(String(p.top)) > 0)) {
337
+ p.top = sumTypes(p.top);
321
338
  }
322
339
 
323
- if (props.bottom && !(parseFloat(props.bottom) > 0)) {
324
- props.bottom = sumTypes(props.bottom);
340
+ if (p.bottom && !(parseFloat(String(p.bottom)) > 0)) {
341
+ p.bottom = sumTypes(p.bottom);
325
342
  }
326
343
 
327
- if (props.left && !(parseFloat(props.left) > 0)) {
328
- props.left = sumTypes(props.left);
344
+ if (p.left && !(parseFloat(String(p.left)) > 0)) {
345
+ p.left = sumTypes(p.left);
329
346
  }
330
347
 
331
- if (props.right && !(parseFloat(props.right) > 0)) {
332
- props.right = sumTypes(props.right);
348
+ if (p.right && !(parseFloat(String(p.right)) > 0)) {
349
+ p.right = sumTypes(p.right);
333
350
  }
334
351
 
335
352
  return Object.entries({
336
- marginTop: props.top && "".concat(props.top, "rem"),
337
- marginBottom: props.bottom && "".concat(props.bottom, "rem"),
338
- maxWidth: props.maxWidth && "".concat(props.maxWidth, "rem"),
339
- maxHeight: props.maxHeight && "".concat(props.maxHeight, "rem"),
340
- width: props.width && "".concat(props.width, "rem"),
341
- height: props.height && "".concat(props.height, "rem")
342
- }).reduce(function (acc, _ref9) {
343
- var _ref10 = _slicedToArray(_ref9, 2),
344
- key = _ref10[0],
345
- val = _ref10[1];
353
+ marginTop: p.top && "".concat(p.top, "rem"),
354
+ marginBottom: p.bottom && "".concat(p.bottom, "rem"),
355
+ maxWidth: p.maxWidth && "".concat(p.maxWidth, "rem"),
356
+ maxHeight: p.maxHeight && "".concat(p.maxHeight, "rem"),
357
+ width: p.width && "".concat(p.width, "rem"),
358
+ height: p.height && "".concat(p.height, "rem")
359
+ }).reduce(function (acc, _ref8) {
360
+ var _ref9 = _slicedToArray(_ref8, 2),
361
+ key = _ref9[0],
362
+ val = _ref9[1];
346
363
 
347
364
  if (typeof val !== 'undefined') {
348
365
  acc[key] = val;
@@ -354,10 +371,8 @@ var createStyleObject = function createStyleObject(props) {
354
371
 
355
372
  exports.createStyleObject = createStyleObject;
356
373
 
357
- var isInline = function isInline(Element) {
358
- var inline = false;
359
-
360
- switch (Element) {
374
+ var isInline = function isInline(elementName) {
375
+ switch (elementName) {
361
376
  case 'h1':
362
377
  case 'h2':
363
378
  case 'h3':
@@ -365,11 +380,10 @@ var isInline = function isInline(Element) {
365
380
  case 'h5':
366
381
  case 'h6':
367
382
  case 'p':
368
- inline = true;
369
- break;
383
+ return true;
370
384
  }
371
385
 
372
- return inline;
386
+ return false;
373
387
  };
374
388
 
375
389
  exports.isInline = isInline;
@@ -33,6 +33,8 @@ var _react = _interopRequireDefault(require("react"));
33
33
 
34
34
  var _propTypes = _interopRequireDefault(require("prop-types"));
35
35
 
36
+ var _classnames = _interopRequireDefault(require("classnames"));
37
+
36
38
  var _componentHelper = require("../../shared/component-helper");
37
39
 
38
40
  var _Context = _interopRequireDefault(require("../../shared/Context"));
@@ -43,6 +45,8 @@ var _StepIndicatorProps = require("./StepIndicatorProps");
43
45
 
44
46
  var _StepIndicatorContext = require("./StepIndicatorContext");
45
47
 
48
+ var _SpacingHelper = require("../space/SpacingHelper");
49
+
46
50
  var _StepIndicatorList;
47
51
 
48
52
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
@@ -133,7 +137,7 @@ var StepIndicatorSidebar = function (_React$PureComponent) {
133
137
  var providerProps = this.state.showInitialData ? this.getContextAndProps() : null;
134
138
  return _react.default.createElement("div", {
135
139
  id: 'sidebar__' + this.props.sidebar_id,
136
- className: "dnb-step-indicator-v2 dnb-step-indicator__sidebar" + (this._hasSkeletonData && providerProps !== null && providerProps !== void 0 && providerProps.skeleton ? " dnb-step-indicator__sidebar--ssr-skeleton" : "")
140
+ className: (0, _classnames.default)("dnb-step-indicator-v2 dnb-step-indicator__sidebar", (0, _SpacingHelper.createSpacingClasses)(this.props), this._hasSkeletonData && (providerProps === null || providerProps === void 0 ? void 0 : providerProps.skeleton) && 'dnb-step-indicator__sidebar--ssr-skeleton')
137
141
  }, providerProps && _react.default.createElement(_StepIndicatorContext.StepIndicatorProvider, _extends({
138
142
  isSidebar: true,
139
143
  sidebar_id: this.props.internalId || this.props.sidebar_id
@@ -2,8 +2,8 @@ import React from 'react';
2
2
  import { SkeletonShow } from '../skeleton/Skeleton';
3
3
  import { SpacingProps } from '../../shared/types';
4
4
  import { StickyHelper, StickyTableHeaderProps } from './TableStickyHeader';
5
- export declare type TableSizes = 'medium' | 'large';
6
- export declare type TableVariants = 'basis' | 'not-defined-yet';
5
+ export declare type TableSizes = 'large' | 'medium';
6
+ export declare type TableVariants = 'generic';
7
7
  export { StickyHelper };
8
8
  export interface TableProps extends StickyTableHeaderProps {
9
9
  /**
@@ -24,8 +24,8 @@ export interface TableProps extends StickyTableHeaderProps {
24
24
  */
25
25
  size?: TableSizes;
26
26
  /**
27
- * The variant of the component.
28
- * Default: basis.
27
+ * The style variant of the component.
28
+ * Default: generic.
29
29
  */
30
30
  variant?: TableVariants;
31
31
  }
@@ -19,8 +19,6 @@ Object.defineProperty(exports, "StickyHelper", {
19
19
  });
20
20
  exports.defaultProps = exports.default = void 0;
21
21
 
22
- require("core-js/modules/es.array.concat.js");
23
-
24
22
  var _react = _interopRequireDefault(require("react"));
25
23
 
26
24
  var _classnames = _interopRequireDefault(require("classnames"));
@@ -35,6 +33,8 @@ var _SkeletonHelper = require("../skeleton/SkeletonHelper");
35
33
 
36
34
  var _componentHelper = require("../../shared/component-helper");
37
35
 
36
+ var _TableContext = _interopRequireDefault(require("./TableContext"));
37
+
38
38
  var _TableStickyHeader = require("./TableStickyHeader");
39
39
 
40
40
  var _excluded = ["className", "children", "size", "skeleton", "variant", "sticky", "stickyOffset"];
@@ -49,7 +49,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
49
49
 
50
50
  var defaultProps = {
51
51
  size: 'large',
52
- variant: 'basis'
52
+ variant: 'generic'
53
53
  };
54
54
  exports.defaultProps = defaultProps;
55
55
 
@@ -75,13 +75,25 @@ var Table = function Table(componentProps) {
75
75
  var _useStickyHeader = (0, _TableStickyHeader.useStickyHeader)(allProps),
76
76
  elementRef = _useStickyHeader.elementRef;
77
77
 
78
+ var trTmpRef = _react.default.useRef({
79
+ count: 0
80
+ });
81
+
82
+ _react.default.useLayoutEffect(function () {
83
+ trTmpRef.current.count = 0;
84
+ });
85
+
78
86
  (0, _componentHelper.validateDOMAttributes)(allProps, props);
79
87
  return _react.default.createElement(_Provider.default, {
80
88
  skeleton: Boolean(skeleton)
89
+ }, _react.default.createElement(_TableContext.default.Provider, {
90
+ value: {
91
+ trTmpRef: trTmpRef
92
+ }
81
93
  }, _react.default.createElement("table", _extends({
82
- className: (0, _classnames.default)("dnb-table dnb-table__variant--".concat(variant || 'basis', " dnb-table__size--").concat(size || 'large'), spacingClasses, skeletonClasses, className, sticky && "dnb-table--sticky"),
94
+ className: (0, _classnames.default)('dnb-table', spacingClasses, skeletonClasses, className, variant && "dnb-table__variant--".concat(variant), size && "dnb-table__size--".concat(size), sticky && "dnb-table--sticky"),
83
95
  ref: elementRef
84
- }, props), children));
96
+ }, props), children)));
85
97
  };
86
98
 
87
99
  var _default = Table;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Web TableContext Context
3
+ *
4
+ */
5
+ import React from 'react';
6
+ declare const TableContext: React.Context<any>;
7
+ export default TableContext;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+
12
+ var TableContext = _react.default.createContext(null);
13
+
14
+ var _default = TableContext;
15
+ exports.default = _default;
@@ -35,7 +35,7 @@ var Td = function Td(componentProps) {
35
35
  return _react.default.createElement("td", _extends({
36
36
  role: "cell",
37
37
  className: (0, _classnames.default)('dnb-table__td', className)
38
- }, props));
38
+ }, props), children);
39
39
  };
40
40
 
41
41
  var _default = Td;
@@ -25,6 +25,7 @@
25
25
  .dnb-table > tr > td,
26
26
  .dnb-table > thead > tr > th,
27
27
  .dnb-table > tbody > tr > td, .dnb-table__th, .dnb-table__td {
28
+ position: relative;
28
29
  font-size: 1.125rem;
29
30
  font-size: var(--font-size-basis);
30
31
  line-height: 1.5rem;
@@ -76,19 +77,15 @@
76
77
  .dnb-table .dnb-table__tr--even {
77
78
  background-color: #f2f2f5;
78
79
  background-color: var(--color-lavender); }
79
- .dnb-table > thead > tr,
80
- .dnb-table > tbody > tr,
81
- .dnb-table .dnb-table__tr {
82
- position: relative; }
83
- .dnb-table > thead > tr:last-of-type::after,
84
- .dnb-table > tbody > tr:last-of-type::after,
85
- .dnb-table > .dnb-table__tr:last-of-type::after {
80
+ .dnb-table > thead > tr > th::after,
81
+ .dnb-table > tbody > tr:last-of-type > td::after,
82
+ .dnb-table > thead > .dnb-table__tr > .dnb-table__th::after,
83
+ .dnb-table > tbody > .dnb-table__tr:last-of-type > .dnb-table__td::after {
86
84
  content: '';
87
85
  position: absolute;
88
86
  left: 0;
89
87
  right: 0;
90
88
  bottom: -1px;
91
- z-index: 1;
92
89
  height: 1px;
93
90
  background-color: #ebebeb;
94
91
  background-color: var(--color-black-8); }
@@ -1,2 +1,2 @@
1
- .dnb-table>tbody>tr>td,.dnb-table>thead>tr>th,.dnb-table>tr>td,.dnb-table>tr>th,.dnb-table__td,.dnb-table__th{border-spacing:0;font-size:1.125rem;font-size:var(--font-size-basis);line-height:1.5rem;line-height:var(--line-height-basis);word-break:keep-all}.dnb-table>thead>tr>th,.dnb-table>tr>th,.dnb-table__th{background-color:#fff;background-color:var(--color-white);color:#000;color:var(--color-black);font-weight:500;font-weight:var(--font-weight-medium);padding:3rem 1rem .5rem;padding:var(--spacing-x-large) var(--spacing-small) var(--spacing-x-small);vertical-align:bottom}.dnb-table>thead>tr>th:not([align]):not(.dnb-table--left):not(.dnb-table--right):not(.dnb-table--center),.dnb-table>tr>th:not([align]):not(.dnb-table--left):not(.dnb-table--right):not(.dnb-table--center),.dnb-table__th:not([align]):not(.dnb-table--left):not(.dnb-table--right):not(.dnb-table--center){text-align:inherit}@supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal){.dnb-table>thead>tr>th,.dnb-table>tr>th,.dnb-table__th{padding-bottom:calc(.5rem - .5px);padding-bottom:calc(var(--spacing-x-small) - .5px)}}.dnb-table>tbody>tr>td,.dnb-table>tr>td,.dnb-table>tr>th[scope=row],.dnb-table__td{color:currentColor;color:var(--theme-color-black-80,currentColor);padding:1rem;padding:var(--spacing-small);padding-bottom:1.188rem;padding-bottom:calc(var(--spacing-small)*1.188);padding-top:1.25rem;padding-top:calc(var(--spacing-small)*1.25)}.dnb-table .dnb-table__tr,.dnb-table .dnb-table__tr--odd,.dnb-table>tbody>tr{background-color:#fff;background-color:var(--color-white)}.dnb-table .dnb-table__tr--even,.dnb-table .dnb-table__tr:not(.dnb-table__tr--odd):nth-of-type(2n),.dnb-table>tbody>tr:not(.dnb-table__tr--odd):nth-of-type(2n){background-color:#f2f2f5;background-color:var(--color-lavender)}.dnb-table .dnb-table__tr,.dnb-table>tbody>tr,.dnb-table>thead>tr{position:relative}.dnb-table>.dnb-table__tr:last-of-type:after,.dnb-table>tbody>tr:last-of-type:after,.dnb-table>thead>tr:last-of-type:after{background-color:#ebebeb;background-color:var(--color-black-8);bottom:-1px;content:"";height:1px;left:0;position:absolute;right:0;z-index:1}.dnb-table .dnb-table__th.dnb-table--sortable,.dnb-table>thead>tr>th.dnb-table--sortable{color:#14555a;color:var(--color-emerald-green)}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-shadow:none;box-shadow:none;color:inherit;font-size:inherit;font-weight:500;font-weight:var(--font-weight-medium);line-height:1.5rem;line-height:var(--line-height-basis);margin:0;padding:0 .5rem 0 0;position:relative;text-align:inherit;z-index:1}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor>.dnb-icon,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button>.dnb-icon,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor>.dnb-icon,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button>.dnb-icon{opacity:0;-webkit-transition:opacity .2s ease-out,-webkit-transform .5s ease-out;transition:opacity .2s ease-out,-webkit-transform .5s ease-out;transition:opacity .2s ease-out,transform .5s ease-out;transition:opacity .2s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out}[data-visual-test-wrapper] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor>.dnb-icon,[data-visual-test-wrapper] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button>.dnb-icon,[data-visual-test-wrapper] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor>.dnb-icon,[data-visual-test-wrapper] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button>.dnb-icon{-webkit-transition:none;transition:none}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor .dnb-button__text,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button .dnb-button__text,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor .dnb-button__text,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button .dnb-button__text{font-size:inherit;margin:0}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor .dnb-button__text:after,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button .dnb-button__text:after{right:1rem}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor .dnb-button__icon,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button .dnb-button__icon,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor .dnb-button__icon,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button .dnb-button__icon{-ms-flex-item-align:end;align-self:flex-end;margin-bottom:.25rem;margin-top:auto}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:not(:focus) .dnb-button__text:after,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:not(:focus) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:not(:focus) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:not(:focus) .dnb-button__text:after{color:#14555a;color:var(--color-emerald-green);opacity:1}html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:hover[disabled],html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:hover[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:hover[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:hover:not([disabled]),html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:hover:not([disabled]),html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:hover:not([disabled]),html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:hover:not([disabled]){color:#007272;color:var(--color-sea-green)}html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:hover:not([disabled]):not(:focus) .dnb-icon,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:hover:not([disabled]):not(:focus) .dnb-icon,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:hover:not([disabled]):not(:focus) .dnb-icon,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:hover:not([disabled]):not(:focus) .dnb-icon{opacity:1}html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:hover:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:hover:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:hover:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:hover:not([disabled]) .dnb-button__text:after{opacity:0}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:focus[disabled],.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:focus[disabled],.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:focus[disabled],.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:focus[disabled],html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:focus[disabled],html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:focus[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:focus[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:focus[disabled]{cursor:not-allowed}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:focus:not([disabled]):before,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:focus:not([disabled]):before,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:focus:not([disabled]):before,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:focus:not([disabled]):before{bottom:-.5rem;content:"";left:-1rem;position:absolute;right:.5rem;right:-.5rem;top:-.5rem}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:focus:not([disabled]) .dnb-icon,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:focus:not([disabled]) .dnb-icon,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:focus:not([disabled]) .dnb-icon,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:focus:not([disabled]) .dnb-icon,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:focus:not([disabled]) .dnb-icon,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:focus:not([disabled]) .dnb-icon,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:focus:not([disabled]) .dnb-icon,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:focus:not([disabled]) .dnb-icon{opacity:1}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active[disabled],.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active[disabled],.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active[disabled],.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active[disabled],html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active[disabled],html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active[disabled]{cursor:not-allowed}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]),.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]),.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]),.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]){color:#14555a;color:var(--color-emerald-green)}html[data-whatinput=mouse] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=mouse] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color);box-shadow:0 0 0 .125rem var(--border-color)}@media screen and (-ms-high-contrast:none){html[data-whatinput=mouse] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=mouse] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before{-webkit-box-shadow:0 0 0 .125rem #14555a;box-shadow:0 0 0 .125rem #14555a;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green);box-shadow:0 0 0 .125rem var(--color-emerald-green)}}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before{border-radius:inherit;bottom:0;height:inherit;left:-.5rem;outline:none;top:0;z-index:1}html[data-whatinput=touch] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=touch] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color);box-shadow:0 0 0 .125rem var(--border-color)}@media screen and (-ms-high-contrast:none){html[data-whatinput=touch] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=touch] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before{-webkit-box-shadow:0 0 0 .125rem #14555a;box-shadow:0 0 0 .125rem #14555a;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green);box-shadow:0 0 0 .125rem var(--color-emerald-green)}}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before{bottom:-.5rem;content:"";left:-1rem;position:absolute;right:.5rem;right:-.5rem;top:-.5rem}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:hover:focus:not(:active) .dnb-button__text:after,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:hover:focus:not(:active) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:hover:focus:not(:active) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:hover:focus:not(:active) .dnb-button__text:after{visibility:hidden}.dnb-table .dnb-table__th.dnb-table--active .dnb-anchor:not(:hover) .dnb-button__text:after,.dnb-table .dnb-table__th.dnb-table--active .dnb-button:not(:hover) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--active .dnb-anchor:not(:hover) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--active .dnb-button:not(:hover) .dnb-button__text:after{opacity:0}.dnb-table .dnb-table__th.dnb-table--active .dnb-anchor .dnb-icon,.dnb-table .dnb-table__th.dnb-table--active .dnb-button .dnb-icon,.dnb-table>thead>tr>th.dnb-table--active .dnb-anchor .dnb-icon,.dnb-table>thead>tr>th.dnb-table--active .dnb-button .dnb-icon{opacity:1}html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--active .dnb-anchor:hover[disabled],html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--active .dnb-button:hover[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--active .dnb-anchor:hover[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--active .dnb-button:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--active .dnb-anchor:hover:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--active .dnb-button:hover:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--active .dnb-anchor:hover:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--active .dnb-button:hover:not([disabled]) .dnb-button__text:after{color:#007272;color:var(--color-sea-green);opacity:1}.dnb-table .dnb-table__th.dnb-table--active .dnb-anchor:hover:focus:not(:active) .dnb-button__text:after,.dnb-table .dnb-table__th.dnb-table--active .dnb-button:hover:focus:not(:active) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--active .dnb-anchor:hover:focus:not(:active) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--active .dnb-button:hover:focus:not(:active) .dnb-button__text:after{visibility:visible}html[data-whatinput=keyboard] .dnb-table .dnb-table__th.dnb-table--active .dnb-anchor:hover:focus .dnb-button__text:after,html[data-whatinput=keyboard] .dnb-table .dnb-table__th.dnb-table--active .dnb-button:hover:focus .dnb-button__text:after,html[data-whatinput=keyboard]
1
+ .dnb-table>tbody>tr>td,.dnb-table>thead>tr>th,.dnb-table>tr>td,.dnb-table>tr>th,.dnb-table__td,.dnb-table__th{border-spacing:0;font-size:1.125rem;font-size:var(--font-size-basis);line-height:1.5rem;line-height:var(--line-height-basis);position:relative;word-break:keep-all}.dnb-table>thead>tr>th,.dnb-table>tr>th,.dnb-table__th{background-color:#fff;background-color:var(--color-white);color:#000;color:var(--color-black);font-weight:500;font-weight:var(--font-weight-medium);padding:3rem 1rem .5rem;padding:var(--spacing-x-large) var(--spacing-small) var(--spacing-x-small);vertical-align:bottom}.dnb-table>thead>tr>th:not([align]):not(.dnb-table--left):not(.dnb-table--right):not(.dnb-table--center),.dnb-table>tr>th:not([align]):not(.dnb-table--left):not(.dnb-table--right):not(.dnb-table--center),.dnb-table__th:not([align]):not(.dnb-table--left):not(.dnb-table--right):not(.dnb-table--center){text-align:inherit}@supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal){.dnb-table>thead>tr>th,.dnb-table>tr>th,.dnb-table__th{padding-bottom:calc(.5rem - .5px);padding-bottom:calc(var(--spacing-x-small) - .5px)}}.dnb-table>tbody>tr>td,.dnb-table>tr>td,.dnb-table>tr>th[scope=row],.dnb-table__td{color:currentColor;color:var(--theme-color-black-80,currentColor);padding:1rem;padding:var(--spacing-small);padding-bottom:1.188rem;padding-bottom:calc(var(--spacing-small)*1.188);padding-top:1.25rem;padding-top:calc(var(--spacing-small)*1.25)}.dnb-table .dnb-table__tr,.dnb-table .dnb-table__tr--odd,.dnb-table>tbody>tr{background-color:#fff;background-color:var(--color-white)}.dnb-table .dnb-table__tr--even,.dnb-table .dnb-table__tr:not(.dnb-table__tr--odd):nth-of-type(2n),.dnb-table>tbody>tr:not(.dnb-table__tr--odd):nth-of-type(2n){background-color:#f2f2f5;background-color:var(--color-lavender)}.dnb-table>tbody>.dnb-table__tr:last-of-type>.dnb-table__td:after,.dnb-table>tbody>tr:last-of-type>td:after,.dnb-table>thead>.dnb-table__tr>.dnb-table__th:after,.dnb-table>thead>tr>th:after{background-color:#ebebeb;background-color:var(--color-black-8);bottom:-1px;content:"";height:1px;left:0;position:absolute;right:0}.dnb-table .dnb-table__th.dnb-table--sortable,.dnb-table>thead>tr>th.dnb-table--sortable{color:#14555a;color:var(--color-emerald-green)}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-shadow:none;box-shadow:none;color:inherit;font-size:inherit;font-weight:500;font-weight:var(--font-weight-medium);line-height:1.5rem;line-height:var(--line-height-basis);margin:0;padding:0 .5rem 0 0;position:relative;text-align:inherit;z-index:1}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor>.dnb-icon,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button>.dnb-icon,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor>.dnb-icon,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button>.dnb-icon{opacity:0;-webkit-transition:opacity .2s ease-out,-webkit-transform .5s ease-out;transition:opacity .2s ease-out,-webkit-transform .5s ease-out;transition:opacity .2s ease-out,transform .5s ease-out;transition:opacity .2s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out}[data-visual-test-wrapper] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor>.dnb-icon,[data-visual-test-wrapper] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button>.dnb-icon,[data-visual-test-wrapper] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor>.dnb-icon,[data-visual-test-wrapper] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button>.dnb-icon{-webkit-transition:none;transition:none}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor .dnb-button__text,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button .dnb-button__text,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor .dnb-button__text,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button .dnb-button__text{font-size:inherit;margin:0}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor .dnb-button__text:after,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button .dnb-button__text:after{right:1rem}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor .dnb-button__icon,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button .dnb-button__icon,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor .dnb-button__icon,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button .dnb-button__icon{-ms-flex-item-align:end;align-self:flex-end;margin-bottom:.25rem;margin-top:auto}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:not(:focus) .dnb-button__text:after,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:not(:focus) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:not(:focus) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:not(:focus) .dnb-button__text:after{color:#14555a;color:var(--color-emerald-green);opacity:1}html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:hover[disabled],html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:hover[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:hover[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:hover:not([disabled]),html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:hover:not([disabled]),html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:hover:not([disabled]),html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:hover:not([disabled]){color:#007272;color:var(--color-sea-green)}html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:hover:not([disabled]):not(:focus) .dnb-icon,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:hover:not([disabled]):not(:focus) .dnb-icon,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:hover:not([disabled]):not(:focus) .dnb-icon,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:hover:not([disabled]):not(:focus) .dnb-icon{opacity:1}html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:hover:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:hover:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:hover:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:hover:not([disabled]) .dnb-button__text:after{opacity:0}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:focus[disabled],.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:focus[disabled],.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:focus[disabled],.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:focus[disabled],html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:focus[disabled],html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:focus[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:focus[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:focus[disabled]{cursor:not-allowed}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:focus:not([disabled]):before,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:focus:not([disabled]):before,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:focus:not([disabled]):before,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:focus:not([disabled]):before{bottom:-.5rem;content:"";left:-1rem;position:absolute;right:.5rem;right:-.5rem;top:-.5rem}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:focus:not([disabled]) .dnb-icon,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:focus:not([disabled]) .dnb-icon,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:focus:not([disabled]) .dnb-icon,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:focus:not([disabled]) .dnb-icon,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:focus:not([disabled]) .dnb-icon,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:focus:not([disabled]) .dnb-icon,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:focus:not([disabled]) .dnb-icon,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:focus:not([disabled]) .dnb-icon{opacity:1}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active[disabled],.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active[disabled],.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active[disabled],.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active[disabled],html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active[disabled],html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active[disabled]{cursor:not-allowed}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]),.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]),.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]),.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]){color:#14555a;color:var(--color-emerald-green)}html[data-whatinput=mouse] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=mouse] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color);box-shadow:0 0 0 .125rem var(--border-color)}@media screen and (-ms-high-contrast:none){html[data-whatinput=mouse] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=mouse] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=mouse] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before{-webkit-box-shadow:0 0 0 .125rem #14555a;box-shadow:0 0 0 .125rem #14555a;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green);box-shadow:0 0 0 .125rem var(--color-emerald-green)}}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before{border-radius:inherit;bottom:0;height:inherit;left:-.5rem;outline:none;top:0;z-index:1}html[data-whatinput=touch] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=touch] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color);box-shadow:0 0 0 .125rem var(--border-color)}@media screen and (-ms-high-contrast:none){html[data-whatinput=touch] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=touch] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html[data-whatinput=touch] html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before{-webkit-box-shadow:0 0 0 .125rem #14555a;box-shadow:0 0 0 .125rem #14555a;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green);box-shadow:0 0 0 .125rem var(--color-emerald-green)}}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:active:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:active:not([disabled]):before{bottom:-.5rem;content:"";left:-1rem;position:absolute;right:.5rem;right:-.5rem;top:-.5rem}.dnb-table .dnb-table__th.dnb-table--sortable .dnb-anchor:hover:focus:not(:active) .dnb-button__text:after,.dnb-table .dnb-table__th.dnb-table--sortable .dnb-button:hover:focus:not(:active) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-anchor:hover:focus:not(:active) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--sortable .dnb-button:hover:focus:not(:active) .dnb-button__text:after{visibility:hidden}.dnb-table .dnb-table__th.dnb-table--active .dnb-anchor:not(:hover) .dnb-button__text:after,.dnb-table .dnb-table__th.dnb-table--active .dnb-button:not(:hover) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--active .dnb-anchor:not(:hover) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--active .dnb-button:not(:hover) .dnb-button__text:after{opacity:0}.dnb-table .dnb-table__th.dnb-table--active .dnb-anchor .dnb-icon,.dnb-table .dnb-table__th.dnb-table--active .dnb-button .dnb-icon,.dnb-table>thead>tr>th.dnb-table--active .dnb-anchor .dnb-icon,.dnb-table>thead>tr>th.dnb-table--active .dnb-button .dnb-icon{opacity:1}html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--active .dnb-anchor:hover[disabled],html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--active .dnb-button:hover[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--active .dnb-anchor:hover[disabled],html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--active .dnb-button:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--active .dnb-anchor:hover:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--active .dnb-button:hover:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--active .dnb-anchor:hover:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-table>thead>tr>th.dnb-table--active .dnb-button:hover:not([disabled]) .dnb-button__text:after{color:#007272;color:var(--color-sea-green);opacity:1}.dnb-table .dnb-table__th.dnb-table--active .dnb-anchor:hover:focus:not(:active) .dnb-button__text:after,.dnb-table .dnb-table__th.dnb-table--active .dnb-button:hover:focus:not(:active) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--active .dnb-anchor:hover:focus:not(:active) .dnb-button__text:after,.dnb-table>thead>tr>th.dnb-table--active .dnb-button:hover:focus:not(:active) .dnb-button__text:after{visibility:visible}html[data-whatinput=keyboard] .dnb-table .dnb-table__th.dnb-table--active .dnb-anchor:hover:focus .dnb-button__text:after,html[data-whatinput=keyboard] .dnb-table .dnb-table__th.dnb-table--active .dnb-button:hover:focus .dnb-button__text:after,html[data-whatinput=keyboard]
2
2
  .dnb-table>thead>tr>th.dnb-table--active .dnb-anchor:hover:focus .dnb-button__text:after,html[data-whatinput=keyboard] .dnb-table>thead>tr>th.dnb-table--active .dnb-button:hover:focus .dnb-button__text:after{visibility:hidden}.dnb-table .dnb-table__th.dnb-table--reversed .dnb-anchor .dnb-icon,.dnb-table .dnb-table__th.dnb-table--reversed .dnb-button .dnb-icon,.dnb-table>thead>tr>th.dnb-table--reversed .dnb-anchor .dnb-icon,.dnb-table>thead>tr>th.dnb-table--reversed .dnb-button .dnb-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.dnb-table .dnb-table__th.dnb-table--no-wrap,.dnb-table>tbody>tr>th.dnb-table--no-wrap,.dnb-table>thead>tr>th.dnb-table--no-wrap{white-space:nowrap}