@antscorp/antsomi-ui 1.3.5-beta.803 → 1.3.5-beta.804

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.
@@ -3,5 +3,5 @@ import { forwardRef } from 'react';
3
3
  import { useIcon } from './hooks/useIcon';
4
4
  export const PreviewVisibilityEyeIcon = forwardRef((props, ref) => {
5
5
  const { width, height } = useIcon(props);
6
- return (_jsx("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M13.2422 13.2422C13.737 12.7474 14.3229 12.5 15 12.5C15.6771 12.5 16.263 12.7474 16.7578 13.2422C17.2526 13.737 17.5 14.3229 17.5 15C17.5 15.6771 17.2526 16.263 16.7578 16.7578C16.263 17.2526 15.6771 17.5 15 17.5C14.3229 17.5 13.737 17.2526 13.2422 16.7578C12.7474 16.263 12.5 15.6771 12.5 15C12.5 14.3229 12.7474 13.737 13.2422 13.2422ZM12.0312 17.9688C12.8646 18.776 13.8542 19.1797 15 19.1797C16.1458 19.1797 17.1224 18.776 17.9297 17.9688C18.763 17.1354 19.1797 16.1458 19.1797 15C19.1797 13.8542 18.763 12.8776 17.9297 12.0703C17.1224 11.237 16.1458 10.8203 15 10.8203C13.8542 10.8203 12.8646 11.237 12.0312 12.0703C11.224 12.8776 10.8203 13.8542 10.8203 15C10.8203 16.1458 11.224 17.1354 12.0312 17.9688ZM9.41406 10.4688C11.0807 9.32292 12.9427 8.75 15 8.75C17.0573 8.75 18.9193 9.32292 20.5859 10.4688C22.2526 11.6146 23.4505 13.125 24.1797 15C23.4505 16.875 22.2526 18.3854 20.5859 19.5312C18.9193 20.6771 17.0573 21.25 15 21.25C12.9427 21.25 11.0807 20.6771 9.41406 19.5312C7.7474 18.3854 6.54948 16.875 5.82031 15C6.54948 13.125 7.7474 11.6146 9.41406 10.4688Z", fill: "currentColor" }) }));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M10.2422 10.2422C10.737 9.7474 11.3229 9.5 12 9.5C12.6771 9.5 13.263 9.7474 13.7578 10.2422C14.2526 10.737 14.5 11.3229 14.5 12C14.5 12.6771 14.2526 13.263 13.7578 13.7578C13.263 14.2526 12.6771 14.5 12 14.5C11.3229 14.5 10.737 14.2526 10.2422 13.7578C9.7474 13.263 9.5 12.6771 9.5 12C9.5 11.3229 9.7474 10.737 10.2422 10.2422ZM9.03125 14.9688C9.86458 15.776 10.8542 16.1797 12 16.1797C13.1458 16.1797 14.1224 15.776 14.9297 14.9688C15.763 14.1354 16.1797 13.1458 16.1797 12C16.1797 10.8542 15.763 9.8776 14.9297 9.07031C14.1224 8.23698 13.1458 7.82031 12 7.82031C10.8542 7.82031 9.86458 8.23698 9.03125 9.07031C8.22396 9.8776 7.82031 10.8542 7.82031 12C7.82031 13.1458 8.22396 14.1354 9.03125 14.9688ZM6.41406 7.46875C8.08073 6.32292 9.94271 5.75 12 5.75C14.0573 5.75 15.9193 6.32292 17.5859 7.46875C19.2526 8.61458 20.4505 10.125 21.1797 12C20.4505 13.875 19.2526 15.3854 17.5859 16.5312C15.9193 17.6771 14.0573 18.25 12 18.25C9.94271 18.25 8.08073 17.6771 6.41406 16.5312C4.7474 15.3854 3.54948 13.875 2.82031 12C3.54948 10.125 4.7474 8.61458 6.41406 7.46875Z", fill: "currentColor" }) }));
7
7
  });
@@ -3,5 +3,5 @@ import { forwardRef } from 'react';
3
3
  import { useIcon } from './hooks/useIcon';
4
4
  export const VisibilityOffEyeIcon = forwardRef((props, ref) => {
5
5
  const { width, height } = useIcon(props);
6
- return (_jsx("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M11.8828 9.5H12C12.6771 9.5 13.263 9.7474 13.7578 10.2422C14.2526 10.737 14.5 11.3229 14.5 12V12.1562L11.8828 9.5ZM8.28906 10.1641C7.97656 10.7891 7.82031 11.401 7.82031 12C7.82031 13.1458 8.22396 14.1354 9.03125 14.9688C9.86458 15.776 10.8542 16.1797 12 16.1797C12.599 16.1797 13.2109 16.0234 13.8359 15.7109L12.5469 14.4219C12.3385 14.474 12.1562 14.5 12 14.5C11.3229 14.5 10.737 14.2526 10.2422 13.7578C9.7474 13.263 9.5 12.6771 9.5 12C9.5 11.8438 9.52604 11.6615 9.57812 11.4531L8.28906 10.1641ZM3.67969 5.55469L4.73438 4.5L19.5 19.2656L18.4453 20.3203C18.3151 20.1901 17.8984 19.7865 17.1953 19.1094C16.5182 18.4323 15.9974 17.9115 15.6328 17.5469C14.513 18.0156 13.3021 18.25 12 18.25C9.94271 18.25 8.08073 17.6771 6.41406 16.5312C4.7474 15.3854 3.54948 13.875 2.82031 12C3.10677 11.3229 3.54948 10.5807 4.14844 9.77344C4.77344 8.9401 5.3724 8.30208 5.94531 7.85938C5.63281 7.54688 5.1901 7.10417 4.61719 6.53125C4.07031 5.95833 3.75781 5.63281 3.67969 5.55469ZM12 7.82031C11.4792 7.82031 10.9714 7.92448 10.4766 8.13281L8.67969 6.33594C9.69531 5.94531 10.8021 5.75 12 5.75C14.0573 5.75 15.9062 6.32292 17.5469 7.46875C19.2135 8.61458 20.4115 10.125 21.1406 12C20.5156 13.5365 19.5651 14.8516 18.2891 15.9453L15.8672 13.5234C16.0755 13.0286 16.1797 12.5208 16.1797 12C16.1797 10.8542 15.763 9.8776 14.9297 9.07031C14.1224 8.23698 13.1458 7.82031 12 7.82031Z", fill: "currentColor" }) }));
6
+ return (_jsx("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M11.8828 9.5H12C12.6771 9.5 13.263 9.7474 13.7578 10.2422C14.2526 10.737 14.5 11.3229 14.5 12V12.1562L11.8828 9.5ZM8.28906 10.1641C7.97656 10.7891 7.82031 11.401 7.82031 12C7.82031 13.1458 8.22396 14.1354 9.03125 14.9688C9.86458 15.776 10.8542 16.1797 12 16.1797C12.599 16.1797 13.2109 16.0234 13.8359 15.7109L12.5469 14.4219C12.3385 14.474 12.1562 14.5 12 14.5C11.3229 14.5 10.737 14.2526 10.2422 13.7578C9.7474 13.263 9.5 12.6771 9.5 12C9.5 11.8438 9.52604 11.6615 9.57812 11.4531L8.28906 10.1641ZM3.67969 5.55469L4.73438 4.5L19.5 19.2656L18.4453 20.3203C18.3151 20.1901 17.8984 19.7865 17.1953 19.1094C16.5182 18.4323 15.9974 17.9115 15.6328 17.5469C14.513 18.0156 13.3021 18.25 12 18.25C9.94271 18.25 8.08073 17.6771 6.41406 16.5312C4.7474 15.3854 3.54948 13.875 2.82031 12C3.10677 11.3229 3.54948 10.5807 4.14844 9.77344C4.77344 8.9401 5.3724 8.30208 5.94531 7.85938C5.63281 7.54688 5.1901 7.10417 4.61719 6.53125C4.07031 5.95833 3.75781 5.63281 3.67969 5.55469ZM12 7.82031C11.4792 7.82031 10.9714 7.92448 10.4766 8.13281L8.67969 6.33594C9.69531 5.94531 10.8021 5.75 12 5.75C14.0573 5.75 15.9062 6.32292 17.5469 7.46875C19.2135 8.61458 20.4115 10.125 21.1406 12C20.5156 13.5365 19.5651 14.8516 18.2891 15.9453L15.8672 13.5234C16.0755 13.0286 16.1797 12.5208 16.1797 12C16.1797 10.8542 15.763 9.8776 14.9297 9.07031C14.1224 8.23698 13.1458 7.82031 12 7.82031Z", fill: "currentColor" }) }));
7
7
  });
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { PayloadInfo } from '@antscorp/antsomi-ui/es/types';
2
3
  export type TDisplayFormat = 'number' | 'percentage' | 'currency' | 'datetime';
3
4
  type DisplayFormatProps = {
@@ -3,4 +3,5 @@
3
3
  * Asynchronously loads the component for TemplateListing
4
4
  *
5
5
  */
6
+ /// <reference types="react" />
6
7
  export declare const TemplateListing: (props: import("./types").TemplateListingProps<{}>) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.803",
3
+ "version": "1.3.5-beta.804",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",