@faststore/components 3.0.97 → 3.0.103

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type DropdownContextState = {
3
2
  /**
4
3
  * Control de Dropdown state as Opened (true) or Closed (false).
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type DropdownPosition = Pick<React.CSSProperties, 'position' | 'top' | 'left'>;
3
2
  /**
4
3
  * Hook used to find the DropdownMenu position in relation to DropdownButton
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type DropdownContextState = {
3
2
  /**
4
3
  * Control de Dropdown state as Opened (true) or Closed (false).
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type DropdownPosition = Pick<React.CSSProperties, 'position' | 'top' | 'left'>;
3
2
  /**
4
3
  * Hook used to find the DropdownMenu position in relation to DropdownButton
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/components",
3
- "version": "3.0.97",
3
+ "version": "3.0.103",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "typings": "dist/esm/index.d.ts",
@@ -37,11 +37,14 @@
37
37
  "devDependencies": {
38
38
  "@faststore/eslint-config": "^3.0.97",
39
39
  "@faststore/shared": "^3.0.97",
40
+ "@testing-library/jest-dom": "^6.5.0",
40
41
  "@testing-library/react": "^14.3.0",
42
+ "@types/jest-axe": "^3.5.9",
41
43
  "@types/react": "^18.2.42",
42
44
  "@types/react-dom": "^18.2.17",
43
45
  "eslint": "7.32.0",
44
46
  "jest": "^29.7.0",
47
+ "jest-axe": "^9.0.0",
45
48
  "jest-environment-jsdom": "^29.7.0",
46
49
  "ts-jest": "^29.1.2",
47
50
  "typescript": "^4.8.4"
@@ -49,5 +52,5 @@
49
52
  "volta": {
50
53
  "extends": "../../package.json"
51
54
  },
52
- "gitHead": "df0e2d3d8c4f09d7782013f7ba25d73e51d3b7a1"
55
+ "gitHead": "666e6303eb567b1900eaf86fa7900fe4181fb9ed"
53
56
  }