@norges-domstoler/dds-components 9.4.0 → 9.5.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 (224) hide show
  1. package/dist/assets/svg/openExternal.svg.js +4 -0
  2. package/dist/cjs/components/Grid/Grid.d.ts +1 -5
  3. package/dist/cjs/components/Grid/Grid.utils.d.ts +4 -0
  4. package/dist/cjs/components/Grid/GridChild.d.ts +2 -7
  5. package/dist/cjs/components/InlineEdit/InlineEdit.stories.d.ts +1 -1
  6. package/dist/cjs/components/InlineEdit/InlineEdit.styles.d.ts +11 -1
  7. package/dist/cjs/components/InlineEdit/InlineEdit.tokens.d.ts +3 -1
  8. package/dist/cjs/components/InlineEdit/InlineEdit.types.d.ts +3 -1
  9. package/dist/cjs/components/InlineEdit/InlineEditInput.d.ts +1 -1
  10. package/dist/cjs/components/InlineEdit/InlineEditInput.stories.d.ts +1 -1
  11. package/dist/cjs/components/InlineEdit/InlineEditTextArea.d.ts +1 -1
  12. package/dist/cjs/components/InlineEdit/InlineEditTextArea.stories.d.ts +1 -1
  13. package/dist/cjs/components/Search/AutocompleteSearch.context.d.ts +12 -0
  14. package/dist/cjs/components/Search/Search.stories.d.ts +15 -2
  15. package/dist/cjs/components/Search/Search.tokens.d.ts +8 -0
  16. package/dist/cjs/components/Search/SearchAutocompleteWrapper.d.ts +31 -0
  17. package/dist/cjs/components/Search/SearchSuggestions.d.ts +29 -0
  18. package/dist/cjs/components/Search/index.d.ts +10 -1
  19. package/dist/cjs/components/Select/Select.d.ts +0 -3
  20. package/dist/cjs/components/Select/Select.tokens.d.ts +2 -9
  21. package/dist/cjs/components/Typography/Typography.tokens.d.ts +4 -1
  22. package/dist/cjs/icons/tsx/barChart.d.ts +2 -0
  23. package/dist/cjs/icons/tsx/barChartBoxed.d.ts +2 -0
  24. package/dist/cjs/icons/tsx/index.d.ts +6 -0
  25. package/dist/cjs/icons/tsx/libraryAdd.d.ts +2 -0
  26. package/dist/cjs/icons/tsx/lineChart.d.ts +2 -0
  27. package/dist/cjs/icons/tsx/trendingDown.d.ts +2 -0
  28. package/dist/cjs/icons/tsx/trendingUp.d.ts +2 -0
  29. package/dist/cjs/icons/utils/StyledSvg.d.ts +4 -1
  30. package/dist/cjs/icons/utils/SvgWrapper.d.ts +2 -0
  31. package/dist/cjs/index.js +3345 -4423
  32. package/dist/cjs/utils/index.d.ts +1 -0
  33. package/dist/cjs/utils/searchFilter.d.ts +2 -0
  34. package/dist/components/GlobalMessage/GlobalMessage.tokens.js +1 -1
  35. package/dist/components/Grid/Grid.d.ts +1 -5
  36. package/dist/components/Grid/Grid.utils.d.ts +4 -0
  37. package/dist/components/Grid/GridChild.d.ts +2 -7
  38. package/dist/components/Icon/Icon.js +0 -1
  39. package/dist/components/InlineEdit/InlineEdit.stories.d.ts +1 -1
  40. package/dist/components/InlineEdit/InlineEdit.styles.d.ts +11 -1
  41. package/dist/components/InlineEdit/InlineEdit.styles.js +27 -6
  42. package/dist/components/InlineEdit/InlineEdit.tokens.d.ts +3 -1
  43. package/dist/components/InlineEdit/InlineEdit.tokens.js +3 -1
  44. package/dist/components/InlineEdit/InlineEdit.types.d.ts +3 -1
  45. package/dist/components/InlineEdit/InlineEditInput.d.ts +1 -1
  46. package/dist/components/InlineEdit/InlineEditInput.stories.d.ts +1 -1
  47. package/dist/components/InlineEdit/InlineEditTextArea.d.ts +1 -1
  48. package/dist/components/InlineEdit/InlineEditTextArea.stories.d.ts +1 -1
  49. package/dist/components/InlineEdit/InlineInput.js +19 -15
  50. package/dist/components/InlineEdit/InlineTextArea.js +19 -18
  51. package/dist/components/LocalMessage/LocalMessage.tokens.js +1 -1
  52. package/dist/components/Search/AutocompleteSearch.context.d.ts +12 -0
  53. package/dist/components/Search/AutocompleteSearch.context.js +8 -0
  54. package/dist/components/Search/Search.js +46 -7
  55. package/dist/components/Search/Search.stories.d.ts +15 -2
  56. package/dist/components/Search/Search.tokens.d.ts +8 -0
  57. package/dist/components/Search/Search.tokens.js +13 -2
  58. package/dist/components/Search/SearchAutocompleteWrapper.d.ts +31 -0
  59. package/dist/components/Search/SearchAutocompleteWrapper.js +113 -0
  60. package/dist/components/Search/SearchSuggestions.d.ts +29 -0
  61. package/dist/components/Search/SearchSuggestions.js +116 -0
  62. package/dist/components/Search/index.d.ts +10 -1
  63. package/dist/components/Search/index.js +9 -0
  64. package/dist/components/Select/Select.d.ts +0 -3
  65. package/dist/components/Select/Select.js +4 -10
  66. package/dist/components/Select/Select.styles.js +3 -3
  67. package/dist/components/Select/Select.tokens.d.ts +2 -9
  68. package/dist/components/Select/Select.tokens.js +2 -9
  69. package/dist/components/Typography/Link/Link.js +3 -9
  70. package/dist/components/Typography/Typography/Typography.js +3 -12
  71. package/dist/components/Typography/Typography.tokens.d.ts +4 -1
  72. package/dist/components/Typography/Typography.tokens.js +5 -2
  73. package/dist/components/Typography/Typography.utils.js +2 -1
  74. package/dist/hooks/useRoveFocus.js +10 -10
  75. package/dist/icons/tsx/apps.js +5 -17
  76. package/dist/icons/tsx/archive.js +3 -15
  77. package/dist/icons/tsx/arrowDown.js +5 -17
  78. package/dist/icons/tsx/arrowLeft.js +5 -17
  79. package/dist/icons/tsx/arrowRight.js +5 -17
  80. package/dist/icons/tsx/arrowUp.js +5 -17
  81. package/dist/icons/tsx/attachment.js +5 -17
  82. package/dist/icons/tsx/barChart.d.ts +2 -0
  83. package/dist/icons/tsx/barChart.js +12 -0
  84. package/dist/icons/tsx/barChartBoxed.d.ts +2 -0
  85. package/dist/icons/tsx/barChartBoxed.js +12 -0
  86. package/dist/icons/tsx/block.js +5 -17
  87. package/dist/icons/tsx/book.js +3 -15
  88. package/dist/icons/tsx/build.js +5 -17
  89. package/dist/icons/tsx/buildCircled.js +3 -15
  90. package/dist/icons/tsx/calendar.js +5 -17
  91. package/dist/icons/tsx/calendarMonth.js +5 -17
  92. package/dist/icons/tsx/calendarViewDay.js +5 -17
  93. package/dist/icons/tsx/calendarViewMonth.js +5 -17
  94. package/dist/icons/tsx/calendarViewWeek.js +5 -17
  95. package/dist/icons/tsx/call.js +5 -17
  96. package/dist/icons/tsx/chat.js +5 -17
  97. package/dist/icons/tsx/check.js +5 -17
  98. package/dist/icons/tsx/checkCircled.js +5 -17
  99. package/dist/icons/tsx/checklist.js +5 -17
  100. package/dist/icons/tsx/chevronDown.js +5 -17
  101. package/dist/icons/tsx/chevronFirst.js +5 -17
  102. package/dist/icons/tsx/chevronLargeLeft.js +5 -17
  103. package/dist/icons/tsx/chevronLargeRight.js +5 -17
  104. package/dist/icons/tsx/chevronLast.js +5 -17
  105. package/dist/icons/tsx/chevronLeft.js +5 -17
  106. package/dist/icons/tsx/chevronRight.js +5 -17
  107. package/dist/icons/tsx/chevronUp.js +5 -17
  108. package/dist/icons/tsx/close.js +5 -17
  109. package/dist/icons/tsx/closeCircled.js +5 -17
  110. package/dist/icons/tsx/closeSmall.js +5 -17
  111. package/dist/icons/tsx/cloud.js +5 -17
  112. package/dist/icons/tsx/collapse.js +5 -17
  113. package/dist/icons/tsx/comment.js +5 -17
  114. package/dist/icons/tsx/copy.js +5 -17
  115. package/dist/icons/tsx/court.js +5 -17
  116. package/dist/icons/tsx/dateRange.js +5 -17
  117. package/dist/icons/tsx/deaths.js +5 -17
  118. package/dist/icons/tsx/download.js +5 -17
  119. package/dist/icons/tsx/downloadDone.js +5 -17
  120. package/dist/icons/tsx/dragHandle.js +5 -17
  121. package/dist/icons/tsx/edit.js +5 -17
  122. package/dist/icons/tsx/error.js +5 -17
  123. package/dist/icons/tsx/exclaim.js +5 -17
  124. package/dist/icons/tsx/expand.js +5 -17
  125. package/dist/icons/tsx/facebook.js +5 -17
  126. package/dist/icons/tsx/family.js +5 -17
  127. package/dist/icons/tsx/feedback.js +5 -17
  128. package/dist/icons/tsx/file.js +5 -17
  129. package/dist/icons/tsx/fileAdd.js +5 -17
  130. package/dist/icons/tsx/fileText.js +5 -17
  131. package/dist/icons/tsx/filter.js +5 -17
  132. package/dist/icons/tsx/filterList.js +5 -17
  133. package/dist/icons/tsx/filterListOff.js +5 -17
  134. package/dist/icons/tsx/filterOff.js +5 -17
  135. package/dist/icons/tsx/findInPage.js +5 -17
  136. package/dist/icons/tsx/folder.js +5 -17
  137. package/dist/icons/tsx/folderAdd.js +5 -17
  138. package/dist/icons/tsx/fullsceenExit.js +5 -17
  139. package/dist/icons/tsx/fullscreen.js +5 -17
  140. package/dist/icons/tsx/gavel.js +3 -15
  141. package/dist/icons/tsx/help.js +5 -17
  142. package/dist/icons/tsx/helpFilled.js +5 -17
  143. package/dist/icons/tsx/home.js +5 -17
  144. package/dist/icons/tsx/image.js +5 -17
  145. package/dist/icons/tsx/index.d.ts +6 -0
  146. package/dist/icons/tsx/info.js +5 -17
  147. package/dist/icons/tsx/instagram.js +5 -17
  148. package/dist/icons/tsx/jordskifterett.js +2 -2
  149. package/dist/icons/tsx/key.js +5 -17
  150. package/dist/icons/tsx/lagmannsrett.js +5 -17
  151. package/dist/icons/tsx/language.js +5 -15
  152. package/dist/icons/tsx/libraryAdd.d.ts +2 -0
  153. package/dist/icons/tsx/libraryAdd.js +12 -0
  154. package/dist/icons/tsx/lineChart.d.ts +2 -0
  155. package/dist/icons/tsx/lineChart.js +12 -0
  156. package/dist/icons/tsx/link.js +5 -17
  157. package/dist/icons/tsx/linkOff.js +5 -17
  158. package/dist/icons/tsx/linkedIn.js +5 -17
  159. package/dist/icons/tsx/list.js +5 -17
  160. package/dist/icons/tsx/listAlt.js +5 -17
  161. package/dist/icons/tsx/location.js +5 -17
  162. package/dist/icons/tsx/lock.js +5 -17
  163. package/dist/icons/tsx/lockOpen.js +5 -17
  164. package/dist/icons/tsx/login.js +5 -17
  165. package/dist/icons/tsx/logout.js +5 -17
  166. package/dist/icons/tsx/mail.js +5 -17
  167. package/dist/icons/tsx/mailOpen.js +5 -17
  168. package/dist/icons/tsx/menu.js +5 -17
  169. package/dist/icons/tsx/minus.js +5 -17
  170. package/dist/icons/tsx/minusCircled.js +5 -17
  171. package/dist/icons/tsx/moreHorizontal.js +5 -17
  172. package/dist/icons/tsx/moreVertical.js +5 -17
  173. package/dist/icons/tsx/notarial.js +5 -17
  174. package/dist/icons/tsx/notifications.js +5 -17
  175. package/dist/icons/tsx/notificationsOff.js +5 -17
  176. package/dist/icons/tsx/onlineMeeting.js +5 -17
  177. package/dist/icons/tsx/openExternal.js +5 -17
  178. package/dist/icons/tsx/pdf.js +5 -17
  179. package/dist/icons/tsx/person.js +5 -17
  180. package/dist/icons/tsx/personAdd.js +5 -17
  181. package/dist/icons/tsx/pin.js +5 -17
  182. package/dist/icons/tsx/plus.js +5 -17
  183. package/dist/icons/tsx/plusCircled.js +5 -17
  184. package/dist/icons/tsx/print.js +3 -15
  185. package/dist/icons/tsx/property.js +3 -15
  186. package/dist/icons/tsx/publish.js +5 -17
  187. package/dist/icons/tsx/questionAnswer.js +5 -17
  188. package/dist/icons/tsx/receipt.js +5 -17
  189. package/dist/icons/tsx/redo.js +5 -17
  190. package/dist/icons/tsx/refresh.js +5 -17
  191. package/dist/icons/tsx/replay.js +5 -17
  192. package/dist/icons/tsx/search.js +5 -17
  193. package/dist/icons/tsx/settings.js +5 -17
  194. package/dist/icons/tsx/sms.js +5 -17
  195. package/dist/icons/tsx/star.js +5 -17
  196. package/dist/icons/tsx/starFilled.js +5 -17
  197. package/dist/icons/tsx/sync.js +5 -17
  198. package/dist/icons/tsx/time.js +5 -17
  199. package/dist/icons/tsx/tingrett.js +5 -17
  200. package/dist/icons/tsx/tip.js +5 -17
  201. package/dist/icons/tsx/trash.js +5 -17
  202. package/dist/icons/tsx/trendingDown.d.ts +2 -0
  203. package/dist/icons/tsx/trendingDown.js +12 -0
  204. package/dist/icons/tsx/trendingUp.d.ts +2 -0
  205. package/dist/icons/tsx/trendingUp.js +12 -0
  206. package/dist/icons/tsx/twitter.js +5 -17
  207. package/dist/icons/tsx/undo.js +5 -17
  208. package/dist/icons/tsx/unfoldLess.js +5 -17
  209. package/dist/icons/tsx/unfoldMore.js +5 -17
  210. package/dist/icons/tsx/upload.js +5 -17
  211. package/dist/icons/tsx/visibilityOff.js +5 -17
  212. package/dist/icons/tsx/visibilityOn.js +5 -17
  213. package/dist/icons/tsx/warning.js +3 -15
  214. package/dist/icons/tsx/zoomIn.js +5 -17
  215. package/dist/icons/tsx/zoomOut.js +5 -17
  216. package/dist/icons/utils/StyledSvg.d.ts +4 -1
  217. package/dist/icons/utils/StyledSvg.js +14 -1
  218. package/dist/icons/utils/SvgWrapper.d.ts +2 -0
  219. package/dist/icons/utils/SvgWrapper.js +16 -0
  220. package/dist/index.js +8 -2
  221. package/dist/utils/index.d.ts +1 -0
  222. package/dist/utils/searchFilter.d.ts +2 -0
  223. package/dist/utils/searchFilter.js +10 -0
  224. package/package.json +2 -2
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function SearchIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M9 2C5.146 2 2 5.146 2 9s3.146 7 7 7a6.958 6.958 0 004.574-1.719l.426.426V16l6 6 2-2-6-6h-1.293l-.426-.426A6.958 6.958 0 0016 9c0-3.854-3.146-7-7-7zm0 2c2.773 0 5 2.227 5 5s-2.227 5-5 5-5-2.227-5-5 2.227-5 5-5z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function SettingsIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M9.666 2l-.451 2.477.014-.006.128-.041c-.05.012-.093.033-.142.047-.918.26-1.639.741-2.256 1.255l-.033.03h-.002l-2.389-.758-2.297 3.982 1.873 1.762.008-.045.01-.045C3.99 11.21 4 11.7 4 12c0 .3-.001.796.12 1.396l-.013-.064-1.882 1.66 2.328 4.035 2.39-.869.02.02.082.054c.643.429 1.388.856 2.162 1.188l.004.002L9.658 22h4.676l.451-2.477-.014.006-.128.041c.05-.012.093-.033.142-.047.918-.26 1.639-.741 2.256-1.255l.033-.03h.002l2.4.764 2.29-4.12-1.873-1.652-.012.067-.01.045C20.01 12.79 20 12.3 20 12c0-.3.01-.79-.129-1.342l.006.026 1.898-1.676-2.328-4.035-2.39.869-.02-.02-.082-.054a13.73 13.73 0 00-2.162-1.188l-.004-.002L14.342 2H9.666zm1.668 2h1.324l.352 2.021 1.02.407-.024-.008c.605.26 1.234.62 1.78.978l.757.76 2.01-.732.672 1.166-1.502 1.326.197 1.186.01.039c.062.247.07.557.07.857 0 .3-.008.61-.07.857l-.006.024-.217 1.088 1.527 1.35-.71 1.28-2-.636-.778.777c-.543.451-.983.738-1.588.889l-.066.017-1.076.43-.35 1.924h-1.324l-.352-2.021-1.02-.407.024.008c-.605-.26-1.234-.62-1.78-.978l-.757-.76-2.01.732-.672-1.166 1.518-1.34-.213-1.064C6 12.604 6 12.3 6 12c0-.3.008-.61.07-.857l.006-.024.213-1.066-1.527-1.44.703-1.217 2.012.641.777-.777c.543-.451.983-.738 1.588-.889l.066-.017 1.076-.43.35-1.924zM12 8c-1.25 0-2.315.505-2.998 1.273C8.319 10.043 8 11.028 8 12s.319 1.958 1.002 2.727C9.685 15.495 10.75 16 12 16c1.25 0 2.315-.505 2.998-1.273C15.681 13.957 16 12.972 16 12s-.319-1.958-1.002-2.727C14.315 8.505 13.25 8 12 8zm0 2c.75 0 1.185.245 1.502.602.317.356.498.87.498 1.398 0 .528-.181 1.042-.498 1.398-.317.357-.752.602-1.502.602s-1.185-.245-1.502-.602C10.181 13.042 10 12.528 10 12c0-.528.181-1.042.498-1.398.317-.357.752-.602 1.502-.602z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function SmsIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zM7 9h2v2H7V9zm8 0h2v2h-2V9zm-4 0h2v2h-2V9z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function StarIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function StarFilledIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function SyncIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M12 0L8 4l4 4V5c3.859 0 7 3.14 7 7 0 .88-.17 1.72-.469 2.496l1.516 1.514A8.931 8.931 0 0021 12c0-4.962-4.037-9-9-9V0zM3.953 7.99A8.931 8.931 0 003 12c0 4.962 4.037 9 9 9v3l4-4-4-4v3c-3.859 0-7-3.14-7-7 0-.88.17-1.72.469-2.496L3.953 7.99z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function TimeIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67V7z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function TingrettIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M12 16.615c4.418 0 8-3.857 8-8.615H4c0 4.758 3.582 8.615 8 8.615z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function TipIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7zm2.85 11.1l-.85.6V16h-4v-2.3l-.85-.6A4.997 4.997 0 017 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function TrashIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M16 9v10H8V9h8zm-1.5-6h-5l-1 1H5v2h14V4h-3.5l-1-1zM18 7H6v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils';
2
+ export declare function TrendingDownIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,12 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
3
+
4
+ function TrendingDownIcon(props) {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
7
+ d: "M16 18l2.29-2.29-4.88-4.88-4 4L2 7.41 3.41 6l6 6 4-4 6.3 6.29L22 12v6h-6z"
8
+ })
9
+ }));
10
+ }
11
+
12
+ export { TrendingDownIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils';
2
+ export declare function TrendingUpIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,12 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
3
+
4
+ function TrendingUpIcon(props) {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
7
+ d: "M16 6l2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6h-6z"
8
+ })
9
+ }));
10
+ }
11
+
12
+ export { TrendingUpIcon };
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function TwitterIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M23.643 4.937c-.835.37-1.732.62-2.675.733a4.67 4.67 0 002.048-2.578 9.3 9.3 0 01-2.958 1.13 4.66 4.66 0 00-7.938 4.25 13.229 13.229 0 01-9.602-4.868 4.66 4.66 0 001.442 6.22 4.647 4.647 0 01-2.11-.583v.06a4.66 4.66 0 003.737 4.568 4.692 4.692 0 01-2.104.08 4.661 4.661 0 004.352 3.234 9.348 9.348 0 01-5.786 1.995 9.5 9.5 0 01-1.112-.065 13.175 13.175 0 007.14 2.093c8.57 0 13.255-7.098 13.255-13.254 0-.2-.005-.402-.014-.602a9.47 9.47 0 002.323-2.41l.002-.003z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function UndoIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function UnfoldLessIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M7.41 18.59L8.83 20 12 16.83 15.17 20l1.41-1.41L12 14l-4.59 4.59zm9.18-13.18L15.17 4 12 7.17 8.83 4 7.41 5.41 12 10l4.59-4.59z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function UnfoldMoreIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M11.59 18.17L8.42 15l-1.41 1.41L11.59 21l4.59-4.59L14.76 15l-3.17 3.17zm0-12.34L14.76 9l1.41-1.41L11.59 3 7 7.59 8.42 9l3.17-3.17z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function UploadIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M9 16h6v-6h4l-7-7-7 7h4v6zm2-2V8H9.828L12 5.828 14.172 8H13v6h-2zm-6 4h14v2H5v-2z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function VisibilityOffIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M12 6a9.77 9.77 0 018.82 5.5 9.648 9.648 0 01-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68C3.04 7.841 1.766 9.55 1 11.5 2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5l2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 01-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4l1.75 1.75a4.6 4.6 0 00-.36 1.78 4.507 4.507 0 006.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 01-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function VisibilityOnIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M12 6a9.77 9.77 0 018.82 5.5A9.77 9.77 0 0112 17a9.77 9.77 0 01-8.82-5.5A9.77 9.77 0 0112 6zm0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,21 +1,9 @@
1
- import { __rest } from 'tslib';
2
1
  import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function WarningIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsxs(SvgWrapper, Object.assign({}, props, {
6
+ children: [jsx("path", {
19
7
  d: "M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9L14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z"
20
8
  }), jsx("path", {
21
9
  d: "M12 17a1 1 0 100-2 1 1 0 000 2zM11 7h2v7h-2V7z"
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function ZoomInIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M15.5 14h-.79l-.28-.27A6.47 6.47 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2V7z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1,23 +1,11 @@
1
- import { __rest } from 'tslib';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
- import { StyledSvg } from '../utils/StyledSvg.js';
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { SvgWrapper } from '../utils/SvgWrapper.js';
4
3
 
5
4
  function ZoomOutIcon(props) {
6
- var title = props.title,
7
- rest = __rest(props, ["title"]);
8
- return jsxs(StyledSvg, Object.assign({
9
- width: 24,
10
- height: 24,
11
- fill: "currentColor"
12
- }, rest, {
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24"
15
- }, {
16
- children: [title && jsx("title", {
17
- children: title
18
- }), jsx("path", {
5
+ return jsx(SvgWrapper, Object.assign({}, props, {
6
+ children: jsx("path", {
19
7
  d: "M15.5 14h-.79l-.28-.27A6.47 6.47 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7V9z"
20
- })]
8
+ })
21
9
  }));
22
10
  }
23
11
 
@@ -1 +1,4 @@
1
- export declare const StyledSvg: import("styled-components").StyledComponent<"svg", any, {}, never>;
1
+ import { SVGAttributes } from 'react';
2
+ declare type StyledSvgProps = SVGAttributes<SVGSVGElement>;
3
+ export declare const StyledSvg: import("styled-components").StyledComponent<"svg", any, StyledSvgProps, never>;
4
+ export {};