@happychef/reservation-sidebar 2.0.0 → 2.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.
package/dist/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var React4 = require('react');
4
+ require('@happychef/algorithm');
4
5
  var Lottie = require('lottie-react');
5
6
  var fa = require('react-icons/fa');
6
7
  var axios = require('axios');
package/dist/index.mjs CHANGED
@@ -1,4 +1,5 @@
1
1
  import React4, { useState, useRef, useEffect, useCallback, useMemo } from 'react';
2
+ import '@happychef/algorithm';
2
3
  import Lottie from 'lottie-react';
3
4
  import { FaUser, FaEnvelope, FaPhone, FaInfoCircle, FaTimes } from 'react-icons/fa';
4
5
  import axios from 'axios';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happychef/reservation-sidebar",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "A compound component for managing restaurant reservations - JavaScript version with independent styles",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -34,6 +34,7 @@
34
34
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
35
35
  },
36
36
  "dependencies": {
37
+ "@happychef/algorithm": "^1.0.1",
37
38
  "axios": "^1.7.9",
38
39
  "lottie-react": "^2.4.1",
39
40
  "moment-timezone": "^0.5.46",