@atlaskit/forge-react-types 0.34.11 → 0.34.13

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,19 @@
1
1
  # @atlaskit/forge-react-types
2
2
 
3
+ ## 0.34.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.34.12
10
+
11
+ ### Patch Changes
12
+
13
+ - [#106527](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/106527)
14
+ [`8f869826facf6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8f869826facf6) -
15
+ Improve prop config in forge uikit component codegen
16
+
3
17
  ## 0.34.11
4
18
 
5
19
  ### Patch Changes
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - BadgeProps
5
5
  *
6
- * @codegen <<SignedSource::be50537eb7e4a631ef0c0e1018412e29>>
6
+ * @codegen <<SignedSource::92388efe5b39418e1cea1294d8ce6855>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit/badge/__generated__/index.partial.tsx <<SignedSource::d5b0fcebb6993614e6df8397ce50002d>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit/badge/__generated__/index.partial.tsx <<SignedSource::74d81fc03682e51d4ea5e5eea2215574>>
9
9
  */
10
10
  import React from 'react';
11
11
  import PlatformBadge from '@atlaskit/badge';
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - BadgeProps
5
5
  *
6
- * @codegen <<SignedSource::be50537eb7e4a631ef0c0e1018412e29>>
6
+ * @codegen <<SignedSource::92388efe5b39418e1cea1294d8ce6855>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit/badge/__generated__/index.partial.tsx <<SignedSource::d5b0fcebb6993614e6df8397ce50002d>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit/badge/__generated__/index.partial.tsx <<SignedSource::74d81fc03682e51d4ea5e5eea2215574>>
9
9
  */
10
10
  import React from 'react';
11
11
  import PlatformBadge from '@atlaskit/badge';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/forge-react-types",
3
- "version": "0.34.11",
3
+ "version": "0.34.13",
4
4
  "description": "Component types for Forge UI Kit React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -40,20 +40,20 @@
40
40
  "@atlaskit/popup": "^1.30.0",
41
41
  "@atlaskit/primitives": "^13.3.0",
42
42
  "@atlaskit/progress-bar": "3.0.2",
43
- "@atlaskit/progress-tracker": "9.1.0",
43
+ "@atlaskit/progress-tracker": "9.2.0",
44
44
  "@atlaskit/radio": "^7.0.0",
45
45
  "@atlaskit/range": "^8.0.0",
46
- "@atlaskit/renderer": "^112.8.0",
46
+ "@atlaskit/renderer": "^112.9.0",
47
47
  "@atlaskit/section-message": "^6.8.0",
48
48
  "@atlaskit/select": "^18.9.0",
49
49
  "@atlaskit/spinner": "^16.3.0",
50
- "@atlaskit/tabs": "^17.0.0",
50
+ "@atlaskit/tabs": "^17.1.0",
51
51
  "@atlaskit/tag": "^12.6.0",
52
52
  "@atlaskit/tag-group": "^11.0.0",
53
53
  "@atlaskit/textarea": "^5.7.0",
54
54
  "@atlaskit/textfield": "^6.7.0",
55
55
  "@atlaskit/toggle": "^14.0.0",
56
- "@atlaskit/tokens": "^3.1.0",
56
+ "@atlaskit/tokens": "^3.2.0",
57
57
  "@atlaskit/tooltip": "^19.0.0",
58
58
  "@babel/runtime": "^7.0.0"
59
59
  },
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - BadgeProps
5
5
  *
6
- * @codegen <<SignedSource::be50537eb7e4a631ef0c0e1018412e29>>
6
+ * @codegen <<SignedSource::92388efe5b39418e1cea1294d8ce6855>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit/badge/__generated__/index.partial.tsx <<SignedSource::d5b0fcebb6993614e6df8397ce50002d>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit/badge/__generated__/index.partial.tsx <<SignedSource::74d81fc03682e51d4ea5e5eea2215574>>
9
9
  */
10
10
  /* eslint @repo/internal/codegen/signed-source-integrity: "warn" */
11
11