@brokerize/elements 1.0.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 +88 -0
- package/LICENSE.md +1 -0
- package/README.md +791 -0
- package/dist/assets/README.md +2 -0
- package/dist/assets/loading-animations/brokerize_a81c25a0.svg +158 -0
- package/dist/assets/loading-animations/loading_ca40b31e.svg +188 -0
- package/dist/assets/loading-animations/order_f6ca3ead.svg +368 -0
- package/dist/assets/loading-animations/spinner_136200f6.svg +248 -0
- package/dist/bundle.d.ts +956 -0
- package/dist/bundle.es.js +59959 -0
- package/dist/bundle.umd.js +350 -0
- package/dist/tsdoc-metadata.json +11 -0
- package/package.json +59 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
These are assets that may be referenced from brokerize elements.
|
|
2
|
+
Depending on how the @brokerize/elements package is included in the application, it may make sense to bundle them. If you do that, you can use `Brokerize.Elements.configure({assetsPath: '--your-path-to-assets--'})` to set this.
|