ca-components 2.0.83 → 2.0.84
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/assets/theme/variables.scss +2 -0
- package/fesm2022/ca-components.mjs +148 -123
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-confirmation-modals/components/ca-activate-modal/ca-active-modal.component.d.ts +4 -0
- package/lib/components/ca-confirmation-modals/components/ca-deactive-modal/ca-deactive-modal.component.d.ts +4 -0
- package/lib/components/ca-confirmation-modals/components/ca-delete-modal/ca-delete-modal.component.d.ts +4 -0
- package/lib/components/ca-confirmation-modals/components/ca-move-modal/ca-move-modal.component.d.ts +4 -0
- package/lib/components/ca-confirmation-modals/components/ca-reset-table-modal/ca-reset-table-modal.component.d.ts +4 -0
- package/lib/components/ca-confirmation-modals/components/ca-void-modal/ca-void-modal.component.d.ts +4 -0
- package/lib/components/ca-confirmation-modals/interfaces/confirmation-modal-buttons.interface.d.ts +2 -1
- package/lib/components/ca-confirmation-modals/utils/constants/confirmation-modal-buttons.constants.d.ts +1 -1
- package/lib/components/ca-modal-button/ca-modal-button.component.d.ts +3 -1
- package/lib/components/ca-modal-button/enums/modal-button-size.enum.d.ts +1 -0
- package/package.json +1 -1
|
@@ -163,6 +163,7 @@ $ta-blue-23: #536bc220;
|
|
|
163
163
|
$ta-blue-24: #8785e8;
|
|
164
164
|
$ta-blue-25: #e0eaf8;
|
|
165
165
|
$ta-blue-26: #4dc5eb;
|
|
166
|
+
$ta-blue-27: #00179e;
|
|
166
167
|
|
|
167
168
|
// $ta-blue-14: #0B49D1;
|
|
168
169
|
$dark-blue-07: #5673aa70;
|
|
@@ -189,6 +190,7 @@ $ta-red-20: #df3c3c66;
|
|
|
189
190
|
$ta-red-21: #ffebee;
|
|
190
191
|
$ta-red-22: #e67374;
|
|
191
192
|
$ta-red-23: #ed93bb;
|
|
193
|
+
$ta-red-24: #8f0000;
|
|
192
194
|
|
|
193
195
|
$ta-review-green: #4db6a2;
|
|
194
196
|
$ta-review-green-2: #26a690;
|