@openmrs/esm-stock-management-app 1.0.1-pre.554 → 1.0.1-pre.575
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/271.js +1 -1
- package/dist/319.js +1 -1
- package/dist/460.js +1 -1
- package/dist/574.js +1 -1
- package/dist/757.js +1 -1
- package/dist/769.js +1 -0
- package/dist/769.js.map +1 -0
- package/dist/788.js +1 -1
- package/dist/807.js +1 -1
- package/dist/833.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-stock-management-app.js +1 -1
- package/dist/openmrs-esm-stock-management-app.js.buildmanifest.json +52 -52
- package/dist/openmrs-esm-stock-management-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/core/api/types/stockOperation/StockOperationDTO.ts +0 -1
- package/src/core/components/card/metrics-card.scss +7 -7
- package/src/core/components/overlay/overlay.scss +6 -6
- package/src/core/components/privilages-component/privilages.scss +6 -5
- package/src/core/components/side-nav/side-nav.scss +12 -12
- package/src/core/components/table/table.scss +16 -16
- package/src/core/components/tabs/vertical-tabs.scss +15 -15
- package/src/dashboard/home-dashboard.scss +1 -1
- package/src/stock-home/stock-home-detail-card.scss +7 -7
- package/src/stock-home/stock-home.scss +7 -7
- package/src/stock-items/add-stock-item/stock-item-details/stock-item-details.component.tsx +2 -4
- package/src/stock-items/add-stock-item/stock-item-details/stock-item-details.scss +33 -4
- package/src/stock-items/stock-items-table.scss +8 -9
- package/src/stock-management-header/stock-management-header.scss +5 -5
- package/src/stock-operations/add-stock-operation/add-stock-operation.component.tsx +13 -9
- package/src/stock-operations/add-stock-operation/add-stock-operation.scss +5 -5
- package/src/stock-operations/add-stock-operation/add-stock-operation.utils.tsx +1 -4
- package/src/stock-operations/add-stock-operation/base-operation-details.component.tsx +2 -4
- package/src/stock-operations/add-stock-operation/base-operation-details.scss +30 -0
- package/src/stock-operations/add-stock-operation/stock-operation-submission.component.tsx +17 -17
- package/src/stock-operations/stock-operations-dialog/stock-operations-complete-button.component.tsx +3 -2
- package/src/stock-operations/stock-operations-dialog/stock-operations-completed-dispatch-button.component.tsx +3 -2
- package/src/stock-operations/stock-operations-dialog/stock-operations-dialog.scss +5 -5
- package/src/stock-operations/stock-operations-table.component.tsx +19 -65
- package/src/stock-operations/stock-operations-table.scss +8 -9
- package/src/stock-reports/report-list/stock-reports.scss +2 -1
- package/src/stock-settings/stock-settings.component.tsx +1 -1
- package/src/stock-settings/stock-settings.scss +7 -4
- package/src/stock-sources/add-stock-sources/add-stock-sources.scss +6 -6
- package/src/stock-sources/delete-stock-modal.component.tsx +3 -3
- package/src/stock-sources/delete-stock-modal.scss +11 -0
- package/src/stock-sources/stock-sources-filter/stock-sources-filter.scss +3 -1
- package/src/stock-sources/stock-sources.scss +9 -9
- package/src/stock-user-role-scopes/delete-stock-user-scope-modal.component.tsx +1 -1
- package/src/stock-user-role-scopes/delete-stock-user-scope-modal.scss +11 -0
- package/src/stock-user-role-scopes/stock-user-role-scopes.scss +8 -7
- package/translations/am.json +1 -0
- package/translations/ar.json +1 -0
- package/translations/en.json +2 -1
- package/translations/es.json +1 -0
- package/translations/fr.json +1 -0
- package/translations/he.json +1 -0
- package/translations/km.json +1 -0
- package/translations/zh.json +1 -0
- package/dist/281.js +0 -1
- package/dist/281.js.map +0 -1
- package/src/root.scss +0 -108
package/src/root.scss
DELETED
@@ -1,108 +0,0 @@
|
|
1
|
-
@use '@carbon/styles/scss/spacing';
|
2
|
-
@use '@carbon/styles/scss/type';
|
3
|
-
@import "~@openmrs/esm-styleguide/src/vars";
|
4
|
-
|
5
|
-
$ui-01: #f4f4f4;
|
6
|
-
$ui-02: #ffffff;
|
7
|
-
$ui-03: #e0e0e0;
|
8
|
-
$ui-05: #161616;
|
9
|
-
$ui-background: #ffffff;
|
10
|
-
$color-gray-70: #525252;
|
11
|
-
$color-blue-60-2: #0f62fe;
|
12
|
-
$color-yellow-50: #feecae;
|
13
|
-
$inverse-support-03: #f1c21b;
|
14
|
-
$warning-background: #fff8e1;
|
15
|
-
$openmrs-background-grey: #f4f4f4;
|
16
|
-
$danger: #da1e28;
|
17
|
-
$interactive-01: #0f62fe;
|
18
|
-
$brand-teal-01: #3197D9;
|
19
|
-
$button-primary: #0078A6;
|
20
|
-
|
21
|
-
.productiveHeading01 {
|
22
|
-
@include type.type-style("heading-01");
|
23
|
-
}
|
24
|
-
|
25
|
-
.productiveHeading02 {
|
26
|
-
@include type.type-style("heading-02");
|
27
|
-
}
|
28
|
-
|
29
|
-
.productiveHeading03 {
|
30
|
-
@include type.type-style("productive-heading-03");
|
31
|
-
}
|
32
|
-
|
33
|
-
.productiveHeading04 {
|
34
|
-
@include type.type-style("productive-heading-04");
|
35
|
-
}
|
36
|
-
|
37
|
-
.productiveHeading05 {
|
38
|
-
@include type.type-style("productive-heading-05");
|
39
|
-
}
|
40
|
-
|
41
|
-
.productiveHeading06 {
|
42
|
-
@include type.type-style("productive-heading-06");
|
43
|
-
}
|
44
|
-
|
45
|
-
.bodyShort01 {
|
46
|
-
@include type.type-style("body-short-01");
|
47
|
-
}
|
48
|
-
|
49
|
-
.helperText01 {
|
50
|
-
@include type.type-style("helper-text-01");
|
51
|
-
}
|
52
|
-
|
53
|
-
.bodyShort02 {
|
54
|
-
@include type.type-style("body-short-02");
|
55
|
-
}
|
56
|
-
|
57
|
-
.bodyLong01 {
|
58
|
-
@include type.type-style("body-long-01");
|
59
|
-
}
|
60
|
-
|
61
|
-
.bodyLong02 {
|
62
|
-
@include type.type-style("body-long-02");
|
63
|
-
}
|
64
|
-
|
65
|
-
.label01 {
|
66
|
-
@include type.type-style("label-01");
|
67
|
-
}
|
68
|
-
|
69
|
-
.text02 {
|
70
|
-
color: $text-02;
|
71
|
-
}
|
72
|
-
|
73
|
-
aside {
|
74
|
-
background-color: $ui-02 !important;
|
75
|
-
}
|
76
|
-
|
77
|
-
.container {
|
78
|
-
padding: spacing.$spacing-07;
|
79
|
-
}
|
80
|
-
|
81
|
-
.formContainer {
|
82
|
-
height: calc(100vh - 100px) !important;
|
83
|
-
overflow: scroll;
|
84
|
-
padding: 0 1rem;
|
85
|
-
}
|
86
|
-
|
87
|
-
.verticalForm {
|
88
|
-
display: flex;
|
89
|
-
grid-row-gap: 2em;
|
90
|
-
padding-top: 1rem;
|
91
|
-
align-content: space-between;
|
92
|
-
flex-direction: column;
|
93
|
-
|
94
|
-
:global(.cds--form-item) {
|
95
|
-
flex: none !important;
|
96
|
-
}
|
97
|
-
|
98
|
-
:global(.cds--label) {
|
99
|
-
color: black;
|
100
|
-
display: inline-block;
|
101
|
-
font-size: var(--cds-label-01-font-size);
|
102
|
-
font-weight: bold;
|
103
|
-
letter-spacing: var(--cds-label-01-letter-spacing, .32px);
|
104
|
-
line-height: 1rem;
|
105
|
-
margin-bottom: 0.5rem;
|
106
|
-
vertical-align: baseline;
|
107
|
-
}
|
108
|
-
}
|