@ogcio/design-system-react 1.31.1 → 1.33.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 (114) hide show
  1. package/dist/Heading.d.ts +5 -0
  2. package/dist/Heading.js +22 -0
  3. package/dist/accordion/accordion-item.js +62 -57
  4. package/dist/alert/alert.d.ts +3 -0
  5. package/dist/alert/alert.js +40 -57
  6. package/dist/alert/variants.d.ts +49 -52
  7. package/dist/alert/variants.js +17 -18
  8. package/dist/atoms/{DsButton.d.ts → Button.d.ts} +5 -5
  9. package/dist/atoms/{DsButton.js → Button.js} +22 -36
  10. package/dist/atoms/heading/H1.d.ts +3 -0
  11. package/dist/atoms/heading/H1.js +20 -0
  12. package/dist/atoms/heading/H2.d.ts +3 -0
  13. package/dist/atoms/heading/H2.js +20 -0
  14. package/dist/atoms/heading/H3.d.ts +3 -0
  15. package/dist/atoms/heading/H3.js +20 -0
  16. package/dist/atoms/heading/H4.d.ts +3 -0
  17. package/dist/atoms/heading/H4.js +20 -0
  18. package/dist/atoms/heading/H5.d.ts +3 -0
  19. package/dist/atoms/heading/H5.js +20 -0
  20. package/dist/atoms/heading/H6.d.ts +3 -0
  21. package/dist/atoms/heading/H6.js +20 -0
  22. package/dist/atoms/heading/index.d.ts +9 -0
  23. package/dist/atoms/heading/index.js +18 -0
  24. package/dist/atoms/heading/styles.d.ts +65 -0
  25. package/dist/atoms/heading/styles.js +17 -0
  26. package/dist/atoms/heading/types.d.ts +15 -0
  27. package/dist/atoms/heading/types.js +11 -0
  28. package/dist/atoms/heading/utils.d.ts +2 -0
  29. package/dist/atoms/heading/utils.js +5 -0
  30. package/dist/atoms/icons/ArrowLeft.d.ts +3 -0
  31. package/dist/atoms/icons/ArrowLeft.js +23 -0
  32. package/dist/atoms/icons/ArrowRight.d.ts +3 -0
  33. package/dist/atoms/icons/ArrowRight.js +23 -0
  34. package/dist/atoms/icons/CheckCircle.d.ts +3 -0
  35. package/dist/atoms/icons/CheckCircle.js +23 -0
  36. package/dist/atoms/icons/Error.d.ts +3 -0
  37. package/dist/atoms/icons/Error.js +23 -0
  38. package/dist/atoms/icons/FirstPage.d.ts +3 -0
  39. package/dist/atoms/icons/FirstPage.js +23 -0
  40. package/dist/atoms/icons/Info.d.ts +3 -0
  41. package/dist/atoms/icons/Info.js +23 -0
  42. package/dist/atoms/icons/KeyboardArrowLeft.d.ts +3 -0
  43. package/dist/atoms/icons/KeyboardArrowLeft.js +23 -0
  44. package/dist/atoms/icons/KeyboardArrowRight.d.ts +3 -0
  45. package/dist/atoms/icons/KeyboardArrowRight.js +23 -0
  46. package/dist/atoms/icons/LastPage.d.ts +3 -0
  47. package/dist/atoms/icons/LastPage.js +23 -0
  48. package/dist/atoms/icons/Warning.d.ts +3 -0
  49. package/dist/atoms/icons/Warning.js +23 -0
  50. package/dist/atoms/icons/index.d.ts +12 -2
  51. package/dist/atoms/icons/index.js +30 -10
  52. package/dist/atoms/index.d.ts +2 -1
  53. package/dist/atoms/index.js +48 -12
  54. package/dist/atoms/storybook/Heading.meta.d.ts +60 -0
  55. package/dist/atoms/storybook/Heading.meta.js +70 -0
  56. package/dist/atoms/storybook/Icons.meta.d.ts +51 -0
  57. package/dist/atoms/storybook/Icons.meta.js +130 -0
  58. package/dist/atoms/storybook/InsetText.meta.d.ts +52 -0
  59. package/dist/atoms/storybook/InsetText.meta.js +64 -0
  60. package/dist/atoms/storybook/Logos.meta.d.ts +35 -0
  61. package/dist/atoms/storybook/Logos.meta.js +54 -0
  62. package/dist/breadcrumbs/breadcrumbs.js +20 -19
  63. package/dist/button/button.d.ts +2 -9
  64. package/dist/button/button.js +65 -32
  65. package/dist/button/helpers.d.ts +2 -1
  66. package/dist/button/types.d.ts +25 -8
  67. package/dist/button-group/button-group.js +43 -45
  68. package/dist/button-group/types.d.ts +5 -5
  69. package/dist/card/card-legacy.js +1 -1
  70. package/dist/card/types.d.ts +1 -1
  71. package/dist/combo-box/dropdown-item.js +1 -1
  72. package/dist/cookie-banner/cookie-banner.d.ts +1 -1
  73. package/dist/data-table/data-table-header.js +1 -1
  74. package/dist/drawer/drawer.d.ts +1 -1
  75. package/dist/drawer/drawer.js +17 -17
  76. package/dist/error-text/error-text.js +28 -27
  77. package/dist/forms/form-field/form-field.js +24 -25
  78. package/dist/header/components/header-menu.js +21 -21
  79. package/dist/header/components/header-search.js +5 -5
  80. package/dist/hint-text/hint-text.js +26 -20
  81. package/dist/icon/icon.js +85 -63
  82. package/dist/icon/icons.d.ts +1 -1
  83. package/dist/icon-button/icon-button.d.ts +3 -5
  84. package/dist/icons/index.d.ts +1 -1
  85. package/dist/icons/index.js +19 -10
  86. package/dist/index-Bh2cTIps.js +33899 -0
  87. package/dist/index.d.ts +2 -2
  88. package/dist/index.js +1 -1
  89. package/dist/input-text/input-text.js +1 -1
  90. package/dist/input-text/type.d.ts +1 -1
  91. package/dist/label/label.d.ts +78 -30
  92. package/dist/label/label.js +29 -14
  93. package/dist/modal/modal.content.js +1 -1
  94. package/dist/modal/modal.d.ts +1 -1
  95. package/dist/modal/modal.js +39 -39
  96. package/dist/modal/types.d.ts +5 -4
  97. package/dist/pagination/pagination.js +137 -134
  98. package/dist/paragraph/paragraph.d.ts +1 -1
  99. package/dist/paragraph/paragraph.js +13 -11
  100. package/dist/score-select/type.d.ts +2 -2
  101. package/dist/select/select-next.js +87 -87
  102. package/dist/side-nav/side-nav.js +4 -4
  103. package/dist/side-nav/types.d.ts +1 -1
  104. package/dist/styles.css +1 -1
  105. package/dist/table/table-pagination.js +17 -13
  106. package/dist/tabs/tab-item.js +53 -71
  107. package/dist/tabs/variants.d.ts +269 -0
  108. package/dist/tabs/variants.js +87 -0
  109. package/dist/tooltip/tooltip.js +27 -35
  110. package/dist/tooltip/variants.d.ts +115 -0
  111. package/dist/tooltip/variants.js +59 -0
  112. package/package.json +7 -6
  113. package/dist/heading/heading.d.ts +0 -150
  114. package/dist/heading/heading.js +0 -50
@@ -1,12 +1,12 @@
1
1
  "use client";
2
- import { jsx as n } from "react/jsx-runtime";
3
- import { forwardRef as s } from "react";
4
- import { c } from "../index-CB-zPpNk.js";
2
+ import { jsx as d } from "react/jsx-runtime";
3
+ import { forwardRef as n } from "react";
4
+ import { c as s } from "../index-CB-zPpNk.js";
5
5
  const r = {
6
6
  PRIMARY: "primary",
7
7
  SECONDARY: "secondary",
8
8
  FLAT: "flat"
9
- }, i = {
9
+ }, l = {
10
10
  DEFAULT: "default",
11
11
  DARK: "dark",
12
12
  LIGHT: "light"
@@ -14,7 +14,7 @@ const r = {
14
14
  SMALL: "small",
15
15
  MEDIUM: "medium",
16
16
  LARGE: "large"
17
- }, g = c({
17
+ }, c = s({
18
18
  base: [
19
19
  "gi-font-primary",
20
20
  "gi-border-solid",
@@ -269,43 +269,29 @@ const r = {
269
269
  size: "medium",
270
270
  disabled: !1
271
271
  }
272
- }), f = (t = r.PRIMARY) => Object.values(r).includes(t) ? t : r.PRIMARY, u = (t) => t === i.LIGHT || t === i.DARK ? t : i.DEFAULT, b = (t) => t === o.SMALL || t === o.LARGE ? t : o.MEDIUM, y = s(function(e, d) {
273
- return /* @__PURE__ */ n(
272
+ }), g = (a = r.PRIMARY) => Object.values(r).includes(a) ? a : r.PRIMARY, f = (a) => a === l.LIGHT || a === l.DARK ? a : l.DEFAULT, u = (a) => a === o.SMALL || a === o.LARGE ? a : o.MEDIUM, x = n(function(e, i) {
273
+ return /* @__PURE__ */ d(
274
274
  "button",
275
275
  {
276
- ref: d,
276
+ ref: i,
277
277
  id: e.id,
278
- className: g({
279
- variant: f(e.variant),
280
- appearance: u(e.appearance),
281
- size: b(e.size),
278
+ className: c({
279
+ variant: g(e.variant),
280
+ appearance: f(e.appearance),
281
+ size: u(e.size),
282
282
  disabled: !!e.disabled,
283
283
  class: e.className
284
284
  }),
285
285
  disabled: e.disabled || void 0,
286
- onClick: (l) => {
287
- var a;
288
- return (a = e.onClick) == null ? void 0 : a.call(e, l);
289
- },
290
- onFocus: (l) => {
291
- var a;
292
- return (a = e.onFocus) == null ? void 0 : a.call(e, l);
293
- },
294
- onBlur: (l) => {
295
- var a;
296
- return (a = e.onBlur) == null ? void 0 : a.call(e, l);
297
- },
298
- onKeyDown: (l) => {
299
- var a;
300
- return (a = e.onKeyDown) == null ? void 0 : a.call(e, l);
301
- },
302
- onKeyUp: (l) => {
303
- var a;
304
- return (a = e.onKeyUp) == null ? void 0 : a.call(e, l);
305
- },
286
+ onClick: (t) => e.onClick && e.onClick(t),
287
+ onFocus: (t) => e.onFocus && e.onFocus(t),
288
+ onBlur: (t) => e.onBlur && e.onBlur(t),
289
+ onKeyDown: (t) => e.onKeyDown && e.onKeyDown(t),
290
+ onKeyUp: (t) => e.onKeyUp && e.onKeyUp(t),
306
291
  "aria-label": e.ariaLabel,
307
292
  "aria-labelledby": e.ariaLabelledBy,
308
293
  "aria-describedby": e.ariaDescribedBy,
294
+ "aria-checked": e.ariaChecked,
309
295
  "aria-pressed": e.ariaPressed,
310
296
  "aria-expanded": e.ariaExpanded,
311
297
  "aria-controls": e.ariaControls,
@@ -316,15 +302,15 @@ const r = {
316
302
  form: e.form,
317
303
  value: e.value,
318
304
  tabIndex: e.tabIndex,
319
- "data-testid": e.dataTestId ?? e.dataTestid,
305
+ "data-testid": e.dataTestId,
320
306
  children: e.children
321
307
  }
322
308
  );
323
309
  });
324
310
  export {
325
- i as Appearance,
311
+ l as Appearance,
326
312
  o as Size,
327
313
  r as Variant,
328
- y as default,
329
- g as styles
314
+ x as default,
315
+ c as styles
330
316
  };
@@ -0,0 +1,3 @@
1
+ import { Props } from './types';
2
+ declare function H1(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ export default H1;
@@ -0,0 +1,20 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import i from "./styles.js";
3
+ import { getSize as a } from "./utils.js";
4
+ function m(e) {
5
+ return /* @__PURE__ */ t(
6
+ "h1",
7
+ {
8
+ id: e.id,
9
+ className: i({
10
+ size: a(e.size, "xl"),
11
+ class: e.className
12
+ }),
13
+ "data-testid": e.dataTestId,
14
+ children: e.children
15
+ }
16
+ );
17
+ }
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,3 @@
1
+ import { Props } from './types';
2
+ declare function H2(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ export default H2;
@@ -0,0 +1,20 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import i from "./styles.js";
3
+ import { getSize as a } from "./utils.js";
4
+ function m(e) {
5
+ return /* @__PURE__ */ t(
6
+ "h2",
7
+ {
8
+ id: e.id,
9
+ className: i({
10
+ size: a(e.size, "lg"),
11
+ class: e.className
12
+ }),
13
+ "data-testid": e.dataTestId,
14
+ children: e.children
15
+ }
16
+ );
17
+ }
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,3 @@
1
+ import { Props } from './types';
2
+ declare function H3(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ export default H3;
@@ -0,0 +1,20 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import i from "./styles.js";
3
+ import { getSize as a } from "./utils.js";
4
+ function l(e) {
5
+ return /* @__PURE__ */ t(
6
+ "h3",
7
+ {
8
+ id: e.id,
9
+ className: i({
10
+ size: a(e.size, "md"),
11
+ class: e.className
12
+ }),
13
+ "data-testid": e.dataTestId,
14
+ children: e.children
15
+ }
16
+ );
17
+ }
18
+ export {
19
+ l as default
20
+ };
@@ -0,0 +1,3 @@
1
+ import { Props } from './types';
2
+ declare function H4(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ export default H4;
@@ -0,0 +1,20 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import i from "./styles.js";
3
+ import { getSize as a } from "./utils.js";
4
+ function l(e) {
5
+ return /* @__PURE__ */ t(
6
+ "h4",
7
+ {
8
+ id: e.id,
9
+ className: i({
10
+ size: a(e.size, "sm"),
11
+ class: e.className
12
+ }),
13
+ "data-testid": e.dataTestId,
14
+ children: e.children
15
+ }
16
+ );
17
+ }
18
+ export {
19
+ l as default
20
+ };
@@ -0,0 +1,3 @@
1
+ import { Props } from './types';
2
+ declare function H5(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ export default H5;
@@ -0,0 +1,20 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import i from "./styles.js";
3
+ import { getSize as a } from "./utils.js";
4
+ function l(e) {
5
+ return /* @__PURE__ */ t(
6
+ "h5",
7
+ {
8
+ id: e.id,
9
+ className: i({
10
+ size: a(e.size, "xs"),
11
+ class: e.className
12
+ }),
13
+ "data-testid": e.dataTestId,
14
+ children: e.children
15
+ }
16
+ );
17
+ }
18
+ export {
19
+ l as default
20
+ };
@@ -0,0 +1,3 @@
1
+ import { Props } from './types';
2
+ declare function H6(props: Props): import("react/jsx-runtime").JSX.Element;
3
+ export default H6;
@@ -0,0 +1,20 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import i from "./styles.js";
3
+ import { getSize as a } from "./utils.js";
4
+ function l(e) {
5
+ return /* @__PURE__ */ t(
6
+ "h6",
7
+ {
8
+ id: e.id,
9
+ className: i({
10
+ size: a(e.size, "2xs"),
11
+ class: e.className
12
+ }),
13
+ "data-testid": e.dataTestId,
14
+ children: e.children
15
+ }
16
+ );
17
+ }
18
+ export {
19
+ l as default
20
+ };
@@ -0,0 +1,9 @@
1
+ export { default as H1 } from './H1';
2
+ export { default as H2 } from './H2';
3
+ export { default as H3 } from './H3';
4
+ export { default as H4 } from './H4';
5
+ export { default as H5 } from './H5';
6
+ export { default as H6 } from './H6';
7
+ export { default as headingStyles } from './styles';
8
+ export type { Size, Props } from './types';
9
+ export { getSize } from './utils';
@@ -0,0 +1,18 @@
1
+ import { default as o } from "./H1.js";
2
+ import { default as a } from "./H2.js";
3
+ import { default as d } from "./H3.js";
4
+ import { default as m } from "./H4.js";
5
+ import { default as s } from "./H5.js";
6
+ import { default as u } from "./H6.js";
7
+ import { default as g } from "./styles.js";
8
+ import { getSize as S } from "./utils.js";
9
+ export {
10
+ o as H1,
11
+ a as H2,
12
+ d as H3,
13
+ m as H4,
14
+ s as H5,
15
+ u as H6,
16
+ S as getSize,
17
+ g as headingStyles
18
+ };
@@ -0,0 +1,65 @@
1
+ declare const styles: import('tailwind-variants').TVReturnType<{
2
+ size: {
3
+ xl: string;
4
+ lg: string;
5
+ md: string;
6
+ sm: string;
7
+ xs: string;
8
+ '2xs': string;
9
+ };
10
+ }, undefined, "gi-font-bold gi-font-primary", import('tailwind-variants/dist/config.js').TVConfig<{
11
+ size: {
12
+ xl: string;
13
+ lg: string;
14
+ md: string;
15
+ sm: string;
16
+ xs: string;
17
+ '2xs': string;
18
+ };
19
+ }, {
20
+ size: {
21
+ xl: string;
22
+ lg: string;
23
+ md: string;
24
+ sm: string;
25
+ xs: string;
26
+ '2xs': string;
27
+ };
28
+ }>, {
29
+ size: {
30
+ xl: string;
31
+ lg: string;
32
+ md: string;
33
+ sm: string;
34
+ xs: string;
35
+ '2xs': string;
36
+ };
37
+ }, undefined, import('tailwind-variants').TVReturnType<{
38
+ size: {
39
+ xl: string;
40
+ lg: string;
41
+ md: string;
42
+ sm: string;
43
+ xs: string;
44
+ '2xs': string;
45
+ };
46
+ }, undefined, "gi-font-bold gi-font-primary", import('tailwind-variants/dist/config.js').TVConfig<{
47
+ size: {
48
+ xl: string;
49
+ lg: string;
50
+ md: string;
51
+ sm: string;
52
+ xs: string;
53
+ '2xs': string;
54
+ };
55
+ }, {
56
+ size: {
57
+ xl: string;
58
+ lg: string;
59
+ md: string;
60
+ sm: string;
61
+ xs: string;
62
+ '2xs': string;
63
+ };
64
+ }>, unknown, unknown, undefined>>;
65
+ export default styles;
@@ -0,0 +1,17 @@
1
+ import { c as t } from "../../index-CB-zPpNk.js";
2
+ const l = t({
3
+ base: "gi-font-bold gi-font-primary",
4
+ variants: {
5
+ size: {
6
+ xl: "gi-text-4xl md:gi-text-5xl xl:gi-text-6xl",
7
+ lg: "gi-text-2xl md:gi-text-3xl xl:gi-text-4xl",
8
+ md: "gi-text-lg md:gi-text-xl xl:gi-text-2xl",
9
+ sm: "gi-text-lg xl:gi-text-xl",
10
+ xs: "gi-text-md",
11
+ "2xs": "gi-text-sm"
12
+ }
13
+ }
14
+ });
15
+ export {
16
+ l as default
17
+ };
@@ -0,0 +1,15 @@
1
+ export declare const Size: {
2
+ readonly XL: "xl";
3
+ readonly LG: "lg";
4
+ readonly MD: "md";
5
+ readonly SM: "sm";
6
+ readonly XS: "xs";
7
+ readonly XXS: "2xs";
8
+ };
9
+ export type Props = {
10
+ id?: string;
11
+ size?: (typeof Size)[keyof typeof Size];
12
+ className?: string;
13
+ children: any;
14
+ dataTestId?: string;
15
+ };
@@ -0,0 +1,11 @@
1
+ const s = {
2
+ XL: "xl",
3
+ LG: "lg",
4
+ MD: "md",
5
+ SM: "sm",
6
+ XS: "xs",
7
+ XXS: "2xs"
8
+ };
9
+ export {
10
+ s as Size
11
+ };
@@ -0,0 +1,2 @@
1
+ import { Props } from './types';
2
+ export declare const getSize: (size: Props["size"], defaultSize: Props["size"]) => Props["size"];
@@ -0,0 +1,5 @@
1
+ import { Size as o } from "./types.js";
2
+ const r = (e, t) => e && Object.values(o).includes(e) ? e : t;
3
+ export {
4
+ r as getSize
5
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './types';
2
+ declare function ArrowLeft(props: IconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default ArrowLeft;
@@ -0,0 +1,23 @@
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ function t(e) {
3
+ return /* @__PURE__ */ l(
4
+ "svg",
5
+ {
6
+ viewBox: "0 -960 960 960",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: e.size ?? 24,
9
+ height: e.size ?? 24,
10
+ className: e.className,
11
+ id: e.id,
12
+ role: e.label ? "img" : void 0,
13
+ "aria-label": e.label,
14
+ "aria-hidden": !e.label,
15
+ fill: e.color ?? "currentColor",
16
+ "data-testid": e.dataTestId ?? "arrow_left",
17
+ children: /* @__PURE__ */ l("path", { d: "M400-240 160-480l240-240 56 58-142 142h486v80H314l142 142-56 58Z" })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ t as default
23
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './types';
2
+ declare function ArrowRight(props: IconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default ArrowRight;
@@ -0,0 +1,23 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ function l(a) {
3
+ return /* @__PURE__ */ e(
4
+ "svg",
5
+ {
6
+ viewBox: "0 -960 960 960",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: a.size ?? 24,
9
+ height: a.size ?? 24,
10
+ className: a.className,
11
+ id: a.id,
12
+ role: a.label ? "img" : void 0,
13
+ "aria-label": a.label,
14
+ "aria-hidden": !a.label,
15
+ fill: a.color ?? "currentColor",
16
+ "data-testid": a.dataTestId ?? "arrow_right",
17
+ children: /* @__PURE__ */ e("path", { d: "m560-240-56-58 142-142H160v-80h486L504-662l56-58 240 240-240 240Z" })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ l as default
23
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './types';
2
+ declare function CheckCircle(props: IconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default CheckCircle;
@@ -0,0 +1,23 @@
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ function a(e) {
3
+ return /* @__PURE__ */ l(
4
+ "svg",
5
+ {
6
+ viewBox: "0 -960 960 960",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: e.size ?? 24,
9
+ height: e.size ?? 24,
10
+ className: e.className,
11
+ id: e.id,
12
+ role: e.label ? "img" : void 0,
13
+ "aria-label": e.label,
14
+ "aria-hidden": !e.label,
15
+ fill: e.color ?? "currentColor",
16
+ "data-testid": e.dataTestId ?? "check_circle",
17
+ children: /* @__PURE__ */ l("path", { d: "m424-296 282-282-56-56-226 226-114-114-56 56 170 170Zm56 216q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z" })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ a as default
23
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './types';
2
+ declare function Error(props: IconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default Error;
@@ -0,0 +1,23 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ function l(t) {
3
+ return /* @__PURE__ */ e(
4
+ "svg",
5
+ {
6
+ viewBox: "0 -960 960 960",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: t.size ?? 24,
9
+ height: t.size ?? 24,
10
+ className: t.className,
11
+ id: t.id,
12
+ role: t.label ? "img" : void 0,
13
+ "aria-label": t.label,
14
+ "aria-hidden": !t.label,
15
+ fill: t.color ?? "currentColor",
16
+ "data-testid": t.dataTestId ?? "error",
17
+ children: /* @__PURE__ */ e("path", { d: "M508.5-291.5Q520-303 520-320t-11.5-28.5Q497-360 480-360t-28.5 11.5Q440-337 440-320t11.5 28.5Q463-280 480-280t28.5-11.5ZM440-440h80v-240h-80v240Zm40 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z" })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ l as default
23
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './types';
2
+ declare function FirstPage(props: IconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default FirstPage;
@@ -0,0 +1,23 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ function l(a) {
3
+ return /* @__PURE__ */ e(
4
+ "svg",
5
+ {
6
+ viewBox: "0 -960 960 960",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: a.size ?? 24,
9
+ height: a.size ?? 24,
10
+ className: a.className,
11
+ id: a.id,
12
+ role: a.label ? "img" : void 0,
13
+ "aria-label": a.label,
14
+ "aria-hidden": !a.label,
15
+ fill: a.color ?? "currentColor",
16
+ "data-testid": a.dataTestId ?? "first_page",
17
+ children: /* @__PURE__ */ e("path", { d: "M240-240v-480h80v480h-80Zm440 0L440-480l240-240 56 56-184 184 184 184-56 56Z" })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ l as default
23
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './types';
2
+ declare function Info(props: IconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default Info;
@@ -0,0 +1,23 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ function i(t) {
3
+ return /* @__PURE__ */ a(
4
+ "svg",
5
+ {
6
+ viewBox: "0 -960 960 960",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: t.size ?? 24,
9
+ height: t.size ?? 24,
10
+ className: t.className,
11
+ id: t.id,
12
+ role: t.label ? "img" : void 0,
13
+ "aria-label": t.label,
14
+ "aria-hidden": !t.label,
15
+ fill: t.color ?? "currentColor",
16
+ "data-testid": t.dataTestId ?? "info",
17
+ children: /* @__PURE__ */ a("path", { d: "M440-280h80v-240h-80v240Zm68.5-331.5Q520-623 520-640t-11.5-28.5Q497-680 480-680t-28.5 11.5Q440-657 440-640t11.5 28.5Q463-600 480-600t28.5-11.5ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z" })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ i as default
23
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './types';
2
+ declare function KeyboardArrowLeft(props: IconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default KeyboardArrowLeft;
@@ -0,0 +1,23 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ function t(e) {
3
+ return /* @__PURE__ */ a(
4
+ "svg",
5
+ {
6
+ viewBox: "0 -960 960 960",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: e.size ?? 24,
9
+ height: e.size ?? 24,
10
+ className: e.className,
11
+ id: e.id,
12
+ role: e.label ? "img" : void 0,
13
+ "aria-label": e.label,
14
+ "aria-hidden": !e.label,
15
+ fill: e.color ?? "currentColor",
16
+ "data-testid": e.dataTestId ?? "keyboard_arrow_left",
17
+ children: /* @__PURE__ */ a("path", { d: "M560-240 320-480l240-240 56 56-184 184 184 184-56 56Z" })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ t as default
23
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './types';
2
+ declare function KeyboardArrowRight(props: IconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default KeyboardArrowRight;
@@ -0,0 +1,23 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ function l(a) {
3
+ return /* @__PURE__ */ e(
4
+ "svg",
5
+ {
6
+ viewBox: "0 -960 960 960",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: a.size ?? 24,
9
+ height: a.size ?? 24,
10
+ className: a.className,
11
+ id: a.id,
12
+ role: a.label ? "img" : void 0,
13
+ "aria-label": a.label,
14
+ "aria-hidden": !a.label,
15
+ fill: a.color ?? "currentColor",
16
+ "data-testid": a.dataTestId ?? "keyboard_arrow_right",
17
+ children: /* @__PURE__ */ e("path", { d: "M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z" })
18
+ }
19
+ );
20
+ }
21
+ export {
22
+ l as default
23
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './types';
2
+ declare function LastPage(props: IconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default LastPage;