@khanacademy/wonder-blocks-search-field 1.0.4 → 1.0.5
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/CHANGELOG.md +11 -0
- package/dist/index.js +69 -88
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-search-field
|
|
2
2
|
|
|
3
|
+
## 1.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [5f4a4297]
|
|
8
|
+
- Updated dependencies [2b96fd59]
|
|
9
|
+
- @khanacademy/wonder-blocks-core@4.3.2
|
|
10
|
+
- @khanacademy/wonder-blocks-icon@1.2.28
|
|
11
|
+
- @khanacademy/wonder-blocks-icon-button@3.4.7
|
|
12
|
+
- @khanacademy/wonder-blocks-typography@1.1.32
|
|
13
|
+
|
|
3
14
|
## 1.0.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 26);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ([
|
|
@@ -119,15 +119,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
119
119
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(10);
|
|
120
120
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__);
|
|
121
121
|
/* harmony import */ var history__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3);
|
|
122
|
-
/* harmony import */ var mini_create_react_context__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
122
|
+
/* harmony import */ var mini_create_react_context__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(21);
|
|
123
123
|
/* harmony import */ var tiny_invariant__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
|
|
124
124
|
/* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(2);
|
|
125
|
-
/* harmony import */ var path_to_regexp__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
125
|
+
/* harmony import */ var path_to_regexp__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(15);
|
|
126
126
|
/* harmony import */ var path_to_regexp__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(path_to_regexp__WEBPACK_IMPORTED_MODULE_7__);
|
|
127
|
-
/* harmony import */ var react_is__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
127
|
+
/* harmony import */ var react_is__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(16);
|
|
128
128
|
/* harmony import */ var react_is__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(react_is__WEBPACK_IMPORTED_MODULE_8__);
|
|
129
129
|
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(7);
|
|
130
|
-
/* harmony import */ var hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
130
|
+
/* harmony import */ var hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(22);
|
|
131
131
|
/* harmony import */ var hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_10__);
|
|
132
132
|
|
|
133
133
|
|
|
@@ -806,8 +806,8 @@ function _extends() {
|
|
|
806
806
|
/* unused harmony export parsePath */
|
|
807
807
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return createPath; });
|
|
808
808
|
/* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
809
|
-
/* harmony import */ var resolve_pathname__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
810
|
-
/* harmony import */ var value_equal__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
809
|
+
/* harmony import */ var resolve_pathname__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(23);
|
|
810
|
+
/* harmony import */ var value_equal__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(24);
|
|
811
811
|
/* harmony import */ var tiny_invariant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(5);
|
|
812
812
|
|
|
813
813
|
|
|
@@ -1736,7 +1736,7 @@ function createMemoryHistory(props) {
|
|
|
1736
1736
|
|
|
1737
1737
|
"use strict";
|
|
1738
1738
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _inheritsLoose; });
|
|
1739
|
-
/* harmony import */ var _setPrototypeOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
1739
|
+
/* harmony import */ var _setPrototypeOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20);
|
|
1740
1740
|
|
|
1741
1741
|
function _inheritsLoose(subClass, superClass) {
|
|
1742
1742
|
subClass.prototype = Object.create(superClass.prototype);
|
|
@@ -1819,7 +1819,7 @@ module.exports = require("aphrodite");
|
|
|
1819
1819
|
if (false) { var throwOnDirectAccess, ReactIs; } else {
|
|
1820
1820
|
// By explicitly using `prop-types` you are opting into new production behavior.
|
|
1821
1821
|
// http://fb.me/prop-types-in-prod
|
|
1822
|
-
module.exports = __webpack_require__(
|
|
1822
|
+
module.exports = __webpack_require__(30)();
|
|
1823
1823
|
}
|
|
1824
1824
|
|
|
1825
1825
|
|
|
@@ -1836,16 +1836,17 @@ module.exports = require("@khanacademy/wonder-blocks-icon");
|
|
|
1836
1836
|
module.exports = require("@khanacademy/wonder-blocks-color");
|
|
1837
1837
|
|
|
1838
1838
|
/***/ }),
|
|
1839
|
-
/* 13
|
|
1839
|
+
/* 13 */,
|
|
1840
|
+
/* 14 */
|
|
1840
1841
|
/***/ (function(module, exports) {
|
|
1841
1842
|
|
|
1842
1843
|
module.exports = require("@khanacademy/wonder-blocks-typography");
|
|
1843
1844
|
|
|
1844
1845
|
/***/ }),
|
|
1845
|
-
/*
|
|
1846
|
+
/* 15 */
|
|
1846
1847
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1847
1848
|
|
|
1848
|
-
var isarray = __webpack_require__(
|
|
1849
|
+
var isarray = __webpack_require__(33)
|
|
1849
1850
|
|
|
1850
1851
|
/**
|
|
1851
1852
|
* Expose `pathToRegexp`.
|
|
@@ -2274,7 +2275,19 @@ function pathToRegexp (path, keys, options) {
|
|
|
2274
2275
|
|
|
2275
2276
|
|
|
2276
2277
|
/***/ }),
|
|
2277
|
-
/*
|
|
2278
|
+
/* 16 */
|
|
2279
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2280
|
+
|
|
2281
|
+
"use strict";
|
|
2282
|
+
|
|
2283
|
+
|
|
2284
|
+
if (true) {
|
|
2285
|
+
module.exports = __webpack_require__(34);
|
|
2286
|
+
} else {}
|
|
2287
|
+
|
|
2288
|
+
|
|
2289
|
+
/***/ }),
|
|
2290
|
+
/* 17 */
|
|
2278
2291
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2279
2292
|
|
|
2280
2293
|
"use strict";
|
|
@@ -2282,13 +2295,13 @@ function pathToRegexp (path, keys, options) {
|
|
|
2282
2295
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
2283
2296
|
/* harmony import */ var aphrodite__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9);
|
|
2284
2297
|
/* harmony import */ var aphrodite__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(aphrodite__WEBPACK_IMPORTED_MODULE_1__);
|
|
2285
|
-
/* harmony import */ var _khanacademy_wonder_blocks_typography__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
2298
|
+
/* harmony import */ var _khanacademy_wonder_blocks_typography__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(14);
|
|
2286
2299
|
/* harmony import */ var _khanacademy_wonder_blocks_typography__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_khanacademy_wonder_blocks_typography__WEBPACK_IMPORTED_MODULE_2__);
|
|
2287
2300
|
/* harmony import */ var _khanacademy_wonder_blocks_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(8);
|
|
2288
2301
|
/* harmony import */ var _khanacademy_wonder_blocks_core__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_khanacademy_wonder_blocks_core__WEBPACK_IMPORTED_MODULE_3__);
|
|
2289
|
-
/* harmony import */ var _khanacademy_wonder_blocks_icon_button__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
2302
|
+
/* harmony import */ var _khanacademy_wonder_blocks_icon_button__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(18);
|
|
2290
2303
|
/* harmony import */ var _khanacademy_wonder_blocks_icon_button__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_khanacademy_wonder_blocks_icon_button__WEBPACK_IMPORTED_MODULE_4__);
|
|
2291
|
-
/* harmony import */ var _khanacademy_wonder_blocks_form__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
2304
|
+
/* harmony import */ var _khanacademy_wonder_blocks_form__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(19);
|
|
2292
2305
|
/* harmony import */ var _khanacademy_wonder_blocks_form__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_khanacademy_wonder_blocks_form__WEBPACK_IMPORTED_MODULE_5__);
|
|
2293
2306
|
/* harmony import */ var _khanacademy_wonder_blocks_icon__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(11);
|
|
2294
2307
|
/* harmony import */ var _khanacademy_wonder_blocks_icon__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_khanacademy_wonder_blocks_icon__WEBPACK_IMPORTED_MODULE_6__);
|
|
@@ -2296,7 +2309,7 @@ function pathToRegexp (path, keys, options) {
|
|
|
2296
2309
|
/* harmony import */ var _khanacademy_wonder_blocks_color__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_khanacademy_wonder_blocks_color__WEBPACK_IMPORTED_MODULE_7__);
|
|
2297
2310
|
/* harmony import */ var _khanacademy_wonder_blocks_spacing__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(6);
|
|
2298
2311
|
/* harmony import */ var _khanacademy_wonder_blocks_spacing__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_khanacademy_wonder_blocks_spacing__WEBPACK_IMPORTED_MODULE_8__);
|
|
2299
|
-
/* harmony import */ var _util_constants_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
2312
|
+
/* harmony import */ var _util_constants_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(25);
|
|
2300
2313
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2301
2314
|
|
|
2302
2315
|
|
|
@@ -2448,13 +2461,13 @@ const styles = aphrodite__WEBPACK_IMPORTED_MODULE_1__["StyleSheet"].create({
|
|
|
2448
2461
|
/* harmony default export */ __webpack_exports__["a"] = (SearchField);
|
|
2449
2462
|
|
|
2450
2463
|
/***/ }),
|
|
2451
|
-
/*
|
|
2464
|
+
/* 18 */
|
|
2452
2465
|
/***/ (function(module, exports) {
|
|
2453
2466
|
|
|
2454
2467
|
module.exports = require("@khanacademy/wonder-blocks-icon-button");
|
|
2455
2468
|
|
|
2456
2469
|
/***/ }),
|
|
2457
|
-
/*
|
|
2470
|
+
/* 19 */
|
|
2458
2471
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2459
2472
|
|
|
2460
2473
|
module.exports =
|
|
@@ -2742,7 +2755,7 @@ function (module, exports) {
|
|
|
2742
2755
|
|
|
2743
2756
|
/***/
|
|
2744
2757
|
function (module, exports) {
|
|
2745
|
-
module.exports = __webpack_require__(
|
|
2758
|
+
module.exports = __webpack_require__(14);
|
|
2746
2759
|
/***/
|
|
2747
2760
|
},
|
|
2748
2761
|
/* 5 */
|
|
@@ -2811,7 +2824,7 @@ function (module, __webpack_exports__, __webpack_require__) {
|
|
|
2811
2824
|
|
|
2812
2825
|
/***/
|
|
2813
2826
|
function (module, exports) {
|
|
2814
|
-
module.exports = __webpack_require__(
|
|
2827
|
+
module.exports = __webpack_require__(27);
|
|
2815
2828
|
/***/
|
|
2816
2829
|
},
|
|
2817
2830
|
/* 8 */
|
|
@@ -2859,8 +2872,22 @@ function (module, __webpack_exports__, __webpack_require__) {
|
|
|
2859
2872
|
* ☑️ A nicely styled checkbox for all your checking needs. Can optionally take
|
|
2860
2873
|
* label and description props.
|
|
2861
2874
|
*
|
|
2875
|
+
* If used by itself, a checkbox provides two options - checked and unchecked.
|
|
2876
|
+
* A group of checkboxes can be used to allow a user to select multiple values
|
|
2877
|
+
* from a list of options.
|
|
2878
|
+
*
|
|
2862
2879
|
* If you want a whole group of Checkbox[es] that are related, see the Choice
|
|
2863
2880
|
* and CheckboxGroup components.
|
|
2881
|
+
*
|
|
2882
|
+
* ### Usage
|
|
2883
|
+
*
|
|
2884
|
+
* ```jsx
|
|
2885
|
+
* import {Checkbox} from "@khanacademy/wonder-blocks-form";
|
|
2886
|
+
*
|
|
2887
|
+
* const [checked, setChecked] = React.useState(false);
|
|
2888
|
+
*
|
|
2889
|
+
* <Checkbox checked={checked} onChange={setChecked} />
|
|
2890
|
+
* ```
|
|
2864
2891
|
*/
|
|
2865
2892
|
|
|
2866
2893
|
|
|
@@ -3978,7 +4005,7 @@ function (module, __webpack_exports__, __webpack_require__) {
|
|
|
3978
4005
|
|
|
3979
4006
|
/***/
|
|
3980
4007
|
function (module, exports) {
|
|
3981
|
-
module.exports = __webpack_require__(
|
|
4008
|
+
module.exports = __webpack_require__(28);
|
|
3982
4009
|
/***/
|
|
3983
4010
|
},
|
|
3984
4011
|
/* 17 */
|
|
@@ -4703,7 +4730,7 @@ function (module, __webpack_exports__, __webpack_require__) {
|
|
|
4703
4730
|
]);
|
|
4704
4731
|
|
|
4705
4732
|
/***/ }),
|
|
4706
|
-
/*
|
|
4733
|
+
/* 20 */
|
|
4707
4734
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4708
4735
|
|
|
4709
4736
|
"use strict";
|
|
@@ -4718,7 +4745,7 @@ function _setPrototypeOf(o, p) {
|
|
|
4718
4745
|
}
|
|
4719
4746
|
|
|
4720
4747
|
/***/ }),
|
|
4721
|
-
/*
|
|
4748
|
+
/* 21 */
|
|
4722
4749
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4723
4750
|
|
|
4724
4751
|
"use strict";
|
|
@@ -4902,16 +4929,16 @@ var index = react__WEBPACK_IMPORTED_MODULE_0___default.a.createContext || create
|
|
|
4902
4929
|
|
|
4903
4930
|
/* harmony default export */ __webpack_exports__["a"] = (index);
|
|
4904
4931
|
|
|
4905
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(
|
|
4932
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(32)))
|
|
4906
4933
|
|
|
4907
4934
|
/***/ }),
|
|
4908
|
-
/*
|
|
4935
|
+
/* 22 */
|
|
4909
4936
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4910
4937
|
|
|
4911
4938
|
"use strict";
|
|
4912
4939
|
|
|
4913
4940
|
|
|
4914
|
-
var reactIs = __webpack_require__(
|
|
4941
|
+
var reactIs = __webpack_require__(16);
|
|
4915
4942
|
|
|
4916
4943
|
/**
|
|
4917
4944
|
* Copyright 2015, Yahoo! Inc.
|
|
@@ -5015,7 +5042,7 @@ module.exports = hoistNonReactStatics;
|
|
|
5015
5042
|
|
|
5016
5043
|
|
|
5017
5044
|
/***/ }),
|
|
5018
|
-
/*
|
|
5045
|
+
/* 23 */
|
|
5019
5046
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
5020
5047
|
|
|
5021
5048
|
"use strict";
|
|
@@ -5097,7 +5124,7 @@ function resolvePathname(to, from) {
|
|
|
5097
5124
|
|
|
5098
5125
|
|
|
5099
5126
|
/***/ }),
|
|
5100
|
-
/*
|
|
5127
|
+
/* 24 */
|
|
5101
5128
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
5102
5129
|
|
|
5103
5130
|
"use strict";
|
|
@@ -5140,7 +5167,7 @@ function valueEqual(a, b) {
|
|
|
5140
5167
|
|
|
5141
5168
|
|
|
5142
5169
|
/***/ }),
|
|
5143
|
-
/*
|
|
5170
|
+
/* 25 */
|
|
5144
5171
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
5145
5172
|
|
|
5146
5173
|
"use strict";
|
|
@@ -5151,17 +5178,17 @@ const defaultLabels = {
|
|
|
5151
5178
|
};
|
|
5152
5179
|
|
|
5153
5180
|
/***/ }),
|
|
5154
|
-
/*
|
|
5181
|
+
/* 26 */
|
|
5155
5182
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
5156
5183
|
|
|
5157
5184
|
"use strict";
|
|
5158
5185
|
__webpack_require__.r(__webpack_exports__);
|
|
5159
|
-
/* harmony import */ var _components_search_field_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5186
|
+
/* harmony import */ var _components_search_field_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(17);
|
|
5160
5187
|
|
|
5161
5188
|
/* harmony default export */ __webpack_exports__["default"] = (_components_search_field_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"]);
|
|
5162
5189
|
|
|
5163
5190
|
/***/ }),
|
|
5164
|
-
/*
|
|
5191
|
+
/* 27 */
|
|
5165
5192
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5166
5193
|
|
|
5167
5194
|
module.exports =
|
|
@@ -6053,7 +6080,7 @@ function (module, __webpack_exports__, __webpack_require__) {
|
|
|
6053
6080
|
]);
|
|
6054
6081
|
|
|
6055
6082
|
/***/ }),
|
|
6056
|
-
/*
|
|
6083
|
+
/* 28 */
|
|
6057
6084
|
/***/ (function(module, exports, __webpack_require__) {
|
|
6058
6085
|
|
|
6059
6086
|
module.exports =
|
|
@@ -7402,7 +7429,7 @@ function (module, __webpack_exports__, __webpack_require__) {
|
|
|
7402
7429
|
|
|
7403
7430
|
/***/
|
|
7404
7431
|
function (module, exports) {
|
|
7405
|
-
module.exports = __webpack_require__(
|
|
7432
|
+
module.exports = __webpack_require__(29);
|
|
7406
7433
|
/***/
|
|
7407
7434
|
},
|
|
7408
7435
|
/* 6 */
|
|
@@ -7755,7 +7782,7 @@ function (module, __webpack_exports__, __webpack_require__) {
|
|
|
7755
7782
|
]);
|
|
7756
7783
|
|
|
7757
7784
|
/***/ }),
|
|
7758
|
-
/*
|
|
7785
|
+
/* 29 */
|
|
7759
7786
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
7760
7787
|
|
|
7761
7788
|
"use strict";
|
|
@@ -8071,7 +8098,7 @@ if (false) { var ariaCurrentType; }
|
|
|
8071
8098
|
|
|
8072
8099
|
|
|
8073
8100
|
/***/ }),
|
|
8074
|
-
/*
|
|
8101
|
+
/* 30 */
|
|
8075
8102
|
/***/ (function(module, exports, __webpack_require__) {
|
|
8076
8103
|
|
|
8077
8104
|
"use strict";
|
|
@@ -8084,7 +8111,7 @@ if (false) { var ariaCurrentType; }
|
|
|
8084
8111
|
|
|
8085
8112
|
|
|
8086
8113
|
|
|
8087
|
-
var ReactPropTypesSecret = __webpack_require__(
|
|
8114
|
+
var ReactPropTypesSecret = __webpack_require__(31);
|
|
8088
8115
|
|
|
8089
8116
|
function emptyFunction() {}
|
|
8090
8117
|
function emptyFunctionWithReset() {}
|
|
@@ -8142,7 +8169,7 @@ module.exports = function() {
|
|
|
8142
8169
|
|
|
8143
8170
|
|
|
8144
8171
|
/***/ }),
|
|
8145
|
-
/*
|
|
8172
|
+
/* 31 */
|
|
8146
8173
|
/***/ (function(module, exports, __webpack_require__) {
|
|
8147
8174
|
|
|
8148
8175
|
"use strict";
|
|
@@ -8161,7 +8188,7 @@ module.exports = ReactPropTypesSecret;
|
|
|
8161
8188
|
|
|
8162
8189
|
|
|
8163
8190
|
/***/ }),
|
|
8164
|
-
/*
|
|
8191
|
+
/* 32 */
|
|
8165
8192
|
/***/ (function(module, exports) {
|
|
8166
8193
|
|
|
8167
8194
|
var g;
|
|
@@ -8187,7 +8214,7 @@ module.exports = g;
|
|
|
8187
8214
|
|
|
8188
8215
|
|
|
8189
8216
|
/***/ }),
|
|
8190
|
-
/*
|
|
8217
|
+
/* 33 */
|
|
8191
8218
|
/***/ (function(module, exports) {
|
|
8192
8219
|
|
|
8193
8220
|
module.exports = Array.isArray || function (arr) {
|
|
@@ -8196,19 +8223,7 @@ module.exports = Array.isArray || function (arr) {
|
|
|
8196
8223
|
|
|
8197
8224
|
|
|
8198
8225
|
/***/ }),
|
|
8199
|
-
/*
|
|
8200
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
8201
|
-
|
|
8202
|
-
"use strict";
|
|
8203
|
-
|
|
8204
|
-
|
|
8205
|
-
if (true) {
|
|
8206
|
-
module.exports = __webpack_require__(33);
|
|
8207
|
-
} else {}
|
|
8208
|
-
|
|
8209
|
-
|
|
8210
|
-
/***/ }),
|
|
8211
|
-
/* 33 */
|
|
8226
|
+
/* 34 */
|
|
8212
8227
|
/***/ (function(module, exports, __webpack_require__) {
|
|
8213
8228
|
|
|
8214
8229
|
"use strict";
|
|
@@ -8229,39 +8244,5 @@ exports.isMemo=function(a){return z(a)===r};exports.isPortal=function(a){return
|
|
|
8229
8244
|
exports.isValidElementType=function(a){return"string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};exports.typeOf=z;
|
|
8230
8245
|
|
|
8231
8246
|
|
|
8232
|
-
/***/ }),
|
|
8233
|
-
/* 34 */
|
|
8234
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
8235
|
-
|
|
8236
|
-
"use strict";
|
|
8237
|
-
|
|
8238
|
-
|
|
8239
|
-
if (true) {
|
|
8240
|
-
module.exports = __webpack_require__(35);
|
|
8241
|
-
} else {}
|
|
8242
|
-
|
|
8243
|
-
|
|
8244
|
-
/***/ }),
|
|
8245
|
-
/* 35 */
|
|
8246
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
8247
|
-
|
|
8248
|
-
"use strict";
|
|
8249
|
-
/** @license React v16.12.0
|
|
8250
|
-
* react-is.production.min.js
|
|
8251
|
-
*
|
|
8252
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
8253
|
-
*
|
|
8254
|
-
* This source code is licensed under the MIT license found in the
|
|
8255
|
-
* LICENSE file in the root directory of this source tree.
|
|
8256
|
-
*/
|
|
8257
|
-
|
|
8258
|
-
Object.defineProperty(exports,"__esModule",{value:!0});
|
|
8259
|
-
var b="function"===typeof Symbol&&Symbol.for,c=b?Symbol.for("react.element"):60103,d=b?Symbol.for("react.portal"):60106,e=b?Symbol.for("react.fragment"):60107,f=b?Symbol.for("react.strict_mode"):60108,g=b?Symbol.for("react.profiler"):60114,h=b?Symbol.for("react.provider"):60109,k=b?Symbol.for("react.context"):60110,l=b?Symbol.for("react.async_mode"):60111,m=b?Symbol.for("react.concurrent_mode"):60111,n=b?Symbol.for("react.forward_ref"):60112,p=b?Symbol.for("react.suspense"):60113,q=b?Symbol.for("react.suspense_list"):
|
|
8260
|
-
60120,r=b?Symbol.for("react.memo"):60115,t=b?Symbol.for("react.lazy"):60116,v=b?Symbol.for("react.fundamental"):60117,w=b?Symbol.for("react.responder"):60118,x=b?Symbol.for("react.scope"):60119;function y(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function z(a){return y(a)===m}
|
|
8261
|
-
exports.typeOf=y;exports.AsyncMode=l;exports.ConcurrentMode=m;exports.ContextConsumer=k;exports.ContextProvider=h;exports.Element=c;exports.ForwardRef=n;exports.Fragment=e;exports.Lazy=t;exports.Memo=r;exports.Portal=d;exports.Profiler=g;exports.StrictMode=f;exports.Suspense=p;
|
|
8262
|
-
exports.isValidElementType=function(a){return"string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===v||a.$$typeof===w||a.$$typeof===x)};exports.isAsyncMode=function(a){return z(a)||y(a)===l};exports.isConcurrentMode=z;exports.isContextConsumer=function(a){return y(a)===k};exports.isContextProvider=function(a){return y(a)===h};
|
|
8263
|
-
exports.isElement=function(a){return"object"===typeof a&&null!==a&&a.$$typeof===c};exports.isForwardRef=function(a){return y(a)===n};exports.isFragment=function(a){return y(a)===e};exports.isLazy=function(a){return y(a)===t};exports.isMemo=function(a){return y(a)===r};exports.isPortal=function(a){return y(a)===d};exports.isProfiler=function(a){return y(a)===g};exports.isStrictMode=function(a){return y(a)===f};exports.isSuspense=function(a){return y(a)===p};
|
|
8264
|
-
|
|
8265
|
-
|
|
8266
8247
|
/***/ })
|
|
8267
8248
|
/******/ ]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-search-field",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"description": "Search Field components for Wonder Blocks.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime": "^7.16.3",
|
|
19
19
|
"@khanacademy/wonder-blocks-color": "^1.1.20",
|
|
20
|
-
"@khanacademy/wonder-blocks-core": "^4.3.
|
|
21
|
-
"@khanacademy/wonder-blocks-icon": "^1.2.
|
|
22
|
-
"@khanacademy/wonder-blocks-icon-button": "^3.4.
|
|
20
|
+
"@khanacademy/wonder-blocks-core": "^4.3.2",
|
|
21
|
+
"@khanacademy/wonder-blocks-icon": "^1.2.28",
|
|
22
|
+
"@khanacademy/wonder-blocks-icon-button": "^3.4.7",
|
|
23
23
|
"@khanacademy/wonder-blocks-spacing": "^3.0.5",
|
|
24
|
-
"@khanacademy/wonder-blocks-typography": "^1.1.
|
|
24
|
+
"@khanacademy/wonder-blocks-typography": "^1.1.32"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"aphrodite": "^1.2.5",
|