@enso-ui/packaging-units 3.0.9 → 4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enso-ui/packaging-units",
3
- "version": "3.0.9",
3
+ "version": "4.0.1",
4
4
  "description": "Basic packaging units package",
5
5
  "main": "src/bulma/pages/administration/packagingUnits/Index.vue",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@enso-ui/forms": "^3.0",
25
25
  "@enso-ui/tables": "^3.0",
26
- "@enso-ui/ui": "^5.0",
26
+ "@enso-ui/ui": "^6.0",
27
27
  "@fortawesome/fontawesome-svg-core": "^1.2.2",
28
28
  "@fortawesome/free-solid-svg-icons": "^5.11.2",
29
29
  "vue": "^3.0"
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="columns is-centered">
3
- <div class="column is-three-quarters-desktop is-full-touch">
3
+ <div class="column is-half-desktop">
4
4
  <enso-form class="box form-box has-background-light raises-on-hover"/>
5
5
  </div>
6
6
  </div>
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="columns is-centered">
3
- <div class="column is-three-quarters-desktop is-full-touch">
3
+ <div class="column is-half-desktop">
4
4
  <enso-form class="box form-box has-background-light raises-on-hover"/>
5
5
  </div>
6
6
  </div>