@synerise/ds-flex-box 1.0.4 → 1.1.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,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.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)
7
+
8
+ ### Features
9
+
10
+ - **panel:** new component ([a9d4ff8](https://github.com/Synerise/synerise-design/commit/a9d4ff8f766e2a7b6b6fe34068d7231584eb3056))
11
+
12
+ ## [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)
13
+
14
+ **Note:** Version bump only for package @synerise/ds-flex-box
15
+
6
16
  ## [1.0.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-flex-box@1.0.3...@synerise/ds-flex-box@1.0.4) (2025-12-15)
7
17
 
8
18
  **Note:** Version bump only for package @synerise/ds-flex-box
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.4",
3
+ "version": "1.1.0",
4
4
  "description": "FlexBox UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -16,15 +16,15 @@
16
16
  "access": "public"
17
17
  },
18
18
  "scripts": {
19
- "build": "npm run build:js && npm run build:css && npm run defs",
19
+ "build": "pnpm run build:js && pnpm run build:css && pnpm run defs",
20
20
  "build:css": "node ../../../scripts/style/less.js",
21
21
  "build:js": "babel --delete-dir-on-start --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
22
- "build:watch": "npm run build:js -- --watch",
22
+ "build:watch": "pnpm run build:js -- --watch",
23
23
  "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
24
24
  "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
25
- "prepublish": "npm run build",
25
+ "prepublish": "pnpm run build",
26
26
  "test": "jest",
27
- "test:watch": "npm run test -- --watchAll",
27
+ "test:watch": "pnpm run test -- --watchAll",
28
28
  "types": "tsc --noEmit",
29
29
  "check:circular-dependencies": "madge --circular --extensions ts,tsx,js,jsx --ts-config tsconfig.json src/ --exclude '/dist/'",
30
30
  "upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
@@ -45,5 +45,5 @@
45
45
  "devDependencies": {
46
46
  "@types/rebass__grid": "^6.0.14"
47
47
  },
48
- "gitHead": "b1279d5354132a2bf0b6f0cfa343db4c6c928f72"
48
+ "gitHead": "6a3a82f8bc80e10eeb818795035e05393550e82e"
49
49
  }