@spothero/ui 13.10.1-beta.0 → 13.10.1
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 +5 -0
- package/CHANGELOG.tmp +3 -2
- package/package.json +1 -1
- package/v1/index-bundled-cjs/index.js +1 -1
- package/v1/index-bundled-cjs/index.js.map +1 -1
- package/v1/index-bundled-esm/index.js +1 -1
- package/v1/index-bundled-esm/index.js.map +1 -1
- package/v1/index-unbundled-cjs/index.js +35 -35
- package/v1/index-unbundled-esm/index.js +35 -35
- package/v2/index-bundled-cjs/{ImageCarousel-6fd5db39.js → ImageCarousel-a5aa935d.js} +2 -2
- package/v2/index-bundled-cjs/{ImageCarousel-6fd5db39.js.map → ImageCarousel-a5aa935d.js.map} +1 -1
- package/v2/index-bundled-cjs/{index-8d0f80f6.js → index-72b444ab.js} +4 -4
- package/v2/index-bundled-cjs/{index-8d0f80f6.js.map → index-72b444ab.js.map} +1 -1
- package/v2/index-bundled-cjs/index.js +1 -1
- package/v2/index-bundled-esm/{ImageCarousel-eab1d6cd.js → ImageCarousel-a8dd3c5f.js} +2 -2
- package/v2/index-bundled-esm/{ImageCarousel-eab1d6cd.js.map → ImageCarousel-a8dd3c5f.js.map} +1 -1
- package/v2/index-bundled-esm/{index-c0705cec.js → index-f4a79d4d.js} +4 -4
- package/v2/index-bundled-esm/{index-c0705cec.js.map → index-f4a79d4d.js.map} +1 -1
- package/v2/index-bundled-esm/index.js +1 -1
- package/v2/index-unbundled-cjs/{ImageCarousel-7ccd8f2f.js → ImageCarousel-7f4217ce.js} +4 -4
- package/v2/index-unbundled-cjs/{ImageCarousel-7ccd8f2f.js.map → ImageCarousel-7f4217ce.js.map} +1 -1
- package/v2/index-unbundled-cjs/{index-9d5ea07a.js → index-1f80bed0.js} +148 -148
- package/v2/index-unbundled-cjs/{index-9d5ea07a.js.map → index-1f80bed0.js.map} +1 -1
- package/v2/index-unbundled-cjs/index.js +1 -1
- package/v2/index-unbundled-esm/{ImageCarousel-fbb24dbe.js → ImageCarousel-346f9af1.js} +4 -4
- package/v2/index-unbundled-esm/{ImageCarousel-fbb24dbe.js.map → ImageCarousel-346f9af1.js.map} +1 -1
- package/v2/index-unbundled-esm/{index-23e28656.js → index-fc416fa1.js} +148 -148
- package/v2/index-unbundled-esm/{index-23e28656.js.map → index-fc416fa1.js.map} +1 -1
- package/v2/index-unbundled-esm/index.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
# 13.10.1 - 03/11/2022
|
|
2
|
+
## Miscellaneous Updates
|
|
3
|
+
* [[4a3b6b0](https://github.com/spothero/fe-ui/commit/4a3b6b0)] - Add support for creating custom icons ([#271](https://github.com/spothero/fe-ui/pull/271)) (Eddie Padin)
|
|
4
|
+
* `feature:` Add support for creating custom icons using the chakra customIcon helperCo-authored-by: sh-devtools-bot <sh-dev-tools-bot@spothero.com>
|
|
5
|
+
|
|
1
6
|
# 13.10.1-beta.0 - 03/11/2022
|
|
2
7
|
## Miscellaneous Updates
|
|
3
8
|
* [[815224c](https://github.com/spothero/fe-ui/commit/815224c)] - `feature:` Add support for creating custom icons (eddielee394)
|
package/CHANGELOG.tmp
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
# 13.10.1
|
|
1
|
+
# 13.10.1 - 03/11/2022
|
|
2
2
|
## Miscellaneous Updates
|
|
3
|
-
* [[
|
|
3
|
+
* [[4a3b6b0](https://github.com/spothero/fe-ui/commit/4a3b6b0)] - Add support for creating custom icons ([#271](https://github.com/spothero/fe-ui/pull/271)) (Eddie Padin)
|
|
4
|
+
* `feature:` Add support for creating custom icons using the chakra customIcon helperCo-authored-by: sh-devtools-bot <sh-dev-tools-bot@spothero.com>
|
|
4
5
|
|