@oliasoft-open-source/react-ui-library 5.23.0-beta-15 → 5.23.0-beta-17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.23.0-beta-15",
3
+ "version": "5.23.0-beta-17",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {
@@ -1,11 +0,0 @@
1
- import { default as React } from 'react';
2
- import { ArrowProps } from '../types';
3
- type FloatingArrowProps = ArrowProps & {
4
- size?: number;
5
- backgroundColor?: string;
6
- borderColor?: string;
7
- borderWidth?: number;
8
- };
9
- export declare const Arrow: React.ForwardRefExoticComponent<Omit<FloatingArrowProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
10
- export {};
11
- //# sourceMappingURL=arrow.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"arrow.d.ts","sourceRoot":"","sources":["../../../../src/helpers/floating-layer/components/arrow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAGtC,KAAK,kBAAkB,GAAG,UAAU,GAAG;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,KAAK,uGAqDjB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-mouse-position-as-trigger.d.ts","sourceRoot":"","sources":["../../../../src/helpers/floating-layer/hooks/use-mouse-position-as-trigger.ts"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,eAAO,MAAM,yBAAyB;;WACU,MAAM;WAAK,MAAM;;4BAKhC,KAAK,CAAC,UAAU,CAAC,cAAc,CAAC;;;CAWhE,CAAC"}
@@ -1,27 +0,0 @@
1
- import { CSSProperties } from 'react';
2
- import { FloatingPlacement, FloatingSide } from '../types';
3
- type ArrowCoordinates = {
4
- x?: number;
5
- y?: number;
6
- };
7
- export type ArrowGeometry = {
8
- width: number;
9
- height: number;
10
- edgeStyle: CSSProperties;
11
- path: string;
12
- borderPath: string;
13
- };
14
- export declare const toFloatingPlacement: (placement?: "center" | string) => FloatingPlacement;
15
- export declare const getPlacementSide: (placement?: string) => FloatingSide | undefined;
16
- export declare const getArrowSide: ({ placement, style, }: {
17
- placement?: string;
18
- style?: CSSProperties;
19
- }) => FloatingSide;
20
- export declare const getArrowStyle: (placement: FloatingPlacement, coordinates?: ArrowCoordinates, arrowOffset?: number) => CSSProperties;
21
- export declare const getArrowGeometry: ({ side, size, borderWidth, }: {
22
- side: FloatingSide;
23
- size: number;
24
- borderWidth: number;
25
- }) => ArrowGeometry;
26
- export {};
27
- //# sourceMappingURL=geometry.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"geometry.d.ts","sourceRoot":"","sources":["../../../../src/helpers/floating-layer/utils/geometry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE3D,KAAK,gBAAgB,GAAG;IACtB,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,CAAC,CAAC,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,aAAa,CAAC;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAC9B,YAAW,QAAQ,GAAG,MAAuB,KAC5C,iBAMF,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAC3B,YAAY,MAAM,KACjB,YAAY,GAAG,SAajB,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,uBAG1B;IACD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB,KAAG,YAEH,CAAC;AAEF,eAAO,MAAM,aAAa,GACxB,WAAW,iBAAiB,EAC5B,cAAc,gBAAgB,EAC9B,oBAAe,KACd,aAoBF,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,8BAI9B;IACD,IAAI,EAAE,YAAY,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;CACrB,KAAG,aAaH,CAAC"}