@faststore/ui 2.1.81 → 2.2.0-alpha.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/ui",
3
- "version": "2.1.81",
3
+ "version": "2.2.0-alpha.0",
4
4
  "description": "A lightweight, framework agnostic component library for React",
5
5
  "author": "emersonlaurentino",
6
6
  "license": "MIT",
@@ -48,7 +48,7 @@
48
48
  }
49
49
  ],
50
50
  "dependencies": {
51
- "@faststore/components": "^2.1.81",
51
+ "@faststore/components": "^2.2.0-alpha.0",
52
52
  "include-media": "^1.4.10",
53
53
  "modern-normalize": "^1.1.0",
54
54
  "react-swipeable": "^7.0.0",
@@ -59,8 +59,8 @@
59
59
  "react-dom": "^18.2.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@faststore/eslint-config": "^2.1.78",
63
- "@faststore/shared": "^2.1.78",
62
+ "@faststore/eslint-config": "^2.2.0-alpha.0",
63
+ "@faststore/shared": "^2.2.0-alpha.0",
64
64
  "@size-limit/preset-small-lib": "^7.0.8",
65
65
  "@types/tabbable": "^3.1.1",
66
66
  "babel-loader": "^8.2.5",
@@ -72,5 +72,5 @@
72
72
  "node": "16.18.0",
73
73
  "yarn": "1.19.1"
74
74
  },
75
- "gitHead": "44c46777f379c7a0745a6a1232d438b7b76e60f3"
75
+ "gitHead": "356e52b6eae13cc4000c6915985009d45e7ae0c6"
76
76
  }
@@ -132,6 +132,10 @@
132
132
  border-width: 0;
133
133
  border-radius: var(--fs-breadcrumb-dropdown-button-border-radius);
134
134
  transition: var(--fs-breadcrumb-dropdown-button-transition-property) var(--fs-breadcrumb-dropdown-button-transition-timing) var(--fs-breadcrumb-dropdown-button-transition-function);
135
+
136
+ &:focus, &:focus-visible {
137
+ @include focus-ring;
138
+ }
135
139
  }
136
140
 
137
141
  &[data-fs-breadcrumb-is-desktop="true"] {