@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.
- package/CHANGELOG.md +7 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/react/LabelPaired/LabelPairedChartTrendDownBoldIcon.d.ts +6 -0
- package/dist/cjs/types/react/LabelPaired/LabelPairedChartTrendDownRegularIcon.d.ts +6 -0
- package/dist/cjs/types/react/LabelPaired/LabelPairedChartTrendSidewayBoldIcon.d.ts +6 -0
- package/dist/cjs/types/react/LabelPaired/LabelPairedChartTrendSidewayRegularIcon.d.ts +6 -0
- package/dist/cjs/types/react/LabelPaired/LabelPairedChartTrendUpBoldIcon.d.ts +6 -0
- package/dist/cjs/types/react/LabelPaired/LabelPairedChartTrendUpRegularIcon.d.ts +6 -0
- package/dist/cjs/types/react/LabelPaired/index.d.ts +6 -0
- package/dist/cjs/types/react/Markets/{MarketForexUsdrmbIcon.d.ts → MarketForexGbpsgdIcon.d.ts} +1 -1
- package/dist/{esm/types/react/Markets/MarketForexUsdrmbIcon.d.ts → cjs/types/react/Markets/MarketForexHkdjpyIcon.d.ts} +1 -1
- package/dist/cjs/types/react/Markets/MarketForexUsdcnhIcon.d.ts +6 -0
- package/dist/cjs/types/react/Markets/index.d.ts +3 -1
- package/dist/cjs/types/react/Standalone/StandaloneChartTrendDownBoldIcon.d.ts +6 -0
- package/dist/cjs/types/react/Standalone/StandaloneChartTrendDownRegularIcon.d.ts +6 -0
- package/dist/cjs/types/react/Standalone/StandaloneChartTrendSidewayBoldIcon.d.ts +6 -0
- package/dist/cjs/types/react/Standalone/StandaloneChartTrendSidewayRegularIcon.d.ts +6 -0
- package/dist/cjs/types/react/Standalone/StandaloneChartTrendUpBoldIcon.d.ts +6 -0
- package/dist/cjs/types/react/Standalone/StandaloneChartTrendUpRegularIcon.d.ts +6 -0
- package/dist/cjs/types/react/Standalone/index.d.ts +6 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/react/LabelPaired/LabelPairedChartTrendDownBoldIcon.d.ts +6 -0
- package/dist/esm/types/react/LabelPaired/LabelPairedChartTrendDownRegularIcon.d.ts +6 -0
- package/dist/esm/types/react/LabelPaired/LabelPairedChartTrendSidewayBoldIcon.d.ts +6 -0
- package/dist/esm/types/react/LabelPaired/LabelPairedChartTrendSidewayRegularIcon.d.ts +6 -0
- package/dist/esm/types/react/LabelPaired/LabelPairedChartTrendUpBoldIcon.d.ts +6 -0
- package/dist/esm/types/react/LabelPaired/LabelPairedChartTrendUpRegularIcon.d.ts +6 -0
- package/dist/esm/types/react/LabelPaired/index.d.ts +6 -0
- package/dist/esm/types/react/Markets/MarketForexGbpsgdIcon.d.ts +6 -0
- package/dist/esm/types/react/Markets/MarketForexHkdjpyIcon.d.ts +6 -0
- package/dist/esm/types/react/Markets/MarketForexUsdcnhIcon.d.ts +6 -0
- package/dist/esm/types/react/Markets/index.d.ts +3 -1
- package/dist/esm/types/react/Standalone/StandaloneChartTrendDownBoldIcon.d.ts +6 -0
- package/dist/esm/types/react/Standalone/StandaloneChartTrendDownRegularIcon.d.ts +6 -0
- package/dist/esm/types/react/Standalone/StandaloneChartTrendSidewayBoldIcon.d.ts +6 -0
- package/dist/esm/types/react/Standalone/StandaloneChartTrendSidewayRegularIcon.d.ts +6 -0
- package/dist/esm/types/react/Standalone/StandaloneChartTrendUpBoldIcon.d.ts +6 -0
- package/dist/esm/types/react/Standalone/StandaloneChartTrendUpRegularIcon.d.ts +6 -0
- package/dist/esm/types/react/Standalone/index.d.ts +6 -0
- package/dist/index.d.ts +45 -17
- 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
|
|