@openfort/react 0.1.0 → 0.1.1
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/build/index.es.js +1 -1
- package/build/version.d.ts +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -5481,7 +5481,7 @@ const FitText = ({ children, maxFontSize = 100, minFontSize = 70, }) => {
|
|
|
5481
5481
|
};
|
|
5482
5482
|
FitText.displayName = 'FitText';
|
|
5483
5483
|
|
|
5484
|
-
const OPENFORT_VERSION = '0.1.
|
|
5484
|
+
const OPENFORT_VERSION = '0.1.1';
|
|
5485
5485
|
|
|
5486
5486
|
const Portal = (props) => {
|
|
5487
5487
|
props = {
|
package/build/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const OPENFORT_VERSION = "0.1.
|
|
1
|
+
export declare const OPENFORT_VERSION = "0.1.1";
|