@deriv/quill-icons 1.0.5 → 1.0.6

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 (43) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/cjs/index.js +1 -1
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/types/react/LabelPaired/LabelPairedChartTrendDownBoldIcon.d.ts +6 -0
  5. package/dist/cjs/types/react/LabelPaired/LabelPairedChartTrendDownRegularIcon.d.ts +6 -0
  6. package/dist/cjs/types/react/LabelPaired/LabelPairedChartTrendSidewayBoldIcon.d.ts +6 -0
  7. package/dist/cjs/types/react/LabelPaired/LabelPairedChartTrendSidewayRegularIcon.d.ts +6 -0
  8. package/dist/cjs/types/react/LabelPaired/LabelPairedChartTrendUpBoldIcon.d.ts +6 -0
  9. package/dist/cjs/types/react/LabelPaired/LabelPairedChartTrendUpRegularIcon.d.ts +6 -0
  10. package/dist/cjs/types/react/LabelPaired/index.d.ts +6 -0
  11. package/dist/cjs/types/react/Markets/{MarketForexUsdrmbIcon.d.ts → MarketForexGbpsgdIcon.d.ts} +1 -1
  12. package/dist/{esm/types/react/Markets/MarketForexUsdrmbIcon.d.ts → cjs/types/react/Markets/MarketForexHkdjpyIcon.d.ts} +1 -1
  13. package/dist/cjs/types/react/Markets/MarketForexUsdcnhIcon.d.ts +6 -0
  14. package/dist/cjs/types/react/Markets/index.d.ts +3 -1
  15. package/dist/cjs/types/react/Standalone/StandaloneChartTrendDownBoldIcon.d.ts +6 -0
  16. package/dist/cjs/types/react/Standalone/StandaloneChartTrendDownRegularIcon.d.ts +6 -0
  17. package/dist/cjs/types/react/Standalone/StandaloneChartTrendSidewayBoldIcon.d.ts +6 -0
  18. package/dist/cjs/types/react/Standalone/StandaloneChartTrendSidewayRegularIcon.d.ts +6 -0
  19. package/dist/cjs/types/react/Standalone/StandaloneChartTrendUpBoldIcon.d.ts +6 -0
  20. package/dist/cjs/types/react/Standalone/StandaloneChartTrendUpRegularIcon.d.ts +6 -0
  21. package/dist/cjs/types/react/Standalone/index.d.ts +6 -0
  22. package/dist/esm/index.js +1 -1
  23. package/dist/esm/index.js.map +1 -1
  24. package/dist/esm/types/react/LabelPaired/LabelPairedChartTrendDownBoldIcon.d.ts +6 -0
  25. package/dist/esm/types/react/LabelPaired/LabelPairedChartTrendDownRegularIcon.d.ts +6 -0
  26. package/dist/esm/types/react/LabelPaired/LabelPairedChartTrendSidewayBoldIcon.d.ts +6 -0
  27. package/dist/esm/types/react/LabelPaired/LabelPairedChartTrendSidewayRegularIcon.d.ts +6 -0
  28. package/dist/esm/types/react/LabelPaired/LabelPairedChartTrendUpBoldIcon.d.ts +6 -0
  29. package/dist/esm/types/react/LabelPaired/LabelPairedChartTrendUpRegularIcon.d.ts +6 -0
  30. package/dist/esm/types/react/LabelPaired/index.d.ts +6 -0
  31. package/dist/esm/types/react/Markets/MarketForexGbpsgdIcon.d.ts +6 -0
  32. package/dist/esm/types/react/Markets/MarketForexHkdjpyIcon.d.ts +6 -0
  33. package/dist/esm/types/react/Markets/MarketForexUsdcnhIcon.d.ts +6 -0
  34. package/dist/esm/types/react/Markets/index.d.ts +3 -1
  35. package/dist/esm/types/react/Standalone/StandaloneChartTrendDownBoldIcon.d.ts +6 -0
  36. package/dist/esm/types/react/Standalone/StandaloneChartTrendDownRegularIcon.d.ts +6 -0
  37. package/dist/esm/types/react/Standalone/StandaloneChartTrendSidewayBoldIcon.d.ts +6 -0
  38. package/dist/esm/types/react/Standalone/StandaloneChartTrendSidewayRegularIcon.d.ts +6 -0
  39. package/dist/esm/types/react/Standalone/StandaloneChartTrendUpBoldIcon.d.ts +6 -0
  40. package/dist/esm/types/react/Standalone/StandaloneChartTrendUpRegularIcon.d.ts +6 -0
  41. package/dist/esm/types/react/Standalone/index.d.ts +6 -0
  42. package/dist/index.d.ts +45 -17
  43. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.0.6](https://github.com/deriv-com/quill-icons/compare/v1.0.5...v1.0.6) (2023-11-01)
2
+
3
+
4
+ ### ♻️ Chores
5
+
6
+ * added new 3 icons for market ([4fbb9f4](https://github.com/deriv-com/quill-icons/commit/4fbb9f47c4d82638d38a0ff41e58a64655eba027))
7
+
1
8
  ## [1.0.5](https://github.com/deriv-com/quill-icons/compare/v1.0.4...v1.0.5) (2023-10-28)
2
9
 
3
10