@dfds-ui/experiences 2.2.0-alpha.c35ceba3 → 2.2.0-alpha.c370086d

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 (81) hide show
  1. package/cjs/dynamic-table/Body/TableBody.js +14 -14
  2. package/cjs/dynamic-table/Body/TableBody.types.d.ts +1 -1
  3. package/cjs/dynamic-table/Body/TableCell.js +6 -6
  4. package/cjs/dynamic-table/Body/TableCell.styles.d.ts +1 -1
  5. package/cjs/dynamic-table/Body/TableCell.styles.js +3 -5
  6. package/cjs/dynamic-table/Body/TableCell.types.d.ts +1 -1
  7. package/cjs/dynamic-table/Body/TableRow.js +35 -33
  8. package/cjs/dynamic-table/Body/TableRow.styles.d.ts +1 -1
  9. package/cjs/dynamic-table/Body/TableRow.styles.js +1 -2
  10. package/cjs/dynamic-table/Body/TableRow.types.d.ts +2 -2
  11. package/cjs/dynamic-table/Body/TableRowGroup.js +29 -29
  12. package/cjs/dynamic-table/Body/TableRowGroup.types.d.ts +2 -2
  13. package/cjs/dynamic-table/DynamicTable.js +35 -34
  14. package/cjs/dynamic-table/DynamicTable.styles.d.ts +1 -1
  15. package/cjs/dynamic-table/DynamicTable.styles.js +1 -2
  16. package/cjs/dynamic-table/DynamicTable.types.d.ts +5 -5
  17. package/cjs/dynamic-table/Head/TableHead.js +47 -40
  18. package/cjs/dynamic-table/Head/TableHead.types.d.ts +5 -5
  19. package/cjs/dynamic-table/Skeleton/SkeletonTable.styles.js +3 -5
  20. package/cjs/dynamic-table/Skeleton/helpers/createSkeletonRows.js +4 -5
  21. package/cjs/dynamic-table/helpers/getHeaderRow.js +1 -2
  22. package/cjs/dynamic-table/stories/headerRow.js +1 -2
  23. package/cjs/dynamic-table/stories/headerRowSortable.js +1 -2
  24. package/cjs/dynamic-table/stories/tableRows.js +51 -15
  25. package/cjs/dynamic-table/stories/tableRowsExpandable.js +51 -15
  26. package/cjs/footer/Footer.d.ts +1 -1
  27. package/cjs/footer/Footer.js +51 -42
  28. package/cjs/footer/FooterColumn.d.ts +1 -1
  29. package/cjs/footer/FooterColumn.js +14 -11
  30. package/cjs/footer/FooterColumnItem.d.ts +1 -1
  31. package/cjs/footer/FooterColumnItem.js +7 -6
  32. package/cjs/footer/FooterMetaLink.d.ts +1 -1
  33. package/cjs/footer/FooterMetaLink.js +8 -8
  34. package/cjs/internet-explorer-modal/IEModal.d.ts +1 -1
  35. package/cjs/internet-explorer-modal/IEModal.js +44 -39
  36. package/cjs/locale-selector/LocaleOption.d.ts +1 -1
  37. package/cjs/locale-selector/LocaleOption.js +8 -8
  38. package/cjs/locale-selector/LocaleSelector.d.ts +5 -28
  39. package/cjs/locale-selector/LocaleSelector.js +41 -38
  40. package/cjs/swiper/Swiper.d.ts +4 -3
  41. package/cjs/swiper/Swiper.js +6 -5
  42. package/cjs/swiper/SwiperCard.d.ts +4 -3
  43. package/cjs/swiper/SwiperCard.js +6 -5
  44. package/dynamic-table/Body/TableBody.js +16 -15
  45. package/dynamic-table/Body/TableBody.types.d.ts +1 -1
  46. package/dynamic-table/Body/TableCell.js +5 -4
  47. package/dynamic-table/Body/TableCell.styles.d.ts +1 -1
  48. package/dynamic-table/Body/TableCell.types.d.ts +1 -1
  49. package/dynamic-table/Body/TableRow.js +37 -34
  50. package/dynamic-table/Body/TableRow.styles.d.ts +1 -1
  51. package/dynamic-table/Body/TableRow.types.d.ts +2 -2
  52. package/dynamic-table/Body/TableRowGroup.js +25 -24
  53. package/dynamic-table/Body/TableRowGroup.types.d.ts +2 -2
  54. package/dynamic-table/DynamicTable.js +42 -34
  55. package/dynamic-table/DynamicTable.styles.d.ts +1 -1
  56. package/dynamic-table/DynamicTable.types.d.ts +5 -5
  57. package/dynamic-table/Head/TableHead.js +48 -40
  58. package/dynamic-table/Head/TableHead.types.d.ts +5 -5
  59. package/dynamic-table/Skeleton/SkeletonTable.styles.js +1 -2
  60. package/dynamic-table/Skeleton/helpers/createSkeletonRows.js +5 -6
  61. package/dynamic-table/stories/tableRows.js +50 -13
  62. package/dynamic-table/stories/tableRowsExpandable.js +50 -13
  63. package/footer/Footer.d.ts +1 -1
  64. package/footer/Footer.js +51 -36
  65. package/footer/FooterColumn.d.ts +1 -1
  66. package/footer/FooterColumn.js +20 -11
  67. package/footer/FooterColumnItem.d.ts +1 -1
  68. package/footer/FooterColumnItem.js +13 -6
  69. package/footer/FooterMetaLink.d.ts +1 -1
  70. package/footer/FooterMetaLink.js +14 -8
  71. package/internet-explorer-modal/IEModal.d.ts +1 -1
  72. package/internet-explorer-modal/IEModal.js +56 -45
  73. package/locale-selector/LocaleOption.d.ts +1 -1
  74. package/locale-selector/LocaleOption.js +7 -7
  75. package/locale-selector/LocaleSelector.d.ts +5 -28
  76. package/locale-selector/LocaleSelector.js +55 -52
  77. package/package.json +14 -14
  78. package/swiper/Swiper.d.ts +4 -3
  79. package/swiper/Swiper.js +6 -6
  80. package/swiper/SwiperCard.d.ts +4 -3
  81. package/swiper/SwiperCard.js +6 -6
@@ -3,26 +3,25 @@ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread n
3
3
  function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
4
4
  function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
5
5
  function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
6
- function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) { n[e] = r[e]; } return n; }
6
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
7
7
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
8
8
  import React from 'react';
9
9
  import { Skeleton } from '@dfds-ui/react-components';
10
10
  import { css } from '@emotion/react';
11
- import { jsx as ___EmotionJSX } from "@emotion/react";
11
+ import { jsx as _jsx } from "@emotion/react/jsx-runtime";
12
12
  var _ref = process.env.NODE_ENV === "production" ? {
13
13
  name: "1m8u2wf",
14
14
  styles: "height:12px;width:100%;text-align:left"
15
15
  } : {
16
16
  name: "1m8u2wf",
17
- styles: "height:12px;width:100%;text-align:left",
18
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9keW5hbWljLXRhYmxlL1NrZWxldG9uL2hlbHBlcnMvY3JlYXRlU2tlbGV0b25Sb3dzLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFha0IiLCJmaWxlIjoiLi4vLi4vLi4vLi4vc3JjL2R5bmFtaWMtdGFibGUvU2tlbGV0b24vaGVscGVycy9jcmVhdGVTa2VsZXRvblJvd3MudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0J1xuaW1wb3J0IHsgU2tlbGV0b24gfSBmcm9tICdAZGZkcy11aS9yZWFjdC1jb21wb25lbnRzJ1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5cbmltcG9ydCB7IEhlYWRlciwgUm93IH0gZnJvbSAnLi4vLi4vRHluYW1pY1RhYmxlLnR5cGVzJ1xuXG5jb25zdCBjcmVhdGVTa2VsZXRvblJvd3MgPSAoaGVhZGVyUm93OiBIZWFkZXJbXSB8IHVuZGVmaW5lZCkgPT5cbiAgWy4uLkFycmF5KDcpXS5tYXAoKF8sIGluZGV4KSA9PiB7XG4gICAgY29uc3Qgcm93OiBSb3cgPSB7fVxuXG4gICAgaGVhZGVyUm93Py5mb3JFYWNoKChjZWxsKSA9PiB7XG4gICAgICByb3dbY2VsbC5rZXldID0gKFxuICAgICAgICA8U2tlbGV0b25cbiAgICAgICAgICBjc3M9e2Nzc2BcbiAgICAgICAgICAgIGhlaWdodDogMTJweDtcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICAgICAgdGV4dC1hbGlnbjogbGVmdDtcbiAgICAgICAgICBgfVxuICAgICAgICAgIHZhcmlhbnQ9XCJ0ZXh0XCJcbiAgICAgICAgLz5cbiAgICAgIClcbiAgICB9KVxuICAgIHJvdy5pZCA9IFN0cmluZyhpbmRleClcblxuICAgIHJldHVybiByb3dcbiAgfSlcblxuZXhwb3J0IGRlZmF1bHQgY3JlYXRlU2tlbGV0b25Sb3dzXG4iXX0= */",
17
+ styles: "height:12px;width:100%;text-align:left/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9keW5hbWljLXRhYmxlL1NrZWxldG9uL2hlbHBlcnMvY3JlYXRlU2tlbGV0b25Sb3dzLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFha0IiLCJmaWxlIjoiLi4vLi4vLi4vLi4vc3JjL2R5bmFtaWMtdGFibGUvU2tlbGV0b24vaGVscGVycy9jcmVhdGVTa2VsZXRvblJvd3MudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0J1xuaW1wb3J0IHsgU2tlbGV0b24gfSBmcm9tICdAZGZkcy11aS9yZWFjdC1jb21wb25lbnRzJ1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5cbmltcG9ydCB7IEhlYWRlciwgUm93IH0gZnJvbSAnLi4vLi4vRHluYW1pY1RhYmxlLnR5cGVzJ1xuXG5jb25zdCBjcmVhdGVTa2VsZXRvblJvd3MgPSAoaGVhZGVyUm93OiBIZWFkZXJbXSB8IHVuZGVmaW5lZCkgPT5cbiAgWy4uLkFycmF5KDcpXS5tYXAoKF8sIGluZGV4KSA9PiB7XG4gICAgY29uc3Qgcm93OiBSb3cgPSB7fVxuXG4gICAgaGVhZGVyUm93Py5mb3JFYWNoKChjZWxsKSA9PiB7XG4gICAgICByb3dbY2VsbC5rZXldID0gKFxuICAgICAgICA8U2tlbGV0b25cbiAgICAgICAgICBjc3M9e2Nzc2BcbiAgICAgICAgICAgIGhlaWdodDogMTJweDtcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICAgICAgdGV4dC1hbGlnbjogbGVmdDtcbiAgICAgICAgICBgfVxuICAgICAgICAgIHZhcmlhbnQ9XCJ0ZXh0XCJcbiAgICAgICAgLz5cbiAgICAgIClcbiAgICB9KVxuICAgIHJvdy5pZCA9IFN0cmluZyhpbmRleClcblxuICAgIHJldHVybiByb3dcbiAgfSlcblxuZXhwb3J0IGRlZmF1bHQgY3JlYXRlU2tlbGV0b25Sb3dzXG4iXX0= */",
19
18
  toString: _EMOTION_STRINGIFIED_CSS_ERROR__
20
19
  };
21
20
  var createSkeletonRows = function createSkeletonRows(headerRow) {
22
21
  return _toConsumableArray(Array(7)).map(function (_, index) {
23
22
  var row = {};
24
- headerRow === null || headerRow === void 0 ? void 0 : headerRow.forEach(function (cell) {
25
- row[cell.key] = ___EmotionJSX(Skeleton, {
23
+ headerRow === null || headerRow === void 0 || headerRow.forEach(function (cell) {
24
+ row[cell.key] = _jsx(Skeleton, {
26
25
  css: _ref,
27
26
  variant: "text"
28
27
  });
@@ -1,65 +1,102 @@
1
1
  import React from 'react';
2
- import { jsx as ___EmotionJSX } from "@emotion/react";
2
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
3
3
  var Currency = function Currency() {
4
- return ___EmotionJSX("span", {
4
+ return _jsx("span", {
5
5
  style: {
6
6
  fontSize: '10px'
7
- }
8
- }, "EUR");
7
+ },
8
+ children: "EUR"
9
+ });
9
10
  };
10
11
  var tableRows = [{
11
12
  id: '1001',
12
13
  pallets: 10,
13
14
  from: 'Copenhagen',
14
15
  to: 'Stockholm',
15
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "200"))
16
+ price: _jsxs(_Fragment, {
17
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
18
+ children: "200"
19
+ })]
20
+ })
16
21
  }, {
17
22
  id: '1002',
18
23
  pallets: 41,
19
24
  from: 'Istanbul',
20
25
  to: 'London',
21
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "320"))
26
+ price: _jsxs(_Fragment, {
27
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
28
+ children: "320"
29
+ })]
30
+ })
22
31
  }, {
23
32
  id: '1003',
24
33
  pallets: 9,
25
34
  from: 'Delphi',
26
35
  to: 'Madrid',
27
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "1574"))
36
+ price: _jsxs(_Fragment, {
37
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
38
+ children: "1574"
39
+ })]
40
+ })
28
41
  }, {
29
42
  id: '1004',
30
43
  pallets: 52,
31
44
  from: 'Stockholm',
32
45
  to: 'Amsterdam',
33
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "945.50"))
46
+ price: _jsxs(_Fragment, {
47
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
48
+ children: "945.50"
49
+ })]
50
+ })
34
51
  }, {
35
52
  id: '1005',
36
53
  pallets: 4,
37
54
  from: 'London',
38
55
  to: 'Paris',
39
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "850"))
56
+ price: _jsxs(_Fragment, {
57
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
58
+ children: "850"
59
+ })]
60
+ })
40
61
  }, {
41
62
  id: '1006',
42
63
  pallets: 33,
43
64
  from: 'Madrid',
44
65
  to: 'Berlin',
45
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "2000"))
66
+ price: _jsxs(_Fragment, {
67
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
68
+ children: "2000"
69
+ })]
70
+ })
46
71
  }, {
47
72
  id: '1007',
48
73
  pallets: 17,
49
74
  from: 'Berlin',
50
75
  to: 'Oslo',
51
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "887"))
76
+ price: _jsxs(_Fragment, {
77
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
78
+ children: "887"
79
+ })]
80
+ })
52
81
  }, {
53
82
  id: '1008',
54
83
  pallets: 14,
55
84
  from: 'Oslo',
56
85
  to: 'Cairo',
57
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "2400"))
86
+ price: _jsxs(_Fragment, {
87
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
88
+ children: "2400"
89
+ })]
90
+ })
58
91
  }, {
59
92
  id: '1009',
60
93
  pallets: 23,
61
94
  from: 'Paris',
62
95
  to: 'Rome',
63
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "1280.30"))
96
+ price: _jsxs(_Fragment, {
97
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
98
+ children: "1280.30"
99
+ })]
100
+ })
64
101
  }];
65
102
  export default tableRows;
@@ -1,67 +1,104 @@
1
1
  import React from 'react';
2
- import { jsx as ___EmotionJSX } from "@emotion/react";
2
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
3
3
  var Currency = function Currency() {
4
- return ___EmotionJSX("span", {
4
+ return _jsx("span", {
5
5
  style: {
6
6
  fontSize: '10px'
7
- }
8
- }, "EUR");
7
+ },
8
+ children: "EUR"
9
+ });
9
10
  };
10
11
  var tableRowsExpandable = [{
11
12
  id: '1001',
12
13
  pallets: 10,
13
14
  from: 'Copenhagen',
14
15
  to: 'Stockholm',
15
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "200"))
16
+ price: _jsxs(_Fragment, {
17
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
18
+ children: "200"
19
+ })]
20
+ })
16
21
  }, {
17
22
  id: '1002',
18
23
  pallets: 41,
19
24
  from: 'Istanbul',
20
25
  to: 'London',
21
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "320"))
26
+ price: _jsxs(_Fragment, {
27
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
28
+ children: "320"
29
+ })]
30
+ })
22
31
  }, {
23
32
  id: '1003',
24
33
  pallets: 9,
25
34
  from: 'Delphi',
26
35
  to: 'Madrid',
27
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "1574")),
36
+ price: _jsxs(_Fragment, {
37
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
38
+ children: "1574"
39
+ })]
40
+ }),
28
41
  subRows: [{
29
42
  id: '1004',
30
43
  pallets: 52,
31
44
  from: 'Stockholm',
32
45
  to: 'Amsterdam',
33
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "945.50"))
46
+ price: _jsxs(_Fragment, {
47
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
48
+ children: "945.50"
49
+ })]
50
+ })
34
51
  }, {
35
52
  id: '1005',
36
53
  pallets: 4,
37
54
  from: 'London',
38
55
  to: 'Paris',
39
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "850"))
56
+ price: _jsxs(_Fragment, {
57
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
58
+ children: "850"
59
+ })]
60
+ })
40
61
  }]
41
62
  }, {
42
63
  id: '1006',
43
64
  pallets: 33,
44
65
  from: 'Madrid',
45
66
  to: 'Berlin',
46
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "2000"))
67
+ price: _jsxs(_Fragment, {
68
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
69
+ children: "2000"
70
+ })]
71
+ })
47
72
  }, {
48
73
  id: '1007',
49
74
  pallets: 17,
50
75
  from: 'Berlin',
51
76
  to: 'Oslo',
52
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "887")),
77
+ price: _jsxs(_Fragment, {
78
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
79
+ children: "887"
80
+ })]
81
+ }),
53
82
  subRows: [{
54
83
  id: '1008',
55
84
  pallets: 14,
56
85
  from: 'Oslo',
57
86
  to: 'Cairo',
58
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "2400"))
87
+ price: _jsxs(_Fragment, {
88
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
89
+ children: "2400"
90
+ })]
91
+ })
59
92
  }]
60
93
  }, {
61
94
  id: '1009',
62
95
  pallets: 23,
63
96
  from: 'Paris',
64
97
  to: 'Rome',
65
- price: ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Currency, null), " ", ___EmotionJSX("strong", null, "1280.30"))
98
+ price: _jsxs(_Fragment, {
99
+ children: [_jsx(Currency, {}), " ", _jsx("strong", {
100
+ children: "1280.30"
101
+ })]
102
+ })
66
103
  }];
67
104
  export default tableRowsExpandable;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { FooterMetaLinkProps } from './FooterMetaLink';
3
3
  import { FooterColumnProps } from './FooterColumn';
4
- export declare type FooterProps = {
4
+ export type FooterProps = {
5
5
  /**
6
6
  * Content to be displayed above footer columns
7
7
  */