@plaidev/karte-action-sdk 1.1.249-28756003.d2de3054 → 1.1.249-28765727.0b93c1aa
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/hydrate/index.es.d.ts +1 -0
- package/dist/hydrate/index.es.js +286 -223
- package/dist/index.es.d.ts +1 -0
- package/dist/index.es.js +275 -223
- package/package.json +1 -1
@@ -2586,6 +2586,7 @@ declare const ICON_VARIANTS: {
|
|
2586
2586
|
readonly cart_shopping: typeof IconArrowDown;
|
2587
2587
|
readonly check: typeof IconArrowDown;
|
2588
2588
|
readonly chevrons_right: typeof IconArrowDown;
|
2589
|
+
readonly chevron_right: typeof IconArrowDown;
|
2589
2590
|
readonly circle: typeof IconArrowDown;
|
2590
2591
|
readonly circle_info: typeof IconArrowDown;
|
2591
2592
|
readonly circle_question: typeof IconArrowDown;
|