@simplybusiness/mobius 7.1.0 → 7.1.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/CHANGELOG.md +15 -0
- package/dist/cjs/index.js +139 -139
- package/dist/cjs/index.js.map +3 -3
- package/dist/cjs/meta.json +14 -14
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/meta.json +14 -14
- package/dist/esm/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +13 -13
- package/src/components/Combobox/Listbox.tsx +1 -1
- package/src/components/Popover/Popover.tsx +1 -1
- package/src/components/TextField/adornmentWithClassName.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 7.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8c0a764: Standardize classnames imports to use classnames/dedupe across all packages. Removes clsx dependency from mobius-chat-ui.
|
|
8
|
+
|
|
9
|
+
## 7.1.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- d347c06: Update dependencies
|
|
14
|
+
- @simplybusiness/mobius: @floating-ui/react 0.27.16 → 0.27.17
|
|
15
|
+
- @simplybusiness/build-scripts: postcss-preset-env 10.4.0 → 11.1.2, webpack 5.104.1 → 5.105.0, stylelint 17.0.0 → 17.1.1, mini-css-extract-plugin 2.9.4 → 2.10.0, css-loader 7.1.2 → 7.1.3
|
|
16
|
+
- @simplybusiness/icons@4.40.2
|
|
17
|
+
|
|
3
18
|
## 7.1.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|