@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 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
  export declare function CopyField(props: {
3
2
  value: string;
4
3
  label?: React.ReactNode;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Column } from "@tanstack/react-table";
3
2
  type DataTableColumnHeaderProps<TData, TValue> = {
4
3
  column: Column<TData, TValue>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ColumnFiltersState, SortingState, Table } from "@tanstack/react-table";
3
2
  type DataTableToolbarProps<TData> = {
4
3
  table: Table<TData>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare function SimpleTooltip(props: {
3
2
  tooltip: React.ReactNode;
4
3
  children?: React.ReactNode;
@@ -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
  declare const Card: import("react").FC<import("react").HTMLAttributes<HTMLDivElement> & {
3
2
  ref?: import("react").Ref<HTMLDivElement> | undefined;
4
3
  }>;
@@ -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>>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type LinkProps = {
3
2
  href: string;
4
3
  children: React.ReactNode;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const PasswordInput: import("react").FC<{
3
2
  prefixItem?: import("react").ReactNode;
4
3
  } & import("react").InputHTMLAttributes<HTMLInputElement> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackframe/stack-ui",
3
- "version": "2.7.14",
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.14"
80
+ "@stackframe/stack-shared": "2.7.16"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@types/react": "^18.2.12",