@atlaskit/forge-react-types 0.27.15 → 0.27.17

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.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [#144783](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/144783)
8
+ [`5edbcec532188`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5edbcec532188) -
9
+ Fix Select dropdown menu not showing ontop of ModalBody
10
+ - Updated dependencies
11
+
12
+ ## 0.27.16
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 0.27.15
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.15",
3
+ "version": "0.27.17",
4
4
  "description": "Component types for Forge UI Kit React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,34 +26,34 @@
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",
34
- "@atlaskit/dynamic-table": "^15.0.0",
33
+ "@atlaskit/datetime-picker": "^15.0.0",
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.15.0",
41
- "@atlaskit/popup": "^1.25.0",
42
- "@atlaskit/primitives": "^12.1.0",
40
+ "@atlaskit/modal-dialog": "^12.17.0",
41
+ "@atlaskit/popup": "^1.27.0",
42
+ "@atlaskit/primitives": "^12.2.0",
43
43
  "@atlaskit/progress-bar": "2.3.1",
44
- "@atlaskit/progress-tracker": "8.9.0",
44
+ "@atlaskit/progress-tracker": "8.9.1",
45
45
  "@atlaskit/radio": "^6.5.0",
46
46
  "@atlaskit/range": "^7.4.0",
47
47
  "@atlaskit/section-message": "^6.6.0",
48
- "@atlaskit/select": "^17.16.0",
48
+ "@atlaskit/select": "^17.19.0",
49
49
  "@atlaskit/spinner": "^16.3.0",
50
50
  "@atlaskit/tabs": "^16.4.0",
51
51
  "@atlaskit/tag": "^12.6.0",
52
- "@atlaskit/tag-group": "^10.5.0",
52
+ "@atlaskit/tag-group": "^10.6.0",
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.59.0",
56
+ "@atlaskit/tokens": "^1.61.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 };