oceanhelm 0.0.4 → 0.0.5
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/dist/oceanhelm.es.js +2 -2
- package/dist/oceanhelm.es.js.map +1 -1
- package/dist/oceanhelm.umd.js +1 -1
- package/dist/oceanhelm.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/ActivityLogs.vue +1 -2
- package/src/components/CrewManagement.vue +2 -3
- package/src/components/OceanHelmMaintenance.vue +19 -9
- package/src/components/RequisitionSystem.vue +5 -5
package/dist/oceanhelm.es.js
CHANGED
|
@@ -1782,7 +1782,7 @@ const Ks = {
|
|
|
1782
1782
|
}, Xs = { class: "crew-management" }, Zs = {
|
|
1783
1783
|
key: 0,
|
|
1784
1784
|
class: "wave-bg"
|
|
1785
|
-
}, ei = { class: "crew-section" }, ti = { class: "section-header" }, si = { class: "search-filter" }, ii = {
|
|
1785
|
+
}, ei = { class: "crew-section" }, ti = { class: "crew-section-header" }, si = { class: "search-filter" }, ii = {
|
|
1786
1786
|
key: 0,
|
|
1787
1787
|
class: "loading-state"
|
|
1788
1788
|
}, ni = {
|
|
@@ -2502,7 +2502,7 @@ function ml(s, t, u, b, n, a) {
|
|
|
2502
2502
|
t[25] || (t[25] = e("div", { class: "action-buttons" }, [
|
|
2503
2503
|
e("button", {
|
|
2504
2504
|
type: "submit",
|
|
2505
|
-
class: "btn btn-primary"
|
|
2505
|
+
class: "btn btn-primary-req"
|
|
2506
2506
|
}, "Submit Requisition")
|
|
2507
2507
|
], -1))
|
|
2508
2508
|
], 32)
|