@app-studio/web 0.9.45 → 0.9.46
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/components/Icon/Icon.d.ts +2 -1
- package/dist/web.cjs.development.js +6 -1
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +6 -2
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +6 -1
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/docs/components/Icon.mdx +90 -57
- package/docs/components.md +0 -164
- package/package.json +1 -1
- package/docs/components/Calendar.mdx +0 -189
- package/docs/components/Flow.mdx +0 -258
- package/docs/components/KanbanBoard.mdx +0 -286
- package/docs/components/OKR.mdx +0 -452
- package/docs/components/Tree.mdx +0 -341
|
@@ -2810,6 +2810,9 @@
|
|
|
2810
2810
|
d: "M6.8 6.8a8 8 0 1 0 10 0"
|
|
2811
2811
|
})));
|
|
2812
2812
|
};
|
|
2813
|
+
var BackIcon = props => (/*#__PURE__*/React__default.createElement(ChevronIcon, Object.assign({
|
|
2814
|
+
orientation: "left"
|
|
2815
|
+
}, props)));
|
|
2813
2816
|
|
|
2814
2817
|
var Icon = {
|
|
2815
2818
|
__proto__: null,
|
|
@@ -2901,7 +2904,8 @@
|
|
|
2901
2904
|
ShieldIcon: ShieldIcon,
|
|
2902
2905
|
CheckIcon: CheckIcon,
|
|
2903
2906
|
LogoutIcon: LogoutIcon,
|
|
2904
|
-
PowerOffIcon: PowerOffIcon
|
|
2907
|
+
PowerOffIcon: PowerOffIcon,
|
|
2908
|
+
BackIcon: BackIcon
|
|
2905
2909
|
};
|
|
2906
2910
|
|
|
2907
2911
|
/**
|
|
@@ -27869,6 +27873,7 @@
|
|
|
27869
27873
|
exports.AudioInput = AudioInput;
|
|
27870
27874
|
exports.AudioWaveform = AudioWaveform;
|
|
27871
27875
|
exports.Avatar = Avatar;
|
|
27876
|
+
exports.BackIcon = BackIcon;
|
|
27872
27877
|
exports.Background = Background;
|
|
27873
27878
|
exports.Badge = Badge;
|
|
27874
27879
|
exports.BatteryIcon = BatteryIcon;
|