@rarui/components 1.14.0 → 1.15.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  `@rarui/components` components is a component library built with [Lit](https://lit.dev/).
4
4
 
5
+ ## 2025-06-27 `1.15.0`
6
+
7
+ #### 🎉 New features
8
+
9
+ - Added new navigation `Pagination` component. ([#122](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/122) by [@junior](https://git.rarolabs.com.br/junior))
10
+
5
11
  ## 2025-06-26 `1.14.0`
6
12
 
7
13
  #### 🎉 New features
@@ -1,9 +1,9 @@
1
1
  {
2
- "version": "1.13.0",
2
+ "version": "1.14.0",
3
3
  "tags": [
4
4
  {
5
5
  "name": "rarui-avatar",
6
- "description": "## Rarui Avatar\n---\nThe Avatar component is normally used to display circular photos of the user's profile.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/avatar) for more details.",
6
+ "description": "## Rarui Avatar\n---\nThe Avatar component is normally used to display circular photos of the user's profile.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/avatar) for more details.",
7
7
  "attributes": [
8
8
  {
9
9
  "name": "size",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  {
32
32
  "name": "rarui-badge",
33
- "description": "## Rarui Badge\n---\nThe Badge components are only used to transmit dynamic information, such as a connection or status.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/badge) for more details.",
33
+ "description": "## Rarui Badge\n---\nThe Badge components are only used to transmit dynamic information, such as a connection or status.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/badge) for more details.",
34
34
  "attributes": [
35
35
  {
36
36
  "name": "appearance",
@@ -102,7 +102,7 @@
102
102
  },
103
103
  {
104
104
  "name": "rarui-divider",
105
- "description": "## Rarui Divider\n---\nA Divider is a thin line used to separate or group content in lists and layouts.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/divider) for more details.",
105
+ "description": "## Rarui Divider\n---\nA Divider is a thin line used to separate or group content in lists and layouts.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/divider) for more details.",
106
106
  "attributes": [
107
107
  {
108
108
  "name": "direction",
@@ -1357,7 +1357,7 @@
1357
1357
  },
1358
1358
  {
1359
1359
  "name": "rarui-label",
1360
- "description": "## Rarui Label\n---\nThe label component allows us to name elements within a form.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/label) for more details.",
1360
+ "description": "## Rarui Label\n---\nThe label component allows us to name elements within a form.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/label) for more details.",
1361
1361
  "attributes": [
1362
1362
  {
1363
1363
  "name": "html-for",
@@ -1374,7 +1374,7 @@
1374
1374
  },
1375
1375
  {
1376
1376
  "name": "rarui-stepper",
1377
- "description": "## Rarui Stepper\n---\nStepper transmit progress through steps.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/stepper) for more details.",
1377
+ "description": "## Rarui Stepper\n---\nStepper transmit progress through steps.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/stepper) for more details.",
1378
1378
  "attributes": [
1379
1379
  {
1380
1380
  "name": "direction",
@@ -1395,7 +1395,7 @@
1395
1395
  },
1396
1396
  {
1397
1397
  "name": "rarui-stepper-step",
1398
- "description": "## Rarui Stepper Step\n---\nStepper transmit progress through steps.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/stepper) for more details.",
1398
+ "description": "## Rarui Stepper Step\n---\nStepper transmit progress through steps.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/stepper) for more details.",
1399
1399
  "attributes": [
1400
1400
  {
1401
1401
  "name": "title",
@@ -1423,7 +1423,7 @@
1423
1423
  },
1424
1424
  {
1425
1425
  "name": "rarui-text",
1426
- "description": "## Rarui Text\n---\nText is a basic component that allows us to write blocks of text and give it formatting to use within other components, sections and pages of our application or website.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/typography) for more details.",
1426
+ "description": "## Rarui Text\n---\nText is a basic component that allows us to write blocks of text and give it formatting to use within other components, sections and pages of our application or website.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/typography) for more details.",
1427
1427
  "attributes": [
1428
1428
  {
1429
1429
  "name": "color",
@@ -1766,7 +1766,7 @@
1766
1766
  },
1767
1767
  {
1768
1768
  "name": "rarui-title",
1769
- "description": "## Rarui Title\n---\nTilte is a basic component that allows you to give titles and more hierarchy to blocks of text for sections or header components.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/typography) for more details.",
1769
+ "description": "## Rarui Title\n---\nTilte is a basic component that allows you to give titles and more hierarchy to blocks of text for sections or header components.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/typography) for more details.",
1770
1770
  "attributes": [
1771
1771
  {
1772
1772
  "name": "as",
@@ -2029,7 +2029,7 @@
2029
2029
  },
2030
2030
  {
2031
2031
  "name": "rarui-tooltip",
2032
- "description": "## Rarui Tootip\n---\nTooltips are informative, specific, and action-oriented text labels that provide contextual support\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/tooltip) for more details.",
2032
+ "description": "## Rarui Tootip\n---\nTooltips are informative, specific, and action-oriented text labels that provide contextual support\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/tooltip) for more details.",
2033
2033
  "attributes": [
2034
2034
  {
2035
2035
  "name": "inverted",
@@ -2152,7 +2152,7 @@
2152
2152
  },
2153
2153
  {
2154
2154
  "name": "rarui-progress",
2155
- "description": "## Rarui Progress\n---\nThe Badge components are only used to transmit dynamic information, such as a connection or status.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/badge) for more details.",
2155
+ "description": "## Rarui Progress\n---\nThe Badge components are only used to transmit dynamic information, such as a connection or status.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/badge) for more details.",
2156
2156
  "attributes": [
2157
2157
  {
2158
2158
  "name": "percentage",
@@ -2181,7 +2181,7 @@
2181
2181
  },
2182
2182
  {
2183
2183
  "name": "rarui-progress-circle",
2184
- "description": "## Rarui Card Body\n---\nThe Card component contains textual content, images, and actions about a topic.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/surface/card) for more details.",
2184
+ "description": "## Rarui Card Body\n---\nThe Card component contains textual content, images, and actions about a topic.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/card) for more details.",
2185
2185
  "attributes": [
2186
2186
  {
2187
2187
  "name": "percentage",
@@ -2225,7 +2225,7 @@
2225
2225
  },
2226
2226
  {
2227
2227
  "name": "rarui-skeleton",
2228
- "description": "## Rarui Divider\n---\nA Divider is a thin line used to separate or group content in lists and layouts.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/divider) for more details.",
2228
+ "description": "## Rarui Divider\n---\nA Divider is a thin line used to separate or group content in lists and layouts.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/divider) for more details.",
2229
2229
  "attributes": [
2230
2230
  {
2231
2231
  "name": "data-testid",
@@ -2388,7 +2388,7 @@
2388
2388
  },
2389
2389
  {
2390
2390
  "name": "rarui-status",
2391
- "description": "## Rarui Status\n---\nVisual indicator that shows the current status or situation of an item or process.\nUseful for providing fast and understandable feedback to users.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/status) for more details.",
2391
+ "description": "## Rarui Status\n---\nVisual indicator that shows the current status or situation of an item or process.\nUseful for providing fast and understandable feedback to users.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/status) for more details.",
2392
2392
  "attributes": [
2393
2393
  {
2394
2394
  "name": "dot",
@@ -2466,7 +2466,7 @@
2466
2466
  },
2467
2467
  {
2468
2468
  "name": "rarui-button",
2469
- "description": "## Rarui Button\n---\nButton allows the user to perform actions, such as sending a file, advancing a form, sharing a document, or making a comment.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/input/button) for more details.",
2469
+ "description": "## Rarui Button\n---\nButton allows the user to perform actions, such as sending a file, advancing a form, sharing a document, or making a comment.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/button) for more details.",
2470
2470
  "attributes": [
2471
2471
  {
2472
2472
  "name": "disabled",
@@ -2567,7 +2567,7 @@
2567
2567
  },
2568
2568
  {
2569
2569
  "name": "rarui-checkbox",
2570
- "description": "## Rarui Checkbox\n---\nThe Checkbox allows users to select one or more items from a set and can be used to enable or disable an option.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/input/checkbox) for more details.",
2570
+ "description": "## Rarui Checkbox\n---\nThe Checkbox allows users to select one or more items from a set and can be used to enable or disable an option.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/checkbox) for more details.",
2571
2571
  "attributes": [
2572
2572
  {
2573
2573
  "name": "label",
@@ -2606,7 +2606,7 @@
2606
2606
  },
2607
2607
  {
2608
2608
  "name": "rarui-chip",
2609
- "description": "## Rarui Chip\n---\nChip component helps people enter information, make selections, filter content or trigger actions.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/input/button) for more details.",
2609
+ "description": "## Rarui Chip\n---\nChip component helps people enter information, make selections, filter content or trigger actions.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/button) for more details.",
2610
2610
  "attributes": [
2611
2611
  {
2612
2612
  "name": "closeable",
@@ -2693,7 +2693,7 @@
2693
2693
  },
2694
2694
  {
2695
2695
  "name": "rarui-icon-button",
2696
- "description": "## Rarui Icon Button\n---\nButton allows the user to perform actions, such as sending a file, advancing a form, sharing a document, or making a comment.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/input/button) for more details.",
2696
+ "description": "## Rarui Icon Button\n---\nButton allows the user to perform actions, such as sending a file, advancing a form, sharing a document, or making a comment.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/button) for more details.",
2697
2697
  "attributes": [
2698
2698
  {
2699
2699
  "name": "disabled",
@@ -2775,7 +2775,7 @@
2775
2775
  },
2776
2776
  {
2777
2777
  "name": "rarui-radio-button",
2778
- "description": "## Rarui Radio Button\n---\nRadio Button allows users to select one option from a set. They are a selection control that usually appears when users are asked to make decisions or select an option from a set of choices.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/input/radiobutton) for more details.",
2778
+ "description": "## Rarui Radio Button\n---\nRadio Button allows users to select one option from a set. They are a selection control that usually appears when users are asked to make decisions or select an option from a set of choices.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/radiobutton) for more details.",
2779
2779
  "attributes": [
2780
2780
  {
2781
2781
  "name": "selected",
@@ -2820,7 +2820,7 @@
2820
2820
  },
2821
2821
  {
2822
2822
  "name": "rarui-textarea",
2823
- "description": "## Rarui Radio Button\n---\nExpanded text area for long text entries. Allows you to enter large blocks of text, such as comments or detailed descriptions.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/input/textarea) for more details.",
2823
+ "description": "## Rarui Radio Button\n---\nExpanded text area for long text entries. Allows you to enter large blocks of text, such as comments or detailed descriptions.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/textarea) for more details.",
2824
2824
  "attributes": [
2825
2825
  {
2826
2826
  "name": "lines",
@@ -2851,7 +2851,7 @@
2851
2851
  },
2852
2852
  {
2853
2853
  "name": "rarui-toggle",
2854
- "description": "## Rarui Toggle\n---\nToggle switches activate or deactivate the state of a single item.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/input/toggle) for more details.",
2854
+ "description": "## Rarui Toggle\n---\nToggle switches activate or deactivate the state of a single item.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/toggle) for more details.",
2855
2855
  "attributes": [
2856
2856
  {
2857
2857
  "name": "name",
@@ -2904,7 +2904,7 @@
2904
2904
  },
2905
2905
  {
2906
2906
  "name": "rarui-box",
2907
- "description": "## Rarui Box\n---\nA low-level `utility` component that provides stylized system accessories to allow for custom styling with theme reconfection.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/layout/box) for more details.",
2907
+ "description": "## Rarui Box\n---\nA low-level `utility` component that provides stylized system accessories to allow for custom styling with theme reconfection.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/layout/box) for more details.",
2908
2908
  "attributes": [
2909
2909
  {
2910
2910
  "name": "background-color",
@@ -6694,7 +6694,7 @@
6694
6694
  },
6695
6695
  {
6696
6696
  "name": "rarui-link",
6697
- "description": "## Rarui Link\n---\nA link (abbreviation of hyperlink) is an html object that allows you to jump to a new location when clicking or playing it\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/navigation/link) for more details.",
6697
+ "description": "## Rarui Link\n---\nA link (abbreviation of hyperlink) is an html object that allows you to jump to a new location when clicking or playing it\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/navigation/link) for more details.",
6698
6698
  "attributes": [
6699
6699
  {
6700
6700
  "name": "appearance",
@@ -6773,9 +6773,55 @@
6773
6773
  }
6774
6774
  ]
6775
6775
  },
6776
+ {
6777
+ "name": "rarui-pagination",
6778
+ "description": "## Rarui Pagination\n---\nThe pagination component allows the user to select a specific page in a page range.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/navigation/pagination) for more details.",
6779
+ "attributes": [
6780
+ {
6781
+ "name": "page-count",
6782
+ "description": "The total number of pages.",
6783
+ "type": "number"
6784
+ },
6785
+ {
6786
+ "name": "active-page",
6787
+ "description": "The currently selected page.",
6788
+ "type": "number"
6789
+ },
6790
+ {
6791
+ "name": "size",
6792
+ "default": "large",
6793
+ "description": "Specifies the size of the Pagination component.\n\n- dot\n- large\n- small",
6794
+ "type": "string",
6795
+ "values": [
6796
+ {
6797
+ "name": "dot"
6798
+ },
6799
+ {
6800
+ "name": "large",
6801
+ "description": "(default)"
6802
+ },
6803
+ {
6804
+ "name": "small"
6805
+ }
6806
+ ]
6807
+ },
6808
+ {
6809
+ "name": "show-numbers",
6810
+ "default": true,
6811
+ "description": "Determines whether page numbers should be shown.",
6812
+ "type": "boolean"
6813
+ },
6814
+ {
6815
+ "name": "show-arrows",
6816
+ "default": true,
6817
+ "description": "Determines whether page arrows should be shown.",
6818
+ "type": "boolean"
6819
+ }
6820
+ ]
6821
+ },
6776
6822
  {
6777
6823
  "name": "rarui-tabs",
6778
- "description": "## Rarui Tabs\n---\nThe Tabs are used to switch between different display modes or pages.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/navigation/tabs) for more details.",
6824
+ "description": "## Rarui Tabs\n---\nThe Tabs are used to switch between different display modes or pages.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/navigation/tabs) for more details.",
6779
6825
  "attributes": [
6780
6826
  {
6781
6827
  "name": "pre-selected-tab",
@@ -6819,7 +6865,7 @@
6819
6865
  },
6820
6866
  {
6821
6867
  "name": "rarui-banner",
6822
- "description": "## Rarui Banner\n---\nBanner messages are displayed to the user at the top of the window/screen.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/surface/banner) for more details.",
6868
+ "description": "## Rarui Banner\n---\nBanner messages are displayed to the user at the top of the window/screen.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/banner) for more details.",
6823
6869
  "attributes": [
6824
6870
  {
6825
6871
  "name": "appearance",
@@ -6864,7 +6910,7 @@
6864
6910
  },
6865
6911
  {
6866
6912
  "name": "rarui-card",
6867
- "description": "## Rarui Card\n---\nThe Card component contains textual content, images, and actions about a topic.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/surface/card) for more details.",
6913
+ "description": "## Rarui Card\n---\nThe Card component contains textual content, images, and actions about a topic.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/card) for more details.",
6868
6914
  "attributes": [
6869
6915
  {
6870
6916
  "name": "padding",
@@ -6905,12 +6951,12 @@
6905
6951
  },
6906
6952
  {
6907
6953
  "name": "rarui-card-body",
6908
- "description": "## Rarui Card Body\n---\nThe Card component contains textual content, images, and actions about a topic.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/surface/card) for more details.",
6954
+ "description": "## Rarui Card Body\n---\nThe Card component contains textual content, images, and actions about a topic.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/card) for more details.",
6909
6955
  "attributes": []
6910
6956
  },
6911
6957
  {
6912
6958
  "name": "rarui-card-header",
6913
- "description": "## Rarui Card Header\n---\nThe Card component contains textual content, images, and actions about a topic.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/surface/card) for more details.",
6959
+ "description": "## Rarui Card Header\n---\nThe Card component contains textual content, images, and actions about a topic.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/card) for more details.",
6914
6960
  "attributes": [
6915
6961
  {
6916
6962
  "name": "title",
package/dist/index.d.ts CHANGED
@@ -17324,6 +17324,54 @@ interface CardSprinkle {
17324
17324
  backgroundColor?: AddDollar<keyof typeof cardBackgroundColorProperties> | Conditions<AddDollar<keyof typeof cardBackgroundColorProperties>>;
17325
17325
  }
17326
17326
 
17327
+ declare const paginationStyles: {
17328
+ container: RuntimeFn<{
17329
+ size: {
17330
+ dot: {
17331
+ gap: `var(--${string})` | `var(--${string}, ${string})`;
17332
+ };
17333
+ small: {};
17334
+ large: {};
17335
+ };
17336
+ }>;
17337
+ item: RuntimeFn<{
17338
+ selected: {
17339
+ true: {
17340
+ backgroundColor: `var(--${string})` | `var(--${string}, ${string})`;
17341
+ color: `var(--${string})` | `var(--${string}, ${string})`;
17342
+ ":hover": {
17343
+ backgroundColor: `var(--${string})` | `var(--${string}, ${string})`;
17344
+ color: `var(--${string})` | `var(--${string}, ${string})`;
17345
+ };
17346
+ };
17347
+ };
17348
+ /**
17349
+ * Specifies the size of the Pagination component.
17350
+ * @default large
17351
+ */
17352
+ size: {
17353
+ dot: {
17354
+ width: "0.75rem";
17355
+ height: "0.75rem";
17356
+ borderRadius: `var(--${string})` | `var(--${string}, ${string})`;
17357
+ backgroundColor: `var(--${string})` | `var(--${string}, ${string})`;
17358
+ };
17359
+ small: {
17360
+ minWidth: "2.5rem";
17361
+ height: "2.5rem";
17362
+ fontSize: `var(--${string})` | `var(--${string}, ${string})`;
17363
+ };
17364
+ large: {
17365
+ minWidth: "2.75rem";
17366
+ height: "2.75rem";
17367
+ fontSize: `var(--${string})` | `var(--${string}, ${string})`;
17368
+ };
17369
+ };
17370
+ }>;
17371
+ };
17372
+
17373
+ type PaginationVariants = Omit<NonNullable<RecipeVariants<typeof paginationStyles.item>>, "selected">;
17374
+
17327
17375
  declare const stepperStyles: {
17328
17376
  stepper: RuntimeFn<{
17329
17377
  /**
@@ -17650,6 +17698,33 @@ interface CardHeaderProps {
17650
17698
 
17651
17699
  type LinkProps = LinkVariants;
17652
17700
 
17701
+ interface PaginationTyping {
17702
+ /**
17703
+ * The currently selected page.
17704
+ */
17705
+ activePage: number;
17706
+ /**
17707
+ * The total number of pages.
17708
+ */
17709
+ pageCount: number;
17710
+ /**
17711
+ * Determines whether page numbers should be shown.
17712
+ * @default true
17713
+ */
17714
+ showNumbers?: boolean;
17715
+ /**
17716
+ * Determines whether page arrows should be shown.
17717
+ * @default true
17718
+ */
17719
+ showArrows?: boolean;
17720
+ /**
17721
+ * Called with event and page number when a page is clicked.
17722
+ * @TJS-type (page: number) => void;
17723
+ */
17724
+ onPageChange: (page: number) => void;
17725
+ }
17726
+ type PaginationProps = PaginationTyping & PaginationVariants;
17727
+
17653
17728
  declare global {
17654
17729
  interface HTMLElementTagNameMap {
17655
17730
  "rarui-avatar": RaruiAvatar;
@@ -17660,7 +17735,7 @@ declare global {
17660
17735
  * ---
17661
17736
  * The Avatar component is normally used to display circular photos of the user's profile.
17662
17737
  *
17663
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/avatar) for more details.
17738
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/avatar) for more details.
17664
17739
  */
17665
17740
  type AvatarProperties = Pick<AvatarProps, "size">;
17666
17741
 
@@ -17680,7 +17755,7 @@ declare global {
17680
17755
  * ---
17681
17756
  * The Badge components are only used to transmit dynamic information, such as a connection or status.
17682
17757
  *
17683
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/badge) for more details.
17758
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/badge) for more details.
17684
17759
  */
17685
17760
  type BadgeProperties = Partial<BadgeProps>;
17686
17761
 
@@ -17702,7 +17777,7 @@ declare global {
17702
17777
  * ---
17703
17778
  * A Divider is a thin line used to separate or group content in lists and layouts.
17704
17779
  *
17705
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/divider) for more details.
17780
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/divider) for more details.
17706
17781
  */
17707
17782
  type DividerProperties = Partial<DividerProps>;
17708
17783
 
@@ -17729,7 +17804,7 @@ declare global {
17729
17804
  * ---
17730
17805
  * Iconography used in the system based on Google's Material Design.
17731
17806
  *
17732
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/icon) for more details.
17807
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/icon) for more details.
17733
17808
  */
17734
17809
  type Sizes = "small" | "medium" | "large";
17735
17810
  type IconProperties = IconProps & {
@@ -17763,7 +17838,7 @@ declare global {
17763
17838
  * ---
17764
17839
  * The label component allows us to name elements within a form.
17765
17840
  *
17766
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/label) for more details.
17841
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/label) for more details.
17767
17842
  */
17768
17843
  type LabelProperties = Partial<LabelProps>;
17769
17844
 
@@ -17784,7 +17859,7 @@ declare global {
17784
17859
  * ---
17785
17860
  * Stepper transmit progress through steps.
17786
17861
  *
17787
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/stepper) for more details.
17862
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/stepper) for more details.
17788
17863
  */
17789
17864
  type StepperStepProperties = Partial<StepperStepProps>;
17790
17865
 
@@ -17808,7 +17883,7 @@ declare global {
17808
17883
  * ---
17809
17884
  * Stepper transmit progress through steps.
17810
17885
  *
17811
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/stepper) for more details.
17886
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/stepper) for more details.
17812
17887
  */
17813
17888
  type StepperProperties = Partial<StepperProps>;
17814
17889
 
@@ -17831,7 +17906,7 @@ declare global {
17831
17906
  * ---
17832
17907
  * Text is a basic component that allows us to write blocks of text and give it formatting to use within other components, sections and pages of our application or website.
17833
17908
  *
17834
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/typography) for more details.
17909
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/typography) for more details.
17835
17910
  */
17836
17911
  type TextProperties = Omit<TextProps, "as">;
17837
17912
 
@@ -17855,7 +17930,7 @@ declare global {
17855
17930
  * ---
17856
17931
  * Tilte is a basic component that allows you to give titles and more hierarchy to blocks of text for sections or header components.
17857
17932
  *
17858
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/typography) for more details.
17933
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/typography) for more details.
17859
17934
  */
17860
17935
  type TitleProperties = Partial<TitleProps>;
17861
17936
 
@@ -17890,7 +17965,7 @@ declare global {
17890
17965
  * ---
17891
17966
  * Tooltips are informative, specific, and action-oriented text labels that provide contextual support
17892
17967
  *
17893
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/tooltip) for more details.
17968
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/tooltip) for more details.
17894
17969
  */
17895
17970
  type TooltipProperties = Partial<Omit<TooltipProps, "visible" | "onVisibility" | "portalId">> & {
17896
17971
  /**
@@ -17955,7 +18030,7 @@ declare global {
17955
18030
  * ---
17956
18031
  * The Card component contains textual content, images, and actions about a topic.
17957
18032
  *
17958
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/surface/card) for more details.
18033
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/card) for more details.
17959
18034
  */
17960
18035
  type ProgressCircleProperties = Partial<ProgressCircleProps>;
17961
18036
 
@@ -17977,7 +18052,7 @@ declare global {
17977
18052
  * ---
17978
18053
  * The Badge components are only used to transmit dynamic information, such as a connection or status.
17979
18054
  *
17980
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/badge) for more details.
18055
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/badge) for more details.
17981
18056
  */
17982
18057
  type ProgressProperties = Partial<ProgressProps>;
17983
18058
 
@@ -17999,7 +18074,7 @@ declare global {
17999
18074
  * Visual indicator that shows the current status or situation of an item or process.
18000
18075
  * Useful for providing fast and understandable feedback to users.
18001
18076
  *
18002
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/status) for more details.
18077
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/status) for more details.
18003
18078
  */
18004
18079
  type StatusProperties = Partial<StatusProps>;
18005
18080
 
@@ -18023,7 +18098,7 @@ declare global {
18023
18098
  * ---
18024
18099
  * Button allows the user to perform actions, such as sending a file, advancing a form, sharing a document, or making a comment.
18025
18100
  *
18026
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/input/button) for more details.
18101
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/button) for more details.
18027
18102
  */
18028
18103
  type ButtonProperties = Partial<ButtonProps> & {
18029
18104
  /**
@@ -18055,7 +18130,7 @@ declare global {
18055
18130
  * ---
18056
18131
  * The Checkbox allows users to select one or more items from a set and can be used to enable or disable an option.
18057
18132
  *
18058
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/input/checkbox) for more details.
18133
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/checkbox) for more details.
18059
18134
  */
18060
18135
  type CheckboxProperties = Partial<CheckboxProps>;
18061
18136
 
@@ -18080,7 +18155,7 @@ declare global {
18080
18155
  * ---
18081
18156
  * Chip component helps people enter information, make selections, filter content or trigger actions.
18082
18157
  *
18083
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/input/button) for more details.
18158
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/button) for more details.
18084
18159
  */
18085
18160
  type ChipProperties = Partial<ChipProps> & {
18086
18161
  /**
@@ -18116,7 +18191,7 @@ declare global {
18116
18191
  * ---
18117
18192
  * Button allows the user to perform actions, such as sending a file, advancing a form, sharing a document, or making a comment.
18118
18193
  *
18119
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/input/button) for more details.
18194
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/button) for more details.
18120
18195
  */
18121
18196
  type IconButtonProperties = Partial<IconButtonProps>;
18122
18197
 
@@ -18140,7 +18215,7 @@ declare global {
18140
18215
  * ---
18141
18216
  * Radio Button allows users to select one option from a set. They are a selection control that usually appears when users are asked to make decisions or select an option from a set of choices.
18142
18217
  *
18143
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/input/radiobutton) for more details.
18218
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/radiobutton) for more details.
18144
18219
  */
18145
18220
  type RadioButtonProperties = Partial<RadioButtonProps> & {
18146
18221
  /**
@@ -18178,7 +18253,7 @@ declare global {
18178
18253
  * ---
18179
18254
  * Expanded text area for long text entries. Allows you to enter large blocks of text, such as comments or detailed descriptions.
18180
18255
  *
18181
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/input/textarea) for more details.
18256
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/textarea) for more details.
18182
18257
  */
18183
18258
  type TextareaProperties = Partial<TextareaProps> & {
18184
18259
  /**
@@ -18208,7 +18283,7 @@ declare global {
18208
18283
  * ---
18209
18284
  * Toggle switches activate or deactivate the state of a single item.
18210
18285
  *
18211
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/input/toggle) for more details.
18286
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/toggle) for more details.
18212
18287
  */
18213
18288
  type ToggleProperties = Partial<ToggleProps> & {
18214
18289
  /**
@@ -18246,7 +18321,7 @@ declare global {
18246
18321
  * ---
18247
18322
  * A link (abbreviation of hyperlink) is an html object that allows you to jump to a new location when clicking or playing it
18248
18323
  *
18249
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/navigation/link) for more details.
18324
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/navigation/link) for more details.
18250
18325
  */
18251
18326
  type LinkProperties = Partial<LinkProps> & {
18252
18327
  /**
@@ -18288,6 +18363,31 @@ declare class RaruiLink extends LitElement {
18288
18363
  render(): TemplateResult<1>;
18289
18364
  }
18290
18365
 
18366
+ declare global {
18367
+ interface HTMLElementTagNameMap {
18368
+ "rarui-pagination": RaruiPagination;
18369
+ }
18370
+ }
18371
+ /**
18372
+ * ## Rarui Pagination
18373
+ * ---
18374
+ * The pagination component allows the user to select a specific page in a page range.
18375
+ *
18376
+ * See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/navigation/pagination) for more details.
18377
+ */
18378
+ type PaginationProperties = Partial<Omit<PaginationProps, "onPageChange">>;
18379
+
18380
+ declare class RaruiPagination extends LitElement {
18381
+ activePage: PaginationProperties["activePage"];
18382
+ pageCount: PaginationProperties["pageCount"];
18383
+ size?: PaginationProperties["size"];
18384
+ showNumbers: PaginationProperties["showNumbers"];
18385
+ showArrows: PaginationProperties["showArrows"];
18386
+ static styles: CSSResult;
18387
+ private handlePageChange;
18388
+ render(): TemplateResult<1>;
18389
+ }
18390
+
18291
18391
  declare global {
18292
18392
  interface HTMLElementTagNameMap {
18293
18393
  "rarui-banner": RaruiBanner;
@@ -18298,7 +18398,7 @@ declare global {
18298
18398
  * ---
18299
18399
  * Banner messages are displayed to the user at the top of the window/screen.
18300
18400
  *
18301
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/surface/banner) for more details.
18401
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/banner) for more details.
18302
18402
  */
18303
18403
  type BannerProperties = Partial<Pick<BannerProps, "appearance" | "floating">> & {
18304
18404
  /**
@@ -18329,7 +18429,7 @@ declare global {
18329
18429
  * ---
18330
18430
  * The Card component contains textual content, images, and actions about a topic.
18331
18431
  *
18332
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/surface/card) for more details.
18432
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/card) for more details.
18333
18433
  */
18334
18434
  type CardHeaderProperties = Partial<CardHeaderProps>;
18335
18435
 
@@ -18350,7 +18450,7 @@ declare global {
18350
18450
  * ---
18351
18451
  * The Card component contains textual content, images, and actions about a topic.
18352
18452
  *
18353
- * See [a complete document](https://rarui.rarolabs.com.br/docs/components/surface/card) for more details.
18453
+ See [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/card) for more details.
18354
18454
  */
18355
18455
  type CardProperties = Partial<CardProps>;
18356
18456