draft-components 1.7.0 → 1.7.1

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.
@@ -3925,12 +3925,17 @@
3925
3925
  }
3926
3926
 
3927
3927
  .dc-filtered-search__clear-button {
3928
+ flex-shrink: 0;
3928
3929
  margin-top: 1px;
3929
3930
  margin-right: 1px;
3930
3931
  white-space: nowrap;
3931
3932
  border-radius: calc(var(--dc-filtered-search-border-radius) - 1px);
3932
3933
  }
3933
3934
 
3935
+ .dc-filtered-search__clear-button:focus::after {
3936
+ border-radius: inherit;
3937
+ }
3938
+
3934
3939
  .dc-filtered-search__filters {
3935
3940
  display: flex;
3936
3941
  flex-grow: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draft-components",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "The React based UI components library.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -56,50 +56,50 @@
56
56
  "react-dom": ">= 18"
57
57
  },
58
58
  "devDependencies": {
59
- "@alexzimakov/eslint-config": "1.5.0",
60
- "@babel/core": "7.22.5",
61
- "@babel/preset-env": "7.22.5",
59
+ "@alexzimakov/eslint-config": "1.6.0",
60
+ "@babel/core": "7.22.9",
61
+ "@babel/preset-env": "7.22.9",
62
62
  "@babel/preset-react": "7.22.5",
63
63
  "@babel/preset-typescript": "7.22.5",
64
64
  "@heroicons/react": "2.0.18",
65
- "@rollup/plugin-typescript": "11.1.1",
66
- "@storybook/addon-actions": "7.0.23",
67
- "@storybook/addon-essentials": "7.0.23",
68
- "@storybook/addon-links": "7.0.23",
69
- "@storybook/react": "7.0.23",
70
- "@storybook/react-vite": "7.0.23",
65
+ "@rollup/plugin-typescript": "11.1.2",
66
+ "@storybook/addon-actions": "7.1.1",
67
+ "@storybook/addon-essentials": "7.1.1",
68
+ "@storybook/addon-links": "7.1.1",
69
+ "@storybook/react": "7.1.1",
70
+ "@storybook/react-vite": "7.1.1",
71
71
  "@testing-library/dom": "9.3.1",
72
- "@testing-library/jest-dom": "5.16.5",
72
+ "@testing-library/jest-dom": "5.17.0",
73
73
  "@testing-library/react": "14.0.0",
74
74
  "@testing-library/user-event": "14.4.3",
75
- "@types/jest": "29.5.2",
76
- "@types/node": "18.16.18",
77
- "@types/react": "18.2.13",
78
- "@types/react-dom": "18.2.6",
79
- "@typescript-eslint/eslint-plugin": "5.60.0",
80
- "@typescript-eslint/parser": "5.60.0",
75
+ "@types/jest": "29.5.3",
76
+ "@types/node": "18.17.0",
77
+ "@types/react": "18.2.16",
78
+ "@types/react-dom": "18.2.7",
79
+ "@typescript-eslint/eslint-plugin": "6.2.0",
80
+ "@typescript-eslint/parser": "6.2.0",
81
81
  "autoprefixer": "10.4.14",
82
- "eslint": "8.43.0",
82
+ "eslint": "8.45.0",
83
83
  "eslint-plugin-jsx-a11y": "6.7.1",
84
- "eslint-plugin-react": "7.32.2",
84
+ "eslint-plugin-react": "7.33.0",
85
85
  "eslint-plugin-react-hooks": "4.6.0",
86
- "eslint-plugin-storybook": "0.6.12",
86
+ "eslint-plugin-storybook": "0.6.13",
87
87
  "eslint-plugin-testing-library": "5.11.0",
88
88
  "husky": "8.0.3",
89
- "jest": "29.5.0",
90
- "jest-environment-jsdom": "29.5.0",
91
- "lint-staged": "13.2.2",
92
- "postcss": "8.4.24",
89
+ "jest": "29.6.1",
90
+ "jest-environment-jsdom": "29.6.1",
91
+ "lint-staged": "13.2.3",
92
+ "postcss": "8.4.27",
93
93
  "postcss-import": "15.1.0",
94
94
  "react": "18.2.0",
95
95
  "react-dom": "18.2.0",
96
- "rollup": "3.25.1",
97
- "storybook": "7.0.23",
98
- "stylelint": "15.8.0",
99
- "stylelint-config-standard": "33.0.0",
96
+ "rollup": "3.26.3",
97
+ "storybook": "7.1.1",
98
+ "stylelint": "15.10.2",
99
+ "stylelint-config-standard": "34.0.0",
100
100
  "stylelint-order": "6.0.3",
101
- "typescript": "5.1.3",
102
- "vite": "4.3.9"
101
+ "typescript": "5.1.6",
102
+ "vite": "4.4.7"
103
103
  },
104
104
  "lint-staged": {
105
105
  "*.ts?(x)": "npm run lint",