We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f97cc commit 5f1a535Copy full SHA for 5f1a535
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@near-pagoda/ui",
3
- "version": "3.1.8",
+ "version": "3.1.9",
4
"description": "A React component library that implements the official NEAR design system.",
5
"license": "MIT",
6
"repository": {
src/components/Accordion/Accordion.module.scss
@@ -9,10 +9,6 @@
9
}
10
11
12
-.item {
13
- transition: var(--transitions);
14
-}
15
-
16
.header {
17
display: block;
18
@@ -29,7 +25,6 @@
29
25
color: var(--sand-12);
30
26
padding: 0;
31
27
cursor: pointer;
32
33
28
border-radius: 2px;
34
outline: 0px solid var(--violet-5);
35
outline-offset: var(--gap-s);
0 commit comments