@atlaskit/forge-react-types 0.27.16 → 0.27.18

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,20 @@
1
1
  # @atlaskit/forge-react-types
2
2
 
3
+ ## 0.27.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.27.17
10
+
11
+ ### Patch Changes
12
+
13
+ - [#144783](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/144783)
14
+ [`5edbcec532188`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5edbcec532188) -
15
+ Fix Select dropdown menu not showing ontop of ModalBody
16
+ - Updated dependencies
17
+
3
18
  ## 0.27.16
4
19
 
5
20
  ### Patch Changes
@@ -3,11 +3,11 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - SelectProps
5
5
  *
6
- * @codegen <<SignedSource::a382208b82dd9aabba9d2db6c1647c3e>>
6
+ * @codegen <<SignedSource::fabe92555f9719783df92aea020d8f40>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit/select/__generated__/index.partial.tsx <<SignedSource::c500f98dd082115d2b2925bb87f29338>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit/select/index.tsx <<SignedSource::fc28a764d3f41f08f055dafdd7317278>>
9
9
  */
10
10
  import type { SelectProps as PlatformSelectProps } from '@atlaskit/select';
11
- export type SelectProps = Pick<PlatformSelectProps<any, true | false>, 'spacing' | 'appearance' | 'testId' | 'autoFocus' | 'defaultValue' | 'closeMenuOnSelect' | 'inputValue' | 'inputId' | 'isClearable' | 'isLoading' | 'isMulti' | 'isSearchable' | 'menuIsOpen' | 'onInputChange' | 'options' | 'placeholder' | 'onChange' | 'id' | 'isDisabled' | 'isInvalid' | 'onBlur' | 'onFocus' | 'value' | 'aria-invalid' | 'aria-labelledby' | 'name' | 'openMenuOnFocus'> & {
11
+ export type SelectProps = Pick<PlatformSelectProps<any, true | false>, 'appearance' | 'aria-invalid' | 'aria-labelledby' | 'autoFocus' | 'closeMenuOnScroll' | 'closeMenuOnSelect' | 'defaultInputValue' | 'defaultMenuIsOpen' | 'defaultValue' | 'id' | 'inputId' | 'inputValue' | 'isClearable' | 'isDisabled' | 'isInvalid' | 'isLoading' | 'isMulti' | 'isSearchable' | 'menuIsOpen' | 'name' | 'onBlur' | 'onChange' | 'onFocus' | 'onInputChange' | 'openMenuOnFocus' | 'options' | 'placeholder' | 'spacing' | 'testId' | 'value'> & {
12
12
  isRequired?: boolean;
13
13
  };
@@ -3,11 +3,11 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - SelectProps
5
5
  *
6
- * @codegen <<SignedSource::a382208b82dd9aabba9d2db6c1647c3e>>
6
+ * @codegen <<SignedSource::fabe92555f9719783df92aea020d8f40>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit/select/__generated__/index.partial.tsx <<SignedSource::c500f98dd082115d2b2925bb87f29338>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit/select/index.tsx <<SignedSource::fc28a764d3f41f08f055dafdd7317278>>
9
9
  */
10
10
  import type { SelectProps as PlatformSelectProps } from '@atlaskit/select';
11
- export type SelectProps = Pick<PlatformSelectProps<any, true | false>, 'spacing' | 'appearance' | 'testId' | 'autoFocus' | 'defaultValue' | 'closeMenuOnSelect' | 'inputValue' | 'inputId' | 'isClearable' | 'isLoading' | 'isMulti' | 'isSearchable' | 'menuIsOpen' | 'onInputChange' | 'options' | 'placeholder' | 'onChange' | 'id' | 'isDisabled' | 'isInvalid' | 'onBlur' | 'onFocus' | 'value' | 'aria-invalid' | 'aria-labelledby' | 'name' | 'openMenuOnFocus'> & {
11
+ export type SelectProps = Pick<PlatformSelectProps<any, true | false>, 'appearance' | 'aria-invalid' | 'aria-labelledby' | 'autoFocus' | 'closeMenuOnScroll' | 'closeMenuOnSelect' | 'defaultInputValue' | 'defaultMenuIsOpen' | 'defaultValue' | 'id' | 'inputId' | 'inputValue' | 'isClearable' | 'isDisabled' | 'isInvalid' | 'isLoading' | 'isMulti' | 'isSearchable' | 'menuIsOpen' | 'name' | 'onBlur' | 'onChange' | 'onFocus' | 'onInputChange' | 'openMenuOnFocus' | 'options' | 'placeholder' | 'spacing' | 'testId' | 'value'> & {
12
12
  isRequired?: boolean;
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/forge-react-types",
3
- "version": "0.27.16",
3
+ "version": "0.27.18",
4
4
  "description": "Component types for Forge UI Kit React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,22 +26,22 @@
26
26
  "dependencies": {
27
27
  "@atlaskit/badge": "^16.4.0",
28
28
  "@atlaskit/banner": "^12.5.0",
29
- "@atlaskit/button": "^20.1.0",
29
+ "@atlaskit/button": "^20.2.0",
30
30
  "@atlaskit/calendar": "^15.0.0",
31
31
  "@atlaskit/checkbox": "^14.0.0",
32
32
  "@atlaskit/code": "^15.6.0",
33
- "@atlaskit/datetime-picker": "^14.0.0",
33
+ "@atlaskit/datetime-picker": "^15.0.0",
34
34
  "@atlaskit/dynamic-table": "^15.1.0",
35
35
  "@atlaskit/empty-state": "^7.11.0",
36
36
  "@atlaskit/form": "^10.5.0",
37
37
  "@atlaskit/heading": "^2.4.0",
38
38
  "@atlaskit/inline-edit": "^13.7.0",
39
39
  "@atlaskit/lozenge": "^11.10.0",
40
- "@atlaskit/modal-dialog": "^12.16.0",
41
- "@atlaskit/popup": "^1.26.0",
42
- "@atlaskit/primitives": "^12.1.0",
43
- "@atlaskit/progress-bar": "2.3.1",
44
- "@atlaskit/progress-tracker": "8.9.1",
40
+ "@atlaskit/modal-dialog": "^12.17.0",
41
+ "@atlaskit/popup": "^1.27.0",
42
+ "@atlaskit/primitives": "^12.2.0",
43
+ "@atlaskit/progress-bar": "2.3.2",
44
+ "@atlaskit/progress-tracker": "8.9.2",
45
45
  "@atlaskit/radio": "^6.5.0",
46
46
  "@atlaskit/range": "^7.4.0",
47
47
  "@atlaskit/section-message": "^6.6.0",
@@ -53,7 +53,7 @@
53
53
  "@atlaskit/textarea": "^5.6.0",
54
54
  "@atlaskit/textfield": "^6.5.0",
55
55
  "@atlaskit/toggle": "^13.4.0",
56
- "@atlaskit/tokens": "^1.60.0",
56
+ "@atlaskit/tokens": "^2.0.0",
57
57
  "@atlaskit/tooltip": "^18.7.0",
58
58
  "@babel/runtime": "^7.0.0"
59
59
  },
@@ -62,7 +62,7 @@
62
62
  },
63
63
  "devDependencies": {
64
64
  "@atlassian/codegen": "^0.1.2",
65
- "@types/node": "~18.19.31",
65
+ "@types/node": "~20.16.5",
66
66
  "react": "^16.8.0",
67
67
  "ts-morph": "^17.0.0",
68
68
  "ts-node": "^10.9.1",
@@ -3,14 +3,42 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - SelectProps
5
5
  *
6
- * @codegen <<SignedSource::a382208b82dd9aabba9d2db6c1647c3e>>
6
+ * @codegen <<SignedSource::fabe92555f9719783df92aea020d8f40>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit/select/__generated__/index.partial.tsx <<SignedSource::c500f98dd082115d2b2925bb87f29338>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit/select/index.tsx <<SignedSource::fc28a764d3f41f08f055dafdd7317278>>
9
9
  */
10
10
  import type { SelectProps as PlatformSelectProps } from '@atlaskit/select';
11
11
 
12
12
  export type SelectProps = Pick<
13
- PlatformSelectProps<any, true | false>,
14
- 'spacing' | 'appearance' | 'testId' | 'autoFocus' | 'defaultValue' | 'closeMenuOnSelect' | 'inputValue' | 'inputId' | 'isClearable' | 'isLoading' | 'isMulti' | 'isSearchable' | 'menuIsOpen' | 'onInputChange' | 'options' | 'placeholder' | 'onChange'
15
- | 'id' | 'isDisabled' | 'isInvalid' | 'onBlur' | 'onFocus' | 'value' | 'aria-invalid' | 'aria-labelledby' | 'name' | 'openMenuOnFocus'
13
+ PlatformSelectProps<any, true | false>,
14
+ | 'appearance'
15
+ | 'aria-invalid'
16
+ | 'aria-labelledby'
17
+ | 'autoFocus'
18
+ | 'closeMenuOnScroll'
19
+ | 'closeMenuOnSelect'
20
+ | 'defaultInputValue'
21
+ | 'defaultMenuIsOpen'
22
+ | 'defaultValue'
23
+ | 'id'
24
+ | 'inputId'
25
+ | 'inputValue'
26
+ | 'isClearable'
27
+ | 'isDisabled'
28
+ | 'isInvalid'
29
+ | 'isLoading'
30
+ | 'isMulti'
31
+ | 'isSearchable'
32
+ | 'menuIsOpen'
33
+ | 'name'
34
+ | 'onBlur'
35
+ | 'onChange'
36
+ | 'onFocus'
37
+ | 'onInputChange'
38
+ | 'openMenuOnFocus'
39
+ | 'options'
40
+ | 'placeholder'
41
+ | 'spacing'
42
+ | 'testId'
43
+ | 'value'
16
44
  > & { isRequired?: boolean };