@atlaskit/link-datasource 4.10.1 → 4.10.2
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 +8 -0
- package/dist/cjs/ui/common/error-state/loading-error.compiled.css +1 -0
- package/dist/cjs/ui/common/error-state/loading-error.js +1 -1
- package/dist/es2019/ui/common/error-state/loading-error.compiled.css +1 -0
- package/dist/es2019/ui/common/error-state/loading-error.js +1 -1
- package/dist/esm/ui/common/error-state/loading-error.compiled.css +1 -0
- package/dist/esm/ui/common/error-state/loading-error.js +1 -1
- package/dist/types/ui/common/modal/popup-select/checkbox-option-visual-refresh-sllv.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/popup-select/checkbox-option-visual-refresh-sllv.d.ts +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 4.10.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#153511](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153511)
|
|
8
|
+
[`cd4838fb19b00`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd4838fb19b00) -
|
|
9
|
+
[ux] Ensures loading error empty state is centered
|
|
10
|
+
|
|
3
11
|
## 4.10.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
._zulppxbi{gap:var(--ds-space-200,1pc)}
|
|
4
4
|
._zulpu2gc{gap:var(--ds-space-100,8px)}
|
|
5
5
|
._18zroahv{padding-inline:var(--ds-space-600,3pc)}
|
|
6
|
+
._195g1wug{margin-inline:auto}
|
|
6
7
|
._1rjcoahv{padding-block:var(--ds-space-600,3pc)}._10fp1h6o{justify-self:center}
|
|
7
8
|
._1e0c11p5{display:grid}
|
|
8
9
|
._1wpz1h6o{align-self:center}
|
|
@@ -25,7 +25,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
|
|
|
25
25
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
26
26
|
var styles = {
|
|
27
27
|
errorContainerStylesOld: "_zulppxbi _4cvr1h6o _6a6z1h6o _1wpz1h6o _10fp1h6o _1e0c11p5",
|
|
28
|
-
errorContainerStylesNew: "_zulppxbi _4cvr1h6o _6a6z1h6o
|
|
28
|
+
errorContainerStylesNew: "_zulppxbi _4cvr1h6o _6a6z1h6o _195g1wug _18zroahv _1rjcoahv _1e0c11p5 _p12f1kdj _y3gn1h6o",
|
|
29
29
|
errorMessageContainerStyles: "_zulpu2gc _4cvr1h6o _6a6z1h6o _1e0c11p5",
|
|
30
30
|
errorMessageStyles: "_11c8nbxd"
|
|
31
31
|
};
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
._zulppxbi{gap:var(--ds-space-200,1pc)}
|
|
4
4
|
._zulpu2gc{gap:var(--ds-space-100,8px)}
|
|
5
5
|
._18zroahv{padding-inline:var(--ds-space-600,3pc)}
|
|
6
|
+
._195g1wug{margin-inline:auto}
|
|
6
7
|
._1rjcoahv{padding-block:var(--ds-space-600,3pc)}._10fp1h6o{justify-self:center}
|
|
7
8
|
._1e0c11p5{display:grid}
|
|
8
9
|
._1wpz1h6o{align-self:center}
|
|
@@ -15,7 +15,7 @@ import { SpotErrorSearch } from '../../../common/ui/spot/error-state/search';
|
|
|
15
15
|
import { loadingErrorMessages } from './messages';
|
|
16
16
|
const styles = {
|
|
17
17
|
errorContainerStylesOld: "_zulppxbi _4cvr1h6o _6a6z1h6o _1wpz1h6o _10fp1h6o _1e0c11p5",
|
|
18
|
-
errorContainerStylesNew: "_zulppxbi _4cvr1h6o _6a6z1h6o
|
|
18
|
+
errorContainerStylesNew: "_zulppxbi _4cvr1h6o _6a6z1h6o _195g1wug _18zroahv _1rjcoahv _1e0c11p5 _p12f1kdj _y3gn1h6o",
|
|
19
19
|
errorMessageContainerStyles: "_zulpu2gc _4cvr1h6o _6a6z1h6o _1e0c11p5",
|
|
20
20
|
errorMessageStyles: "_11c8nbxd"
|
|
21
21
|
};
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
._zulppxbi{gap:var(--ds-space-200,1pc)}
|
|
4
4
|
._zulpu2gc{gap:var(--ds-space-100,8px)}
|
|
5
5
|
._18zroahv{padding-inline:var(--ds-space-600,3pc)}
|
|
6
|
+
._195g1wug{margin-inline:auto}
|
|
6
7
|
._1rjcoahv{padding-block:var(--ds-space-600,3pc)}._10fp1h6o{justify-self:center}
|
|
7
8
|
._1e0c11p5{display:grid}
|
|
8
9
|
._1wpz1h6o{align-self:center}
|
|
@@ -15,7 +15,7 @@ import { SpotErrorSearch } from '../../../common/ui/spot/error-state/search';
|
|
|
15
15
|
import { loadingErrorMessages } from './messages';
|
|
16
16
|
var styles = {
|
|
17
17
|
errorContainerStylesOld: "_zulppxbi _4cvr1h6o _6a6z1h6o _1wpz1h6o _10fp1h6o _1e0c11p5",
|
|
18
|
-
errorContainerStylesNew: "_zulppxbi _4cvr1h6o _6a6z1h6o
|
|
18
|
+
errorContainerStylesNew: "_zulppxbi _4cvr1h6o _6a6z1h6o _195g1wug _18zroahv _1rjcoahv _1e0c11p5 _p12f1kdj _y3gn1h6o",
|
|
19
19
|
errorMessageContainerStyles: "_zulpu2gc _4cvr1h6o _6a6z1h6o _1e0c11p5",
|
|
20
20
|
errorMessageStyles: "_11c8nbxd"
|
|
21
21
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { OptionProps } from '@atlaskit/react-select';
|
|
3
|
-
import { SelectOption } from './types';
|
|
2
|
+
import { type OptionProps } from '@atlaskit/react-select';
|
|
3
|
+
import type { SelectOption } from './types';
|
|
4
4
|
export declare const CheckboxOptionVisualRefreshSllv: ({ children, ...props }: OptionProps<SelectOption, true>) => JSX.Element;
|
package/dist/types-ts4.5/ui/common/modal/popup-select/checkbox-option-visual-refresh-sllv.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { OptionProps } from '@atlaskit/react-select';
|
|
3
|
-
import { SelectOption } from './types';
|
|
2
|
+
import { type OptionProps } from '@atlaskit/react-select';
|
|
3
|
+
import type { SelectOption } from './types';
|
|
4
4
|
export declare const CheckboxOptionVisualRefreshSllv: ({ children, ...props }: OptionProps<SelectOption, true>) => JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.2",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@atlaskit/button": "^23.0.0",
|
|
47
47
|
"@atlaskit/css": "^0.10.0",
|
|
48
48
|
"@atlaskit/datetime-picker": "^17.0.0",
|
|
49
|
-
"@atlaskit/dropdown-menu": "^14.
|
|
49
|
+
"@atlaskit/dropdown-menu": "^14.2.0",
|
|
50
50
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
51
51
|
"@atlaskit/empty-state": "^10.0.0",
|
|
52
52
|
"@atlaskit/flag": "^17.1.0",
|
|
@@ -67,18 +67,18 @@
|
|
|
67
67
|
"@atlaskit/linking-types": "^9.10.0",
|
|
68
68
|
"@atlaskit/logo": "^18.0.0",
|
|
69
69
|
"@atlaskit/lozenge": "^12.2.0",
|
|
70
|
-
"@atlaskit/modal-dialog": "^14.
|
|
70
|
+
"@atlaskit/modal-dialog": "^14.2.0",
|
|
71
71
|
"@atlaskit/outbound-auth-flow-client": "^3.4.0",
|
|
72
72
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
73
|
-
"@atlaskit/popup": "^4.
|
|
73
|
+
"@atlaskit/popup": "^4.2.0",
|
|
74
74
|
"@atlaskit/pragmatic-drag-and-drop": "^1.6.0",
|
|
75
|
-
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.
|
|
75
|
+
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
76
76
|
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^2.0.0",
|
|
77
|
-
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.
|
|
77
|
+
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
|
|
78
78
|
"@atlaskit/primitives": "^14.7.0",
|
|
79
79
|
"@atlaskit/react-select": "^2.4.0",
|
|
80
80
|
"@atlaskit/select": "^20.4.0",
|
|
81
|
-
"@atlaskit/smart-card": "^38.
|
|
81
|
+
"@atlaskit/smart-card": "^38.1.0",
|
|
82
82
|
"@atlaskit/smart-user-picker": "^8.0.0",
|
|
83
83
|
"@atlaskit/spinner": "^18.0.0",
|
|
84
84
|
"@atlaskit/tag": "^14.0.0",
|