@instructure/ui-flex 8.39.0 → 8.39.1-snapshot-0

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [8.39.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v8.39.0...v8.39.1-snapshot-0) (2023-08-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **ui-flex:** documentation wording ([b4a1374](https://github.com/instructure/instructure-ui/commit/b4a1374f16837e894c8f8508b46596d450318362))
12
+
13
+
14
+
15
+
16
+
6
17
  # [8.39.0](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.39.0) (2023-07-21)
7
18
 
8
19
  **Note:** Version bump only for package @instructure/ui-flex
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-flex",
3
- "version": "8.39.0",
3
+ "version": "8.39.1-snapshot-0",
4
4
  "description": "A component that makes it easy to align content using flexbox CSS",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,17 +24,17 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.22.6",
27
- "@instructure/console": "8.39.0",
28
- "@instructure/emotion": "8.39.0",
29
- "@instructure/shared-types": "8.39.0",
30
- "@instructure/ui-react-utils": "8.39.0",
31
- "@instructure/ui-view": "8.39.0",
27
+ "@instructure/console": "8.39.1-snapshot-0",
28
+ "@instructure/emotion": "8.39.1-snapshot-0",
29
+ "@instructure/shared-types": "8.39.1-snapshot-0",
30
+ "@instructure/ui-react-utils": "8.39.1-snapshot-0",
31
+ "@instructure/ui-view": "8.39.1-snapshot-0",
32
32
  "prop-types": "^15.8.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@instructure/ui-babel-preset": "8.39.0",
36
- "@instructure/ui-test-utils": "8.39.0",
37
- "@instructure/ui-themes": "8.39.0"
35
+ "@instructure/ui-babel-preset": "8.39.1-snapshot-0",
36
+ "@instructure/ui-test-utils": "8.39.1-snapshot-0",
37
+ "@instructure/ui-themes": "8.39.1-snapshot-0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": ">=16.8 <=18"
@@ -48,7 +48,7 @@ example: true
48
48
 
49
49
  ### Gap between Flex.Items
50
50
 
51
- Flex will have the gap is None by default. You can set the gap between Flex.Items by using the `gap` property.
51
+ Flex items will have no gap by default. You can set the gap between Flex.Items by using the `gap` property.
52
52
 
53
53
  ```js
54
54
  ---