@purr-react-styled-components/components.flex-box 0.0.11 → 0.0.12
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/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
'use strict';var c=require('clsx'),S=require('react'),utils_helpers=require('@purr-core/utils.helpers'),f=require('styled-components');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var c__default=/*#__PURE__*/_interopDefault(c);var S__default=/*#__PURE__*/_interopDefault(S);var f__default=/*#__PURE__*/_interopDefault(f);var i=({$alignItems:x,$justifyContent:l,$flexDirection:e,$gap:t,$wrap:r,$fullWidth:o})=>f.css`
|
|
1
|
+
'use strict';var c=require('clsx'),S=require('react'),utils_helpers=require('@purr-react-core/utils.helpers'),f=require('styled-components');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var c__default=/*#__PURE__*/_interopDefault(c);var S__default=/*#__PURE__*/_interopDefault(S);var f__default=/*#__PURE__*/_interopDefault(f);var i=({$alignItems:x,$justifyContent:l,$flexDirection:e,$gap:t,$wrap:r,$fullWidth:o})=>f.css`
|
|
2
2
|
display: flex;
|
|
3
3
|
justify-content: ${l};
|
|
4
4
|
align-items: ${x};
|
package/dist/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { JSX, HTMLAttributes, ReactNode } from 'react';
|
|
2
2
|
import { Property } from 'csstype';
|
|
3
|
-
import { IExtendable } from '@purr-core/utils.definitions';
|
|
3
|
+
import { IExtendable } from '@purr-react-core/utils.definitions';
|
|
4
4
|
|
|
5
5
|
interface IFlexBoxProps {
|
|
6
6
|
alignItems?: Property.AlignItems;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { JSX, HTMLAttributes, ReactNode } from 'react';
|
|
2
2
|
import { Property } from 'csstype';
|
|
3
|
-
import { IExtendable } from '@purr-core/utils.definitions';
|
|
3
|
+
import { IExtendable } from '@purr-react-core/utils.definitions';
|
|
4
4
|
|
|
5
5
|
interface IFlexBoxProps {
|
|
6
6
|
alignItems?: Property.AlignItems;
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import c from'clsx';import S,{useMemo}from'react';import {capitalize}from'@purr-core/utils.helpers';import f,{css}from'styled-components';var i=({$alignItems:x,$justifyContent:l,$flexDirection:e,$gap:t,$wrap:r,$fullWidth:o})=>css`
|
|
1
|
+
import c from'clsx';import S,{useMemo}from'react';import {capitalize}from'@purr-react-core/utils.helpers';import f,{css}from'styled-components';var i=({$alignItems:x,$justifyContent:l,$flexDirection:e,$gap:t,$wrap:r,$fullWidth:o})=>css`
|
|
2
2
|
display: flex;
|
|
3
3
|
justify-content: ${l};
|
|
4
4
|
align-items: ${x};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purr-react-styled-components/components.flex-box",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"styled-components": "^6.0.0",
|
|
26
26
|
"csstype": "^3.0.0",
|
|
27
27
|
"clsx": "^2.0.0",
|
|
28
|
-
"@purr-core/utils.definitions": "
|
|
29
|
-
"@purr-core/utils.helpers": "
|
|
28
|
+
"@purr-react-core/utils.definitions": "0.0.14",
|
|
29
|
+
"@purr-react-core/utils.helpers": "0.0.14"
|
|
30
30
|
},
|
|
31
31
|
"author": "@DinhThienPhuc",
|
|
32
32
|
"license": "ISC",
|