@descope/flow-components 2.1.13 → 2.1.14

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.
@@ -1,151 +0,0 @@
1
- /*! @license DOMPurify 3.2.7 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.7/LICENSE */
2
-
3
- /**
4
- * @fileoverview
5
- * @suppress {checkPrototypalTypes}
6
- * @license Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
7
- * This code may only be used under the BSD style license found at
8
- * http://polymer.github.io/LICENSE.txt The complete set of authors may be found
9
- * at http://polymer.github.io/AUTHORS.txt The complete set of contributors may
10
- * be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by
11
- * Google as part of the polymer project is also subject to an additional IP
12
- * rights grant found at http://polymer.github.io/PATENTS.txt
13
- */
14
-
15
- /**
16
- * @license
17
- * Copyright (c) 2015 - 2023 Vaadin Ltd.
18
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
19
- */
20
-
21
- /**
22
- * @license
23
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
24
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
25
- */
26
-
27
- /**
28
- * @license
29
- * Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
30
- * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
31
- * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
32
- * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
33
- * Code distributed by Google as part of the polymer project is also
34
- * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
35
- */
36
-
37
- /**
38
- * @license
39
- * Copyright (c) 2017 - 2023 Vaadin Ltd.
40
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
41
- */
42
-
43
- /**
44
- * @license
45
- * Copyright (c) 2017 - 2024 Vaadin Ltd.
46
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
47
- */
48
-
49
- /**
50
- * @license
51
- * Copyright (c) 2017 Anton Korzunov
52
- * SPDX-License-Identifier: MIT
53
- */
54
-
55
- /**
56
- * @license
57
- * Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
58
- * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
59
- * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
60
- * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
61
- * Code distributed by Google as part of the polymer project is also
62
- * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
63
- */
64
-
65
- /**
66
- * @license
67
- * Copyright (c) 2019 - 2023 Vaadin Ltd.
68
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
69
- */
70
-
71
- /**
72
- * @license
73
- * Copyright (c) 2020 - 2023 Vaadin Ltd.
74
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
75
- */
76
-
77
- /**
78
- * @license
79
- * Copyright (c) 2021 - 2023 Vaadin Ltd.
80
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
81
- */
82
-
83
- /**
84
- * @license
85
- * Copyright (c) 2021 - 2023 Vaadin Ltd..
86
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
87
- */
88
-
89
- /**
90
- * @license
91
- * Copyright (c) 2021 - 2024 Vaadin Ltd.
92
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
93
- */
94
-
95
- /**
96
- * @license
97
- * Copyright (c) 2022 - 2023 Vaadin Ltd.
98
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
99
- */
100
-
101
- /**
102
- * @license
103
- * Copyright (c) 2023 - 2024 Vaadin Ltd.
104
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
105
- */
106
-
107
- /**
108
- * @license
109
- * Copyright (c) 2023 Vaadin Ltd.
110
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
111
- */
112
-
113
- /**
114
- * @license
115
- * Copyright (c) 2024 Vaadin Ltd.
116
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
117
- */
118
-
119
- /**
120
- * @license
121
- * Copyright 2017 Google LLC
122
- * SPDX-License-Identifier: BSD-3-Clause
123
- */
124
-
125
- /**
126
- * @license
127
- * Copyright 2018 Google LLC
128
- * SPDX-License-Identifier: BSD-3-Clause
129
- */
130
-
131
- /**
132
- * @license
133
- * Copyright 2019 Google LLC
134
- * SPDX-License-Identifier: BSD-3-Clause
135
- */
136
-
137
- /**
138
- * @license
139
- * Copyright 2020 Google LLC
140
- * SPDX-License-Identifier: BSD-3-Clause
141
- */
142
-
143
- /**
144
- @license
145
- Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
146
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
147
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
148
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
149
- Code distributed by Google as part of the polymer project is also
150
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
151
- */