@uva-glass/component-library 3.25.0 → 3.25.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
._expandable-info-
|
|
1
|
+
._expandable-info-panel_wrapper_v55q8_1{display:flex;flex-direction:column;width:100%}._expandable-info-panel_header_v55q8_7{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding-bottom:.5rem;width:100%}._expandable-info-panel_trigger_v55q8_16{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;border-radius:.25rem;display:flex;font-size:var(--font-size-default);gap:.5rem;height:2.75rem;margin-bottom:0;outline:none;padding:.5rem;position:relative;width:fit-content}._expandable-info-panel_trigger_v55q8_16:focus-visible{outline:.125rem dotted var(--new-color-navy-600);outline-offset:.125rem;text-decoration:underline}._expandable-info-panel_trigger_v55q8_16:hover{background-color:var(--new-color-grey-200);text-decoration:underline}._expandable-info-panel_trigger--active_v55q8_44{background-color:var(--new-color-navy-200);border-radius:.25rem .25rem 0 0}._expandable-info-panel_trigger--active_v55q8_44:after{background-color:var(--new-color-navy-200);content:"";display:block;height:.5rem;left:0;position:absolute;right:0;top:100%;z-index:-1}._expandable-info-panel_trigger--active_v55q8_44:hover,._expandable-info-panel_trigger--active_v55q8_44:hover:after{background-color:var(--new-color-navy-300)}._expandable-info-panel_content-wrapper_v55q8_66{align-items:start;background-color:var(--new-color-navy-200);display:grid;gap:1rem;grid-template-columns:1.5rem 1fr;padding:1.5rem}
|
|
@@ -3,11 +3,11 @@ import { useState as s, useId as f } from "react";
|
|
|
3
3
|
import { c as x } from "../../clsx-OuTLNxxd.js";
|
|
4
4
|
import { Icon as r } from "../Icon/Icon.js";
|
|
5
5
|
import '../../assets/ExpandableInfoPanel.css';const a = {
|
|
6
|
-
"expandable-info-panel_wrapper": "_expandable-info-
|
|
7
|
-
"expandable-info-panel_header": "_expandable-info-
|
|
8
|
-
"expandable-info-panel_trigger": "_expandable-info-
|
|
9
|
-
"expandable-info-panel_trigger--active": "_expandable-info-panel_trigger--
|
|
10
|
-
"expandable-info-panel_content-wrapper": "_expandable-info-panel_content-
|
|
6
|
+
"expandable-info-panel_wrapper": "_expandable-info-panel_wrapper_v55q8_1",
|
|
7
|
+
"expandable-info-panel_header": "_expandable-info-panel_header_v55q8_7",
|
|
8
|
+
"expandable-info-panel_trigger": "_expandable-info-panel_trigger_v55q8_16",
|
|
9
|
+
"expandable-info-panel_trigger--active": "_expandable-info-panel_trigger--active_v55q8_44",
|
|
10
|
+
"expandable-info-panel_content-wrapper": "_expandable-info-panel_content-wrapper_v55q8_66"
|
|
11
11
|
}, h = ({
|
|
12
12
|
triggerLabel: l,
|
|
13
13
|
mainHeader: o,
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uva-glass/component-library",
|
|
3
3
|
"author": "Team Glass - Frontend vrienden",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "3.25.
|
|
5
|
+
"version": "3.25.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@types/jest": "^29.5.14",
|
|
67
67
|
"@types/node": "^22.15.21",
|
|
68
68
|
"@types/react-dom": "^19.1.5",
|
|
69
|
-
"@types/react": "^19.1.
|
|
69
|
+
"@types/react": "^19.1.6",
|
|
70
70
|
"@uva-glass/eslint-config": "^1.3.10",
|
|
71
71
|
"@uva-glass/stylelint-config": "^1.2.2",
|
|
72
72
|
"@vitejs/plugin-react": "^4.5.0",
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
},
|
|
114
114
|
"optionalDependencies": {
|
|
115
115
|
"@rollup/rollup-linux-x64-gnu": "^4.41.1",
|
|
116
|
-
"@rspack/binding-darwin-arm64": "1.3.
|
|
117
|
-
"@rspack/binding-linux-x64-gnu": "1.3.
|
|
116
|
+
"@rspack/binding-darwin-arm64": "1.3.12",
|
|
117
|
+
"@rspack/binding-linux-x64-gnu": "1.3.12",
|
|
118
118
|
"@ast-grep/napi-linux-x64-gnu": "0.38.2"
|
|
119
119
|
}
|
|
120
120
|
}
|