@synerise/ds-flex-box 1.0.5 → 1.1.1

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,16 @@
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
+ ## [1.1.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@1.1.0...@synerise/ds-flex-box@1.1.1) (2026-03-20)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-flex-box
9
+
10
+ # [1.1.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@1.0.5...@synerise/ds-flex-box@1.1.0) (2026-02-02)
11
+
12
+ ### Features
13
+
14
+ - **panel:** new component ([a9d4ff8](https://github.com/Synerise/synerise-design/commit/a9d4ff8f766e2a7b6b6fe34068d7231584eb3056))
15
+
6
16
  ## [1.0.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@1.0.4...@synerise/ds-flex-box@1.0.5) (2026-01-29)
7
17
 
8
18
  **Note:** Version bump only for package @synerise/ds-flex-box
package/README.md CHANGED
@@ -11,6 +11,8 @@ FlexBox UI Component
11
11
  npm i @synerise/ds-flex-box
12
12
  or
13
13
  yarn add @synerise/ds-flex-box
14
+ or
15
+ pnpm add @synerise/ds-flex-box
14
16
  ```
15
17
 
16
18
  ## Usage
package/dist/index.d.ts CHANGED
@@ -1 +1 @@
1
- export { Flex, Box, BoxProps, FlexProps } from '@rebass/grid';
1
+ export { Flex, Box, type BoxProps, type FlexProps } from '@rebass/grid';
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- export { Flex, Box, BoxProps, FlexProps } from '@rebass/grid';
1
+ export { Flex, Box } from '@rebass/grid';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-flex-box",
3
- "version": "1.0.5",
3
+ "version": "1.1.1",
4
4
  "description": "FlexBox UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -45,5 +45,5 @@
45
45
  "devDependencies": {
46
46
  "@types/rebass__grid": "^6.0.14"
47
47
  },
48
- "gitHead": "e1a3b7417480ba1bbf0b68becf985dd2d5f5a924"
48
+ "gitHead": "8efc031fa688c0b87c7b3915bae93546bb63bcac"
49
49
  }