@digigov/ui 0.35.5 → 0.35.6-0ba3b8b0

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.
@@ -371,7 +371,7 @@ var AutoComplete = /*#__PURE__*/function (_Component) {
371
371
  }, {
372
372
  key: "handleOptionMouseEnter",
373
373
  value: function handleOptionMouseEnter(index) {
374
- // iOS Safari prevents click event if mouseenter adds hover background colour
374
+ // ios Safari prevents click event if mouseenter adds hover background colour
375
375
  // See: https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html#//apple_ref/doc/uid/TP40006511-SW4
376
376
  if (!(0, _utils.isIosDevice)()) {
377
377
  this.setState({
@@ -306,7 +306,7 @@ var AutoComplete = /*#__PURE__*/function (_Component) {
306
306
  }, {
307
307
  key: "handleOptionMouseEnter",
308
308
  value: function handleOptionMouseEnter(index) {
309
- // iOS Safari prevents click event if mouseenter adds hover background colour
309
+ // ios Safari prevents click event if mouseenter adds hover background colour
310
310
  // See: https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html#//apple_ref/doc/uid/TP40006511-SW4
311
311
  if (!isIosDevice()) {
312
312
  this.setState({
@@ -12,7 +12,6 @@ export var KitchensinkByCategory = function KitchensinkByCategory(_ref) {
12
12
  }
13
13
 
14
14
  var name = componentStories["default"].displayName;
15
- console.log('componentStories', componentStories, 'stories', stories);
16
15
 
17
16
  if (!name) {
18
17
  throw new Error("no name was found for ".concat(componentStoriesKey));
@@ -306,7 +306,7 @@ var AutoComplete = /*#__PURE__*/function (_Component) {
306
306
  }, {
307
307
  key: "handleOptionMouseEnter",
308
308
  value: function handleOptionMouseEnter(index) {
309
- // iOS Safari prevents click event if mouseenter adds hover background colour
309
+ // ios Safari prevents click event if mouseenter adds hover background colour
310
310
  // See: https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html#//apple_ref/doc/uid/TP40006511-SW4
311
311
  if (!isIosDevice()) {
312
312
  this.setState({
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v0.35.5
1
+ /** @license Digigov v0.35.6-0ba3b8b0
2
2
  *
3
3
  * This source code is licensed under the BSD-2-Clause license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -12,7 +12,6 @@ export var KitchensinkByCategory = function KitchensinkByCategory(_ref) {
12
12
  }
13
13
 
14
14
  var name = componentStories["default"].displayName;
15
- console.log('componentStories', componentStories, 'stories', stories);
16
15
 
17
16
  if (!name) {
18
17
  throw new Error("no name was found for ".concat(componentStoriesKey));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/ui",
3
- "version": "0.35.5",
3
+ "version": "0.35.6-0ba3b8b0",
4
4
  "description": "@digigov reusable components toolkit",
5
5
  "main": "./index.js",
6
6
  "module": "./esm/index.js",
@@ -20,8 +20,8 @@
20
20
  "clsx": "1.1.1",
21
21
  "react": "^16.8.0 || ^17.0.0",
22
22
  "react-dom": "^16.8.0 || ^17.0.0",
23
- "@digigov/react-core": "0.26.0",
24
- "@digigov/react-extensions": "0.23.5"
23
+ "@digigov/react-core": "0.27.0-0ba3b8b0",
24
+ "@digigov/react-extensions": "0.24.0-0ba3b8b0"
25
25
  },
26
26
  "gitHead": "c903a46306f77f55ad7fc4d2e274006f39a6c871",
27
27
  "private": false,
@@ -324,7 +324,7 @@ export default class AutoComplete extends Component<AutoCompleteProps, State> {
324
324
  }
325
325
 
326
326
  handleOptionMouseEnter(index: number): void {
327
- // iOS Safari prevents click event if mouseenter adds hover background colour
327
+ // ios Safari prevents click event if mouseenter adds hover background colour
328
328
  // See: https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html#//apple_ref/doc/uid/TP40006511-SW4
329
329
  if (!isIosDevice()) {
330
330
  this.setState({
@@ -19,7 +19,7 @@ export const KitchensinkByCategory = ({
19
19
  throw new Error(`no component was found in ${componentStoriesKey}`);
20
20
  }
21
21
  const name = componentStories.default.displayName;
22
- console.log('componentStories', componentStories, 'stories', stories);
22
+
23
23
  if (!name) {
24
24
  throw new Error(`no name was found for ${componentStoriesKey}`);
25
25
  }
@@ -24,7 +24,6 @@ var KitchensinkByCategory = function KitchensinkByCategory(_ref) {
24
24
  }
25
25
 
26
26
  var name = componentStories["default"].displayName;
27
- console.log('componentStories', componentStories, 'stories', stories);
28
27
 
29
28
  if (!name) {
30
29
  throw new Error("no name was found for ".concat(componentStoriesKey));