@edifice.io/react 2.2.11-develop-enabling.20250704174735 → 2.2.11-develop-enabling.20250704181048
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.
|
@@ -3,7 +3,7 @@ import { Size } from '../../types';
|
|
|
3
3
|
/**
|
|
4
4
|
* Base props shared by both SearchBar variants
|
|
5
5
|
*/
|
|
6
|
-
export interface BaseProps {
|
|
6
|
+
export interface BaseProps extends Omit<React.ComponentPropsWithoutRef<'input'>, 'size'> {
|
|
7
7
|
/**
|
|
8
8
|
* String or template literal key for i18next translation
|
|
9
9
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/react",
|
|
3
|
-
"version": "2.2.11-develop-enabling.
|
|
3
|
+
"version": "2.2.11-develop-enabling.20250704181048",
|
|
4
4
|
"description": "Edifice React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -130,9 +130,9 @@
|
|
|
130
130
|
"react-slugify": "^3.0.3",
|
|
131
131
|
"swiper": "^10.1.0",
|
|
132
132
|
"ua-parser-js": "^1.0.36",
|
|
133
|
-
"@edifice.io/bootstrap": "2.2.11-develop-enabling.
|
|
134
|
-
"@edifice.io/tiptap-extensions": "2.2.11-develop-enabling.
|
|
135
|
-
"@edifice.io/utilities": "2.2.11-develop-enabling.
|
|
133
|
+
"@edifice.io/bootstrap": "2.2.11-develop-enabling.20250704181048",
|
|
134
|
+
"@edifice.io/tiptap-extensions": "2.2.11-develop-enabling.20250704181048",
|
|
135
|
+
"@edifice.io/utilities": "2.2.11-develop-enabling.20250704181048"
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
138
|
"@babel/plugin-transform-react-pure-annotations": "^7.23.3",
|
|
@@ -163,8 +163,8 @@
|
|
|
163
163
|
"vite": "^5.4.11",
|
|
164
164
|
"vite-plugin-dts": "^4.1.0",
|
|
165
165
|
"vite-tsconfig-paths": "^5.0.1",
|
|
166
|
-
"@edifice.io/
|
|
167
|
-
"@edifice.io/
|
|
166
|
+
"@edifice.io/config": "2.2.11-develop-enabling.20250704181048",
|
|
167
|
+
"@edifice.io/client": "2.2.11-develop-enabling.20250704181048"
|
|
168
168
|
},
|
|
169
169
|
"peerDependencies": {
|
|
170
170
|
"@react-spring/web": "^9.7.5",
|