@gojiraf/floating-ecommerce-display-test 1.0.0 → 1.0.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.
@@ -10,8 +10,120 @@ object-assign
10
10
  http://jedwatson.github.io/classnames
11
11
  */
12
12
 
13
+ /*! ./Component */
14
+
15
+ /*! ./Context */
16
+
17
+ /*! ./checkPropTypes */
18
+
19
+ /*! ./cjs/react-is.development.js */
20
+
21
+ /*! ./factoryWithTypeCheckers */
22
+
23
+ /*! ./lib/ReactPropTypesSecret */
24
+
25
+ /*! ./lib/has */
26
+
27
+ /*! ./mediaQuery */
28
+
29
+ /*! ./toQuery */
30
+
31
+ /*! ./useMediaQuery */
32
+
33
+ /*! css-mediaquery */
34
+
35
+ /*! hyphenate-style-name */
36
+
37
+ /*! matchmediaquery */
38
+
39
+ /*! object-assign */
40
+
41
+ /*! prop-types */
42
+
43
+ /*! react */
44
+
45
+ /*! react-is */
46
+
13
47
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
14
48
 
49
+ /*! shallow-equal */
50
+
51
+ /*!**********************!*\
52
+ !*** ./src/index.ts ***!
53
+ \**********************/
54
+
55
+ /*!************************!*\
56
+ !*** ./src/Context.ts ***!
57
+ \************************/
58
+
59
+ /*!************************!*\
60
+ !*** ./src/toQuery.ts ***!
61
+ \************************/
62
+
63
+ /*!**************************!*\
64
+ !*** ./src/Component.ts ***!
65
+ \**************************/
66
+
67
+ /*!***************************!*\
68
+ !*** ./src/mediaQuery.ts ***!
69
+ \***************************/
70
+
71
+ /*!******************************!*\
72
+ !*** ./src/useMediaQuery.ts ***!
73
+ \******************************/
74
+
75
+ /*!****************************************!*\
76
+ !*** ./node_modules/react-is/index.js ***!
77
+ \****************************************/
78
+
79
+ /*!******************************************!*\
80
+ !*** ./node_modules/prop-types/index.js ***!
81
+ \******************************************/
82
+
83
+ /*!********************************************!*\
84
+ !*** ./node_modules/prop-types/lib/has.js ***!
85
+ \********************************************/
86
+
87
+ /*!*********************************************!*\
88
+ !*** ./node_modules/object-assign/index.js ***!
89
+ \*********************************************/
90
+
91
+ /*!**********************************************!*\
92
+ !*** ./node_modules/css-mediaquery/index.js ***!
93
+ \**********************************************/
94
+
95
+ /*!***********************************************!*\
96
+ !*** ./node_modules/matchmediaquery/index.js ***!
97
+ \***********************************************/
98
+
99
+ /*!***************************************************!*\
100
+ !*** ./node_modules/prop-types/checkPropTypes.js ***!
101
+ \***************************************************/
102
+
103
+ /*!****************************************************!*\
104
+ !*** ./node_modules/hyphenate-style-name/index.js ***!
105
+ \****************************************************/
106
+
107
+ /*!******************************************************!*\
108
+ !*** ./node_modules/shallow-equal/dist/index.esm.js ***!
109
+ \******************************************************/
110
+
111
+ /*!***********************************************************!*\
112
+ !*** ./node_modules/react-is/cjs/react-is.development.js ***!
113
+ \***********************************************************/
114
+
115
+ /*!************************************************************!*\
116
+ !*** ./node_modules/prop-types/factoryWithTypeCheckers.js ***!
117
+ \************************************************************/
118
+
119
+ /*!*************************************************************!*\
120
+ !*** ./node_modules/prop-types/lib/ReactPropTypesSecret.js ***!
121
+ \*************************************************************/
122
+
123
+ /*!**************************************************************************************!*\
124
+ !*** external {"commonjs":"react","commonjs2":"react","amd":"react","root":"React"} ***!
125
+ \**************************************************************************************/
126
+
15
127
  /** @license React v0.20.2
16
128
  * scheduler.production.min.js
17
129
  *
@@ -21,6 +133,15 @@ object-assign
21
133
  * LICENSE file in the root directory of this source tree.
22
134
  */
23
135
 
136
+ /** @license React v16.13.1
137
+ * react-is.development.js
138
+ *
139
+ * Copyright (c) Facebook, Inc. and its affiliates.
140
+ *
141
+ * This source code is licensed under the MIT license found in the
142
+ * LICENSE file in the root directory of this source tree.
143
+ */
144
+
24
145
  /** @license React v17.0.2
25
146
  * react-dom.production.min.js
26
147
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gojiraf/floating-ecommerce-display-test",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "main": "./dist/gj-ctc-production.js",
6
6
  "files": [
@@ -57,6 +57,7 @@
57
57
  "react-dom": "^17.0.2",
58
58
  "react-hook-form": "^7.13.0",
59
59
  "react-query": "^3.21.0",
60
+ "react-responsive": "^9.0.2",
60
61
  "react-select": "^4.3.1",
61
62
  "react-spring": "^9.3.0"
62
63
  }