@atlaskit/select 21.2.9 → 21.2.10
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,13 @@
|
|
|
1
1
|
# @atlaskit/select
|
|
2
2
|
|
|
3
|
+
## 21.2.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f0662cd7a143e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f0662cd7a143e) -
|
|
8
|
+
Internal changes to how borders are applied.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 21.2.9
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -122,7 +122,7 @@ var ControlOption = function ControlOption(props) {
|
|
|
122
122
|
var NewCheckboxIcon = function NewCheckboxIcon(props) {
|
|
123
123
|
return (
|
|
124
124
|
/*#__PURE__*/
|
|
125
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
125
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props, @atlaskit/design-system/no-custom-icons
|
|
126
126
|
React.createElement(_svg.default, props, /*#__PURE__*/React.createElement("g", {
|
|
127
127
|
fillRule: "evenodd"
|
|
128
128
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
@@ -143,7 +143,7 @@ var NewCheckboxIcon = function NewCheckboxIcon(props) {
|
|
|
143
143
|
var NewRadioIcon = function NewRadioIcon(props) {
|
|
144
144
|
return (
|
|
145
145
|
/*#__PURE__*/
|
|
146
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
146
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props, @atlaskit/design-system/no-custom-icons
|
|
147
147
|
React.createElement(_svg.default, props, /*#__PURE__*/React.createElement("g", {
|
|
148
148
|
fillRule: "evenodd"
|
|
149
149
|
}, /*#__PURE__*/React.createElement("circle", {
|
|
@@ -106,7 +106,7 @@ const ControlOption = props => {
|
|
|
106
106
|
};
|
|
107
107
|
const NewCheckboxIcon = props =>
|
|
108
108
|
/*#__PURE__*/
|
|
109
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
109
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props, @atlaskit/design-system/no-custom-icons
|
|
110
110
|
React.createElement(PrimitiveSVGIcon, props, /*#__PURE__*/React.createElement("g", {
|
|
111
111
|
fillRule: "evenodd"
|
|
112
112
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
@@ -124,7 +124,7 @@ React.createElement(PrimitiveSVGIcon, props, /*#__PURE__*/React.createElement("g
|
|
|
124
124
|
})));
|
|
125
125
|
const NewRadioIcon = props =>
|
|
126
126
|
/*#__PURE__*/
|
|
127
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
127
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props, @atlaskit/design-system/no-custom-icons
|
|
128
128
|
React.createElement(PrimitiveSVGIcon, props, /*#__PURE__*/React.createElement("g", {
|
|
129
129
|
fillRule: "evenodd"
|
|
130
130
|
}, /*#__PURE__*/React.createElement("circle", {
|
|
@@ -113,7 +113,7 @@ var ControlOption = function ControlOption(props) {
|
|
|
113
113
|
var NewCheckboxIcon = function NewCheckboxIcon(props) {
|
|
114
114
|
return (
|
|
115
115
|
/*#__PURE__*/
|
|
116
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
116
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props, @atlaskit/design-system/no-custom-icons
|
|
117
117
|
React.createElement(PrimitiveSVGIcon, props, /*#__PURE__*/React.createElement("g", {
|
|
118
118
|
fillRule: "evenodd"
|
|
119
119
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
@@ -134,7 +134,7 @@ var NewCheckboxIcon = function NewCheckboxIcon(props) {
|
|
|
134
134
|
var NewRadioIcon = function NewRadioIcon(props) {
|
|
135
135
|
return (
|
|
136
136
|
/*#__PURE__*/
|
|
137
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
137
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props, @atlaskit/design-system/no-custom-icons
|
|
138
138
|
React.createElement(PrimitiveSVGIcon, props, /*#__PURE__*/React.createElement("g", {
|
|
139
139
|
fillRule: "evenodd"
|
|
140
140
|
}, /*#__PURE__*/React.createElement("circle", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/select",
|
|
3
|
-
"version": "21.2.
|
|
3
|
+
"version": "21.2.10",
|
|
4
4
|
"description": "Select allows users to make a single selection or multiple selections from a list of options.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@atlaskit/primitives": "^14.14.0",
|
|
40
40
|
"@atlaskit/react-select": "^3.5.0",
|
|
41
41
|
"@atlaskit/spinner": "^19.0.0",
|
|
42
|
-
"@atlaskit/theme": "^
|
|
42
|
+
"@atlaskit/theme": "^21.0.0",
|
|
43
43
|
"@atlaskit/tokens": "^6.3.0",
|
|
44
44
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|