@upstart.gg/style-system 0.0.39 → 0.0.41

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/dist/system.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import * as ToggleGroup from "@radix-ui/react-toggle-group";
2
2
  import { FloatingArrow, FloatingPortal, Placement, arrow, autoPlacement, autoUpdate, flip, offset, safePolygon, shift, useClientPoint, useDismiss, useFloating, useHover, useInteractions, useMergeRefs } from "@floating-ui/react";
3
- import { Toaster, toast } from "react-hot-toast";
4
3
  export * from "@radix-ui/themes";
5
- export { FloatingArrow, FloatingPortal, type Placement, Toaster, ToggleGroup, arrow, autoPlacement, autoUpdate, flip, offset, safePolygon, shift, toast, useClientPoint, useDismiss, useFloating, useHover, useInteractions, useMergeRefs };
4
+ export { FloatingArrow, FloatingPortal, type Placement, ToggleGroup, arrow, autoPlacement, autoUpdate, flip, offset, safePolygon, shift, useClientPoint, useDismiss, useFloating, useHover, useInteractions, useMergeRefs };
package/dist/system.js CHANGED
@@ -1,7 +1,6 @@
1
1
  import * as ToggleGroup from "@radix-ui/react-toggle-group";
2
2
  import { FloatingArrow, FloatingPortal, arrow, autoPlacement, autoUpdate, flip, offset, safePolygon, shift, useClientPoint, useDismiss, useFloating, useHover, useInteractions, useMergeRefs } from "@floating-ui/react";
3
- import { Toaster, toast } from "react-hot-toast";
4
3
 
5
4
  export * from "@radix-ui/themes"
6
5
 
7
- export { FloatingArrow, FloatingPortal, Toaster, ToggleGroup, arrow, autoPlacement, autoUpdate, flip, offset, safePolygon, shift, toast, useClientPoint, useDismiss, useFloating, useHover, useInteractions, useMergeRefs };
6
+ export { FloatingArrow, FloatingPortal, ToggleGroup, arrow, autoPlacement, autoUpdate, flip, offset, safePolygon, shift, useClientPoint, useDismiss, useFloating, useHover, useInteractions, useMergeRefs };
@@ -1,10 +1,10 @@
1
- import * as _twind_core0 from "@twind/core";
1
+ import * as _twind_core10 from "@twind/core";
2
2
  import * as _twind_preset_container_queries0 from "@twind/preset-container-queries";
3
3
  import * as _twind_preset_line_clamp0 from "@twind/preset-line-clamp";
4
4
  import * as _twind_preset_tailwind0 from "@twind/preset-tailwind";
5
5
 
6
6
  //#region src/twind-config.d.ts
7
- declare const _default: _twind_core0.TwindConfig<_twind_core0.BaseTheme & _twind_preset_tailwind0.TailwindTheme & _twind_preset_container_queries0.ContainerQueriesTheme & _twind_preset_line_clamp0.LineClampTheme & {
7
+ declare const _default: _twind_core10.TwindConfig<_twind_core10.BaseTheme & _twind_preset_tailwind0.TailwindTheme & _twind_preset_container_queries0.ContainerQueriesTheme & _twind_preset_line_clamp0.LineClampTheme & {
8
8
  extend: never;
9
9
  }>;
10
10
  //#endregion
package/dist/twind.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as _twind_core1 from "@twind/core";
1
+ import * as _twind_core0 from "@twind/core";
2
2
  import { css as css$1, getSheet, observe as observe$1, parse, parseValue } from "@twind/core";
3
3
  import * as _twind_preset_container_queries0 from "@twind/preset-container-queries";
4
4
  import * as _twind_preset_line_clamp0 from "@twind/preset-line-clamp";
@@ -7,21 +7,21 @@ import inline from "@twind/with-react/inline";
7
7
 
8
8
  //#region src/twind.d.ts
9
9
  declare const colors: Record<string, Record<50 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900, string>>;
10
- declare const sheet: _twind_core1.Sheet<string[]> | _twind_core1.Sheet<CSSStyleSheet>;
11
- declare const tw: _twind_core1.Twind<_twind_core1.BaseTheme & _twind_preset_tailwind0.TailwindTheme & _twind_preset_container_queries0.ContainerQueriesTheme & _twind_preset_line_clamp0.LineClampTheme & {
10
+ declare const sheet: _twind_core0.Sheet<string[]> | _twind_core0.Sheet<CSSStyleSheet>;
11
+ declare const tw: _twind_core0.Twind<_twind_core0.BaseTheme & _twind_preset_tailwind0.TailwindTheme & _twind_preset_container_queries0.ContainerQueriesTheme & _twind_preset_line_clamp0.LineClampTheme & {
12
12
  extend: never;
13
13
  }, string[]>;
14
14
  declare function setupTwindReact(prod?: any): void;
15
- declare const tx: _twind_core1.TxFunction;
15
+ declare const tx: _twind_core0.TxFunction;
16
16
  declare const css: typeof css$1;
17
- declare const style: _twind_core1.StyleFunction;
18
- declare const apply: _twind_core1.Nested;
17
+ declare const style: _twind_core0.StyleFunction;
18
+ declare const apply: _twind_core0.Nested;
19
19
  declare const observe: typeof observe$1;
20
- declare const injectGlobal: _twind_core1.InjectGlobalFunction;
21
- declare const keyframes: _twind_core1.KeyframesFunction & {
22
- [label: string]: _twind_core1.KeyframesFunction;
20
+ declare const injectGlobal: _twind_core0.InjectGlobalFunction;
21
+ declare const keyframes: _twind_core0.KeyframesFunction & {
22
+ [label: string]: _twind_core0.KeyframesFunction;
23
23
  } & {
24
- [label: string]: _twind_core1.KeyframesFunction;
24
+ [label: string]: _twind_core0.KeyframesFunction;
25
25
  };
26
26
  //#endregion
27
27
  export { apply, colors, css, getSheet, injectGlobal, inline, keyframes, observe, parse, parseValue, setupTwindReact, sheet, style, tw, tx };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upstart.gg/style-system",
3
- "version": "0.0.39",
3
+ "version": "0.0.41",
4
4
  "description": "Base style system for Upstart projects",
5
5
  "type": "module",
6
6
  "exports": {
@@ -40,8 +40,7 @@
40
40
  "@twind/preset-tailwind-forms": "1.1.2",
41
41
  "@twind/preset-typography": "1.0.7",
42
42
  "@twind/with-react": "1.1.3",
43
- "animate.css": "^4.1.1",
44
- "react-hot-toast": "2.5.2"
43
+ "animate.css": "^4.1.1"
45
44
  },
46
45
  "devDependencies": {
47
46
  "@types/node": "^24.10.0",
package/src/system.ts CHANGED
@@ -19,4 +19,3 @@ export {
19
19
  shift,
20
20
  FloatingArrow,
21
21
  } from "@floating-ui/react";
22
- export { toast, Toaster } from "react-hot-toast";