vira 23.2.0 → 23.2.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.
|
@@ -69,7 +69,7 @@ export const ViraDropdown = defineViraElement()({
|
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
.trigger-icon {
|
|
72
|
-
transform: rotate(
|
|
72
|
+
transform: rotate(180deg);
|
|
73
73
|
transition: ${viraAnimationDurations['vira-interaction-animation-duration'].value}
|
|
74
74
|
linear transform;
|
|
75
75
|
align-self: flex-start;
|
|
@@ -82,7 +82,7 @@ export const ViraDropdown = defineViraElement()({
|
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
.dropdown-wrapper.open .trigger-icon {
|
|
85
|
-
transform: rotate(
|
|
85
|
+
transform: rotate(0);
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.dropdown-wrapper.open:not(.open-upwards) {
|
|
@@ -138,6 +138,7 @@ export const ViraDropdown = defineViraElement()({
|
|
|
138
138
|
right: 28px;
|
|
139
139
|
/* minus the border width */
|
|
140
140
|
top: calc(100% - 1px);
|
|
141
|
+
left: 0;
|
|
141
142
|
}
|
|
142
143
|
|
|
143
144
|
.using-placeholder {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vira",
|
|
3
|
-
"version": "23.2.
|
|
3
|
+
"version": "23.2.1",
|
|
4
4
|
"description": "A simple and highly versatile design system using element-vir.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"lit-css-vars": "^3.0.11",
|
|
47
47
|
"observavir": "^2.0.4",
|
|
48
48
|
"page-active": "^1.0.1",
|
|
49
|
-
"spa-router-vir": "^4.0.
|
|
49
|
+
"spa-router-vir": "^4.0.6",
|
|
50
50
|
"type-fest": "^4.33.0",
|
|
51
51
|
"typed-event-target": "^4.0.2"
|
|
52
52
|
},
|
|
@@ -57,16 +57,16 @@
|
|
|
57
57
|
"@web/test-runner-commands": "^0.9.0",
|
|
58
58
|
"@web/test-runner-playwright": "^0.11.0",
|
|
59
59
|
"@web/test-runner-visual-regression": "^0.10.0",
|
|
60
|
-
"esbuild": "^0.
|
|
60
|
+
"esbuild": "^0.25.0",
|
|
61
61
|
"istanbul-smart-text-reporter": "^1.1.5",
|
|
62
62
|
"markdown-code-example-inserter": "^3.0.3",
|
|
63
63
|
"typedoc": "^0.27.6",
|
|
64
64
|
"typescript": "5.7.3",
|
|
65
|
-
"vite": "^6.0
|
|
65
|
+
"vite": "^6.1.0",
|
|
66
66
|
"vite-tsconfig-paths": "^5.1.4"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"element-vir": "^23.2.
|
|
69
|
+
"element-vir": "^23.2.1"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=22"
|