@axos-web-dev/shared-components 1.0.100-dev.33 → 1.0.100-dev.34
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/Calculators/Calculator.js +1 -1
- package/dist/Chatbot/ChatWindow.css.js +0 -1
- package/dist/Chatbot/Chatbot.css.js +1 -0
- package/dist/Forms/SuccesForm.js +1 -1
- package/dist/Table/Table.css.d.ts +4 -5
- package/dist/assets/Accordion/Accordion.css +2 -2
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +1 -1
- package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +2 -2
- package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +1 -1
- package/dist/assets/ImageBillboard/ImageBillboard.css +0 -1
- package/dist/assets/Table/Table.css +4 -5
- package/dist/assets/themes/axos.css +2 -2
- package/package.json +1 -1
|
@@ -52,8 +52,8 @@ import "../Carousel/index.js";
|
|
|
52
52
|
/* empty css */
|
|
53
53
|
import "../Chatbot/store/chat.js";
|
|
54
54
|
import "../Chatbot/authenticate.js";
|
|
55
|
-
import "react-use";
|
|
56
55
|
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
56
|
+
import "react-use";
|
|
57
57
|
/* empty css */
|
|
58
58
|
import "../Chatbot/store/messages.js";
|
|
59
59
|
/* empty css */
|
package/dist/Forms/SuccesForm.js
CHANGED
|
@@ -61,8 +61,8 @@ import "../Carousel/index.js";
|
|
|
61
61
|
/* empty css */
|
|
62
62
|
import "../Chatbot/store/chat.js";
|
|
63
63
|
import "../Chatbot/authenticate.js";
|
|
64
|
-
import "react-use";
|
|
65
64
|
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
65
|
+
import "react-use";
|
|
66
66
|
/* empty css */
|
|
67
67
|
import "../Chatbot/store/messages.js";
|
|
68
68
|
/* empty css */
|
|
@@ -3,7 +3,6 @@ export declare const table_container: import('@vanilla-extract/recipes').Runtime
|
|
|
3
3
|
variant: {
|
|
4
4
|
apy: {
|
|
5
5
|
background: `var(--${string})`;
|
|
6
|
-
border: "1px solid #f1f1f1";
|
|
7
6
|
padding: "2rem 0";
|
|
8
7
|
};
|
|
9
8
|
standard: {
|
|
@@ -77,16 +76,16 @@ export declare const td: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
77
76
|
primary: {
|
|
78
77
|
background: `var(--${string})`;
|
|
79
78
|
color: "#4A5560";
|
|
80
|
-
borderBottom:
|
|
79
|
+
borderBottom: string;
|
|
81
80
|
};
|
|
82
81
|
secondary: {
|
|
83
82
|
background: `var(--${string})`;
|
|
84
83
|
color: "#4A5560";
|
|
85
|
-
borderBottom:
|
|
84
|
+
borderBottom: string;
|
|
86
85
|
};
|
|
87
86
|
tertiary: {
|
|
88
87
|
color: `var(--${string})`;
|
|
89
|
-
borderBottom:
|
|
88
|
+
borderBottom: string;
|
|
90
89
|
selectors: {
|
|
91
90
|
"&:first-child": {
|
|
92
91
|
background: `var(--${string})`;
|
|
@@ -105,7 +104,7 @@ export declare const td: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
105
104
|
};
|
|
106
105
|
quaternary: {
|
|
107
106
|
color: `var(--${string})`;
|
|
108
|
-
borderBottom:
|
|
107
|
+
borderBottom: string;
|
|
109
108
|
selectors: {
|
|
110
109
|
"&:first-child": {
|
|
111
110
|
background: `var(--${string})`;
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
}
|
|
5
5
|
._1nivbwe2 {
|
|
6
6
|
background: var(--_1073cm88);
|
|
7
|
-
border: 1px solid #f1f1f1;
|
|
8
7
|
padding: 2rem 0;
|
|
9
8
|
}
|
|
10
9
|
._1nivbwe3 {
|
|
@@ -120,16 +119,16 @@
|
|
|
120
119
|
._1nivbwem {
|
|
121
120
|
background: var(--_1073cm81);
|
|
122
121
|
color: #4A5560;
|
|
123
|
-
border-bottom: 1px solid
|
|
122
|
+
border-bottom: 1px solid var(--_1073cm8b);
|
|
124
123
|
}
|
|
125
124
|
._1nivbwen {
|
|
126
125
|
background: var(--_1073cm88);
|
|
127
126
|
color: #4A5560;
|
|
128
|
-
border-bottom: 1px solid
|
|
127
|
+
border-bottom: 1px solid var(--_1073cm8b);
|
|
129
128
|
}
|
|
130
129
|
._1nivbweo {
|
|
131
130
|
color: var(--_1073cm8h);
|
|
132
|
-
border-bottom: 1px solid
|
|
131
|
+
border-bottom: 1px solid var(--_1073cm8b);
|
|
133
132
|
}
|
|
134
133
|
._1nivbweo:first-child {
|
|
135
134
|
background: var(--_1073cm8f);
|
|
@@ -137,7 +136,7 @@
|
|
|
137
136
|
}
|
|
138
137
|
._1nivbwep {
|
|
139
138
|
color: var(--_1073cm8o);
|
|
140
|
-
border-bottom: 1px solid
|
|
139
|
+
border-bottom: 1px solid var(--_1073cm8b);
|
|
141
140
|
}
|
|
142
141
|
._1nivbwep:first-child {
|
|
143
142
|
background: var(--_1073cm8m);
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
--_1073cm8s: linear-gradient(45deg, #FFFFFF, #FFFFFF);
|
|
30
30
|
--_1073cm8t: #D2272F;
|
|
31
31
|
--_1073cm8u: #BDBDBD;
|
|
32
|
-
--_1073cm8v: #
|
|
33
|
-
--_1073cm8w: #
|
|
32
|
+
--_1073cm8v: #FFFFFF;
|
|
33
|
+
--_1073cm8w: #939BA6;
|
|
34
34
|
--_1073cm8x: #1E3860;
|
|
35
35
|
--_1073cm8y: #98DDFF;
|
|
36
36
|
--_1073cm8z: linear-gradient(0deg,#1E3860,#1E3860);
|
package/package.json
CHANGED