@synerise/ds-flex-box 1.0.0 → 1.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/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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
- ## [0.3.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@0.3.0...@synerise/ds-flex-box@0.3.1) (2025-03-10)
6
+ ## [1.0.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@1.0.1...@synerise/ds-flex-box@1.0.2) (2025-07-24)
7
7
 
8
8
  **Note:** Version bump only for package @synerise/ds-flex-box
9
9
 
@@ -11,31 +11,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [0.3.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@0.2.0...@synerise/ds-flex-box@0.3.0) (2025-01-29)
15
-
14
+ ## [1.0.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@1.0.0...@synerise/ds-flex-box@1.0.1) (2025-07-01)
16
15
 
17
- ### Features
16
+ **Note:** Version bump only for package @synerise/ds-flex-box
18
17
 
19
- * antd@4.24 react@18 ([d97a667](https://github.com/Synerise/synerise-design/commit/d97a667b1f33aed3177e1851de3b6f60be2d46a6))
20
18
 
21
19
 
22
20
 
23
21
 
22
+ ## [0.3.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@0.3.0...@synerise/ds-flex-box@0.3.1) (2025-03-10)
24
23
 
25
- # [0.2.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@0.1.0...@synerise/ds-flex-box@0.2.0) (2024-12-10)
24
+ **Note:** Version bump only for package @synerise/ds-flex-box
26
25
 
26
+ # [0.3.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@0.2.0...@synerise/ds-flex-box@0.3.0) (2025-01-29)
27
27
 
28
28
  ### Features
29
29
 
30
- * **flex-box:** export FlexProps and BoxProps ([c345e18](https://github.com/Synerise/synerise-design/commit/c345e1856753b2e12cdc7e66910754abaeac5eee))
31
-
30
+ - antd@4.24 react@18 ([d97a667](https://github.com/Synerise/synerise-design/commit/d97a667b1f33aed3177e1851de3b6f60be2d46a6))
32
31
 
32
+ # [0.2.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@0.1.0...@synerise/ds-flex-box@0.2.0) (2024-12-10)
33
33
 
34
+ ### Features
34
35
 
36
+ - **flex-box:** export FlexProps and BoxProps ([c345e18](https://github.com/Synerise/synerise-design/commit/c345e1856753b2e12cdc7e66910754abaeac5eee))
35
37
 
36
38
  # 0.1.0 (2024-12-09)
37
39
 
38
-
39
40
  ### Features
40
41
 
41
- * **flex-box:** rebass/grid proxy component ([8ba2907](https://github.com/Synerise/synerise-design/commit/8ba2907591850713d9de0e0e4b3673ebfbdc41af))
42
+ - **flex-box:** rebass/grid proxy component ([8ba2907](https://github.com/Synerise/synerise-design/commit/8ba2907591850713d9de0e0e4b3673ebfbdc41af))
package/README.md CHANGED
@@ -6,6 +6,7 @@ title: FlexBox
6
6
  FlexBox UI Component
7
7
 
8
8
  ## Installation
9
+
9
10
  ```
10
11
  npm i @synerise/ds-flex-box
11
12
  or
@@ -13,6 +14,7 @@ yarn add @synerise/ds-flex-box
13
14
  ```
14
15
 
15
16
  ## Usage
17
+
16
18
  ```
17
19
  import {Flex, Box} from '@synerise/ds-flex-box'
18
20
 
@@ -30,4 +32,4 @@ import {Flex, Box} from '@synerise/ds-flex-box'
30
32
  ## API
31
33
 
32
34
  | Property | Description | Type | Default |
33
- | --- | --- | --- | --- |
35
+ | -------- | ----------- | ---- | ------- |
package/dist/modules.d.js CHANGED
@@ -1 +1,2 @@
1
+ import '@testing-library/jest-dom';
1
2
  import '@testing-library/jest-dom/extend-expect';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-flex-box",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "FlexBox UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -44,5 +44,5 @@
44
44
  "devDependencies": {
45
45
  "@types/rebass__grid": "^6.0.14"
46
46
  },
47
- "gitHead": "e4c3690238a44b584b9ea41e4aa52b1eec42174b"
47
+ "gitHead": "b35b1875727156fe9f5b3bad55aed5ca447c8c8d"
48
48
  }