@hyphen/hyphen-components 2.11.2 → 2.11.4
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/dist/css/utilities.css +1 -1
- package/dist/css/variables.css +2 -2
- package/dist/hyphen-components.cjs.development.js +0 -1
- package/dist/hyphen-components.cjs.development.js.map +1 -1
- package/dist/hyphen-components.cjs.production.min.js +1 -1
- package/dist/hyphen-components.cjs.production.min.js.map +1 -1
- package/dist/hyphen-components.esm.js +0 -1
- package/dist/hyphen-components.esm.js.map +1 -1
- package/dist/lib/tokens.d.ts +1 -1
- package/package.json +2 -2
- package/src/components/Pagination/Pagination.tsx +0 -1
package/dist/css/utilities.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
\***************************************************************************************************************************/
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on
|
|
6
|
+
* Generated on Wed, 21 Aug 2024 17:08:04 GMT
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
.font-family-monospace { font-family: var(--assets-font-family-monospace); }
|
package/dist/css/variables.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
\*********************************************************************************************************************/
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on
|
|
6
|
+
* Generated on Wed, 21 Aug 2024 17:08:04 GMT
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
:root {
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
\*******************************************************************************************************************************/
|
|
308
308
|
/**
|
|
309
309
|
* Do not edit directly
|
|
310
|
-
* Generated on
|
|
310
|
+
* Generated on Wed, 21 Aug 2024 17:08:04 GMT
|
|
311
311
|
*/
|
|
312
312
|
|
|
313
313
|
:root.dark {
|
|
@@ -3503,7 +3503,6 @@ var Pagination = function Pagination(_ref) {
|
|
|
3503
3503
|
direction: "row",
|
|
3504
3504
|
alignItems: "center",
|
|
3505
3505
|
justifyContent: "space-between",
|
|
3506
|
-
padding: "lg",
|
|
3507
3506
|
className: classNames(className)
|
|
3508
3507
|
}, React.createElement(Box, {
|
|
3509
3508
|
direction: "row",
|