@crystaldesign/quick-config 26.3.0-beta.2 → 26.3.0-beta.21
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/build/cjs/index.js +2016 -0
- package/build/esm/index.js +1999 -0
- package/build/types/quick-config/src/Components/ConditionEvaluator/index.d.ts +47 -0
- package/build/types/quick-config/src/Components/ConditionEvaluator/index.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/FeatureRenderer/index.d.ts +10 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/FeatureRenderer/index.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/Header/index.d.ts +12 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/Header/index.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/Navigation/index.d.ts +18 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/Navigation/index.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/OptionRenderer/Layouts/ButtonGroupLayout.d.ts +18 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/OptionRenderer/Layouts/ButtonGroupLayout.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/OptionRenderer/Layouts/DropdownLayout.d.ts +16 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/OptionRenderer/Layouts/DropdownLayout.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/OptionRenderer/Layouts/RangeLayout.d.ts +11 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/OptionRenderer/Layouts/RangeLayout.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/OptionRenderer/Layouts/SelectionListLayout.d.ts +18 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/OptionRenderer/Layouts/SelectionListLayout.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/OptionRenderer/index.d.ts +10 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/OptionRenderer/index.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ProgressBar/index.d.ts +7 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ProgressBar/index.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ResultDisplay/components/ContentItem.d.ts +8 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ResultDisplay/components/ContentItem.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ResultDisplay/components/ResultItemsRenderer.d.ts +12 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ResultDisplay/components/ResultItemsRenderer.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ResultDisplay/components/SpeedometerGroup/Speedometer.d.ts +17 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ResultDisplay/components/SpeedometerGroup/Speedometer.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ResultDisplay/components/SpeedometerGroup/index.d.ts +10 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ResultDisplay/components/SpeedometerGroup/index.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ResultDisplay/components/TextResult.d.ts +10 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ResultDisplay/components/TextResult.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ResultDisplay/index.d.ts +13 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ResultDisplay/index.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ResultDisplay/utils/index.d.ts +3 -0
- package/build/types/quick-config/src/Components/QuickConfig/components/ResultDisplay/utils/index.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/hooks/useOptionRenderer.d.ts +19 -0
- package/build/types/quick-config/src/Components/QuickConfig/hooks/useOptionRenderer.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/hooks/useQuickConfig.d.ts +30 -0
- package/build/types/quick-config/src/Components/QuickConfig/hooks/useQuickConfig.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/hooks/useQuickConfigCalculations.d.ts +7 -0
- package/build/types/quick-config/src/Components/QuickConfig/hooks/useQuickConfigCalculations.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/hooks/useQuickConfigFeatures.d.ts +6 -0
- package/build/types/quick-config/src/Components/QuickConfig/hooks/useQuickConfigFeatures.d.ts.map +1 -0
- package/build/types/quick-config/src/Components/QuickConfig/index.d.ts +10 -0
- package/build/types/quick-config/src/Components/QuickConfig/index.d.ts.map +1 -0
- package/build/types/quick-config/src/calculators/variantValueCalculator.d.ts +8 -0
- package/build/types/quick-config/src/calculators/variantValueCalculator.d.ts.map +1 -0
- package/build/types/quick-config/src/index.d.ts +8 -0
- package/build/types/quick-config/src/index.d.ts.map +1 -0
- package/build/types/quick-config/src/stories/QuickConfig.stories.d.ts +17 -0
- package/build/types/quick-config/src/stories/QuickConfig.stories.d.ts.map +1 -0
- package/build/types/quick-config/src/types.d.ts +210 -0
- package/build/types/quick-config/src/types.d.ts.map +1 -0
- package/build/types/quick-config/src/utils/index.d.ts +14 -0
- package/build/types/quick-config/src/utils/index.d.ts.map +1 -0
- package/build/umd/124.quick-config.umd.min.js +2 -0
- package/build/umd/124.quick-config.umd.min.js.LICENSE.txt +1 -0
- package/build/umd/145.quick-config.umd.min.js +2 -0
- package/build/umd/145.quick-config.umd.min.js.LICENSE.txt +1 -0
- package/build/umd/338.quick-config.umd.min.js +2 -0
- package/build/umd/338.quick-config.umd.min.js.LICENSE.txt +1 -0
- package/build/umd/433.quick-config.umd.min.js +2 -0
- package/build/umd/433.quick-config.umd.min.js.LICENSE.txt +1 -0
- package/build/umd/610.quick-config.umd.min.js +2 -0
- package/build/umd/610.quick-config.umd.min.js.LICENSE.txt +1 -0
- package/build/umd/662.quick-config.umd.min.js +2 -0
- package/build/umd/662.quick-config.umd.min.js.LICENSE.txt +1 -0
- package/build/umd/721.quick-config.umd.min.js +408 -0
- package/build/umd/721.quick-config.umd.min.js.LICENSE.txt +92 -0
- package/build/umd/74.quick-config.umd.min.js +2 -0
- package/build/umd/74.quick-config.umd.min.js.LICENSE.txt +1 -0
- package/build/umd/871.quick-config.umd.min.js +2 -0
- package/build/umd/871.quick-config.umd.min.js.LICENSE.txt +1 -0
- package/build/umd/944.quick-config.umd.min.js +2 -0
- package/build/umd/944.quick-config.umd.min.js.LICENSE.txt +10 -0
- package/build/umd/quick-config.umd.min.js +102 -0
- package/build/umd/quick-config.umd.min.js.LICENSE.txt +135 -0
- package/build/umd/report.html +38 -0
- package/package.json +3 -3
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2018 Jed Watson.
|
|
3
|
+
Licensed under the MIT License (MIT), see
|
|
4
|
+
http://jedwatson.github.io/classnames
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*!
|
|
8
|
+
* Platform.js v1.3.6
|
|
9
|
+
* Copyright 2014-2020 Benjamin Tan
|
|
10
|
+
* Copyright 2011-2013 John-David Dalton
|
|
11
|
+
* Available under MIT license
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
/*!
|
|
15
|
+
* The buffer module from node.js, for the browser.
|
|
16
|
+
*
|
|
17
|
+
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
|
18
|
+
* @license MIT
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
/*!
|
|
22
|
+
* The buffer module from node.js, for the browser.
|
|
23
|
+
*
|
|
24
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
25
|
+
* @license MIT
|
|
26
|
+
*/
|
|
27
|
+
|
|
28
|
+
/*! filename:main */
|
|
29
|
+
|
|
30
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
31
|
+
|
|
32
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
33
|
+
|
|
34
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
35
|
+
|
|
36
|
+
/*!@license Copyright 2013, Heinrich Goebl, License: MIT, see https://github.com/hgoebl/mobile-detect.js*/
|
|
37
|
+
|
|
38
|
+
/*!mobile-detect v1.4.5 2021-03-13*/
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* @license React
|
|
42
|
+
* react-dom-server-legacy.browser.production.min.js
|
|
43
|
+
*
|
|
44
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
45
|
+
*
|
|
46
|
+
* This source code is licensed under the MIT license found in the
|
|
47
|
+
* LICENSE file in the root directory of this source tree.
|
|
48
|
+
*/
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* @license React
|
|
52
|
+
* react-dom-server.browser.production.min.js
|
|
53
|
+
*
|
|
54
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
55
|
+
*
|
|
56
|
+
* This source code is licensed under the MIT license found in the
|
|
57
|
+
* LICENSE file in the root directory of this source tree.
|
|
58
|
+
*/
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @license React
|
|
62
|
+
* react-is.production.js
|
|
63
|
+
*
|
|
64
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
65
|
+
*
|
|
66
|
+
* This source code is licensed under the MIT license found in the
|
|
67
|
+
* LICENSE file in the root directory of this source tree.
|
|
68
|
+
*/
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* @license React
|
|
72
|
+
* react-jsx-runtime.production.min.js
|
|
73
|
+
*
|
|
74
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
75
|
+
*
|
|
76
|
+
* This source code is licensed under the MIT license found in the
|
|
77
|
+
* LICENSE file in the root directory of this source tree.
|
|
78
|
+
*/
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* @license React
|
|
82
|
+
* use-sync-external-store-shim.production.js
|
|
83
|
+
*
|
|
84
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
85
|
+
*
|
|
86
|
+
* This source code is licensed under the MIT license found in the
|
|
87
|
+
* LICENSE file in the root directory of this source tree.
|
|
88
|
+
*/
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* @mui/styled-engine v6.4.8
|
|
92
|
+
*
|
|
93
|
+
* @license MIT
|
|
94
|
+
* This source code is licensed under the MIT license found in the
|
|
95
|
+
* LICENSE file in the root directory of this source tree.
|
|
96
|
+
*/
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* @remix-run/router v1.16.1
|
|
100
|
+
*
|
|
101
|
+
* Copyright (c) Remix Software Inc.
|
|
102
|
+
*
|
|
103
|
+
* This source code is licensed under the MIT license found in the
|
|
104
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
105
|
+
*
|
|
106
|
+
* @license MIT
|
|
107
|
+
*/
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* A better abstraction over CSS.
|
|
111
|
+
*
|
|
112
|
+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
|
|
113
|
+
* @website https://github.com/cssinjs/jss
|
|
114
|
+
* @license MIT
|
|
115
|
+
*/
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* React Router v6.23.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
|
+
/** @license React v16.13.1
|
|
129
|
+
* react-is.production.min.js
|
|
130
|
+
*
|
|
131
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
132
|
+
*
|
|
133
|
+
* This source code is licensed under the MIT license found in the
|
|
134
|
+
* LICENSE file in the root directory of this source tree.
|
|
135
|
+
*/
|