@edifice.io/react 2.2.2-develop-pedago.20250410154203 → 2.2.2-develop-pedago.20250414142452
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.
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
interface FlexProps extends React.HTMLAttributes<HTMLElement> {
|
|
3
|
+
as?: React.ElementType;
|
|
4
|
+
direction?: 'row' | 'row-reverse' | 'column' | 'column-reverse' | 'fill';
|
|
5
|
+
align?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
|
|
6
|
+
justify?: 'start' | 'end' | 'center' | 'between' | 'around' | 'evenly';
|
|
7
|
+
gap?: string;
|
|
8
|
+
wrap?: 'wrap' | 'nowrap' | 'reverse';
|
|
9
|
+
className?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const Flex: React.FC<FlexProps>;
|
|
12
|
+
export default Flex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/react",
|
|
3
|
-
"version": "2.2.2-develop-pedago.
|
|
3
|
+
"version": "2.2.2-develop-pedago.20250414142452",
|
|
4
4
|
"description": "Edifice React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -118,9 +118,9 @@
|
|
|
118
118
|
"react-slugify": "^3.0.3",
|
|
119
119
|
"swiper": "^10.1.0",
|
|
120
120
|
"ua-parser-js": "^1.0.36",
|
|
121
|
-
"@edifice.io/bootstrap": "2.2.2-develop-pedago.
|
|
122
|
-
"@edifice.io/
|
|
123
|
-
"@edifice.io/
|
|
121
|
+
"@edifice.io/bootstrap": "2.2.2-develop-pedago.20250414142452",
|
|
122
|
+
"@edifice.io/tiptap-extensions": "2.2.2-develop-pedago.20250414142452",
|
|
123
|
+
"@edifice.io/utilities": "2.2.2-develop-pedago.20250414142452"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
126
126
|
"@babel/plugin-transform-react-pure-annotations": "^7.23.3",
|
|
@@ -151,8 +151,8 @@
|
|
|
151
151
|
"vite": "^5.4.11",
|
|
152
152
|
"vite-plugin-dts": "^4.1.0",
|
|
153
153
|
"vite-tsconfig-paths": "^5.0.1",
|
|
154
|
-
"@edifice.io/client": "2.2.2-develop-pedago.
|
|
155
|
-
"@edifice.io/config": "2.2.2-develop-pedago.
|
|
154
|
+
"@edifice.io/client": "2.2.2-develop-pedago.20250414142452",
|
|
155
|
+
"@edifice.io/config": "2.2.2-develop-pedago.20250414142452"
|
|
156
156
|
},
|
|
157
157
|
"peerDependencies": {
|
|
158
158
|
"@react-spring/web": "^9.7.5",
|