@atlaskit/forge-react-types 0.51.0 → 0.51.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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/forge-react-types
2
2
 
3
+ ## 0.51.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 0.51.0
4
10
 
5
11
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- import { type ActiveTokens } from "@atlaskit/tokens";
1
+ import { type ActiveTokens } from '@atlaskit/tokens';
2
2
  type MarginValue = Extract<ActiveTokens, `space.${string}`>;
3
3
  export type BarChartProps = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { type ActiveTokens } from "@atlaskit/tokens";
1
+ import { type ActiveTokens } from '@atlaskit/tokens';
2
2
  type MarginValue = Extract<ActiveTokens, `space.${string}`>;
3
3
  export type LineChartProps = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { type ActiveTokens } from "@atlaskit/tokens";
1
+ import { type ActiveTokens } from '@atlaskit/tokens';
2
2
  type MarginValue = Extract<ActiveTokens, `space.${string}`>;
3
3
  export type BarChartProps = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { type ActiveTokens } from "@atlaskit/tokens";
1
+ import { type ActiveTokens } from '@atlaskit/tokens';
2
2
  type MarginValue = Extract<ActiveTokens, `space.${string}`>;
3
3
  export type LineChartProps = {
4
4
  /**
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@atlaskit/forge-react-types",
3
- "version": "0.51.0",
3
+ "version": "0.51.1",
4
4
  "description": "Component types for Forge UI Kit React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
7
7
  },
8
- "repository": "https://stash.atlassian.com/projects/ATLASSIAN/repos/atlassian-frontend-monorepo",
8
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
9
9
  "author": "Atlassian Pty Ltd",
10
10
  "types": "dist/types/index.d.ts",
11
11
  "typesVersions": {
@@ -21,28 +21,28 @@
21
21
  "team": "Forge UI"
22
22
  },
23
23
  "dependencies": {
24
- "@atlaskit/button": "^23.6.0",
24
+ "@atlaskit/button": "^23.7.0",
25
25
  "@atlaskit/comment": "^13.1.0",
26
- "@atlaskit/datetime-picker": "^17.1.0",
26
+ "@atlaskit/datetime-picker": "^17.2.0",
27
27
  "@atlaskit/dynamic-table": "^18.3.0",
28
- "@atlaskit/form": "^14.3.0",
28
+ "@atlaskit/form": "^15.0.0",
29
29
  "@atlaskit/inline-edit": "^15.3.0",
30
- "@atlaskit/modal-dialog": "^14.7.0",
31
- "@atlaskit/navigation-system": "^5.11.0",
32
- "@atlaskit/popup": "^4.6.0",
30
+ "@atlaskit/modal-dialog": "^14.8.0",
31
+ "@atlaskit/navigation-system": "^5.12.0",
32
+ "@atlaskit/popup": "^4.7.0",
33
33
  "@atlaskit/primitives": "^16.4.0",
34
- "@atlaskit/progress-bar": "^4.0.0",
34
+ "@atlaskit/progress-bar": "^4.1.0",
35
35
  "@atlaskit/progress-tracker": "^10.3.0",
36
36
  "@atlaskit/radio": "^8.3.0",
37
- "@atlaskit/section-message": "^8.9.0",
38
- "@atlaskit/select": "^21.4.0",
37
+ "@atlaskit/section-message": "^8.10.0",
38
+ "@atlaskit/select": "^21.5.0",
39
39
  "@atlaskit/spinner": "^19.0.0",
40
- "@atlaskit/tabs": "^18.2.0",
40
+ "@atlaskit/tabs": "^18.3.0",
41
41
  "@atlaskit/tag": "^14.1.0",
42
42
  "@atlaskit/tag-group": "^12.0.0",
43
- "@atlaskit/textarea": "^8.1.0",
44
- "@atlaskit/textfield": "^8.1.0",
45
- "@atlaskit/toggle": "^15.1.0",
43
+ "@atlaskit/textarea": "^8.2.0",
44
+ "@atlaskit/textfield": "^8.2.0",
45
+ "@atlaskit/toggle": "^15.2.0",
46
46
  "@atlaskit/tokens": "^8.4.0",
47
47
  "@atlaskit/tooltip": "^20.11.0",
48
48
  "@babel/runtime": "^7.0.0"
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "@atlassian/codegen": "^0.1.0",
55
- "@atlassian/forge-ui": "^32.55.0",
55
+ "@atlassian/forge-ui": "^32.56.0",
56
56
  "@types/node": "~22.17.1",
57
57
  "lodash": "^4.17.21",
58
58
  "react": "^18.2.0",
@@ -1,4 +1,4 @@
1
- import { type ActiveTokens } from "@atlaskit/tokens";
1
+ import { type ActiveTokens } from '@atlaskit/tokens';
2
2
 
3
3
  type MarginValue = Extract<ActiveTokens, `space.${string}`>;
4
4
 
@@ -1,4 +1,4 @@
1
- import { type ActiveTokens } from "@atlaskit/tokens";
1
+ import { type ActiveTokens } from '@atlaskit/tokens';
2
2
 
3
3
  type MarginValue = Extract<ActiveTokens, `space.${string}`>;
4
4