inertia-bootstrap-forms 1.0.58 → 1.0.59

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inertia-bootstrap-forms",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "description": "Create bootstrap forms with inertia and twitter bootstrap",
5
5
  "main": "dist/inertia-bootstrap-forms.cjs.js",
6
6
  "module": "dist/inertia-bootstrap-forms.es.js",
package/src/UppyInput.vue CHANGED
@@ -158,6 +158,8 @@ function showError(message) {
158
158
  </script>
159
159
 
160
160
  <style>
161
+ @import "@uppy/vue/css/style.css" layer(uppy);
162
+
161
163
  .uppy-reset p {
162
164
  margin-bottom: 0;
163
165
  }