@servicetitan/anvil2 1.16.9 → 1.16.11

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @servicetitan/anvil2
2
2
 
3
+ ## 1.16.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [#308](https://github.com/servicetitan/anvil2/pull/308) [`d90c5c3`](https://github.com/servicetitan/anvil2/commit/d90c5c3e3dd67266303b9f5d5691bc703a549810) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Optionally use crypto to ensure testing environments pass
8
+
9
+ ## 1.16.10
10
+
11
+ ### Patch Changes
12
+
13
+ - [#291](https://github.com/servicetitan/anvil2/pull/291) [`ce849bc`](https://github.com/servicetitan/anvil2/commit/ce849bc911b381d1989b28fccd2aceebb6c02e80) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Remove React Router dependency
14
+
15
+ - [#306](https://github.com/servicetitan/anvil2/pull/306) [`c2a9f3a`](https://github.com/servicetitan/anvil2/commit/c2a9f3a09884e2d6381cc90d210d6cf303d2c43b) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Remove the crypto-js dependency
16
+
3
17
  ## 1.16.9
4
18
 
5
19
  ### Patch Changes
package/dist/Combobox2.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
2
2
  import { useTrackingId } from './useTrackingId.js';
3
3
  import React__default, { useRef, useCallback, useEffect, useMemo, cloneElement, useLayoutEffect, useReducer, Component, createContext, useContext, useState, useId } from 'react';
4
- import { cx } from './index.js';
4
+ import { getDefaultExportFromCjs, cx } from './index.js';
5
5
  import { _extends, _objectWithoutPropertiesLoose } from './extends.js';
6
- import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
7
6
  import { Popover, usePopoverContext } from './Popover3.js';
8
7
  import { Flex } from './Flex3.js';
9
8
  import { Label } from './Label.js';