@stackframe/stack-ui 2.7.14 → 2.7.16
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/CHANGELOG.md +14 -0
- package/dist/components/copy-field.d.ts +0 -1
- package/dist/components/data-table/column-header.d.ts +0 -1
- package/dist/components/data-table/toolbar.d.ts +0 -1
- package/dist/components/simple-tooltip.d.ts +0 -1
- package/dist/components/ui/aspect-ratio.d.ts +0 -1
- package/dist/components/ui/card.d.ts +0 -1
- package/dist/components/ui/collapsible.d.ts +0 -1
- package/dist/components/ui/link.d.ts +0 -1
- package/dist/components/ui/password-input.d.ts +0 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @stackframe/stack-ui
|
|
2
2
|
|
|
3
|
+
## 2.7.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @stackframe/stack-shared@2.7.16
|
|
9
|
+
|
|
10
|
+
## 2.7.15
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @stackframe/stack-shared@2.7.15
|
|
16
|
+
|
|
3
17
|
## 2.7.14
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio";
|
|
3
2
|
declare const AspectRatio: import("react").ForwardRefExoticComponent<AspectRatioPrimitive.AspectRatioProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
3
|
export { AspectRatio };
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
|
|
3
2
|
declare const Collapsible: import("react").ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
3
|
declare const CollapsibleTrigger: import("react").ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stackframe/stack-ui",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.16",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"react-hook-form": "^7.53.1",
|
|
78
78
|
"react-resizable-panels": "^2.1.6",
|
|
79
79
|
"tailwind-merge": "^2.5.4",
|
|
80
|
-
"@stackframe/stack-shared": "2.7.
|
|
80
|
+
"@stackframe/stack-shared": "2.7.16"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@types/react": "^18.2.12",
|