mortgage-calculator-package 1.0.3 → 2.0.0
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/05e0aac3f5f644c344d6.svg +3 -0
- package/dist/calculator.d.ts +1 -1
- package/dist/dec0b8717bf0d582857b.svg +3 -0
- package/dist/faqs.d.ts +1 -0
- package/dist/firebase.d.ts +2 -0
- package/dist/index.d.ts +8 -3
- package/dist/index.html +5 -2
- package/dist/index.js +2 -1
- package/dist/index.js.LICENSE.txt +146 -0
- package/dist/index.js.map +1 -1
- package/dist/market-trend-videos.d.ts +1 -0
- package/dist/research-articles.d.ts +1 -0
- package/dist/styles.css +2 -2
- package/dist/styles.css.map +1 -1
- package/dist/utils.d.ts +1 -0
- package/package.json +7 -2
@@ -0,0 +1,146 @@
|
|
1
|
+
/**
|
2
|
+
* @license
|
3
|
+
* Copyright 2017 Google LLC
|
4
|
+
*
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
* you may not use this file except in compliance with the License.
|
7
|
+
* You may obtain a copy of the License at
|
8
|
+
*
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
*
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
* See the License for the specific language governing permissions and
|
15
|
+
* limitations under the License.
|
16
|
+
*/
|
17
|
+
|
18
|
+
/**
|
19
|
+
* @license
|
20
|
+
* Copyright 2018 Google LLC
|
21
|
+
*
|
22
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
23
|
+
* you may not use this file except in compliance with the License.
|
24
|
+
* You may obtain a copy of the License at
|
25
|
+
*
|
26
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
27
|
+
*
|
28
|
+
* Unless required by applicable law or agreed to in writing, software
|
29
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
30
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
31
|
+
* See the License for the specific language governing permissions and
|
32
|
+
* limitations under the License.
|
33
|
+
*/
|
34
|
+
|
35
|
+
/**
|
36
|
+
* @license
|
37
|
+
* Copyright 2019 Google LLC
|
38
|
+
*
|
39
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
40
|
+
* you may not use this file except in compliance with the License.
|
41
|
+
* You may obtain a copy of the License at
|
42
|
+
*
|
43
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
44
|
+
*
|
45
|
+
* Unless required by applicable law or agreed to in writing, software
|
46
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
47
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
48
|
+
* See the License for the specific language governing permissions and
|
49
|
+
* limitations under the License.
|
50
|
+
*/
|
51
|
+
|
52
|
+
/**
|
53
|
+
* @license
|
54
|
+
* Copyright 2020 Google LLC
|
55
|
+
*
|
56
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
57
|
+
* you may not use this file except in compliance with the License.
|
58
|
+
* You may obtain a copy of the License at
|
59
|
+
*
|
60
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
61
|
+
*
|
62
|
+
* Unless required by applicable law or agreed to in writing, software
|
63
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
64
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
65
|
+
* See the License for the specific language governing permissions and
|
66
|
+
* limitations under the License.
|
67
|
+
*/
|
68
|
+
|
69
|
+
/**
|
70
|
+
* @license
|
71
|
+
* Copyright 2021 Google LLC
|
72
|
+
*
|
73
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
74
|
+
* you may not use this file except in compliance with the License.
|
75
|
+
* You may obtain a copy of the License at
|
76
|
+
*
|
77
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
78
|
+
*
|
79
|
+
* Unless required by applicable law or agreed to in writing, software
|
80
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
81
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
82
|
+
* See the License for the specific language governing permissions and
|
83
|
+
* limitations under the License.
|
84
|
+
*/
|
85
|
+
|
86
|
+
/**
|
87
|
+
* @license
|
88
|
+
* Copyright 2022 Google LLC
|
89
|
+
*
|
90
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
91
|
+
* you may not use this file except in compliance with the License.
|
92
|
+
* You may obtain a copy of the License at
|
93
|
+
*
|
94
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
95
|
+
*
|
96
|
+
* Unless required by applicable law or agreed to in writing, software
|
97
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
98
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
99
|
+
* See the License for the specific language governing permissions and
|
100
|
+
* limitations under the License.
|
101
|
+
*/
|
102
|
+
|
103
|
+
/**
|
104
|
+
* @license
|
105
|
+
* Copyright 2023 Google LLC
|
106
|
+
*
|
107
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
108
|
+
* you may not use this file except in compliance with the License.
|
109
|
+
* You may obtain a copy of the License at
|
110
|
+
*
|
111
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
112
|
+
*
|
113
|
+
* Unless required by applicable law or agreed to in writing, software
|
114
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
115
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
116
|
+
* See the License for the specific language governing permissions and
|
117
|
+
* limitations under the License.
|
118
|
+
*/
|
119
|
+
|
120
|
+
/**
|
121
|
+
* @license
|
122
|
+
* Copyright 2024 Google LLC
|
123
|
+
*
|
124
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
125
|
+
* you may not use this file except in compliance with the License.
|
126
|
+
* You may obtain a copy of the License at
|
127
|
+
*
|
128
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
129
|
+
*
|
130
|
+
* Unless required by applicable law or agreed to in writing, software
|
131
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
132
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
133
|
+
* See the License for the specific language governing permissions and
|
134
|
+
* limitations under the License.
|
135
|
+
*/
|
136
|
+
|
137
|
+
/** @license
|
138
|
+
|
139
|
+
Copyright The Closure Library Authors.
|
140
|
+
SPDX-License-Identifier: Apache-2.0
|
141
|
+
*/
|
142
|
+
|
143
|
+
/** @license
|
144
|
+
Copyright The Closure Library Authors.
|
145
|
+
SPDX-License-Identifier: Apache-2.0
|
146
|
+
*/
|