@atlaskit/forge-react-types 0.67.0 → 1.0.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 +11 -0
- package/dist/types/index.d.ts +0 -1
- package/dist/types-ts4.5/index.d.ts +0 -1
- package/global/package.json +17 -0
- package/package.json +5 -5
- package/src/index.ts +0 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/forge-react-types
|
|
2
2
|
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`0fa33f0928bd7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0fa33f0928bd7) -
|
|
8
|
+
Export global types from /global. Global types have been removed from the main entrypoint
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 0.67.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/dist/types/index.d.ts
CHANGED
|
@@ -3,4 +3,3 @@ export type { BarChartProps, StackBarChartProps, HorizontalStackBarChartProps, H
|
|
|
3
3
|
export type { ChromelessEditorProps, CommentEditorProps, TChromelessEditor, TCommentEditor, } from './components/editor';
|
|
4
4
|
export type { ChartColorTokens } from './types';
|
|
5
5
|
export type { FrameProps } from './components/frame';
|
|
6
|
-
export type { GlobalProps, TGlobal, SidebarProps, TSidebar, LinkMenuItemProps, TLinkMenuItem, ExpandableMenuItemProps, TExpandableMenuItem, FlyOutMenuItemProps, TFlyOutMenuItem, MainProps, TMain, HelpLinkProps, THelpLink, PersonalSettingsProps, TPersonalSettings, PersonalSettingsItemProps, TPersonalSettingsItem, } from './components/global/__generated__';
|
|
@@ -3,4 +3,3 @@ export type { BarChartProps, StackBarChartProps, HorizontalStackBarChartProps, H
|
|
|
3
3
|
export type { ChromelessEditorProps, CommentEditorProps, TChromelessEditor, TCommentEditor, } from './components/editor';
|
|
4
4
|
export type { ChartColorTokens } from './types';
|
|
5
5
|
export type { FrameProps } from './components/frame';
|
|
6
|
-
export type { GlobalProps, TGlobal, SidebarProps, TSidebar, LinkMenuItemProps, TLinkMenuItem, ExpandableMenuItemProps, TExpandableMenuItem, FlyOutMenuItemProps, TFlyOutMenuItem, MainProps, TMain, HelpLinkProps, THelpLink, PersonalSettingsProps, TPersonalSettings, PersonalSettingsItemProps, TPersonalSettingsItem, } from './components/global/__generated__';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/forge-react-types/global",
|
|
3
|
+
"main": "../dist/cjs/components/global/__generated__/index.js",
|
|
4
|
+
"module": "../dist/esm/components/global/__generated__/index.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/components/global/__generated__/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/components/global/__generated__/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/components/global/__generated__/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/forge-react-types",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Component types for Forge UI Kit React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@atlaskit/dynamic-table": "^18.3.0",
|
|
28
28
|
"@atlaskit/form": "^15.5.0",
|
|
29
29
|
"@atlaskit/inline-edit": "^15.6.0",
|
|
30
|
-
"@atlaskit/modal-dialog": "^14.
|
|
30
|
+
"@atlaskit/modal-dialog": "^14.15.0",
|
|
31
31
|
"@atlaskit/navigation-system": "^7.1.0",
|
|
32
32
|
"@atlaskit/object": "^1.0.0",
|
|
33
33
|
"@atlaskit/popup": "^4.16.0",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@atlaskit/textarea": "^8.2.0",
|
|
45
45
|
"@atlaskit/textfield": "^8.3.0",
|
|
46
46
|
"@atlaskit/tile": "^1.0.0",
|
|
47
|
-
"@atlaskit/toggle": "^15.
|
|
48
|
-
"@atlaskit/tokens": "^
|
|
47
|
+
"@atlaskit/toggle": "^15.4.0",
|
|
48
|
+
"@atlaskit/tokens": "^12.0.0",
|
|
49
49
|
"@atlaskit/tooltip": "^21.1.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"@emotion/react": "^11.7.1",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@atlassian/codegen": "^0.1.0",
|
|
59
|
-
"@atlassian/forge-ui": "^35.
|
|
59
|
+
"@atlassian/forge-ui": "^35.1.0",
|
|
60
60
|
"@types/node": "^24.0.0",
|
|
61
61
|
"lodash": "^4.17.21",
|
|
62
62
|
"react": "^18.2.0",
|
package/src/index.ts
CHANGED
|
@@ -162,24 +162,3 @@ export type {
|
|
|
162
162
|
export type { ChartColorTokens } from './types';
|
|
163
163
|
|
|
164
164
|
export type { FrameProps } from './components/frame';
|
|
165
|
-
|
|
166
|
-
export type {
|
|
167
|
-
GlobalProps,
|
|
168
|
-
TGlobal,
|
|
169
|
-
SidebarProps,
|
|
170
|
-
TSidebar,
|
|
171
|
-
LinkMenuItemProps,
|
|
172
|
-
TLinkMenuItem,
|
|
173
|
-
ExpandableMenuItemProps,
|
|
174
|
-
TExpandableMenuItem,
|
|
175
|
-
FlyOutMenuItemProps,
|
|
176
|
-
TFlyOutMenuItem,
|
|
177
|
-
MainProps,
|
|
178
|
-
TMain,
|
|
179
|
-
HelpLinkProps,
|
|
180
|
-
THelpLink,
|
|
181
|
-
PersonalSettingsProps,
|
|
182
|
-
TPersonalSettings,
|
|
183
|
-
PersonalSettingsItemProps,
|
|
184
|
-
TPersonalSettingsItem,
|
|
185
|
-
} from './components/global/__generated__';
|