@spothero/ui 13.10.0 → 13.10.1-beta.0
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 +4 -0
- package/CHANGELOG.tmp +3 -8
- package/package.json +1 -1
- package/styles/v2/components/index.js +1 -0
- 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-c8dddbb1.js → ImageCarousel-6fd5db39.js} +2 -2
- package/v2/index-bundled-cjs/{ImageCarousel-c8dddbb1.js.map → ImageCarousel-6fd5db39.js.map} +1 -1
- package/v2/index-bundled-cjs/index-8d0f80f6.js +26 -0
- package/v2/index-bundled-cjs/index-8d0f80f6.js.map +1 -0
- package/v2/index-bundled-cjs/index.js +1 -1
- package/v2/index-bundled-esm/{ImageCarousel-dc224d64.js → ImageCarousel-eab1d6cd.js} +2 -2
- package/v2/index-bundled-esm/{ImageCarousel-dc224d64.js.map → ImageCarousel-eab1d6cd.js.map} +1 -1
- package/v2/index-bundled-esm/index-c0705cec.js +24 -0
- package/v2/index-bundled-esm/index-c0705cec.js.map +1 -0
- package/v2/index-bundled-esm/index.js +1 -1
- package/v2/index-unbundled-cjs/{ImageCarousel-325df0c4.js → ImageCarousel-7ccd8f2f.js} +4 -4
- package/v2/index-unbundled-cjs/{ImageCarousel-325df0c4.js.map → ImageCarousel-7ccd8f2f.js.map} +1 -1
- package/v2/index-unbundled-cjs/{index-093f8806.js → index-9d5ea07a.js} +233 -208
- package/v2/index-unbundled-cjs/index-9d5ea07a.js.map +1 -0
- package/v2/index-unbundled-cjs/index.js +2 -1
- package/v2/index-unbundled-cjs/index.js.map +1 -1
- package/v2/index-unbundled-esm/{ImageCarousel-653f3259.js → ImageCarousel-fbb24dbe.js} +4 -4
- package/v2/index-unbundled-esm/{ImageCarousel-653f3259.js.map → ImageCarousel-fbb24dbe.js.map} +1 -1
- package/v2/index-unbundled-esm/{index-1c95808d.js → index-23e28656.js} +233 -209
- package/v2/index-unbundled-esm/index-23e28656.js.map +1 -0
- package/v2/index-unbundled-esm/index.js +1 -1
- package/v2/index-bundled-cjs/index-7c73c07d.js +0 -25
- package/v2/index-bundled-cjs/index-7c73c07d.js.map +0 -1
- package/v2/index-bundled-esm/index-7ef77e69.js +0 -24
- package/v2/index-bundled-esm/index-7ef77e69.js.map +0 -1
- package/v2/index-unbundled-cjs/index-093f8806.js.map +0 -1
- package/v2/index-unbundled-esm/index-1c95808d.js.map +0 -1
package/CHANGELOG.md
CHANGED
package/CHANGELOG.tmp
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
# 13.10.0 -
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* [[39d3b1d](https://github.com/spothero/fe-ui/commit/39d3b1d)] - DRAC-365 - Updated Autocomplete to accept biasing options ([#269](https://github.com/spothero/fe-ui/pull/269)) (Nathan Caraker)
|
|
5
|
-
* `feat:` Updated Autocomplete to accept biasing options
|
|
6
|
-
* `chore:` Updated PropTypes for geolocation biasing
|
|
7
|
-
* `chore:` Updated location options
|
|
8
|
-
* `chore:` Added logging for suggestions, and added origin to biasing options
|
|
1
|
+
# 13.10.1-beta.0 - 03/11/2022
|
|
2
|
+
## Miscellaneous Updates
|
|
3
|
+
* [[815224c](https://github.com/spothero/fe-ui/commit/815224c)] - `feature:` Add support for creating custom icons (eddielee394)
|
|
9
4
|
|
package/package.json
CHANGED