@kolkrabbi/kol-shell 0.4.0 → 0.4.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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/src/GridCard.jsx +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-shell",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "private": false,
5
5
  "description": "KOL application shell — fixed 48px NavRail + AppShell layout root, PageShell/PageHeader scaffolds, ContentFilters catalog organism, GridCard, SettingsScaffold, WalkthroughPanel, ShortcutsOverlay. App chrome (kol-framework owns site chrome). Nav items, content, shortcuts and settings are consumer-injected. Sits above @kolkrabbi/kol-{theme,component,framework}.",
6
6
  "license": "MIT",
@@ -20,10 +20,10 @@
20
20
  "react-dom": "^18.3.0 || ^19.0.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@kolkrabbi/kol-component": "^0.46.0",
23
+ "@kolkrabbi/kol-component": "^0.47.0",
24
24
  "@kolkrabbi/kol-framework": "^0.22.0",
25
- "@kolkrabbi/kol-theme": "^0.43.1",
26
- "@kolkrabbi/kol-icons": "^0.17.0"
25
+ "@kolkrabbi/kol-icons": "^0.17.0",
26
+ "@kolkrabbi/kol-theme": "^0.44.0"
27
27
  },
28
28
  "files": [
29
29
  "src",
package/src/GridCard.jsx CHANGED
@@ -39,7 +39,7 @@ export default function GridCard({ title, detail, preview, expanded, expandedCon
39
39
  gridRow: expanded ? 'span 2' : 'span 1',
40
40
  position: 'relative', overflow: 'hidden',
41
41
  display: 'flex', flexDirection: expanded ? 'row-reverse' : 'column',
42
- transition: 'all 300ms cubic-bezier(0.16, 1, 0.3, 1)',
42
+ transition: 'all 300ms var(--kol-ease-house)',
43
43
  }}
44
44
  >
45
45
  <div style={{