@app-studio/web 0.9.44 → 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.
Files changed (49) hide show
  1. package/dist/components/Icon/Icon.d.ts +2 -1
  2. package/dist/pages/themeTest.page.d.ts +3 -0
  3. package/dist/web.cjs.development.js +7 -2
  4. package/dist/web.cjs.development.js.map +1 -1
  5. package/dist/web.cjs.production.min.js +1 -1
  6. package/dist/web.cjs.production.min.js.map +1 -1
  7. package/dist/web.esm.js +7 -3
  8. package/dist/web.esm.js.map +1 -1
  9. package/dist/web.umd.development.js +7 -2
  10. package/dist/web.umd.development.js.map +1 -1
  11. package/dist/web.umd.production.min.js +1 -1
  12. package/dist/web.umd.production.min.js.map +1 -1
  13. package/docs/components/Badge.mdx +1 -1
  14. package/docs/components/ColorPicker.mdx +16 -16
  15. package/docs/components/DragAndDrop.mdx +11 -11
  16. package/docs/components/Drawer.mdx +3 -3
  17. package/docs/components/Gradient.mdx +40 -40
  18. package/docs/components/Icon.mdx +90 -57
  19. package/docs/components/Loader.mdx +17 -17
  20. package/docs/components/ProgressBar.mdx +14 -14
  21. package/docs/components/StatusIndicator.mdx +5 -5
  22. package/docs/components.md +0 -164
  23. package/package.json +1 -1
  24. package/dist/bot/Bot.d.ts +0 -15
  25. package/dist/bot/Cache.d.ts +0 -13
  26. package/dist/bot/Config.d.ts +0 -13
  27. package/dist/bot/ContentFetcher.d.ts +0 -9
  28. package/dist/bot/DocuCode.d.ts +0 -19
  29. package/dist/bot/FileHandler.d.ts +0 -39
  30. package/dist/bot/ai/AnthropicConnector.d.ts +0 -6
  31. package/dist/bot/ai/GeminiConnector.d.ts +0 -7
  32. package/dist/bot/ai/GroqConnector.d.ts +0 -7
  33. package/dist/bot/ai/HuggingFaceConnector.d.ts +0 -6
  34. package/dist/bot/ai/OpenAIConnector.d.ts +0 -11
  35. package/dist/bot/ai/ReplicateConnector.d.ts +0 -7
  36. package/dist/bot/ai/SambaNovaConnector.d.ts +0 -6
  37. package/dist/bot/ai/ai.config.d.ts +0 -12
  38. package/dist/bot/ai/ai.service.d.ts +0 -36
  39. package/dist/bot/data.d.ts +0 -19
  40. package/dist/bot/extractors.d.ts +0 -8
  41. package/dist/bot/index.d.ts +0 -1
  42. package/dist/bot/prompt/1-project.d.ts +0 -1
  43. package/dist/bot/prompt/2-response.d.ts +0 -1
  44. package/dist/bot/prompt/3-comment.d.ts +0 -1
  45. package/docs/components/Calendar.mdx +0 -189
  46. package/docs/components/Flow.mdx +0 -258
  47. package/docs/components/KanbanBoard.mdx +0 -286
  48. package/docs/components/OKR.mdx +0 -452
  49. 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
  /**
@@ -3714,7 +3718,7 @@
3714
3718
  height: 4,
3715
3719
  width: progress + "%",
3716
3720
  borderRadius: 2,
3717
- backgroundColor: "#000"
3721
+ backgroundColor: "color.dark.50"
3718
3722
  }, views == null ? void 0 : views.view))), /*#__PURE__*/React__default.createElement(appStudio.Text, Object.assign({
3719
3723
  fontSize: 12
3720
3724
  }, views == null ? void 0 : views.text), progress, "%"));
@@ -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;