@visns-studio/visns-components 4.7.1 → 4.7.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.
- package/dist/index.css +2902 -0
- package/dist/index.js +2 -0
- package/dist/index.js.LICENSE.txt +150 -0
- package/package.json +2 -2
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* React Tooltip
|
|
3
|
+
* {@link https://github.com/ReactTooltip/react-tooltip}
|
|
4
|
+
* @copyright ReactTooltip Team
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/*!
|
|
9
|
+
Copyright (c) 2018 Jed Watson.
|
|
10
|
+
Licensed under the MIT License (MIT), see
|
|
11
|
+
http://jedwatson.github.io/classnames
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
/*!
|
|
15
|
+
react-datepicker v7.3.0
|
|
16
|
+
https://github.com/Hacker0x01/react-datepicker
|
|
17
|
+
Released under the MIT License.
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
/*!
|
|
21
|
+
* Quill Editor v1.3.7
|
|
22
|
+
* https://quilljs.com/
|
|
23
|
+
* Copyright (c) 2014, Jason Chen
|
|
24
|
+
* Copyright (c) 2013, salesforce.com
|
|
25
|
+
*/
|
|
26
|
+
|
|
27
|
+
/*!
|
|
28
|
+
* Signature Pad v5.0.2 | https://github.com/szimek/signature_pad
|
|
29
|
+
* (c) 2024 Szymon Nowak | Released under the MIT license
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
/*! *****************************************************************************
|
|
33
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
34
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
35
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
36
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
37
|
+
|
|
38
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
39
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
40
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
41
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
42
|
+
|
|
43
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
44
|
+
and limitations under the License.
|
|
45
|
+
***************************************************************************** */
|
|
46
|
+
|
|
47
|
+
/*! @preserve
|
|
48
|
+
* numeral.js
|
|
49
|
+
* version : 2.0.6
|
|
50
|
+
* author : Adam Draper
|
|
51
|
+
* license : MIT
|
|
52
|
+
* http://adamwdraper.github.com/Numeral-js/
|
|
53
|
+
*/
|
|
54
|
+
|
|
55
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* @license
|
|
59
|
+
* Lodash <https://lodash.com/>
|
|
60
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
61
|
+
* Released under MIT license <https://lodash.com/license>
|
|
62
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
63
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
64
|
+
*/
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @license React
|
|
68
|
+
* react-dom.production.min.js
|
|
69
|
+
*
|
|
70
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
71
|
+
*
|
|
72
|
+
* This source code is licensed under the MIT license found in the
|
|
73
|
+
* LICENSE file in the root directory of this source tree.
|
|
74
|
+
*/
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* @license React
|
|
78
|
+
* react-jsx-runtime.production.min.js
|
|
79
|
+
*
|
|
80
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
81
|
+
*
|
|
82
|
+
* This source code is licensed under the MIT license found in the
|
|
83
|
+
* LICENSE file in the root directory of this source tree.
|
|
84
|
+
*/
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* @license React
|
|
88
|
+
* react.production.min.js
|
|
89
|
+
*
|
|
90
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
91
|
+
*
|
|
92
|
+
* This source code is licensed under the MIT license found in the
|
|
93
|
+
* LICENSE file in the root directory of this source tree.
|
|
94
|
+
*/
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* @license React
|
|
98
|
+
* scheduler.production.min.js
|
|
99
|
+
*
|
|
100
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
101
|
+
*
|
|
102
|
+
* This source code is licensed under the MIT license found in the
|
|
103
|
+
* LICENSE file in the root directory of this source tree.
|
|
104
|
+
*/
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* @remix-run/router v1.19.1
|
|
108
|
+
*
|
|
109
|
+
* Copyright (c) Remix Software Inc.
|
|
110
|
+
*
|
|
111
|
+
* This source code is licensed under the MIT license found in the
|
|
112
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
113
|
+
*
|
|
114
|
+
* @license MIT
|
|
115
|
+
*/
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* React Router DOM v6.26.1
|
|
119
|
+
*
|
|
120
|
+
* Copyright (c) Remix Software Inc.
|
|
121
|
+
*
|
|
122
|
+
* This source code is licensed under the MIT license found in the
|
|
123
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
124
|
+
*
|
|
125
|
+
* @license MIT
|
|
126
|
+
*/
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* React Router v6.26.1
|
|
130
|
+
*
|
|
131
|
+
* Copyright (c) Remix Software Inc.
|
|
132
|
+
*
|
|
133
|
+
* This source code is licensed under the MIT license found in the
|
|
134
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
135
|
+
*
|
|
136
|
+
* @license MIT
|
|
137
|
+
*/
|
|
138
|
+
|
|
139
|
+
/** @license React v16.13.1
|
|
140
|
+
* react-is.production.min.js
|
|
141
|
+
*
|
|
142
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
143
|
+
*
|
|
144
|
+
* This source code is licensed under the MIT license found in the
|
|
145
|
+
* LICENSE file in the root directory of this source tree.
|
|
146
|
+
*/
|
|
147
|
+
|
|
148
|
+
//! moment.js
|
|
149
|
+
|
|
150
|
+
//! moment.js locale configuration
|
package/package.json
CHANGED
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
75
75
|
},
|
|
76
76
|
"name": "@visns-studio/visns-components",
|
|
77
|
-
"version": "4.7.
|
|
77
|
+
"version": "4.7.2",
|
|
78
78
|
"description": "Various packages to assist in the development of our Custom Applications.",
|
|
79
|
-
"main": "dist/
|
|
79
|
+
"main": "dist/index.js",
|
|
80
80
|
"files": [
|
|
81
81
|
"dist",
|
|
82
82
|
"README.md"
|