marketplacepos 2.5.1 → 2.5.2

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.
Files changed (45) hide show
  1. package/Marketplace/397.9488b7c2d948b1be.js +1 -0
  2. package/Marketplace/assets/bootstrap_light.scss +1142 -1142
  3. package/Marketplace/assets/floatingLabel.scss +187 -187
  4. package/Marketplace/assets/lbd/_alerts.scss +90 -90
  5. package/Marketplace/assets/lbd/_bootstrap-switch.scss +128 -128
  6. package/Marketplace/assets/lbd/_buttons.scss +132 -132
  7. package/Marketplace/assets/lbd/_cards.scss +256 -256
  8. package/Marketplace/assets/lbd/_chartist.scss +229 -229
  9. package/Marketplace/assets/lbd/_checkbox-radio-switch.scss +140 -140
  10. package/Marketplace/assets/lbd/_dropdown.scss +137 -137
  11. package/Marketplace/assets/lbd/_footers.scss +75 -75
  12. package/Marketplace/assets/lbd/_inputs.scss +141 -141
  13. package/Marketplace/assets/lbd/_misc.scss +120 -120
  14. package/Marketplace/assets/lbd/_mixins.scss +8 -8
  15. package/Marketplace/assets/lbd/_navbars.scss +235 -235
  16. package/Marketplace/assets/lbd/_partial-nucleo-icons.scss +574 -574
  17. package/Marketplace/assets/lbd/_responsive.scss +482 -482
  18. package/Marketplace/assets/lbd/_sidebar-and-main-panel.scss +333 -333
  19. package/Marketplace/assets/lbd/_tables.scss +88 -88
  20. package/Marketplace/assets/lbd/_typography.scss +91 -91
  21. package/Marketplace/assets/lbd/_variables.scss +272 -272
  22. package/Marketplace/assets/lbd/mixins/_buttons.scss +69 -69
  23. package/Marketplace/assets/lbd/mixins/_cards.scss +8 -8
  24. package/Marketplace/assets/lbd/mixins/_chartist.scss +87 -87
  25. package/Marketplace/assets/lbd/mixins/_icons.scss +12 -12
  26. package/Marketplace/assets/lbd/mixins/_inputs.scss +1 -1
  27. package/Marketplace/assets/lbd/mixins/_labels.scss +20 -20
  28. package/Marketplace/assets/lbd/mixins/_morphing-buttons.scss +33 -33
  29. package/Marketplace/assets/lbd/mixins/_navbars.scss +11 -11
  30. package/Marketplace/assets/lbd/mixins/_social-buttons.scss +42 -42
  31. package/Marketplace/assets/lbd/mixins/_tabs.scss +3 -3
  32. package/Marketplace/assets/lbd/mixins/_transparency.scss +19 -19
  33. package/Marketplace/assets/lbd/mixins/_vendor-prefixes.scss +211 -211
  34. package/Marketplace/assets/lbd/plugins/_animate.scss +227 -227
  35. package/Marketplace/assets/lbd/plugins/_datetime-picker.scss +463 -463
  36. package/Marketplace/assets/light-bootstrap-dashboard.scss +32 -32
  37. package/Marketplace/assets/pos_variable.scss +83 -83
  38. package/Marketplace/assets/sitemap.json +39 -39
  39. package/Marketplace/assets/stepper-custom.scss +32 -32
  40. package/Marketplace/assets/variables-custom.scss +190 -190
  41. package/Marketplace/assets/version-adjustment-v5.scss +286 -286
  42. package/Marketplace/index.html +2 -2
  43. package/Marketplace/{runtime.de37a7d67f4eed9c.js → runtime.6d4d6c7e2c139e6c.js} +1 -1
  44. package/package.json +1 -1
  45. package/Marketplace/397.5ae6b1775c69cdc2.js +0 -1
@@ -1,191 +1,191 @@
1
- @import "~bootstrap/scss/functions";
2
- // scss-docs-start color-variables
3
- $body-color: #333333;
4
- $blue: #337ab7;
5
- $gray-600: #cccccc;
6
- $green: #89b03e;
7
- $light:#dddddd;
8
- $red: #c9302c;
9
- $gray-100: #dddddd;
10
- $gray-900: #4d4d4d;
11
- $dark: #4d4d4d;
12
- $orange: #f6a828;
13
- $white: #ffffff;
14
- $info: #17a2b8;
15
-
16
- // pos-web color-variables
17
- $header-color: #3b3b3b;
18
- $light-blue: #f7f7f8;
19
- $light-gray: rgba(203, 203, 210, 0.15);
20
- $gradient-danger: repeating-linear-gradient(
21
- -60deg,
22
- #f8d7da,
23
- #f8d7da 15px,
24
- #f5c6cb 15px,
25
- #f5c6cb 30px
26
- );
27
- $gradient-warning: repeating-linear-gradient(
28
- -60deg,
29
- #fcf3cf,
30
- #fcf3cf 15px,
31
- #f9e79f 15px,
32
- #f9e79f 30px
33
- );
34
- $gray-secondary: #cccccc;
35
-
36
- // stylelint-enable value-keyword-case
37
- $font-family-base: 'Roboto', sans-serif;
38
- $headings-font-family: 'Roboto Slab', serif;
39
-
40
- // scss-docs-start font-variables
41
- $font-size-base: 0.75rem;
42
-
43
- $h1-font-size: 1.375rem; //22px
44
- $h2-font-size: 1.25rem; //20px
45
- $h3-font-size: 1.125rem; //18px
46
- $h4-font-size: 1rem; //16px
47
- $h5-font-size: 0.875rem; //14px
48
- $h6-font-size: 0.75rem; //12px
49
-
50
- // pos-web font-variables
51
- $headings-font-weight: 700;
52
-
53
- // scss-docs-start spacer-variables-maps
54
- $spacer: 0.125rem;
55
- $spacers: (
56
- 0: 0,
57
- 1: $spacer,
58
- 2: $spacer * 2,
59
- 3: $spacer * 3,
60
- 4: $spacer * 4,
61
- 5: $spacer * 5,
62
- 6: $spacer * 6,
63
- 7: $spacer * 7,
64
- 8: $spacer * 8,
65
- 9: $spacer * 9,
66
- 10: $spacer * 10,
67
- 11: $spacer * 11,
68
- 12: $spacer * 12,
69
- );
70
-
71
- // Style anchor elements.
72
- $link-color:#0976b4;
73
-
74
- // scss-docs-start type-variables
75
- $text-muted: #9a9a9a;
76
-
77
- // scss-docs-start btn-variables
78
- $btn-padding-y: 0.625rem;
79
- $btn-padding-x: 0.9375rem;
80
-
81
- // scss-docs-start dropdown-variables
82
- $dropdown-item-padding-y: .5rem;
83
- $dropdown-item-padding-x: 1rem;
84
- $dropdown-link-color: $body-color;
85
- $dropdown-link-active-bg: transparent;
86
- $dropdown-link-active-color: inherit;
87
-
88
- // scss-docs-start table-variables
89
- $table-cell-padding-y: 12px;
90
- $table-cell-padding-x: 8px;
91
- $table-border-color: $light;
92
-
93
- // scss-docs-start form-input-variables
94
- $input-focus-box-shadow: none;
95
- $input-border-radius:0px;
96
- $input-border-radius-lg: 1px;
97
-
98
- // scss-docs-start input-group-variables
99
- $input-group-addon-bg: white;
100
-
101
- // scss-docs-start card-variables
102
- $card-cap-bg: $white;
103
- $card-spacer-x: 0.9375rem;
104
-
105
- // scss-docs-start border-variables
106
- $border: 1px solid $light;
107
-
108
- @import "~bootstrap/scss/variables";
109
- @import "~bootstrap/scss/mixins";
110
-
111
- // scss-docs-start colors-map
112
- // known issue, should not make bg-light-gray: https://github.com/twbs/bootstrap/issues/34756
113
- // this issue will be supposedly fixed in Bootstrap 5.2.0: https://github.com/twbs/bootstrap/issues/35815
114
- $light-gray-map: (
115
- "light-gray": $light-gray
116
- );
117
- $theme-colors: map-merge($theme-colors, $light-gray-map);
118
- // pos-web bg-*
119
- .bg-light-gray {
120
- background-color: var(--bs-light-gray);
121
- --bs-bg-opacity: 0.15 !important;
122
- }
123
- .bg-gradient-danger {
124
- background: repeating-linear-gradient(-60deg, #f8d7da, #f8d7da 15px, #f5c6cb 15px, #f5c6cb 30px) !important;
125
- }
126
-
127
- .bg-gradient-success {
128
- background: repeating-linear-gradient(-60deg,#28a745,#28a745 15px,#a2dbb0 15px,#a2dbb0 30px) !important;
129
- }
130
-
131
- .bg-gradient-warning {
132
- background: repeating-linear-gradient(-60deg,#FCF3CF,#FCF3CF 15px,#F9E79F 15px,#F9E79F 30px) !important;
133
- }
134
-
135
- // pos-web text-*
136
- .text-primary {
137
- color: #0976b4 !important;
138
- }
139
-
140
- .text-danger {
141
- color: #fb404b !important;
142
- }
143
-
144
- .text-dark {
145
- color: #5e5e5e !important;
146
- }
147
-
148
- .text-success {
149
- color: #87cb16 !important;
150
- }
151
-
152
- .text-black {
153
- color: black !important;
154
- }
155
-
156
- // pos-web btn-*
157
- .btn-light-blue {
158
- color: #212529;
159
- background-color: #dfeffc !important;
160
- border-color: #dfeffc;
161
- }
162
- .btn-light-blue:hover {
163
- color: #212529;
164
- background-color: #bcdef9;
165
- border-color: #b0d8f8;
166
- }
167
- .btn-light-blue:focus,
168
- .btn-light-blue.focus {
169
- color: #212529;
170
- background-color: #bcdef9;
171
- border-color: #b0d8f8;
172
- box-shadow: 0 0 0 0.2rem rgba(195, 209, 220, 0.5);
173
- }
174
- .btn-light-blue.disabled,
175
- .btn-light-blue:disabled {
176
- color: #212529;
177
- background-color: #dfeffc;
178
- border-color: #dfeffc;
179
- }
180
- .btn-light-blue:not(:disabled):not(.disabled):active,
181
- .btn-light-blue:not(:disabled):not(.disabled).active,
182
- .show > .btn-light-blue.dropdown-toggle {
183
- color: #212529;
184
- background-color: #b0d8f8;
185
- border-color: #a5d2f7;
186
- }
187
- .btn-light-blue:not(:disabled):not(.disabled):active:focus,
188
- .btn-light-blue:not(:disabled):not(.disabled).active:focus,
189
- .show > .btn-light-blue.dropdown-toggle:focus {
190
- box-shadow: 0 0 0 0.2rem rgba(195, 209, 220, 0.5);
1
+ @import "~bootstrap/scss/functions";
2
+ // scss-docs-start color-variables
3
+ $body-color: #333333;
4
+ $blue: #337ab7;
5
+ $gray-600: #cccccc;
6
+ $green: #89b03e;
7
+ $light:#dddddd;
8
+ $red: #c9302c;
9
+ $gray-100: #dddddd;
10
+ $gray-900: #4d4d4d;
11
+ $dark: #4d4d4d;
12
+ $orange: #f6a828;
13
+ $white: #ffffff;
14
+ $info: #17a2b8;
15
+
16
+ // pos-web color-variables
17
+ $header-color: #3b3b3b;
18
+ $light-blue: #f7f7f8;
19
+ $light-gray: rgba(203, 203, 210, 0.15);
20
+ $gradient-danger: repeating-linear-gradient(
21
+ -60deg,
22
+ #f8d7da,
23
+ #f8d7da 15px,
24
+ #f5c6cb 15px,
25
+ #f5c6cb 30px
26
+ );
27
+ $gradient-warning: repeating-linear-gradient(
28
+ -60deg,
29
+ #fcf3cf,
30
+ #fcf3cf 15px,
31
+ #f9e79f 15px,
32
+ #f9e79f 30px
33
+ );
34
+ $gray-secondary: #cccccc;
35
+
36
+ // stylelint-enable value-keyword-case
37
+ $font-family-base: 'Roboto', sans-serif;
38
+ $headings-font-family: 'Roboto Slab', serif;
39
+
40
+ // scss-docs-start font-variables
41
+ $font-size-base: 0.75rem;
42
+
43
+ $h1-font-size: 1.375rem; //22px
44
+ $h2-font-size: 1.25rem; //20px
45
+ $h3-font-size: 1.125rem; //18px
46
+ $h4-font-size: 1rem; //16px
47
+ $h5-font-size: 0.875rem; //14px
48
+ $h6-font-size: 0.75rem; //12px
49
+
50
+ // pos-web font-variables
51
+ $headings-font-weight: 700;
52
+
53
+ // scss-docs-start spacer-variables-maps
54
+ $spacer: 0.125rem;
55
+ $spacers: (
56
+ 0: 0,
57
+ 1: $spacer,
58
+ 2: $spacer * 2,
59
+ 3: $spacer * 3,
60
+ 4: $spacer * 4,
61
+ 5: $spacer * 5,
62
+ 6: $spacer * 6,
63
+ 7: $spacer * 7,
64
+ 8: $spacer * 8,
65
+ 9: $spacer * 9,
66
+ 10: $spacer * 10,
67
+ 11: $spacer * 11,
68
+ 12: $spacer * 12,
69
+ );
70
+
71
+ // Style anchor elements.
72
+ $link-color:#0976b4;
73
+
74
+ // scss-docs-start type-variables
75
+ $text-muted: #9a9a9a;
76
+
77
+ // scss-docs-start btn-variables
78
+ $btn-padding-y: 0.625rem;
79
+ $btn-padding-x: 0.9375rem;
80
+
81
+ // scss-docs-start dropdown-variables
82
+ $dropdown-item-padding-y: .5rem;
83
+ $dropdown-item-padding-x: 1rem;
84
+ $dropdown-link-color: $body-color;
85
+ $dropdown-link-active-bg: transparent;
86
+ $dropdown-link-active-color: inherit;
87
+
88
+ // scss-docs-start table-variables
89
+ $table-cell-padding-y: 12px;
90
+ $table-cell-padding-x: 8px;
91
+ $table-border-color: $light;
92
+
93
+ // scss-docs-start form-input-variables
94
+ $input-focus-box-shadow: none;
95
+ $input-border-radius:0px;
96
+ $input-border-radius-lg: 1px;
97
+
98
+ // scss-docs-start input-group-variables
99
+ $input-group-addon-bg: white;
100
+
101
+ // scss-docs-start card-variables
102
+ $card-cap-bg: $white;
103
+ $card-spacer-x: 0.9375rem;
104
+
105
+ // scss-docs-start border-variables
106
+ $border: 1px solid $light;
107
+
108
+ @import "~bootstrap/scss/variables";
109
+ @import "~bootstrap/scss/mixins";
110
+
111
+ // scss-docs-start colors-map
112
+ // known issue, should not make bg-light-gray: https://github.com/twbs/bootstrap/issues/34756
113
+ // this issue will be supposedly fixed in Bootstrap 5.2.0: https://github.com/twbs/bootstrap/issues/35815
114
+ $light-gray-map: (
115
+ "light-gray": $light-gray
116
+ );
117
+ $theme-colors: map-merge($theme-colors, $light-gray-map);
118
+ // pos-web bg-*
119
+ .bg-light-gray {
120
+ background-color: var(--bs-light-gray);
121
+ --bs-bg-opacity: 0.15 !important;
122
+ }
123
+ .bg-gradient-danger {
124
+ background: repeating-linear-gradient(-60deg, #f8d7da, #f8d7da 15px, #f5c6cb 15px, #f5c6cb 30px) !important;
125
+ }
126
+
127
+ .bg-gradient-success {
128
+ background: repeating-linear-gradient(-60deg,#28a745,#28a745 15px,#a2dbb0 15px,#a2dbb0 30px) !important;
129
+ }
130
+
131
+ .bg-gradient-warning {
132
+ background: repeating-linear-gradient(-60deg,#FCF3CF,#FCF3CF 15px,#F9E79F 15px,#F9E79F 30px) !important;
133
+ }
134
+
135
+ // pos-web text-*
136
+ .text-primary {
137
+ color: #0976b4 !important;
138
+ }
139
+
140
+ .text-danger {
141
+ color: #fb404b !important;
142
+ }
143
+
144
+ .text-dark {
145
+ color: #5e5e5e !important;
146
+ }
147
+
148
+ .text-success {
149
+ color: #87cb16 !important;
150
+ }
151
+
152
+ .text-black {
153
+ color: black !important;
154
+ }
155
+
156
+ // pos-web btn-*
157
+ .btn-light-blue {
158
+ color: #212529;
159
+ background-color: #dfeffc !important;
160
+ border-color: #dfeffc;
161
+ }
162
+ .btn-light-blue:hover {
163
+ color: #212529;
164
+ background-color: #bcdef9;
165
+ border-color: #b0d8f8;
166
+ }
167
+ .btn-light-blue:focus,
168
+ .btn-light-blue.focus {
169
+ color: #212529;
170
+ background-color: #bcdef9;
171
+ border-color: #b0d8f8;
172
+ box-shadow: 0 0 0 0.2rem rgba(195, 209, 220, 0.5);
173
+ }
174
+ .btn-light-blue.disabled,
175
+ .btn-light-blue:disabled {
176
+ color: #212529;
177
+ background-color: #dfeffc;
178
+ border-color: #dfeffc;
179
+ }
180
+ .btn-light-blue:not(:disabled):not(.disabled):active,
181
+ .btn-light-blue:not(:disabled):not(.disabled).active,
182
+ .show > .btn-light-blue.dropdown-toggle {
183
+ color: #212529;
184
+ background-color: #b0d8f8;
185
+ border-color: #a5d2f7;
186
+ }
187
+ .btn-light-blue:not(:disabled):not(.disabled):active:focus,
188
+ .btn-light-blue:not(:disabled):not(.disabled).active:focus,
189
+ .show > .btn-light-blue.dropdown-toggle:focus {
190
+ box-shadow: 0 0 0 0.2rem rgba(195, 209, 220, 0.5);
191
191
  }