@koobiq/react-components 0.0.1-beta.35 → 0.0.1-beta.36

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.
Files changed (2) hide show
  1. package/dist/style.css +1 -1
  2. package/package.json +5 -5
package/dist/style.css CHANGED
@@ -1911,7 +1911,7 @@
1911
1911
  flex-direction: column;
1912
1912
  justify-content: center;
1913
1913
  align-items: flex-start;
1914
- display: flex;
1914
+ display: inline-flex;
1915
1915
  position: relative;
1916
1916
  }
1917
1917
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koobiq/react-components",
3
- "version": "0.0.1-beta.35",
3
+ "version": "0.0.1-beta.36",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {
@@ -27,10 +27,10 @@
27
27
  "@koobiq/design-tokens": "^3.12.1",
28
28
  "@types/react-transition-group": "^4.4.12",
29
29
  "react-transition-group": "^4.4.5",
30
- "@koobiq/logger": "0.0.1-beta.35",
31
- "@koobiq/react-core": "0.0.1-beta.35",
32
- "@koobiq/react-icons": "0.0.1-beta.35",
33
- "@koobiq/react-primitives": "0.0.1-beta.35"
30
+ "@koobiq/logger": "0.0.1-beta.36",
31
+ "@koobiq/react-core": "0.0.1-beta.36",
32
+ "@koobiq/react-primitives": "0.0.1-beta.36",
33
+ "@koobiq/react-icons": "0.0.1-beta.36"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@koobiq/design-tokens": "^3.11.2",