@fixefy/fixefy-ui-components 0.3.40 → 0.3.42
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.d.ts +1 -0
- package/dist/index.js +4 -0
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export { FxButtonModalWithMenu } from './FxButtonModalWithMenu';
|
|
|
14
14
|
export { FxNotes, NoteCreateInput, NotesPropsType } from './FxNotes';
|
|
15
15
|
export { FxNumberField, NumberfieldPropsType } from './FxNumberField';
|
|
16
16
|
export { Arrow, PopperHeader, PopperWithOutside } from './FxPopper';
|
|
17
|
+
export { FxObjStaticDropdown } from './FxObjStaticDropdown';
|
|
17
18
|
export { FxProgressCircle, ProgressCirclePropsType } from './FxProgressCircle';
|
|
18
19
|
export { FxProgressCounter, ProgressCounterPropsType } from './FxProgressCounter';
|
|
19
20
|
export { FxScore, ScorePropsType } from './FxScore';
|
package/dist/index.js
CHANGED
|
@@ -90,6 +90,9 @@ _export(exports, {
|
|
|
90
90
|
FxNumberField: function() {
|
|
91
91
|
return _FxNumberField.FxNumberField;
|
|
92
92
|
},
|
|
93
|
+
FxObjStaticDropdown: function() {
|
|
94
|
+
return _FxObjStaticDropdown.FxObjStaticDropdown;
|
|
95
|
+
},
|
|
93
96
|
FxProgressCircle: function() {
|
|
94
97
|
return _FxProgressCircle.FxProgressCircle;
|
|
95
98
|
},
|
|
@@ -245,6 +248,7 @@ const _FxButtonModalWithMenu = require("./FxButtonModalWithMenu");
|
|
|
245
248
|
const _FxNotes = require("./FxNotes");
|
|
246
249
|
const _FxNumberField = require("./FxNumberField");
|
|
247
250
|
const _FxPopper = require("./FxPopper");
|
|
251
|
+
const _FxObjStaticDropdown = require("./FxObjStaticDropdown");
|
|
248
252
|
const _FxProgressCircle = require("./FxProgressCircle");
|
|
249
253
|
const _FxProgressCounter = require("./FxProgressCounter");
|
|
250
254
|
const _FxScore = require("./FxScore");
|
package/package.json
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@apollo/client": "3.10.4",
|
|
8
|
-
"@fixefy/fixefy-
|
|
8
|
+
"@fixefy/fixefy-hooks": "0.0.10",
|
|
9
|
+
"@fixefy/fixefy-ui-utils": "0.2.53",
|
|
9
10
|
"@mui/icons-material": "5.16.7",
|
|
10
11
|
"@mui/lab": "6.0.0-beta.7",
|
|
11
12
|
"@mui/material": "5.16.7",
|
|
@@ -67,5 +68,5 @@
|
|
|
67
68
|
"require": "./dist/index.js"
|
|
68
69
|
}
|
|
69
70
|
},
|
|
70
|
-
"version": "0.3.
|
|
71
|
+
"version": "0.3.42"
|
|
71
72
|
}
|