@fibery/ui-kit 1.10.1 → 1.11.1
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 +3 -2
- package/src/Button/button.tsx +14 -7
- package/src/designSystem.ts +79 -8
- package/src/emoji-mart/app-icon-picker.tsx +27 -21
- package/src/emoji-mart/data/get-data.tsx +58 -0
- package/src/emoji-mart/emoji/emoji.tsx +26 -0
- package/src/emoji-mart/emoji/index.tsx +24 -0
- package/src/emoji-mart/emoji-index.ts +5 -0
- package/src/emoji-mart/emoji-mart.tsx +30 -40
- package/src/emoji-mart/emoji-picker.tsx +61 -28
- package/src/emoji-mart/emoji-support.ts +1 -0
- package/src/emoji-mart/icon-emoji-picker.tsx +26 -6
- package/src/icons/ast/Activity.ts +1 -1
- package/src/icons/ast/ActivityLog.ts +1 -1
- package/src/icons/ast/AddReactions.ts +1 -1
- package/src/icons/ast/AppStore.ts +1 -1
- package/src/icons/ast/AppStoreOneColor.ts +1 -1
- package/src/icons/ast/AppTemplates.ts +1 -1
- package/src/icons/ast/AppTemplatesOneColor.ts +1 -1
- package/src/icons/ast/AskForInput.ts +1 -1
- package/src/icons/ast/Cards.ts +1 -1
- package/src/icons/ast/ClearValue.ts +1 -1
- package/src/icons/ast/Close.ts +1 -1
- package/src/icons/ast/ColorCoding.ts +1 -1
- package/src/icons/ast/Columns.ts +1 -1
- package/src/icons/ast/Favorites.ts +1 -1
- package/src/icons/ast/FavoritesChecked.ts +1 -1
- package/src/icons/ast/FavoritesMenu.ts +1 -1
- package/src/icons/ast/Fields.ts +1 -1
- package/src/icons/ast/Filter.ts +1 -1
- package/src/icons/ast/FocusMode.ts +1 -1
- package/src/icons/ast/FocusModeOff.ts +1 -1
- package/src/icons/ast/ImageXmark.ts +8 -0
- package/src/icons/ast/InvitePeople.ts +1 -1
- package/src/icons/ast/Items.ts +1 -1
- package/src/icons/ast/Levels.ts +1 -1
- package/src/icons/ast/Lock.ts +1 -1
- package/src/icons/ast/MoreCompact.ts +1 -1
- package/src/icons/ast/MySpace.ts +1 -1
- package/src/icons/ast/OpenAsPage.ts +1 -1
- package/src/icons/ast/PageRegularMode.ts +1 -1
- package/src/icons/ast/PageWideMode.ts +1 -1
- package/src/icons/ast/Popup.ts +1 -1
- package/src/icons/ast/Posts.ts +1 -1
- package/src/icons/ast/RicheditorImageUpload.ts +1 -1
- package/src/icons/ast/Rows.ts +1 -1
- package/src/icons/ast/Search.ts +1 -1
- package/src/icons/ast/Settings.ts +1 -1
- package/src/icons/ast/Share.ts +1 -1
- package/src/icons/ast/Shared.ts +1 -1
- package/src/icons/ast/SidebarFields.ts +1 -1
- package/src/icons/ast/SidebarFieldsOpened.ts +1 -1
- package/src/icons/ast/Sort.ts +1 -1
- package/src/icons/ast/SortOnBottom.ts +1 -1
- package/src/icons/ast/SortOnTop.ts +1 -1
- package/src/icons/ast/TypeButton.ts +1 -1
- package/src/icons/ast/TypeEmoji.ts +1 -1
- package/src/icons/ast/Upgrade.ts +1 -1
- package/src/icons/ast/index.tsx +1 -0
- package/src/icons/react/ImageXmark.tsx +12 -0
- package/src/icons/react/index.tsx +1 -0
- package/src/emoji-mart/emoji.tsx +0 -24
package/src/icons/ast/Popup.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const Popup: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"
|
|
6
|
+
const Popup: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M7.25 2A2.25 2.25 0 0 0 5 4.25V9a.75.75 0 0 0 1.5 0V4.25a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 .75.75v11.5a.75.75 0 0 1-.75.75H11a.75.75 0 0 0 0 1.5h3.75A2.25 2.25 0 0 0 17 15.75V4.25A2.25 2.25 0 0 0 14.75 2h-7.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M8 11.25H3.75a.75.75 0 0 0 0 1.5h2.44l-3.97 3.97a.75.75 0 1 0 1.06 1.06l3.97-3.97v2.44a.75.75 0 0 0 1.5 0V12a.75.75 0 0 0-.75-.75Z"},"children":[]}],"metadata":""}]},"name":"popup"};
|
|
7
7
|
|
|
8
8
|
export default Popup;
|
package/src/icons/ast/Posts.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const Posts: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"
|
|
6
|
+
const Posts: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.25 4.5a.75.75 0 0 0-.75.75V7c0 .414.336.75.75.75h11.5A.75.75 0 0 0 16.5 7V5.25a.75.75 0 0 0-.75-.75H4.25ZM2 5.25A2.25 2.25 0 0 1 4.25 3h11.5A2.25 2.25 0 0 1 18 5.25V7a2.25 2.25 0 0 1-2.25 2.25H4.25A2.25 2.25 0 0 1 2 7V5.25Zm2.25 7a.75.75 0 0 0-.75.75v1.75c0 .414.336.75.75.75h11.5a.75.75 0 0 0 .75-.75V13a.75.75 0 0 0-.75-.75H4.25ZM2 13a2.25 2.25 0 0 1 2.25-2.25h11.5A2.25 2.25 0 0 1 18 13v1.75A2.25 2.25 0 0 1 15.75 17H4.25A2.25 2.25 0 0 1 2 14.75V13Z"},"children":[]}],"metadata":""}]},"name":"posts"};
|
|
7
7
|
|
|
8
8
|
export default Posts;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const RicheditorImageUpload: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"
|
|
6
|
+
const RicheditorImageUpload: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M5.623 2h8.754c.482 0 .888 0 1.221.027.349.029.683.09 1 .253.484.246.876.638 1.122 1.121.162.318.224.652.253 1 .027.334.027.74.027 1.222v8.754c0 .482 0 .888-.027 1.221-.029.349-.09.683-.253 1A2.566 2.566 0 0 1 16.6 17.72c-.265.135-.54.2-.825.235-.37.045-.828.045-1.38.045H5.623c-.482 0-.888 0-1.221-.027-.349-.029-.683-.09-1-.253A2.566 2.566 0 0 1 2.28 16.6a2.416 2.416 0 0 1-.234-.82C2 15.41 2 14.95 2 14.396V5.623c0-.482 0-.888.027-1.221.029-.349.09-.683.253-1A2.566 2.566 0 0 1 3.4 2.28c.318-.162.652-.224 1-.253C4.736 2 5.142 2 5.624 2ZM4.525 3.532c-.256.02-.369.057-.439.093-.198.1-.36.263-.461.461-.036.07-.073.183-.093.439a15.5 15.5 0 0 0-.023 1.128v8.268l2.369-2.34.014-.014c.339-.351.625-.647.878-.87.266-.233.545-.432.886-.548a2.566 2.566 0 0 1 1.6-.017c.343.108.627.301.897.529.258.217.55.506.896.85l1.001.992c.261-.257.49-.478.697-.652.27-.228.555-.42.899-.53a2.566 2.566 0 0 1 1.6.02c.341.116.621.315.886.549.113.1.232.212.359.339V5.653c0-.52-.001-.864-.023-1.128-.02-.256-.057-.37-.093-.439a1.057 1.057 0 0 0-.461-.461c-.07-.036-.183-.073-.439-.093a15.507 15.507 0 0 0-1.128-.023H5.653c-.52 0-.864.001-1.128.023ZM16.49 14.38l-.547-.55c-.365-.38-.608-.63-.81-.808-.194-.172-.3-.229-.375-.254a1.056 1.056 0 0 0-.659-.008c-.075.024-.182.078-.381.245-.16.135-.347.314-.6.563l2.8 2.804c.196-.101.356-.262.456-.46.036-.069.073-.182.093-.438.021-.258.023-.593.023-1.094Zm-2.588 2.11-2.384-2.39-.003-.002-1.508-1.495c-.373-.37-.621-.616-.827-.788-.198-.167-.306-.221-.38-.245a1.057 1.057 0 0 0-.659.007c-.074.026-.18.082-.375.253-.202.177-.445.428-.81.806l-.012.012-3.315 3.275c.101.194.26.352.456.451.07.036.183.073.439.093.264.022.608.023 1.128.023h8.25ZM12.717 6.226a1.057 1.057 0 1 0 0 2.113 1.057 1.057 0 0 0 0-2.113Zm-2.566 1.057a2.566 2.566 0 1 1 5.132 0 2.566 2.566 0 0 1-5.132 0Z"},"children":[]}],"metadata":""}]},"name":"richeditor-image-upload"};
|
|
7
7
|
|
|
8
8
|
export default RicheditorImageUpload;
|
package/src/icons/ast/Rows.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const Rows: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2
|
|
6
|
+
const Rows: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2 5.25A2.25 2.25 0 0 1 4.25 3h11.5A2.25 2.25 0 0 1 18 5.25v9.5A2.25 2.25 0 0 1 15.75 17H4.25A2.25 2.25 0 0 1 2 14.75v-9.5Zm2.25-.75a.75.75 0 0 0-.75.75v2h13v-2a.75.75 0 0 0-.75-.75H4.25ZM16.5 8.75h-13v2.5h13v-2.5Zm0 4h-13v2c0 .414.336.75.75.75h11.5a.75.75 0 0 0 .75-.75v-2Z"},"children":[]}],"metadata":""}]},"name":"rows"};
|
|
7
7
|
|
|
8
8
|
export default Rows;
|
package/src/icons/ast/Search.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const Search: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M8.
|
|
6
|
+
const Search: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M8.75 15.835a7.055 7.055 0 0 0 4.378-1.515l3.782 3.771a.835.835 0 0 0 1.18-1.182l-3.78-3.768a7.085 7.085 0 1 0-5.56 2.694ZM3.335 8.75a5.415 5.415 0 1 1 10.83 0 5.415 5.415 0 0 1-10.83 0Z"},"children":[]}],"metadata":""}]},"name":"search"};
|
|
7
7
|
|
|
8
8
|
export default Search;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const Settings: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M9.
|
|
6
|
+
const Settings: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M9.5 1.35h1a1.965 1.965 0 0 1 1.827 1.257l.427 1.102 1.316.758 1.186-.181a1.965 1.965 0 0 1 1.965.963l.003.004.483.847a1.966 1.966 0 0 1-.158 2.214l-.725.924v1.518l.748.928a1.966 1.966 0 0 1 .16 2.216l-.484.847-.002.004a1.965 1.965 0 0 1-1.965.963l-.013-.002-1.173-.179-1.317.758-.426 1.101a1.965 1.965 0 0 1-1.827 1.258H9.5a1.965 1.965 0 0 1-1.827-1.257l-.427-1.102-1.316-.758-1.186.181a1.965 1.965 0 0 1-1.965-.963l-.002-.004-.484-.847a1.966 1.966 0 0 1 .157-2.214l.726-.924V9.244l-.748-.928a1.966 1.966 0 0 1-.16-2.216l.486-.85a1.965 1.965 0 0 1 1.965-.964l.012.002 1.177.18 1.339-.761.425-1.099A1.968 1.968 0 0 1 9.5 1.35Zm.003 1.5a.464.464 0 0 0-.431.298l-.523 1.35a.75.75 0 0 1-.329.381L6.422 5.9a.75.75 0 0 1-.483.09l-1.426-.218a.464.464 0 0 0-.46.227l-.489.856a.466.466 0 0 0 .036.525l.91 1.128a.75.75 0 0 1 .166.471v2.042a.75.75 0 0 1-.16.463l-.89 1.134a.466.466 0 0 0-.038.527l.005.008.484.847V14a.465.465 0 0 0 .46.227l1.426-.217a.75.75 0 0 1 .487.091l1.774 1.021a.75.75 0 0 1 .325.38l.523 1.348a.469.469 0 0 0 .431.299h1.018a.465.465 0 0 0 .431-.298l.523-1.35a.75.75 0 0 1 .325-.379l1.774-1.02a.75.75 0 0 1 .487-.092l1.426.217a.465.465 0 0 0 .46-.227V14l.489-.855a.466.466 0 0 0-.037-.527l-.909-1.126a.75.75 0 0 1-.166-.471V8.979a.75.75 0 0 1 .16-.463l.89-1.135a.465.465 0 0 0 .038-.526l-.005-.008L15.923 6V6a.465.465 0 0 0-.46-.227l-1.426.217a.75.75 0 0 1-.487-.091l-1.774-1.021a.75.75 0 0 1-.325-.38l-.523-1.348a.469.469 0 0 0-.431-.299h-.994ZM7.752 7.751a3.18 3.18 0 1 1 4.497 4.498 3.179 3.179 0 1 1-4.497-4.498ZM10 8.319a1.68 1.68 0 0 0-1.188 2.87 1.679 1.679 0 1 0 2.376-2.378A1.68 1.68 0 0 0 10 8.32Z"},"children":[]}],"metadata":""}]},"name":"settings"};
|
|
7
7
|
|
|
8
8
|
export default Settings;
|
package/src/icons/ast/Share.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const Share: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10.
|
|
6
|
+
const Share: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10.53 2.22a.75.75 0 0 0-1.06 0L6.97 4.72a.75.75 0 0 0 1.06 1.06l1.22-1.22v6.69a.75.75 0 1 0 1.499 0V4.56l1.219 1.22a.75.75 0 1 0 1.06-1.06l-2.499-2.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M5.416 7A2.415 2.415 0 0 0 3 9.417v5.166c0 .225.078.538.17.797.096.267.264.638.537.912.046.046.063.065.085.09.02.022.044.05.099.106.08.085.197.196.363.29.326.182.709.222 1.162.222h9.169c.64 0 1.254-.255 1.707-.708.274-.274.442-.645.537-.912.093-.26.171-.572.171-.797V9.417A2.417 2.417 0 0 0 14.585 7h-.837a.75.75 0 0 0 0 1.5h.837a.916.916 0 0 1 .916.917v5.149c-.001.006-.004.03-.014.074a2.011 2.011 0 0 1-.174.472.57.57 0 0 1-.08.12.916.916 0 0 1-.649.268H5.417c-.282 0-.393-.023-.425-.031a.616.616 0 0 1-.017-.017l-.051-.056-.027-.03a3.96 3.96 0 0 0-.128-.134.569.569 0 0 1-.081-.12 2.039 2.039 0 0 1-.173-.472c-.01-.04-.013-.064-.014-.072V9.416a.917.917 0 0 1 .916-.916h.836a.75.75 0 0 0 0-1.5h-.836Z"},"children":[]}],"metadata":""}]},"name":"share"};
|
|
7
7
|
|
|
8
8
|
export default Share;
|
package/src/icons/ast/Shared.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const Shared: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M13
|
|
6
|
+
const Shared: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M13 3.25c-1.73 0-3 1.531-3 3.25s1.27 3.25 3 3.25c1.729 0 3-1.531 3-3.25s-1.271-3.25-3-3.25ZM11.5 6.5c0-1.043.744-1.75 1.5-1.75s1.5.707 1.5 1.75c0 1.043-.744 1.75-1.5 1.75s-1.5-.707-1.5-1.75ZM6.25 4.25c-1.6 0-2.75 1.429-2.75 3s1.15 3 2.75 3S9 8.821 9 7.25s-1.15-3-2.75-3ZM5 7.25c0-.914.64-1.5 1.25-1.5s1.25.586 1.25 1.5-.64 1.5-1.25 1.5S5 8.164 5 7.25ZM8.29 11.84c1.051-.965 2.617-1.59 4.71-1.59s3.658.625 4.71 1.59c1.045.96 1.536 2.217 1.54 3.38.003.99-.873 1.53-1.625 1.53H8.374c-.752 0-1.628-.54-1.624-1.53.004-1.163.494-2.42 1.54-3.38Zm1.014 1.105a3.243 3.243 0 0 0-1.04 2.053c-.013.139.1.252.239.252h8.996a.233.233 0 0 0 .238-.252 3.248 3.248 0 0 0-1.042-2.053c-.726-.667-1.907-1.195-3.695-1.195-1.789 0-2.97.528-3.696 1.195Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M6.249 10.75c.573 0 1.102.056 1.586.16a5.89 5.89 0 0 0-1.198 1.351 6.983 6.983 0 0 0-.388-.011c-1.49 0-2.472.45-3.08 1.016a2.91 2.91 0 0 0-.902 1.776.188.188 0 0 0 .192.207l3.29-.013a2.38 2.38 0 0 0 .516 1.514H2.37c-.753 0-1.648-.548-1.618-1.558a4.327 4.327 0 0 1 1.396-3.024c.929-.864 2.296-1.418 4.102-1.418Z"},"children":[]}],"metadata":""}]},"name":"shared"};
|
|
7
7
|
|
|
8
8
|
export default Shared;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const SidebarFields: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M15
|
|
6
|
+
const SidebarFields: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M15 12.25a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1 0-1.5h1ZM15.75 10a.75.75 0 0 0-.75-.75h-1a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 .75-.75ZM15 6.25a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1 0-1.5h1Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.25 3A2.25 2.25 0 0 0 2 5.25v9.5A2.25 2.25 0 0 0 4.25 17h11.5A2.25 2.25 0 0 0 18 14.75v-9.5A2.25 2.25 0 0 0 15.75 3H4.25ZM3.5 5.25a.75.75 0 0 1 .75-.75H11v11H4.25a.75.75 0 0 1-.75-.75v-9.5Zm9 10.25v-11h3.25a.75.75 0 0 1 .75.75v9.5a.75.75 0 0 1-.75.75H12.5Z"},"children":[]}],"metadata":""}]},"name":"sidebar-fields"};
|
|
7
7
|
|
|
8
8
|
export default SidebarFields;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const SidebarFieldsOpened: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"
|
|
6
|
+
const SidebarFieldsOpened: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2 5.25A2.25 2.25 0 0 1 4.25 3h11.5A2.25 2.25 0 0 1 18 5.25v9.5A2.25 2.25 0 0 1 15.75 17H4.25A2.25 2.25 0 0 1 2 14.75v-9.5Zm2.25-.75a.75.75 0 0 0-.75.75v9.5c0 .414.336.75.75.75H11v-11H4.25ZM15 12.25a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1 0-1.5h1Zm.75-2.25a.75.75 0 0 0-.75-.75h-1a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 .75-.75ZM15 6.25a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1 0-1.5h1Z"},"children":[]}],"metadata":""}]},"name":"sidebar-fields-opened"};
|
|
7
7
|
|
|
8
8
|
export default SidebarFieldsOpened;
|
package/src/icons/ast/Sort.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const Sort: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"
|
|
6
|
+
const Sort: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M13.386 16.777a.75.75 0 0 0 1.061 0l3.333-3.333a.75.75 0 0 0-1.06-1.061l-2.053 2.053V3.75a.75.75 0 0 0-1.5 0v10.686l-2.053-2.053a.75.75 0 0 0-1.061 1.06l3.333 3.334ZM6.083 17a.75.75 0 0 0 .75-.75V5.564l2.053 2.053a.75.75 0 0 0 1.061-1.06L6.614 3.222a.75.75 0 0 0-1.061 0L2.22 6.556a.75.75 0 0 0 1.06 1.061l2.053-2.053V16.25c0 .414.336.75.75.75Z"},"children":[]}],"metadata":""}]},"name":"sort"};
|
|
7
7
|
|
|
8
8
|
export default Sort;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const SortOnBottom: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"
|
|
6
|
+
const SortOnBottom: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M6.083 3a.75.75 0 0 1 .75.75v10.686l2.053-2.053a.75.75 0 0 1 1.061 1.06l-3.333 3.334a.75.75 0 0 1-1.061 0L2.22 13.444a.75.75 0 1 1 1.06-1.061l2.053 2.053V3.75a.75.75 0 0 1 .75-.75Zm2.75 1a.75.75 0 0 1 .75-.75h7.667a.75.75 0 0 1 0 1.5H9.583a.75.75 0 0 1-.75-.75Zm0 3a.75.75 0 0 1 .75-.75h5.667a.75.75 0 0 1 0 1.5H9.583a.75.75 0 0 1-.75-.75Zm0 3a.75.75 0 0 1 .75-.75h3.667a.75.75 0 0 1 0 1.5H9.583a.75.75 0 0 1-.75-.75Z"},"children":[]}],"metadata":""}]},"name":"sort-on-bottom"};
|
|
7
7
|
|
|
8
8
|
export default SortOnBottom;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const SortOnTop: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"
|
|
6
|
+
const SortOnTop: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M6.083 16.997a.75.75 0 0 0 .75-.75V5.56l2.053 2.053a.75.75 0 0 0 1.061-1.061L6.614 3.22a.75.75 0 0 0-1.061 0L2.22 6.553a.75.75 0 0 0 1.06 1.06l2.053-2.052v10.686c0 .414.336.75.75.75Zm2.75-1c0 .414.336.75.75.75h7.667a.75.75 0 0 0 0-1.5H9.583a.75.75 0 0 0-.75.75Zm0-3c0 .414.336.75.75.75h5.667a.75.75 0 0 0 0-1.5H9.583a.75.75 0 0 0-.75.75Zm0-3c0 .414.336.75.75.75h3.667a.75.75 0 0 0 0-1.5H9.583a.75.75 0 0 0-.75.75Z"},"children":[]}],"metadata":""}]},"name":"sort-on-top"};
|
|
7
7
|
|
|
8
8
|
export default SortOnTop;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const TypeButton: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"
|
|
6
|
+
const TypeButton: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.25 5.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5a.75.75 0 0 1 0 1.5h-5A2.25 2.25 0 0 1 2 11.75v-5.5A2.25 2.25 0 0 1 4.25 4h11.5A2.25 2.25 0 0 1 18 6.25v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 0-.75-.75H4.25Zm7.354 3.363a.75.75 0 0 1 .85.04l6.25 4.75A.75.75 0 0 1 18.25 15h-2.895l-1.173 2.562a.75.75 0 0 1-1.418-.17l-1.5-7.75a.75.75 0 0 1 .34-.779Zm1.505 2.422.683 3.526.4-.873a.75.75 0 0 1 .682-.438h1.15l-2.915-2.215Z"},"children":[]}],"metadata":""}]},"name":"type-button"};
|
|
7
7
|
|
|
8
8
|
export default TypeButton;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const TypeEmoji: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"
|
|
6
|
+
const TypeEmoji: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M12.25 6.625a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25ZM7.75 6.625a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M10 1.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5Zm0 1.5a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M8.238 11.643a3.707 3.707 0 0 1-.491-.428l-.149-.168a.75.75 0 0 0-1.198.903l.078.097a5.21 5.21 0 0 0 .878.81c.598.435 1.5.893 2.644.893 1.144 0 2.046-.458 2.644-.893a5.21 5.21 0 0 0 .879-.81l.077-.097a.75.75 0 0 0-1.198-.903l-.149.168c-.11.116-.276.272-.491.428-.433.315-1.031.607-1.762.607-.73 0-1.33-.292-1.762-.607Z"},"children":[]}],"metadata":""}]},"name":"type-emoji"};
|
|
7
7
|
|
|
8
8
|
export default TypeEmoji;
|
package/src/icons/ast/Upgrade.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const Upgrade: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{},"children":[{"type":"element","tagName":"path","properties":{"
|
|
6
|
+
const Upgrade: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{"fillRule":"evenodd","clipRule":"evenodd"},"children":[{"type":"element","tagName":"path","properties":{"d":"M4.785 12.827a2.517 2.517 0 0 0-1.7.591c-.418.352-.73.841-.965 1.322a9.279 9.279 0 0 0-.558 1.498 14.326 14.326 0 0 0-.38 1.746l-.004.03-.001.01v.003a.7.7 0 0 0 .786.787h.004l.009-.002.03-.004.11-.017a14.327 14.327 0 0 0 1.637-.363 9.275 9.275 0 0 0 1.497-.558c.48-.235.97-.547 1.322-.966.81-.958.819-2.448-.118-3.374l-.009-.008a2.517 2.517 0 0 0-1.66-.695ZM2.75 17.242c.192-.045.401-.097.618-.16.432-.123.878-.279 1.268-.47.399-.194.693-.403.866-.609l.001-.001c.372-.44.347-1.096-.028-1.471a1.116 1.116 0 0 0-1.486-.042h-.001c-.206.174-.414.467-.61.866-.19.39-.346.836-.47 1.268-.061.217-.114.426-.158.619Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M13.218 3.812a10.033 10.033 0 0 1 4.179-1.22c-.142 2.176-1.007 5.406-4.66 7.858a17.93 17.93 0 0 1-2.78 1.434L8.123 10.05c.091-.2.21-.454.344-.735.32-.668.723-1.461 1.08-2.032a10.033 10.033 0 0 1 3.671-3.471Zm-2.731 9.368c.748-.307 1.477-.66 2.181-1.057.035.178.069.375.095.58.053.406.075.83.04 1.215-.037.391-.129.692-.265.897-.269.4-.905.755-1.627 1.017-.147.053-.29.1-.424.141V13.18Zm-1.149 4.228a.7.7 0 0 0 .574.15h.004l.007-.001.026-.005a6.685 6.685 0 0 0 .413-.093c.266-.066.632-.168 1.027-.311.743-.27 1.773-.748 2.313-1.555v-.001c.314-.47.447-1.028.495-1.544a7.034 7.034 0 0 0-.045-1.524c-.06-.47-.151-.89-.226-1.193v-.002C18.164 8.265 18.82 4.2 18.82 1.87a.7.7 0 0 0-.696-.7 11.433 11.433 0 0 0-9.472 4.927 10.778 10.778 0 0 0-1.178-.237 6.946 6.946 0 0 0-1.526-.06c-.517.043-1.077.173-1.55.488-.808.54-1.286 1.57-1.556 2.313a10.386 10.386 0 0 0-.404 1.44l-.005.026-.001.008v.004a.7.7 0 0 0 .688.824h3.877l2.09 2.09v3.877a.7.7 0 0 0 .251.538ZM7.278 7.247c.218.03.425.069.612.108-.248.459-.487.94-.685 1.355-.148.307-.276.583-.372.794H4.017c.04-.135.088-.278.141-.425.262-.721.616-1.358 1.017-1.627.203-.134.501-.225.891-.257a5.562 5.562 0 0 1 1.213.052Z"},"children":[]}]}],"metadata":""}]},"name":"upgrade"};
|
|
7
7
|
|
|
8
8
|
export default Upgrade;
|
package/src/icons/ast/index.tsx
CHANGED
|
@@ -70,6 +70,7 @@ export { default as Globe } from './Globe';
|
|
|
70
70
|
export { default as Hide } from './Hide';
|
|
71
71
|
export { default as Hint } from './Hint';
|
|
72
72
|
export { default as Home } from './Home';
|
|
73
|
+
export { default as ImageXmark } from './ImageXmark';
|
|
73
74
|
export { default as Integration } from './Integration';
|
|
74
75
|
export { default as InvitePeople } from './InvitePeople';
|
|
75
76
|
export { default as Items } from './Items';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import ImageXmarkSvg from '../ast/ImageXmark';
|
|
4
|
+
import { Icon } from '../Icon';
|
|
5
|
+
import { IconBaseProps } from '../types';
|
|
6
|
+
|
|
7
|
+
const ImageXmark = (
|
|
8
|
+
props: IconBaseProps,
|
|
9
|
+
): JSX.Element => <Icon {...props} icon={ImageXmarkSvg} />;
|
|
10
|
+
|
|
11
|
+
ImageXmark.displayName = 'ImageXmark';
|
|
12
|
+
export default ImageXmark;
|
|
@@ -70,6 +70,7 @@ export { default as Globe } from './Globe';
|
|
|
70
70
|
export { default as Hide } from './Hide';
|
|
71
71
|
export { default as Hint } from './Hint';
|
|
72
72
|
export { default as Home } from './Home';
|
|
73
|
+
export { default as ImageXmark } from './ImageXmark';
|
|
73
74
|
export { default as Integration } from './Integration';
|
|
74
75
|
export { default as InvitePeople } from './InvitePeople';
|
|
75
76
|
export { default as Items } from './Items';
|
package/src/emoji-mart/emoji.tsx
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import {lazy, Suspense} from "react";
|
|
2
|
-
import {detectEmojiSupportLevel} from "./emoji-support";
|
|
3
|
-
|
|
4
|
-
const LazyEmojiComponent = lazy(async () => {
|
|
5
|
-
const {EmojiMartEmoji} = await import("./emoji-mart");
|
|
6
|
-
const level = await detectEmojiSupportLevel();
|
|
7
|
-
|
|
8
|
-
function Emoji(props: React.ComponentPropsWithoutRef<typeof EmojiMartEmoji>) {
|
|
9
|
-
return <EmojiMartEmoji {...props} native={level >= 5} />;
|
|
10
|
-
}
|
|
11
|
-
return {
|
|
12
|
-
default: Emoji,
|
|
13
|
-
};
|
|
14
|
-
});
|
|
15
|
-
|
|
16
|
-
export const Emoji: React.FC<React.ComponentPropsWithoutRef<typeof LazyEmojiComponent>> = function EmojiOrLoader(
|
|
17
|
-
props
|
|
18
|
-
) {
|
|
19
|
-
return (
|
|
20
|
-
<Suspense fallback={<div style={{width: props.size, height: props.size}} />}>
|
|
21
|
-
<LazyEmojiComponent {...props} />
|
|
22
|
-
</Suspense>
|
|
23
|
-
);
|
|
24
|
-
};
|