asma-ui-core 3.21.0 → 3.22.0

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.
Files changed (95) hide show
  1. package/dist/asma-ui-core.css +1 -1
  2. package/dist/components/feedback/snack-bar/components/StyledDefaultSnackbar.js +12 -13
  3. package/dist/components/feedback/snack-bar/components/StyledInfoSnackbar.js +19 -20
  4. package/dist/components/icons/archive-icon/ArchiveIcon.js +16 -9
  5. package/dist/components/icons/assignment/AssignmentIcon.js +17 -10
  6. package/dist/components/icons/assignment-outline-icon/AssignmentOutlineIcon.js +17 -10
  7. package/dist/components/icons/bell-icon/BellIcon.js +17 -10
  8. package/dist/components/icons/bell-outline-icon/BellOutlineIcon.js +17 -10
  9. package/dist/components/icons/calendar-blank-outline-icon/CalendarBlankOutlineIcon.js +17 -10
  10. package/dist/components/icons/calendar-icon/CalendarIcon.js +17 -10
  11. package/dist/components/icons/checkbox-checked-icon/CheckBoxCheckedIcon.js +17 -10
  12. package/dist/components/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.js +16 -9
  13. package/dist/components/icons/chevron-double-right-icon/ChevronDoubleRightIcon.js +16 -9
  14. package/dist/components/icons/chevron-down-icon/ChevronDownIcon.js +17 -10
  15. package/dist/components/icons/chevron-left-icon/ChevronLeftIcon.js +16 -9
  16. package/dist/components/icons/chevron-right-icon/ChevronRightIcon.js +15 -8
  17. package/dist/components/icons/chevron-up-icon/ChevronUpIcon.js +17 -10
  18. package/dist/components/icons/close-icon/CloseIcon.js +17 -10
  19. package/dist/components/icons/cloud-icon/CloudIcon.js +17 -0
  20. package/dist/components/icons/cloud-icon/index.js +1 -0
  21. package/dist/components/icons/content-cut-icon/ContentCutIcon.js +17 -0
  22. package/dist/components/icons/content-cut-icon/index.js +1 -0
  23. package/dist/components/icons/content-paste-icon/ContentPasteIcon.js +17 -0
  24. package/dist/components/icons/content-paste-icon/index.js +1 -0
  25. package/dist/components/icons/dashboard-view-icon/DashboardViewIcon.js +17 -10
  26. package/dist/components/icons/dashboard-view-outline-icon/DashboardViewOutlineIcon.js +17 -10
  27. package/dist/components/icons/delete-outline-icon/DeleteOutlineIcon.js +17 -10
  28. package/dist/components/icons/dots-vertical-icon/DotsVerticalIcon.js +16 -9
  29. package/dist/components/icons/download-icon/DownloadIcon.js +16 -9
  30. package/dist/components/icons/drag-horizontal-icon/DragHorizontalIcon.js +56 -10
  31. package/dist/components/icons/drop-down-icon/DropDownIcon.js +16 -9
  32. package/dist/components/icons/drop-up-icon/DropUpIcon.js +16 -9
  33. package/dist/components/icons/dvr-icon/DvrIcon.js +17 -10
  34. package/dist/components/icons/earth-icon/EarthIcon.js +18 -9
  35. package/dist/components/icons/error-outline-icon/ErrorOutlineIcon.js +16 -10
  36. package/dist/components/icons/fast-check-outline-icon/FastCheckOutlineIcon.js +17 -10
  37. package/dist/components/icons/file-pdf-icon/FilePdfIcon.js +16 -9
  38. package/dist/components/icons/filter-icon/FilterIcon.js +17 -10
  39. package/dist/components/icons/find-replace-icon/FindReplaceIcon.js +16 -10
  40. package/dist/components/icons/hamburger-icon/HamburgerIcon.js +21 -10
  41. package/dist/components/icons/iconStyle.js +8 -0
  42. package/dist/components/icons/inbox-outbox-icon/InboxOutboxIcon.js +16 -9
  43. package/dist/components/icons/inbox-outbox-outline-icon/InboxOutboxOutlineIcon.js +16 -9
  44. package/dist/components/icons/index.js +3 -0
  45. package/dist/components/icons/link-outline-icon/LinkOutlineIcon.js +17 -10
  46. package/dist/components/icons/list-numbered-icon/ListNumberedIcon.js +16 -9
  47. package/dist/components/icons/list-settings-line-icon/ListSettingsLineIcon.js +17 -10
  48. package/dist/components/icons/list-status-icon/ListStatusIcon.js +17 -10
  49. package/dist/components/icons/loading-icon/LoadingIcon.js +46 -10
  50. package/dist/components/icons/lock-icon/LockIcon.js +17 -10
  51. package/dist/components/icons/message-processing-icon/MessageProcessingIcon.js +16 -9
  52. package/dist/components/icons/message-processing-outline-icon/MessageProcessingOutlineIcon.js +16 -9
  53. package/dist/components/icons/outline-calendar-month/OutlineCalendarMonth.js +17 -10
  54. package/dist/components/icons/pdf-icon/PdfIcon.js +16 -9
  55. package/dist/components/icons/pencil-outline-icon/PencilOutlineIcon.js +17 -10
  56. package/dist/components/icons/people-icon/PeopleIcon.js +17 -10
  57. package/dist/components/icons/people-outline-icon/PeopleOutlineIcon.js +17 -10
  58. package/dist/components/icons/perm-media-icon/PermMediaIcon.js +17 -10
  59. package/dist/components/icons/perm-media-outline-icon/PermMediaOutline.js +16 -9
  60. package/dist/components/icons/person-icon/PersonIcon.js +17 -10
  61. package/dist/components/icons/person-outline-icon/PersonOutlineIcon.js +17 -10
  62. package/dist/components/icons/qnr-icon/QnrIcon.js +17 -10
  63. package/dist/components/icons/replay-icon/ReplayIcon.js +17 -11
  64. package/dist/components/icons/report-box-icon/ReportBoxIcon.js +16 -9
  65. package/dist/components/icons/report-box-outline-icon/ReportBoxOutlineIcon.js +16 -9
  66. package/dist/components/icons/search-icon/SearchIcon.js +17 -10
  67. package/dist/components/icons/settings-icon/SettingsIcon.js +17 -10
  68. package/dist/components/icons/settings-menu-horizontal-icon/SettingsMenuHorizontalIcon.js +19 -10
  69. package/dist/components/icons/settings-outline-icon/SettingsOutlineIcon.js +16 -9
  70. package/dist/components/icons/text-box-check-outline-icon/TextBoxCheckOutlineIcon.js +17 -11
  71. package/dist/components/icons/topic-icon/TopicIcon.js +16 -9
  72. package/dist/components/icons/unknown-document-outline-rounded-icon/UnknownDocumentOutlineRoundedIcon.js +16 -10
  73. package/dist/components/inputs/select/StyledSelect.js +16 -18
  74. package/dist/components/inputs/select/StyledSelectItem.js +8 -9
  75. package/dist/components/inputs/select-autocomplete/StyledSelectAutocomplete.js +26 -23
  76. package/dist/components/inputs/switch/base-ui/StyledSwitch.js +36 -29
  77. package/dist/index.js +275 -269
  78. package/dist/src/components/icons/Icons.types.d.ts +0 -3
  79. package/dist/src/components/icons/cloud-icon/CloudIcon.d.ts +2 -0
  80. package/dist/src/components/icons/cloud-icon/index.d.ts +1 -0
  81. package/dist/src/components/icons/content-cut-icon/ContentCutIcon.d.ts +2 -0
  82. package/dist/src/components/icons/content-cut-icon/index.d.ts +1 -0
  83. package/dist/src/components/icons/content-paste-icon/ContentPasteIcon.d.ts +2 -0
  84. package/dist/src/components/icons/content-paste-icon/index.d.ts +1 -0
  85. package/dist/src/components/icons/error-outline-icon/ErrorOutlineIcon.d.ts +0 -1
  86. package/dist/src/components/icons/iconStyle.d.ts +2 -0
  87. package/dist/src/components/icons/index.d.ts +3 -0
  88. package/dist/src/components/icons/replay-icon/ReplayIcon.d.ts +0 -1
  89. package/dist/src/components/icons/settings-menu-horizontal-icon/SettingsMenuHorizontalIcon.d.ts +0 -1
  90. package/dist/src/components/icons/text-box-check-outline-icon/TextBoxCheckOutlineIcon.d.ts +0 -1
  91. package/dist/src/components/icons/unknown-document-outline-rounded-icon/UnknownDocumentOutlineRoundedIcon.d.ts +0 -1
  92. package/package.json +3 -4
  93. package/dist/components/icons/IconTemplate.js +0 -15
  94. package/dist/components/icons/Icons.module.js +0 -7
  95. package/dist/src/components/icons/IconTemplate.d.ts +0 -2
@@ -6,6 +6,3 @@ export interface IIcon {
6
6
  color?: string;
7
7
  vFlip?: boolean;
8
8
  }
9
- export interface IIconTemplate extends IIcon {
10
- icon: string;
11
- }
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export declare function CloudIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './CloudIcon';
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export declare function ContentCutIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './ContentCutIcon';
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export declare function ContentPasteIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './ContentPasteIcon';
@@ -1,3 +1,2 @@
1
- import { default as React } from 'react';
2
1
  import { IIcon } from '../Icons.types';
3
2
  export declare const ErrorOutlineIcon: React.FC<IIcon>;
@@ -0,0 +1,2 @@
1
+ import { CSSProperties } from 'react';
2
+ export declare const getSvgIconStyle: (color?: string, vFlip?: boolean) => CSSProperties | undefined;
@@ -107,11 +107,14 @@ export * from './person-search-icon';
107
107
  export * from './rule-icon';
108
108
  export * from './rule-outline-icon';
109
109
  export * from './content-copy-icon';
110
+ export * from './content-cut-icon';
111
+ export * from './content-paste-icon';
110
112
  export * from './content-copy-outline-icon';
111
113
  export * from './refresh-icon';
112
114
  export * from './settings-note-icon';
113
115
  export * from './inheritance-pointer-icon';
114
116
  export * from './cloud-done-outline-icon';
117
+ export * from './cloud-icon';
115
118
  export * from './attach-file-icon';
116
119
  export * from './send-icon';
117
120
  export * from './card-id-icon';
@@ -1,3 +1,2 @@
1
- import { default as React } from 'react';
2
1
  import { IIcon } from '../Icons.types';
3
2
  export declare const ReplayIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- import { default as React } from 'react';
2
1
  import { IIcon } from '../Icons.types';
3
2
  export declare const SettingsMenuHorizontalIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- import { default as React } from 'react';
2
1
  import { IIcon } from '../Icons.types';
3
2
  export declare const TextBoxCheckOutlineIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- import { default as React } from 'react';
2
1
  import { IIcon } from '../Icons.types';
3
2
  export declare const UnknownDocumentOutlineRoundedIcon: React.FC<IIcon>;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.21.0",
6
+ "version": "3.22.0",
7
7
  "type": "module",
8
8
  "sideEffects": [
9
9
  "**/*.css",
@@ -72,15 +72,14 @@
72
72
  "node": ">=24 <25"
73
73
  },
74
74
  "dependencies": {
75
+ "@base-ui-components/react": "1.0.0-beta.4",
75
76
  "@base-ui/react": "^1.3.0",
76
77
  "@dnd-kit/core": "^6.1.0",
77
78
  "@dnd-kit/modifiers": "^7.0.0",
78
79
  "@dnd-kit/sortable": "^8.0.0",
79
80
  "@dnd-kit/utilities": "^3.2.2",
80
- "@base-ui-components/react": "1.0.0-beta.4",
81
81
  "@fontsource/material-icons": "^5.0.4",
82
82
  "@react-input/mask": "^1.2.5",
83
- "@iconify/react": "^4.1.1",
84
83
  "@tanstack/react-table": "^8.21.3",
85
84
  "@tanstack/react-virtual": "^3.13.21",
86
85
  "clsx": "^1.2.1",
@@ -128,9 +127,9 @@
128
127
  "react-dom": "^18.3.1",
129
128
  "react-quill": "^2.0.0",
130
129
  "rollup-plugin-typescript2": "^0.35.0",
131
- "storybook-addon-themes": "^6.1.0",
132
130
  "storybook": "10.3.3",
133
131
  "storybook-addon-pseudo-states": "^10.3.3",
132
+ "storybook-addon-themes": "^6.1.0",
134
133
  "tailwind-scrollbar": "^3.1.0",
135
134
  "tailwindcss": "^3.3.2",
136
135
  "ts-morph": "^27.0.2",
@@ -1,15 +0,0 @@
1
- import f from "./Icons.module.js";
2
- import { jsx as l } from "react/jsx-runtime";
3
- import { Icon as n } from "@iconify/react";
4
- var u = ({ width: o = 20, height: r = 20, className: m = "", icon: e, onClick: t, color: a, vFlip: c = !1 }) => /* @__PURE__ */ l(n, {
5
- onClick: t,
6
- icon: e,
7
- width: o,
8
- height: r,
9
- className: `${f.icon} ${m}`,
10
- color: a,
11
- vFlip: c
12
- });
13
- export {
14
- u as IconTemplate
15
- };
@@ -1,7 +0,0 @@
1
- var a = "_icon_1czju_5", c = {
2
- "all-icons-container": "_all-icons-container_1czju_1",
3
- icon: a
4
- };
5
- export {
6
- c as default
7
- };
@@ -1,2 +0,0 @@
1
- import { IIconTemplate } from './Icons.types';
2
- export declare const IconTemplate: React.FC<IIconTemplate>;