@noya-app/noya-designsystem 0.1.85 → 0.1.86

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.
@@ -11,14 +11,14 @@ $ tsup
11
11
  CJS dist/index.js 1.41 MB
12
12
  CJS dist/emojis.js.map 194.00 B
13
13
  CJS dist/index.js.map 2.74 MB
14
- CJS ⚡️ Build success in 6696ms
14
+ CJS ⚡️ Build success in 7092ms
15
15
  ESM dist/emojis.mjs 300.00 B
16
16
  ESM dist/chunk-L6E2LZOL.mjs 2.02 KB
17
17
  ESM dist/index.mjs 1.37 MB
18
18
  ESM dist/emojis.mjs.map 157.00 B
19
19
  ESM dist/chunk-L6E2LZOL.mjs.map 71.00 B
20
20
  ESM dist/index.mjs.map 2.74 MB
21
- ESM ⚡️ Build success in 6699ms
21
+ ESM ⚡️ Build success in 7500ms
22
22
  Browserslist: caniuse-lite is outdated. Please run:
23
23
  npx update-browserslist-db@latest
24
24
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
@@ -28,10 +28,10 @@ Browserslist: browsers data (caniuse-lite) is 15 months old. Please run:
28
28
 
29
29
  Rebuilding...
30
30
 
31
- Done in 13024ms.
31
+ Done in 11103ms.
32
32
 
33
- DTS ⚡️ Build success in 77890ms
33
+ DTS ⚡️ Build success in 77012ms
34
34
  DTS dist/emojis.d.ts 43.00 B
35
- DTS dist/index.d.ts 126.07 KB
35
+ DTS dist/index.d.ts 126.23 KB
36
36
  DTS dist/emojis.d.mts 43.00 B
37
- DTS dist/index.d.mts 126.07 KB
37
+ DTS dist/index.d.mts 126.23 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.1.86
4
+
5
+ ### Patch Changes
6
+
7
+ - 1fe1138: Update packages
8
+
3
9
  ## 0.1.85
4
10
 
5
11
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -17,6 +17,7 @@ export { Gemoji } from 'gemoji';
17
17
  import * as _noya_app_noya_keymap from '@noya-app/noya-keymap';
18
18
  import { KeyModifiers, PlatformName } from '@noya-app/noya-keymap';
19
19
  import { MultiplayerUser } from '@noya-app/noya-multiplayer-react';
20
+ import { Popover as Popover$1 } from '@base-ui/react/popover';
20
21
  import { useSortable } from '@dnd-kit/sortable';
21
22
  import { Sketch } from '@noya-app/noya-file-format';
22
23
 
@@ -2132,6 +2133,7 @@ interface Props$7 {
2132
2133
  style?: React__default.CSSProperties;
2133
2134
  portalContainer?: HTMLElement | null;
2134
2135
  side?: "top" | "bottom" | "left" | "right";
2136
+ initialFocus?: React__default.ComponentProps<typeof Popover$1.Popup>["initialFocus"];
2135
2137
  /**
2136
2138
  * Called when an interaction outside the popover occurs.
2137
2139
  * Return false to prevent the popover from closing.
@@ -2143,7 +2145,7 @@ declare const popoverStyle: {
2143
2145
  large: string;
2144
2146
  normal: string;
2145
2147
  };
2146
- declare function Popover({ children, trigger, variant, closable, open, side, sideOffset, showArrow, onOpenChange, onClickClose, className, portalContainer, style, shouldCloseOnInteractOutside, }: Props$7): React__default.JSX.Element;
2148
+ declare function Popover({ children, trigger, variant, closable, open, side, sideOffset, showArrow, onOpenChange, onClickClose, className, portalContainer, style, initialFocus, shouldCloseOnInteractOutside, }: Props$7): React__default.JSX.Element;
2147
2149
 
2148
2150
  type ColorScheme$3 = "normal" | "warning" | "primary" | "secondary";
2149
2151
  declare function Progress({ value, colorScheme, color, className, style: styleProp, }: {
package/dist/index.d.ts CHANGED
@@ -17,6 +17,7 @@ export { Gemoji } from 'gemoji';
17
17
  import * as _noya_app_noya_keymap from '@noya-app/noya-keymap';
18
18
  import { KeyModifiers, PlatformName } from '@noya-app/noya-keymap';
19
19
  import { MultiplayerUser } from '@noya-app/noya-multiplayer-react';
20
+ import { Popover as Popover$1 } from '@base-ui/react/popover';
20
21
  import { useSortable } from '@dnd-kit/sortable';
21
22
  import { Sketch } from '@noya-app/noya-file-format';
22
23
 
@@ -2132,6 +2133,7 @@ interface Props$7 {
2132
2133
  style?: React__default.CSSProperties;
2133
2134
  portalContainer?: HTMLElement | null;
2134
2135
  side?: "top" | "bottom" | "left" | "right";
2136
+ initialFocus?: React__default.ComponentProps<typeof Popover$1.Popup>["initialFocus"];
2135
2137
  /**
2136
2138
  * Called when an interaction outside the popover occurs.
2137
2139
  * Return false to prevent the popover from closing.
@@ -2143,7 +2145,7 @@ declare const popoverStyle: {
2143
2145
  large: string;
2144
2146
  normal: string;
2145
2147
  };
2146
- declare function Popover({ children, trigger, variant, closable, open, side, sideOffset, showArrow, onOpenChange, onClickClose, className, portalContainer, style, shouldCloseOnInteractOutside, }: Props$7): React__default.JSX.Element;
2148
+ declare function Popover({ children, trigger, variant, closable, open, side, sideOffset, showArrow, onOpenChange, onClickClose, className, portalContainer, style, initialFocus, shouldCloseOnInteractOutside, }: Props$7): React__default.JSX.Element;
2147
2149
 
2148
2150
  type ColorScheme$3 = "normal" | "warning" | "primary" | "secondary";
2149
2151
  declare function Progress({ value, colorScheme, color, className, style: styleProp, }: {
package/dist/index.js CHANGED
@@ -21579,6 +21579,7 @@ function Popover({
21579
21579
  className,
21580
21580
  portalContainer,
21581
21581
  style: style2,
21582
+ initialFocus,
21582
21583
  shouldCloseOnInteractOutside
21583
21584
  }) {
21584
21585
  const defaultId = (0, import_react33.useId)();
@@ -21636,6 +21637,7 @@ function Popover({
21636
21637
  index_parts_exports5.Popup,
21637
21638
  {
21638
21639
  ref: popupRef,
21640
+ initialFocus,
21639
21641
  style: style2,
21640
21642
  className: cx(
21641
21643
  popoverStyle.base,
@@ -22050,6 +22052,7 @@ function InputFieldRoot({
22050
22052
  {
22051
22053
  open: true,
22052
22054
  trigger: rootElement,
22055
+ initialFocus: false,
22053
22056
  sideOffset,
22054
22057
  showArrow: false
22055
22058
  },