@yahoo/uds-mobile 1.1.0-beta.1 → 1.1.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.
- package/CONTRIBUTING.md +1 -1
- package/README.md +9 -4
- package/dist/bin/generateTheme.mjs +8 -10
- package/dist/bin/{fixtures/dist/index.mjs → uds/dist/fixtures.mjs} +16 -8
- package/dist/bin/{palette/dist/index.mjs → uds/dist/tokens/configs/palette/alwaysPalette.mjs} +1 -1
- package/dist/bin/uds/dist/tokens/consts/defaultModes.mjs +6 -0
- package/dist/bin/{fonts/dist/index.mjs → uds/dist/tokens/consts/fontDeclarationsMap.mjs} +9 -24
- package/dist/components/Avatar.d.cts +2 -2
- package/dist/components/Avatar.d.mts +2 -2
- package/dist/components/Badge.d.cts +3 -3
- package/dist/components/Badge.d.mts +3 -3
- package/dist/components/Badge.mjs.map +1 -1
- package/dist/components/Box.cjs +1 -1
- package/dist/components/Box.d.cts +3 -3
- package/dist/components/Box.d.mts +3 -3
- package/dist/components/Box.mjs +1 -1
- package/dist/components/Box.mjs.map +1 -1
- package/dist/components/Button.cjs +6 -6
- package/dist/components/Button.d.cts +4 -3
- package/dist/components/Button.d.cts.map +1 -1
- package/dist/components/Button.d.mts +4 -3
- package/dist/components/Button.d.mts.map +1 -1
- package/dist/components/Button.mjs +1 -1
- package/dist/components/Button.mjs.map +1 -1
- package/dist/components/Checkbox.cjs +4 -4
- package/dist/components/Checkbox.d.cts +3 -3
- package/dist/components/Checkbox.d.mts +3 -3
- package/dist/components/Checkbox.d.mts.map +1 -1
- package/dist/components/Checkbox.mjs +1 -1
- package/dist/components/Checkbox.mjs.map +1 -1
- package/dist/components/Chip.d.cts +3 -3
- package/dist/components/Chip.d.mts +3 -3
- package/dist/components/Chip.d.mts.map +1 -1
- package/dist/components/Chip.mjs.map +1 -1
- package/dist/components/HStack.d.cts +2 -2
- package/dist/components/HStack.d.mts +2 -2
- package/dist/components/Icon.d.cts +4 -3
- package/dist/components/Icon.d.cts.map +1 -1
- package/dist/components/Icon.d.mts +4 -3
- package/dist/components/Icon.d.mts.map +1 -1
- package/dist/components/Icon.mjs.map +1 -1
- package/dist/components/IconButton.cjs +5 -5
- package/dist/components/IconButton.d.cts +4 -3
- package/dist/components/IconButton.d.cts.map +1 -1
- package/dist/components/IconButton.d.mts +4 -3
- package/dist/components/IconButton.d.mts.map +1 -1
- package/dist/components/IconButton.mjs +1 -1
- package/dist/components/IconButton.mjs.map +1 -1
- package/dist/components/IconSlot.d.cts +2 -2
- package/dist/components/IconSlot.d.mts +2 -2
- package/dist/components/IconSlot.d.mts.map +1 -1
- package/dist/components/Image.d.cts +3 -3
- package/dist/components/Image.d.mts +3 -3
- package/dist/components/Image.d.mts.map +1 -1
- package/dist/components/Image.mjs.map +1 -1
- package/dist/components/Input.d.cts +3 -3
- package/dist/components/Input.d.mts +3 -3
- package/dist/components/Input.d.mts.map +1 -1
- package/dist/components/Input.mjs.map +1 -1
- package/dist/components/Link.d.cts +4 -3
- package/dist/components/Link.d.cts.map +1 -1
- package/dist/components/Link.d.mts +4 -3
- package/dist/components/Link.d.mts.map +1 -1
- package/dist/components/Link.mjs.map +1 -1
- package/dist/components/Pressable.d.cts +3 -3
- package/dist/components/Pressable.d.mts +3 -3
- package/dist/components/Radio.cjs +4 -4
- package/dist/components/Radio.d.cts +3 -3
- package/dist/components/Radio.d.mts +3 -3
- package/dist/components/Radio.mjs +1 -1
- package/dist/components/Radio.mjs.map +1 -1
- package/dist/components/Screen.d.cts +2 -2
- package/dist/components/Screen.d.mts +2 -2
- package/dist/components/Screen.d.mts.map +1 -1
- package/dist/components/Switch.d.cts +3 -3
- package/dist/components/Switch.d.cts.map +1 -1
- package/dist/components/Switch.d.mts +3 -3
- package/dist/components/Switch.d.mts.map +1 -1
- package/dist/components/Switch.mjs.map +1 -1
- package/dist/components/Text.d.cts +2 -2
- package/dist/components/Text.d.mts +2 -2
- package/dist/components/VStack.d.cts +2 -2
- package/dist/components/VStack.d.mts +2 -2
- package/dist/components/VStack.d.mts.map +1 -1
- package/dist/icons/dist/glyphMap.d.cts +1 -1
- package/dist/icons/dist/glyphMap.d.cts.map +1 -1
- package/dist/icons/dist/glyphMap.d.mts +1 -1
- package/dist/icons/dist/glyphMap.d.mts.map +1 -1
- package/dist/icons/dist/glyphMap.mjs.map +1 -1
- package/dist/icons/dist/svgMap.d.cts.map +1 -1
- package/dist/icons/dist/svgMap.d.mts.map +1 -1
- package/dist/icons/dist/svgMap.mjs.map +1 -1
- package/dist/icons/dist/tokens.mjs.map +1 -1
- package/dist/icons/dist/types.d.cts +24 -0
- package/dist/icons/dist/types.d.cts.map +1 -0
- package/dist/icons/dist/types.d.mts +24 -0
- package/dist/icons/dist/types.d.mts.map +1 -0
- package/dist/motion.cjs +12 -12
- package/dist/motion.d.cts +3 -2
- package/dist/motion.d.cts.map +1 -1
- package/dist/motion.d.mts +3 -2
- package/dist/motion.d.mts.map +1 -1
- package/dist/motion.mjs +1 -1
- package/dist/motion.mjs.map +1 -1
- package/dist/uds/dist/components/Box.d.cts +3 -0
- package/dist/uds/dist/components/Box.d.mts +3 -0
- package/dist/uds/dist/components/Divider/Divider.d.cts +3 -0
- package/dist/uds/dist/components/Divider/Divider.d.mts +3 -0
- package/dist/uds/dist/components/Divider/DividerCore.d.cts +4 -0
- package/dist/uds/dist/components/Divider/DividerCore.d.mts +4 -0
- package/dist/uds/dist/components/Divider/DividerInternal.d.cts +4 -0
- package/dist/uds/dist/components/Divider/DividerInternal.d.mts +4 -0
- package/dist/uds/dist/components/Divider/index.d.cts +2 -0
- package/dist/uds/dist/components/Divider/index.d.mts +2 -0
- package/dist/uds/dist/components/FormLabel.d.cts +3 -0
- package/dist/uds/dist/components/FormLabel.d.mts +4 -0
- package/dist/uds/dist/components/HStack.d.cts +4 -0
- package/dist/uds/dist/components/HStack.d.mts +4 -0
- package/dist/uds/dist/components/Icon.d.cts +3 -0
- package/dist/uds/dist/components/Icon.d.mts +3 -0
- package/dist/uds/dist/components/Image.d.cts +2 -0
- package/dist/uds/dist/components/Image.d.mts +3 -0
- package/dist/uds/dist/components/Link.d.cts +3 -0
- package/dist/uds/dist/components/Link.d.mts +3 -0
- package/dist/uds/dist/components/Text.d.cts +3 -0
- package/dist/uds/dist/components/Text.d.mts +3 -0
- package/dist/uds/dist/components/VStack.d.cts +4 -0
- package/dist/uds/dist/components/VStack.d.mts +4 -0
- package/dist/uds/dist/components/client/Avatar/Avatar.d.cts +2 -0
- package/dist/uds/dist/components/client/Avatar/Avatar.d.mts +3 -0
- package/dist/uds/dist/components/client/Avatar/AvatarIcon.d.cts +2 -0
- package/dist/uds/dist/components/client/Avatar/AvatarIcon.d.mts +3 -0
- package/dist/uds/dist/components/client/Avatar/AvatarImage.d.cts +4 -0
- package/dist/uds/dist/components/client/Avatar/AvatarImage.d.mts +5 -0
- package/dist/uds/dist/components/client/Avatar/AvatarText.d.cts +3 -0
- package/dist/uds/dist/components/client/Avatar/AvatarText.d.mts +4 -0
- package/dist/uds/dist/components/client/Avatar/index.d.cts +5 -0
- package/dist/uds/dist/components/client/Avatar/index.d.mts +5 -0
- package/dist/uds/dist/components/client/Badge.d.cts +3 -0
- package/dist/uds/dist/components/client/Badge.d.mts +3 -0
- package/dist/uds/dist/components/client/Button.d.cts +3 -0
- package/dist/uds/dist/components/client/Button.d.mts +3 -0
- package/dist/uds/dist/components/client/Checkbox.d.cts +3 -0
- package/dist/uds/dist/components/client/Checkbox.d.mts +3 -0
- package/dist/uds/dist/components/client/Chip/Chip.d.cts +4 -0
- package/dist/uds/dist/components/client/Chip/Chip.d.mts +4 -0
- package/dist/uds/dist/components/client/Chip/ChipBase.d.cts +4 -0
- package/dist/uds/dist/components/client/Chip/ChipBase.d.mts +4 -0
- package/dist/uds/dist/components/client/Chip/ChipButton.d.cts +4 -0
- package/dist/uds/dist/components/client/Chip/ChipButton.d.mts +4 -0
- package/dist/uds/dist/components/client/Chip/ChipDismissible.d.cts +4 -0
- package/dist/uds/dist/components/client/Chip/ChipDismissible.d.mts +4 -0
- package/dist/uds/dist/components/client/Chip/ChipLink.d.cts +4 -0
- package/dist/uds/dist/components/client/Chip/ChipLink.d.mts +4 -0
- package/dist/uds/dist/components/client/Chip/ChipToggle.d.cts +4 -0
- package/dist/uds/dist/components/client/Chip/ChipToggle.d.mts +4 -0
- package/dist/uds/dist/components/client/Chip/index.d.cts +6 -0
- package/dist/uds/dist/components/client/Chip/index.d.mts +6 -0
- package/dist/uds/dist/components/client/IconButton.d.cts +3 -0
- package/dist/uds/dist/components/client/IconButton.d.mts +3 -0
- package/dist/uds/dist/components/client/Input/Input.d.cts +4 -0
- package/dist/uds/dist/components/client/Input/Input.d.mts +4 -0
- package/dist/uds/dist/components/client/Input/InputHelpText.d.cts +2 -0
- package/dist/uds/dist/components/client/Input/InputHelpText.d.mts +3 -0
- package/dist/uds/dist/components/client/Input/InputHelpTextInternal.d.cts +5 -0
- package/dist/uds/dist/components/client/Input/InputHelpTextInternal.d.mts +6 -0
- package/dist/uds/dist/components/client/Input/index.d.cts +3 -0
- package/dist/uds/dist/components/client/Input/index.d.mts +3 -0
- package/dist/uds/dist/components/client/Menu/Menu.Content.d.cts +4 -0
- package/dist/uds/dist/components/client/Menu/Menu.Content.d.mts +4 -0
- package/dist/uds/dist/components/client/Menu/Menu.Divider.d.cts +3 -0
- package/dist/uds/dist/components/client/Menu/Menu.Divider.d.mts +3 -0
- package/dist/uds/dist/components/client/Menu/Menu.Item.d.cts +4 -0
- package/dist/uds/dist/components/client/Menu/Menu.Item.d.mts +4 -0
- package/dist/uds/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +4 -0
- package/dist/uds/dist/components/client/Menu/Menu.ItemCheckbox.d.mts +4 -0
- package/dist/uds/dist/components/client/Menu/Menu.Provider.d.cts +2 -0
- package/dist/uds/dist/components/client/Menu/Menu.Provider.d.mts +3 -0
- package/dist/uds/dist/components/client/Menu/Menu.Trigger.d.cts +4 -0
- package/dist/uds/dist/components/client/Menu/Menu.Trigger.d.mts +4 -0
- package/dist/uds/dist/components/client/Menu/Menu.d.cts +2 -0
- package/dist/uds/dist/components/client/Menu/Menu.d.mts +2 -0
- package/dist/uds/dist/components/client/Menu/Menu.index.d.cts +7 -0
- package/dist/uds/dist/components/client/Menu/Menu.index.d.mts +7 -0
- package/dist/uds/dist/components/client/Menu/index.d.cts +9 -0
- package/dist/uds/dist/components/client/Menu/index.d.mts +9 -0
- package/dist/uds/dist/components/client/Pressable.d.cts +3 -0
- package/dist/uds/dist/components/client/Pressable.d.mts +3 -0
- package/dist/uds/dist/components/client/Radio/Radio.d.cts +3 -0
- package/dist/uds/dist/components/client/Radio/Radio.d.mts +3 -0
- package/dist/uds/dist/components/client/Radio/RadioGroupProvider.d.cts +3 -0
- package/dist/uds/dist/components/client/Radio/RadioGroupProvider.d.mts +3 -0
- package/dist/uds/dist/components/client/Radio/index.d.cts +3 -0
- package/dist/uds/dist/components/client/Radio/index.d.mts +3 -0
- package/dist/uds/dist/components/client/SpringMotionConfig.d.cts +3 -0
- package/dist/uds/dist/components/client/SpringMotionConfig.d.mts +3 -0
- package/dist/uds/dist/components/client/Switch.d.cts +3 -0
- package/dist/uds/dist/components/client/Switch.d.mts +3 -0
- package/dist/uds/dist/components/client/index.d.cts +33 -0
- package/dist/uds/dist/components/client/index.d.mts +33 -0
- package/dist/uds/dist/components/index.d.cts +40 -0
- package/dist/uds/dist/components/index.d.mts +40 -0
- package/dist/uds/dist/index.d.cts +46 -0
- package/dist/uds/dist/index.d.mts +46 -0
- package/dist/uds/dist/styles/styler.d.cts +2 -0
- package/dist/uds/dist/styles/styler.d.mts +2 -0
- package/dist/uds/dist/styles/stylerTypes.d.cts +2 -0
- package/dist/uds/dist/styles/stylerTypes.d.mts +2 -0
- package/dist/uds/dist/tokens/automation/configs/avatar.d.cts +2 -0
- package/dist/uds/dist/tokens/automation/configs/avatar.d.mts +2 -0
- package/dist/uds/dist/tokens/automation/properties.d.cts +3 -0
- package/dist/uds/dist/tokens/automation/properties.d.mts +3 -0
- package/dist/uds/dist/tokens/automation/types/ComponentConfig.d.cts +3 -0
- package/dist/uds/dist/tokens/automation/types/ComponentConfig.d.mts +3 -0
- package/dist/{motion-tokens/dist/index.cjs → uds/dist/tokens/configs/motion.cjs} +2 -2
- package/dist/{motion-tokens/dist/index.d.cts → uds/dist/tokens/configs/motion.d.cts} +4 -4
- package/dist/uds/dist/tokens/configs/motion.d.cts.map +1 -0
- package/dist/{motion-tokens/dist/index.d.mts → uds/dist/tokens/configs/motion.d.mts} +4 -4
- package/dist/uds/dist/tokens/configs/motion.d.mts.map +1 -0
- package/dist/{motion-tokens/dist/index.mjs → uds/dist/tokens/configs/motion.mjs} +3 -3
- package/dist/uds/dist/tokens/configs/motion.mjs.map +1 -0
- package/dist/uds/dist/tokens/configs/palette/alwaysPalette.d.cts +32 -0
- package/dist/uds/dist/tokens/configs/palette/alwaysPalette.d.cts.map +1 -0
- package/dist/uds/dist/tokens/configs/palette/alwaysPalette.d.mts +32 -0
- package/dist/uds/dist/tokens/configs/palette/alwaysPalette.d.mts.map +1 -0
- package/dist/uds/dist/tokens/types.d.cts +426 -0
- package/dist/uds/dist/tokens/types.d.cts.map +1 -0
- package/dist/uds/dist/tokens/types.d.mts +426 -0
- package/dist/uds/dist/tokens/types.d.mts.map +1 -0
- package/dist/uds/dist/types.d.cts +2 -0
- package/dist/uds/dist/types.d.mts +2 -0
- package/fonts/uds-icons.ttf +0 -0
- package/package.json +1 -1
- package/dist/bin/modes/dist/index.mjs +0 -6
- package/dist/motion-tokens/dist/index.d.cts.map +0 -1
- package/dist/motion-tokens/dist/index.d.mts.map +0 -1
- package/dist/motion-tokens/dist/index.mjs.map +0 -1
- package/dist/types/dist/index.d.cts +0 -247
- package/dist/types/dist/index.d.cts.map +0 -1
- package/dist/types/dist/index.d.mts +0 -247
- package/dist/types/dist/index.d.mts.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { HStackProps } from "./HStack.cjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react17 from "react";
|
|
4
4
|
import { ReactNode, Ref } from "react";
|
|
5
5
|
import { ScrollView, ScrollViewProps } from "react-native";
|
|
6
6
|
import { StyleProps } from "../../generated/styles";
|
|
@@ -47,7 +47,7 @@ interface ScreenProps extends ScrollViewProps {
|
|
|
47
47
|
*
|
|
48
48
|
* @see The {@link https://uds.build/docs/components/screen Screen Docs} for more info
|
|
49
49
|
*/
|
|
50
|
-
declare const Screen:
|
|
50
|
+
declare const Screen: react17.NamedExoticComponent<ScreenProps>;
|
|
51
51
|
//#endregion
|
|
52
52
|
export { Screen, type ScreenProps };
|
|
53
53
|
//# sourceMappingURL=Screen.d.cts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { HStackProps } from "./HStack.mjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react5 from "react";
|
|
4
4
|
import { ReactNode, Ref } from "react";
|
|
5
5
|
import { ScrollView, ScrollViewProps } from "react-native";
|
|
6
6
|
import { StyleProps } from "../../generated/styles";
|
|
@@ -47,7 +47,7 @@ interface ScreenProps extends ScrollViewProps {
|
|
|
47
47
|
*
|
|
48
48
|
* @see The {@link https://uds.build/docs/components/screen Screen Docs} for more info
|
|
49
49
|
*/
|
|
50
|
-
declare const Screen:
|
|
50
|
+
declare const Screen: react5.NamedExoticComponent<ScreenProps>;
|
|
51
51
|
//#endregion
|
|
52
52
|
export { Screen, type ScreenProps };
|
|
53
53
|
//# sourceMappingURL=Screen.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Screen.d.mts","names":[],"sources":["../../src/components/Screen.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAYU,WAAA,SAAoB;QACtB,IAAI;EADF,eAAY,CAAA,EAGF,UAHE,CAAA,iBAAA,CAAA;EACV,iBAAA,CAAA,EAIU,UAJV,CAAA,mBAAA,CAAA;EAAJ,UAAA,CAAA,EAKO,UALP,CAAA,YAAA,CAAA;EAEY,GAAA,CAAA,EAIZ,UAJY,CAAA,WAAA,CAAA;EAEE,YAAA,CAAA,EAIL,SAJK;EACP,iBAAA,CAAA,EAIO,WAJP;;;;;;AAN8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA6CvC,QAAM,
|
|
1
|
+
{"version":3,"file":"Screen.d.mts","names":[],"sources":["../../src/components/Screen.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAYU,WAAA,SAAoB;QACtB,IAAI;EADF,eAAY,CAAA,EAGF,UAHE,CAAA,iBAAA,CAAA;EACV,iBAAA,CAAA,EAIU,UAJV,CAAA,mBAAA,CAAA;EAAJ,UAAA,CAAA,EAKO,UALP,CAAA,YAAA,CAAA;EAEY,GAAA,CAAA,EAIZ,UAJY,CAAA,WAAA,CAAA;EAEE,YAAA,CAAA,EAIL,SAJK;EACP,iBAAA,CAAA,EAIO,WAJP;;;;;;AAN8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA6CvC,QAAM,MAAA,CAAA,qBAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
import { UniversalSwitchProps } from "../
|
|
2
|
+
import { UniversalSwitchProps } from "../uds/dist/tokens/types.cjs";
|
|
3
3
|
import { IconSlotType } from "./IconSlot.cjs";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react2 from "react";
|
|
5
5
|
import { Ref } from "react";
|
|
6
6
|
import { AccessibilityProps, View } from "react-native";
|
|
7
7
|
|
|
@@ -36,7 +36,7 @@ interface SwitchProps extends UniversalSwitchProps<IconSlotType> {
|
|
|
36
36
|
*
|
|
37
37
|
* @see The {@link https://uds.build/docs/components/switch Switch Docs} for more info
|
|
38
38
|
*/
|
|
39
|
-
declare const Switch:
|
|
39
|
+
declare const Switch: react2.NamedExoticComponent<SwitchProps>;
|
|
40
40
|
//#endregion
|
|
41
41
|
export { Switch, type SwitchProps };
|
|
42
42
|
//# sourceMappingURL=Switch.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.d.cts","names":[],"sources":["../../src/components/Switch.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAeU,WAAA,SAAoB,qBAAqB;;QAE3C,IAAI;EAFF;EAAyC,QAAA,CAAA,EAAA,CAAA,KAAA,EAAA,OAAA,EAAA,GAAA,IAAA;EAEvC;EAAJ,QAAA,CAAA,EAAA,OAAA;EAQc;EAVQ,QAAA,CAAA,EAAA,OAAA;EAAoB;EAsC5C,iBA8IJ,CAAA,EA1KoB,kBA4BV,CAAA,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;cAAN,QAAM,
|
|
1
|
+
{"version":3,"file":"Switch.d.cts","names":[],"sources":["../../src/components/Switch.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAeU,WAAA,SAAoB,qBAAqB;;QAE3C,IAAI;EAFF;EAAyC,QAAA,CAAA,EAAA,CAAA,KAAA,EAAA,OAAA,EAAA,GAAA,IAAA;EAEvC;EAAJ,QAAA,CAAA,EAAA,OAAA;EAQc;EAVQ,QAAA,CAAA,EAAA,OAAA;EAAoB;EAsC5C,iBA8IJ,CAAA,EA1KoB,kBA4BV,CAAA,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;cAAN,QAAM,MAAA,CAAA,qBAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
import { UniversalSwitchProps } from "../
|
|
2
|
+
import { UniversalSwitchProps } from "../uds/dist/tokens/types.mjs";
|
|
3
3
|
import { IconSlotType } from "./IconSlot.mjs";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react6 from "react";
|
|
5
5
|
import { Ref } from "react";
|
|
6
6
|
import { AccessibilityProps, View } from "react-native";
|
|
7
7
|
|
|
@@ -36,7 +36,7 @@ interface SwitchProps extends UniversalSwitchProps<IconSlotType> {
|
|
|
36
36
|
*
|
|
37
37
|
* @see The {@link https://uds.build/docs/components/switch Switch Docs} for more info
|
|
38
38
|
*/
|
|
39
|
-
declare const Switch:
|
|
39
|
+
declare const Switch: react6.NamedExoticComponent<SwitchProps>;
|
|
40
40
|
//#endregion
|
|
41
41
|
export { Switch, type SwitchProps };
|
|
42
42
|
//# sourceMappingURL=Switch.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.d.mts","names":[],"sources":["../../src/components/Switch.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAeU,WAAA,SAAoB,qBAAqB;;QAE3C,IAAI;EAFF;EAAyC,QAAA,CAAA,EAAA,CAAA,KAAA,EAAA,OAAA,EAAA,GAAA,IAAA;EAEvC;EAAJ,QAAA,CAAA,EAAA,OAAA;EAQc;EAVQ,QAAA,CAAA,EAAA,OAAA;EAAoB;EAsC5C,iBA8IJ,CAAA,EA1KoB,kBA4BV,CAAA,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;cAAN,QAAM,
|
|
1
|
+
{"version":3,"file":"Switch.d.mts","names":[],"sources":["../../src/components/Switch.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAeU,WAAA,SAAoB,qBAAqB;;QAE3C,IAAI;EAFF;EAAyC,QAAA,CAAA,EAAA,CAAA,KAAA,EAAA,OAAA,EAAA,GAAA,IAAA;EAEvC;EAAJ,QAAA,CAAA,EAAA,OAAA;EAQc;EAVQ,QAAA,CAAA,EAAA,OAAA;EAAoB;EAsC5C,iBA8IJ,CAAA,EA1KoB,kBA4BV,CAAA,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;cAAN,QAAM,MAAA,CAAA,qBAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.mjs","names":["HANDLE_TRAVEL: Record<SwitchSize, number>","Switch","rootStyle: StyleProp<ViewStyle>","trackStyle: StyleProp<ViewStyle>","handleStyle: StyleProp<ViewStyle>","Text"],"sources":["../../src/components/Switch.tsx"],"sourcesContent":["import type { SwitchSize, UniversalSwitchProps } from '@yahoo/uds
|
|
1
|
+
{"version":3,"file":"Switch.mjs","names":["HANDLE_TRAVEL: Record<SwitchSize, number>","Switch","rootStyle: StyleProp<ViewStyle>","trackStyle: StyleProp<ViewStyle>","handleStyle: StyleProp<ViewStyle>","Text"],"sources":["../../src/components/Switch.tsx"],"sourcesContent":["import type { SwitchSize, UniversalSwitchProps } from '@yahoo/uds/tokens';\nimport type { Ref } from 'react';\nimport { memo, useCallback, useEffect, useMemo, useState } from 'react';\nimport type { AccessibilityProps, StyleProp, View, ViewStyle } from 'react-native';\nimport { AccessibilityInfo, Pressable } from 'react-native';\nimport Animated, { useAnimatedStyle, useDerivedValue, withTiming } from 'react-native-reanimated';\nimport { StyleSheet } from 'react-native-unistyles';\nimport { useAnimatedVariantColor } from 'react-native-unistyles/reanimated';\n\nimport { switchStyles } from '../../generated/styles';\nimport { HStack } from './HStack';\nimport type { IconSlotType } from './IconSlot';\nimport { IconSlot } from './IconSlot';\nimport { Text } from './Text';\n\ninterface SwitchProps extends UniversalSwitchProps<IconSlotType> {\n /** Ref to the underlying View */\n ref?: Ref<View>;\n /** Callback when the switch value changes */\n onChange?: (value: boolean) => void;\n /** Whether the switch is disabled */\n disabled?: boolean;\n /** Whether the switch is required (shows asterisk with label) */\n required?: boolean;\n /** Accessibility hint describing what happens when activated */\n accessibilityHint?: AccessibilityProps['accessibilityHint'];\n}\n\nconst HANDLE_TRAVEL: Record<SwitchSize, number> = {\n md: 20,\n sm: 12,\n};\n\nconst ANIMATION_DURATION = 120;\n\n/**\n * **Switch component for toggling options**\n *\n * @description\n * A switch (also called a toggle) is a binary on/off input control.\n * It allows users to pick between two clearly opposite choices.\n *\n * @example\n * ```tsx\n * import { Switch } from '@yahoo/uds-mobile';\n *\n * <Switch label=\"Notifications\" />\n * <Switch isOn={enabled} onChange={setEnabled} label=\"Dark mode\" />\n * <Switch onIcon=\"Check\" offIcon=\"Cross\" label=\"Sync\" />\n * ```\n *\n * @see The {@link https://uds.build/docs/components/switch Switch Docs} for more info\n */\nconst Switch = memo(function Switch({\n isOn: isOnProp,\n defaultIsOn = false,\n onChange,\n label,\n labelPosition = 'start',\n size = 'md',\n onIcon,\n offIcon,\n disabled = false,\n required,\n accessibilityHint,\n reduceMotion = false,\n ref,\n}: SwitchProps) {\n const isControlled = isOnProp !== undefined;\n const [internalIsOn, setInternalIsOn] = useState(defaultIsOn);\n const [prefersReducedMotion, setPrefersReducedMotion] = useState(false);\n const isOn = isControlled ? isOnProp : internalIsOn;\n\n // Check system reduced motion preference\n useEffect(() => {\n const checkReducedMotion = async () => {\n const isReduceMotionEnabled = await AccessibilityInfo.isReduceMotionEnabled();\n setPrefersReducedMotion(isReduceMotionEnabled);\n };\n checkReducedMotion();\n\n const subscription = AccessibilityInfo.addEventListener(\n 'reduceMotionChanged',\n setPrefersReducedMotion,\n );\n return () => subscription.remove();\n }, []);\n\n const shouldReduceMotion = reduceMotion || prefersReducedMotion;\n const animationDuration = shouldReduceMotion ? 0 : ANIMATION_DURATION;\n\n const progress = useDerivedValue(\n () => withTiming(isOn ? 1 : 0, { duration: animationDuration }),\n [isOn, animationDuration],\n );\n\n const travelDistance = HANDLE_TRAVEL[size];\n\n const handlePress = useCallback(() => {\n if (disabled) {\n return;\n }\n\n const newValue = !isOn;\n\n if (!isControlled) {\n setInternalIsOn(newValue);\n }\n\n onChange?.(newValue);\n }, [disabled, isOn, isControlled, onChange]);\n\n switchStyles.useVariants({\n size,\n variant: isOn ? 'on' : 'off',\n });\n\n // Get animated track color from design tokens (changes when variant changes)\n const trackBackgroundColor = useAnimatedVariantColor(switchStyles.switch, 'backgroundColor');\n\n const animatedTrackStyle = useAnimatedStyle(() => {\n 'worklet';\n return {\n backgroundColor: withTiming(trackBackgroundColor.value, { duration: animationDuration }),\n };\n });\n\n const animatedHandleStyle = useAnimatedStyle(() => {\n 'worklet';\n return {\n transform: [{ translateX: progress.value * travelDistance }],\n };\n });\n\n const rootStyle: StyleProp<ViewStyle> = useMemo(\n () => [switchStyles.root, switchStaticStyles.root({ disabled })],\n [switchStyles.root, disabled],\n );\n\n const trackStyle: StyleProp<ViewStyle> = useMemo(\n () => [switchStyles.switch, switchStaticStyles.track, animatedTrackStyle],\n [switchStyles.switch, animatedTrackStyle],\n );\n\n const handleStyle: StyleProp<ViewStyle> = useMemo(\n () => [switchStyles.handle, switchStaticStyles.handle, animatedHandleStyle],\n [switchStyles.handle, animatedHandleStyle],\n );\n\n const accessibilityLabel = typeof label === 'string' ? label : undefined;\n const resolvedAccessibilityHint = accessibilityHint ?? 'Double tap to toggle';\n\n const resolvedLabel = typeof label === 'function' ? label() : label;\n const labelContent = resolvedLabel && (\n <HStack gap=\"2\" alignItems=\"center\">\n <Text style={switchStyles.text}>{resolvedLabel}</Text>\n {required && <Text color=\"alert\">*</Text>}\n </HStack>\n );\n\n const a11yValue = useMemo(() => ({ text: isOn ? 'On' : 'Off' }), [isOn]);\n\n return (\n <Pressable\n ref={ref}\n onPress={handlePress}\n disabled={disabled}\n accessible\n accessibilityRole=\"switch\"\n accessibilityState={{ checked: isOn, disabled }}\n accessibilityLabel={accessibilityLabel}\n accessibilityHint={resolvedAccessibilityHint}\n accessibilityValue={a11yValue}\n style={rootStyle}\n >\n {labelPosition === 'end' && labelContent}\n\n <Animated.View style={trackStyle} importantForAccessibility=\"no-hide-descendants\">\n <Animated.View style={handleStyle}>\n {onIcon && isOn && (\n <Animated.View style={switchStaticStyles.iconContainer}>\n <IconSlot icon={onIcon} variant=\"fill\" style={switchStyles.handleIcon} />\n </Animated.View>\n )}\n {offIcon && !isOn && (\n <Animated.View style={switchStaticStyles.iconContainer}>\n <IconSlot icon={offIcon} variant=\"fill\" style={switchStyles.handleIcon} />\n </Animated.View>\n )}\n </Animated.View>\n </Animated.View>\n\n {labelPosition === 'start' && labelContent}\n </Pressable>\n );\n});\n\nSwitch.displayName = 'Switch';\n\nconst switchStaticStyles = StyleSheet.create((theme) => ({\n handle: {\n borderRadius: theme.borderRadius.full,\n alignItems: 'center',\n justifyContent: 'center',\n },\n iconContainer: {\n position: 'absolute',\n alignItems: 'center',\n justifyContent: 'center',\n },\n track: {\n justifyContent: 'center',\n borderRadius: theme.borderRadius.full,\n },\n root: ({ disabled }: { disabled: boolean }) => ({\n flexDirection: 'row',\n alignItems: 'center',\n alignSelf: 'flex-start',\n opacity: disabled ? 0.5 : 1,\n }),\n}));\n\nexport { Switch, type SwitchProps };\n"],"mappings":";;;;;;;;;;;;;AA4BA,MAAMA,gBAA4C;CAChD,IAAI;CACJ,IAAI;CACL;AAED,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;AAoB3B,MAAM,SAAS,KAAK,SAASC,SAAO,EAClC,MAAM,UACN,cAAc,OACd,UACA,OACA,gBAAgB,SAChB,OAAO,MACP,QACA,SACA,WAAW,OACX,UACA,mBACA,eAAe,OACf,OACc;CACd,MAAM,eAAe,aAAa;CAClC,MAAM,CAAC,cAAc,mBAAmB,SAAS,YAAY;CAC7D,MAAM,CAAC,sBAAsB,2BAA2B,SAAS,MAAM;CACvE,MAAM,OAAO,eAAe,WAAW;AAGvC,iBAAgB;EACd,MAAM,qBAAqB,YAAY;AAErC,2BAD8B,MAAM,kBAAkB,uBAAuB,CAC/B;;AAEhD,sBAAoB;EAEpB,MAAM,eAAe,kBAAkB,iBACrC,uBACA,wBACD;AACD,eAAa,aAAa,QAAQ;IACjC,EAAE,CAAC;CAGN,MAAM,oBADqB,gBAAgB,uBACI,IAAI;CAEnD,MAAM,WAAW,sBACT,WAAW,OAAO,IAAI,GAAG,EAAE,UAAU,mBAAmB,CAAC,EAC/D,CAAC,MAAM,kBAAkB,CAC1B;CAED,MAAM,iBAAiB,cAAc;CAErC,MAAM,cAAc,kBAAkB;AACpC,MAAI,SACF;EAGF,MAAM,WAAW,CAAC;AAElB,MAAI,CAAC,aACH,iBAAgB,SAAS;AAG3B,aAAW,SAAS;IACnB;EAAC;EAAU;EAAM;EAAc;EAAS,CAAC;AAE5C,cAAa,YAAY;EACvB;EACA,SAAS,OAAO,OAAO;EACxB,CAAC;CAGF,MAAM,uBAAuB,wBAAwB,aAAa,QAAQ,kBAAkB;CAE5F,MAAM,qBAAqB,uBAAuB;AAChD;AACA,SAAO,EACL,iBAAiB,WAAW,qBAAqB,OAAO,EAAE,UAAU,mBAAmB,CAAC,EACzF;GACD;CAEF,MAAM,sBAAsB,uBAAuB;AACjD;AACA,SAAO,EACL,WAAW,CAAC,EAAE,YAAY,SAAS,QAAQ,gBAAgB,CAAC,EAC7D;GACD;CAEF,MAAMC,YAAkC,cAChC,CAAC,aAAa,MAAM,mBAAmB,KAAK,EAAE,UAAU,CAAC,CAAC,EAChE,CAAC,aAAa,MAAM,SAAS,CAC9B;CAED,MAAMC,aAAmC,cACjC;EAAC,aAAa;EAAQ,mBAAmB;EAAO;EAAmB,EACzE,CAAC,aAAa,QAAQ,mBAAmB,CAC1C;CAED,MAAMC,cAAoC,cAClC;EAAC,aAAa;EAAQ,mBAAmB;EAAQ;EAAoB,EAC3E,CAAC,aAAa,QAAQ,oBAAoB,CAC3C;CAED,MAAM,qBAAqB,OAAO,UAAU,WAAW,QAAQ;CAC/D,MAAM,4BAA4B,qBAAqB;CAEvD,MAAM,gBAAgB,OAAO,UAAU,aAAa,OAAO,GAAG;CAC9D,MAAM,eAAe,iBACnB,qBAAC;EAAO,KAAI;EAAI,YAAW;aACzB,oBAACC;GAAK,OAAO,aAAa;aAAO;IAAqB,EACrD,YAAY,oBAACA;GAAK,OAAM;aAAQ;IAAQ;GAClC;CAGX,MAAM,YAAY,eAAe,EAAE,MAAM,OAAO,OAAO,OAAO,GAAG,CAAC,KAAK,CAAC;AAExE,QACE,qBAAC;EACM;EACL,SAAS;EACC;EACV;EACA,mBAAkB;EAClB,oBAAoB;GAAE,SAAS;GAAM;GAAU;EAC3B;EACpB,mBAAmB;EACnB,oBAAoB;EACpB,OAAO;;GAEN,kBAAkB,SAAS;GAE5B,oBAAC,SAAS;IAAK,OAAO;IAAY,2BAA0B;cAC1D,qBAAC,SAAS;KAAK,OAAO;gBACnB,UAAU,QACT,oBAAC,SAAS;MAAK,OAAO,mBAAmB;gBACvC,oBAAC;OAAS,MAAM;OAAQ,SAAQ;OAAO,OAAO,aAAa;QAAc;OAC3D,EAEjB,WAAW,CAAC,QACX,oBAAC,SAAS;MAAK,OAAO,mBAAmB;gBACvC,oBAAC;OAAS,MAAM;OAAS,SAAQ;OAAO,OAAO,aAAa;QAAc;OAC5D;MAEJ;KACF;GAEf,kBAAkB,WAAW;;GACpB;EAEd;AAEF,OAAO,cAAc;AAErB,MAAM,qBAAqB,WAAW,QAAQ,WAAW;CACvD,QAAQ;EACN,cAAc,MAAM,aAAa;EACjC,YAAY;EACZ,gBAAgB;EACjB;CACD,eAAe;EACb,UAAU;EACV,YAAY;EACZ,gBAAgB;EACjB;CACD,OAAO;EACL,gBAAgB;EAChB,cAAc,MAAM,aAAa;EAClC;CACD,OAAO,EAAE,gBAAuC;EAC9C,eAAe;EACf,YAAY;EACZ,WAAW;EACX,SAAS,WAAW,KAAM;EAC3B;CACF,EAAE"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import * as
|
|
2
|
+
import * as react15 from "react";
|
|
3
3
|
import { Ref } from "react";
|
|
4
4
|
import { Text as Text$1, TextProps as TextProps$1, TextStyle } from "react-native";
|
|
5
5
|
import { StyleProps } from "../../generated/styles";
|
|
@@ -90,7 +90,7 @@ interface TextProps extends TextProps$1 {
|
|
|
90
90
|
*
|
|
91
91
|
* @see The {@link https://uds.build/docs/components/text Text Docs} for more info
|
|
92
92
|
*/
|
|
93
|
-
declare const Text:
|
|
93
|
+
declare const Text: react15.NamedExoticComponent<TextProps>;
|
|
94
94
|
//#endregion
|
|
95
95
|
export { Text, type TextProps };
|
|
96
96
|
//# sourceMappingURL=Text.d.cts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import * as
|
|
2
|
+
import * as react18 from "react";
|
|
3
3
|
import { Ref } from "react";
|
|
4
4
|
import { Text as Text$1, TextProps as TextProps$1, TextStyle } from "react-native";
|
|
5
5
|
import { StyleProps } from "../../generated/styles";
|
|
@@ -90,7 +90,7 @@ interface TextProps extends TextProps$1 {
|
|
|
90
90
|
*
|
|
91
91
|
* @see The {@link https://uds.build/docs/components/text Text Docs} for more info
|
|
92
92
|
*/
|
|
93
|
-
declare const Text:
|
|
93
|
+
declare const Text: react18.NamedExoticComponent<TextProps>;
|
|
94
94
|
//#endregion
|
|
95
95
|
export { Text, type TextProps };
|
|
96
96
|
//# sourceMappingURL=Text.d.mts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { BoxProps } from "./Box.cjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react19 from "react";
|
|
4
4
|
import { Ref } from "react";
|
|
5
5
|
import { View } from "react-native";
|
|
6
6
|
import { StyleProps } from "../../generated/styles";
|
|
@@ -35,7 +35,7 @@ interface VStackProps extends Omit<BoxProps, 'ref'> {
|
|
|
35
35
|
*
|
|
36
36
|
* @related [HStack](https://uds.build/docs/components/h-stack), [Box](https://uds.build/docs/components/box)
|
|
37
37
|
*/
|
|
38
|
-
declare const VStack:
|
|
38
|
+
declare const VStack: react19.NamedExoticComponent<VStackProps>;
|
|
39
39
|
//#endregion
|
|
40
40
|
export { VStack, type VStackProps };
|
|
41
41
|
//# sourceMappingURL=VStack.d.cts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { BoxProps } from "./Box.mjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react7 from "react";
|
|
4
4
|
import { Ref } from "react";
|
|
5
5
|
import { View } from "react-native";
|
|
6
6
|
import { StyleProps } from "../../generated/styles";
|
|
@@ -35,7 +35,7 @@ interface VStackProps extends Omit<BoxProps, 'ref'> {
|
|
|
35
35
|
*
|
|
36
36
|
* @related [HStack](https://uds.build/docs/components/h-stack), [Box](https://uds.build/docs/components/box)
|
|
37
37
|
*/
|
|
38
|
-
declare const VStack:
|
|
38
|
+
declare const VStack: react7.NamedExoticComponent<VStackProps>;
|
|
39
39
|
//#endregion
|
|
40
40
|
export { VStack, type VStackProps };
|
|
41
41
|
//# sourceMappingURL=VStack.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VStack.d.mts","names":[],"sources":["../../src/components/VStack.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAQU,WAAA,SAAoB,KAAK;QAC3B;QACA,IAAI;AAL0B;;;;;;;AAGJ;;;;;;;;;;;;;;;;;;;cA8B5B,QAAM,
|
|
1
|
+
{"version":3,"file":"VStack.d.mts","names":[],"sources":["../../src/components/VStack.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAQU,WAAA,SAAoB,KAAK;QAC3B;QACA,IAAI;AAL0B;;;;;;;AAGJ;;;;;;;;;;;;;;;;;;;cA8B5B,QAAM,MAAA,CAAA,qBAAA"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
//#region generated/font/glyphMap.d.ts
|
|
5
5
|
|
|
6
|
-
type GlyphName = typeof glyphNames[number];
|
|
6
|
+
type GlyphName = (typeof glyphNames)[number];
|
|
7
7
|
declare const glyphNames: readonly ["A11Y", "Accessible", "AccountRecover", "AccountRefresh", "AccountSwitchAlt", "AccountSwitcher", "AcousticGuitar", "Add", "AddBell", "AddCalendar", "AddCheckCircle", "AddCircle", "AddContactCard", "AddDocument", "AddFace", "AddFolder", "AddPaperPlane", "AddPeople", "AddQuestion", "AddSearch", "AddSquare", "AffiliateLink", "AirQuality", "Airplane", "AirplaneLanding", "AirplaneTakeOff", "AngledSquareOnSquare", "AnyFile", "AppSwitcher", "AquariusAstrology", "Archive", "AriesAstrology", "ArrowDown", "ArrowDownCircle", "ArrowLeft", "ArrowLineDown", "ArrowLineUp", "ArrowRight", "ArrowUp", "Article", "ArtisticGymnastics", "Ascender", "AudioFile", "Authenticator", "AutoDownload", "AutoSaveOffline", "AutoSaveSync", "AutoSaveUpload", "AutoSaveUploadFail", "AutoSaved", "BabyBottle", "BackTimeTen", "Badge", "Balance", "BallInWater", "Barometer", "BaseBallBat", "Baseball", "Basketball", "BasketballHoop", "BeachUmbrella", "Bed", "Bell", "Below", "BigDownArrow", "BigLeftArrow", "BigRightArrow", "BigRightStraightArrow", "BigUpArrow", "Bike", "Bingo", "Binoculars", "BlackJack", "Bold", "Bolt", "Bookmark", "BottomLine", "BowAndArrow", "BoxCircle", "BoxFront", "BoxOnBox", "BoxingGlove", "Browser", "BubbleZone", "Building", "BulletPointContainer", "BulletPoints", "Bullseye", "BusFront", "BusinessBag", "Cake", "Calendar", "CalendarClock", "CalendarConfirm", "CalendarFile", "CalendarICSFile", "CalendarRightArrow", "Camera", "CancerAstrology", "Canoe", "CapriconAstrology", "Car", "CardsCheck", "Cash", "CelebrityStar", "CenterAlignment", "ChatAi", "Check", "CheckBookmark", "CheckBox", "CheckCircle", "CheckDocuments", "CheckEnvelope", "CheckPeople", "CheckSpeechBubble", "CheckVoteBallot", "Checklist", "ChevronDown", "ChevronLeft", "ChevronLeftPeople", "ChevronRight", "ChevronRightPeople", "ChevronUp", "Circle", "ClearText", "Clipboard", "Clock", "Clone", "ClosedCaption", "Cloud", "CloudDay", "CloudNight", "Cocktails", "Coffee", "CoffeeTakeout", "Cog", "Coin", "CollapseColumn", "Command", "Compass", "ComputerChip", "Connection", "ConnectionScreen", "ContactBook", "ContactCard", "Convert", "ConvertAlt", "ConvertLeft", "ConvertRight", "Cookies", "Coupon", "CreditCard", "CreditCardPayment", "CrescentMoon", "Cricket", "Cross", "CrossCircle", "CrossEnvelope", "CrossPeople", "CrossShield", "Crossword", "Cycling", "DOCFile", "DailyFantasy", "DaisyFlower", "Dandelion", "DataBook", "DataCloud", "DataSilo", "DataStorage", "Debug", "DeleteTab", "DeliveryPackage", "Dense", "DenyCircle", "Descender", "Desktop", "DiagonalKey", "DiagonalLeftDown", "DiagonalLeftUp", "DiagonalRightDown", "DiagonalRightUp", "Diamond", "Dice", "Dining", "Direction", "DiscoBall", "Document", "DocumentImageRectangle", "DocumentImageSquare", "DocumentRectangle", "DollarCircleArrows", "DotEnvelope", "DotTwoRings", "DoubleBigLeftArrow", "DoubleChevronLeft", "DoubleChevronRight", "DownCurveArrow", "Download", "DownloadCircle", "DownloadComplete", "DownloadInProgressCircle", "DraftDocument", "DragVertical", "Dusk", "Easel", "Eclipse", "Edit", "EmailVerification", "Emails", "Embed", "EntertainmentTv", "Envelope", "Error", "ExpandArrowLeft", "ExpandArrowRight", "ExpandColumn", "Eye", "EyeSearch", "EyeShut", "FaceID", "FallLeaf", "Family", "FastForward", "FencingEpee", "FilmReel", "FilmRoll", "FingerPointLeftArrow", "FingerPointRightArrow", "FingerPointSelect", "FingerPrint", "Fire", "FirstAidKit", "FirstQuarter", "FiveCircles", "Flag", "FlameTorch", "Fog", "FogDay", "Folder", "Font", "Football", "FootballHelmet", "ForestTree", "FourBoxes", "FourCorners", "FourCornersMagnifyingGlass", "FourCornersMusicNote", "FourLinesSpread", "FourThreeRatio", "FullMoon", "GIF", "GeminiAstrology", "GiftBox", "GolfTee", "GraduationHat", "Graph", "Gymnastics", "HalfStar", "HalfSun", "HappyFace", "HazeDay", "HazeNight", "Heading2", "Heading3", "Headline1", "HeadlineDocumentSquare", "Headphone", "HeadphonesMic", "Heart", "HeartArrow", "HeartPulse", "HeavyRain", "HeavyRainDay", "HeavyRainLightning", "HeavyRainLightningDay", "HeavyRainLightningNight", "HeavyRainNight", "Help", "Highlighter", "History", "HockeyWithPuck", "Home", "HorseHeadBridle", "HotTub", "Hurricane", "Ice", "Id", "Image", "ImageFile", "ImageGallery", "Inbox", "InboxDownArrow", "InboxUpArrow", "IndentRight", "Infinity", "Info", "InstitutionalWesternBank", "Italics", "JoyfulFace", "JudoUniform", "Keyboard", "KeylineShapes", "Kick", "KnightChessPiece", "Laptop", "LaptopWithPhone", "Laurel", "LaurelLeft", "LaurelRight", "LayoutBottom", "LayoutDefault", "LayoutFourColumn", "LayoutGrid", "LayoutPerfectGrid", "LayoutRight", "LayoutThreeColumn", "LayoutThreeRows", "LayoutTwoColumn", "LeftAlign", "LeftCurveArrow", "LeftPageArrow", "LeoAstrology", "Letter", "LetterColor", "LetterSize", "LibraAstrology", "LifeRing", "Lightbulb", "Lightning", "LightningDay", "LightningNight", "Link", "LiquidDrop", "Live", "Livestream", "Location", "LocationCircle", "LocationMap", "Lock", "LogIn", "LogOut", "Lollipop", "LoveEnvelope", "LoyaltyCard", "MagicWand", "MagnifyingGlass", "Mahjong", "MakeupBeauty", "Mannequin", "Medal", "MedicineBottle", "MedicinePill", "Megaphone", "Microphone", "Microscope", "Minus", "MinusBox", "MinusCircle", "MinusPeople", "MinusSearch", "MmaGlove", "MmaRing", "MobileNumber", "MobilePhone", "More", "MoreVertical", "NeutralFace", "NewMoon", "Newsletter", "Night", "NineSixteenRatio", "NoBell", "NoConnectionScreen", "NoEye", "NoHeart", "NoImage", "NoPeople", "NoShield", "NoSmoking", "NoSquare", "NoStar", "NoVideoCamera", "NoWifi", "NotificationBell", "Null", "NumberedList", "OnTop", "OneOneRatio", "OpenBook", "OpenEnvelope", "OrderedList", "OutdentLeft", "PDF", "PPT", "PaperPlane", "PaperPlaneDiagonal", "Paperclip", "Paragraph", "ParagraphLeftIdent", "ParagraphRightIdent", "Parking", "ParkingSquare", "PassKey", "Password", "Pause", "Payments", "Payphone", "PayphoneFace", "Pencil", "PencilLines", "People", "Person", "PersonClimbing", "PersonShield", "Pets", "Phone", "PieChart", "Pin", "PingPong", "PiscesAstrology", "PlainText", "Play", "PlayCircle", "Pool", "PowerSwitch", "Preferences", "PreferencesAlt", "Printer", "Priority", "Profile", "Progress", "ProgressWithCheck", "Pulse", "PuzzlePiece", "QrCode", "QuestionBubble", "QuoteCircle", "QuoteSquare", "RAW", "RTF", "RTFOff", "RacingFlag", "Radar", "RadioCircle", "RainDay", "RainNight", "Receipt", "Receipts", "RedoPencil", "Refresh", "Restaurant", "RetailTag", "RightAlign", "RightCurveArrow", "RightPageArrow", "RobotHead", "Running", "SadFace", "SadderFace", "SagittariusAstrology", "SailBoat", "Satellite", "ScaleDown", "ScanQrCode", "Scissors", "ScorpioAstrology", "SearchConfirm", "SearchEnvelope", "SearchWorldWithLines", "SecurityKey", "SendToSelf", "Server", "SettingsAlt", "SettingsCogPeople", "Shapes", "Share", "Shield", "ShieldCheck", "ShieldSlash", "ShockedFace", "ShoppingBag", "ShoppingBasket", "ShoppingCart", "Shuttlecock", "SixteenNineRatio", "Skateboard", "SkipTimeTen", "Skull", "Slideshow", "SmallSquareInsideBigSquare", "SmartWatch", "SmileFace", "SmileFaceLife", "Sms", "SmsVerificationCode", "Sneaker", "SneakerAlt", "Snippet", "Snow", "SnowDay", "SnowNight", "Snowflake", "Soccer", "Solitaire", "SoundLow", "SoundOff", "SoundOn", "Spa", "Sparkle", "SparkleFootballBall", "SparkleTennisBall", "SpecialCharacter", "SpeechBubble", "SpeechBubbleStar", "SportsBook", "SportsSparkle", "SprinkleDay", "SprinkleNight", "Square", "Stadium", "Star", "StarArticle", "StarMedal", "StarTrophy", "StatePrivacyControls", "StockTrends", "Stopwatch", "Store", "Strikethrough", "Sun", "Sunrise", "Sunset", "SurfboardOnSand", "Swimming", "Sync", "Tab", "Tablet", "TaurusAstrology", "TechnicalRoute", "Television", "TennisBall", "TennisRacketBall", "ThirdQuarter", "ThreeCircles", "ThreeFourRatio", "ThreeLines", "ThreeLinesSpread", "ThumbsDown", "ThumbsUp", "Thumbtack", "ThumbtackDiagonal", "TimePaperPlane", "Tornado", "Trading", "TrafficSignRightTurn", "Trampoline", "Transactions", "Trash", "Trending", "TrendingCircle", "Trophy", "TruckRight", "Tshirt", "Tsunami", "Tub", "TwoArrowsDiagonalInwards", "TwoArrowsDiagonalOutwards", "TwoCorners", "TwoHorizontalRectangles", "TwoLinesContainer", "TwoMasks", "TwoRectangles", "TwoSparkles", "TwoSquares", "TwoThirdsColumn", "Underline", "Unlock", "UnorderedList", "UpCurveArrow", "UpDownChevron", "UpDownShortArrows", "UpFolder", "Upload", "Verification", "VideoCamera", "VideoFile", "VirgoAstrology", "Virus", "Volleyball", "Walking", "Wallet", "WaningCrescent", "WaningGibbous", "Warning", "WaxingCrescent", "WaxingGibbous", "Web", "Weights", "Wifi", "Wind", "WindCloud", "WindCloudDay", "WindCloudNight", "Wine", "WorldWithLines", "Wrench", "WrestlingHeadGear", "WritingAi", "XLSFile", "YEP", "ZIP"];
|
|
8
8
|
//#endregion
|
|
9
9
|
export { GlyphName };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"glyphMap.d.cts","names":["IconPixelSize","GlyphName","glyphNames","GlyphVariant","GlyphKey","glyphMap","Record"],"sources":["../../../../icons/dist/glyphMap.d.ts"],"sourcesContent":["\nimport { IconPixelSize } from \"@yahoo/uds-icons/types\";\n\n//#region generated/font/glyphMap.d.ts\n\ntype GlyphName = typeof glyphNames[number];\ntype GlyphVariant = 'fill' | 'outline';\ntype GlyphKey = `${GlyphName}-${GlyphVariant}-${IconPixelSize}`;\ndeclare const glyphNames: readonly [\"A11Y\", \"Accessible\", \"AccountRecover\", \"AccountRefresh\", \"AccountSwitchAlt\", \"AccountSwitcher\", \"AcousticGuitar\", \"Add\", \"AddBell\", \"AddCalendar\", \"AddCheckCircle\", \"AddCircle\", \"AddContactCard\", \"AddDocument\", \"AddFace\", \"AddFolder\", \"AddPaperPlane\", \"AddPeople\", \"AddQuestion\", \"AddSearch\", \"AddSquare\", \"AffiliateLink\", \"AirQuality\", \"Airplane\", \"AirplaneLanding\", \"AirplaneTakeOff\", \"AngledSquareOnSquare\", \"AnyFile\", \"AppSwitcher\", \"AquariusAstrology\", \"Archive\", \"AriesAstrology\", \"ArrowDown\", \"ArrowDownCircle\", \"ArrowLeft\", \"ArrowLineDown\", \"ArrowLineUp\", \"ArrowRight\", \"ArrowUp\", \"Article\", \"ArtisticGymnastics\", \"Ascender\", \"AudioFile\", \"Authenticator\", \"AutoDownload\", \"AutoSaveOffline\", \"AutoSaveSync\", \"AutoSaveUpload\", \"AutoSaveUploadFail\", \"AutoSaved\", \"BabyBottle\", \"BackTimeTen\", \"Badge\", \"Balance\", \"BallInWater\", \"Barometer\", \"BaseBallBat\", \"Baseball\", \"Basketball\", \"BasketballHoop\", \"BeachUmbrella\", \"Bed\", \"Bell\", \"Below\", \"BigDownArrow\", \"BigLeftArrow\", \"BigRightArrow\", \"BigRightStraightArrow\", \"BigUpArrow\", \"Bike\", \"Bingo\", \"Binoculars\", \"BlackJack\", \"Bold\", \"Bolt\", \"Bookmark\", \"BottomLine\", \"BowAndArrow\", \"BoxCircle\", \"BoxFront\", \"BoxOnBox\", \"BoxingGlove\", \"Browser\", \"BubbleZone\", \"Building\", \"BulletPointContainer\", \"BulletPoints\", \"Bullseye\", \"BusFront\", \"BusinessBag\", \"Cake\", \"Calendar\", \"CalendarClock\", \"CalendarConfirm\", \"CalendarFile\", \"CalendarICSFile\", \"CalendarRightArrow\", \"Camera\", \"CancerAstrology\", \"Canoe\", \"CapriconAstrology\", \"Car\", \"CardsCheck\", \"Cash\", \"CelebrityStar\", \"CenterAlignment\", \"ChatAi\", \"Check\", \"CheckBookmark\", \"CheckBox\", \"CheckCircle\", \"CheckDocuments\", \"CheckEnvelope\", \"CheckPeople\", \"CheckSpeechBubble\", \"CheckVoteBallot\", \"Checklist\", \"ChevronDown\", \"ChevronLeft\", \"ChevronLeftPeople\", \"ChevronRight\", \"ChevronRightPeople\", \"ChevronUp\", \"Circle\", \"ClearText\", \"Clipboard\", \"Clock\", \"Clone\", \"ClosedCaption\", \"Cloud\", \"CloudDay\", \"CloudNight\", \"Cocktails\", \"Coffee\", \"CoffeeTakeout\", \"Cog\", \"Coin\", \"CollapseColumn\", \"Command\", \"Compass\", \"ComputerChip\", \"Connection\", \"ConnectionScreen\", \"ContactBook\", \"ContactCard\", \"Convert\", \"ConvertAlt\", \"ConvertLeft\", \"ConvertRight\", \"Cookies\", \"Coupon\", \"CreditCard\", \"CreditCardPayment\", \"CrescentMoon\", \"Cricket\", \"Cross\", \"CrossCircle\", \"CrossEnvelope\", \"CrossPeople\", \"CrossShield\", \"Crossword\", \"Cycling\", \"DOCFile\", \"DailyFantasy\", \"DaisyFlower\", \"Dandelion\", \"DataBook\", \"DataCloud\", \"DataSilo\", \"DataStorage\", \"Debug\", \"DeleteTab\", \"DeliveryPackage\", \"Dense\", \"DenyCircle\", \"Descender\", \"Desktop\", \"DiagonalKey\", \"DiagonalLeftDown\", \"DiagonalLeftUp\", \"DiagonalRightDown\", \"DiagonalRightUp\", \"Diamond\", \"Dice\", \"Dining\", \"Direction\", \"DiscoBall\", \"Document\", \"DocumentImageRectangle\", \"DocumentImageSquare\", \"DocumentRectangle\", \"DollarCircleArrows\", \"DotEnvelope\", \"DotTwoRings\", \"DoubleBigLeftArrow\", \"DoubleChevronLeft\", \"DoubleChevronRight\", \"DownCurveArrow\", \"Download\", \"DownloadCircle\", \"DownloadComplete\", \"DownloadInProgressCircle\", \"DraftDocument\", \"DragVertical\", \"Dusk\", \"Easel\", \"Eclipse\", \"Edit\", \"EmailVerification\", \"Emails\", \"Embed\", \"EntertainmentTv\", \"Envelope\", \"Error\", \"ExpandArrowLeft\", \"ExpandArrowRight\", \"ExpandColumn\", \"Eye\", \"EyeSearch\", \"EyeShut\", \"FaceID\", \"FallLeaf\", \"Family\", \"FastForward\", \"FencingEpee\", \"FilmReel\", \"FilmRoll\", \"FingerPointLeftArrow\", \"FingerPointRightArrow\", \"FingerPointSelect\", \"FingerPrint\", \"Fire\", \"FirstAidKit\", \"FirstQuarter\", \"FiveCircles\", \"Flag\", \"FlameTorch\", \"Fog\", \"FogDay\", \"Folder\", \"Font\", \"Football\", \"FootballHelmet\", \"ForestTree\", \"FourBoxes\", \"FourCorners\", \"FourCornersMagnifyingGlass\", \"FourCornersMusicNote\", \"FourLinesSpread\", \"FourThreeRatio\", \"FullMoon\", \"GIF\", \"GeminiAstrology\", \"GiftBox\", \"GolfTee\", \"GraduationHat\", \"Graph\", \"Gymnastics\", \"HalfStar\", \"HalfSun\", \"HappyFace\", \"HazeDay\", \"HazeNight\", \"Heading2\", \"Heading3\", \"Headline1\", \"HeadlineDocumentSquare\", \"Headphone\", \"HeadphonesMic\", \"Heart\", \"HeartArrow\", \"HeartPulse\", \"HeavyRain\", \"HeavyRainDay\", \"HeavyRainLightning\", \"HeavyRainLightningDay\", \"HeavyRainLightningNight\", \"HeavyRainNight\", \"Help\", \"Highlighter\", \"History\", \"HockeyWithPuck\", \"Home\", \"HorseHeadBridle\", \"HotTub\", \"Hurricane\", \"Ice\", \"Id\", \"Image\", \"ImageFile\", \"ImageGallery\", \"Inbox\", \"InboxDownArrow\", \"InboxUpArrow\", \"IndentRight\", \"Infinity\", \"Info\", \"InstitutionalWesternBank\", \"Italics\", \"JoyfulFace\", \"JudoUniform\", \"Keyboard\", \"KeylineShapes\", \"Kick\", \"KnightChessPiece\", \"Laptop\", \"LaptopWithPhone\", \"Laurel\", \"LaurelLeft\", \"LaurelRight\", \"LayoutBottom\", \"LayoutDefault\", \"LayoutFourColumn\", \"LayoutGrid\", \"LayoutPerfectGrid\", \"LayoutRight\", \"LayoutThreeColumn\", \"LayoutThreeRows\", \"LayoutTwoColumn\", \"LeftAlign\", \"LeftCurveArrow\", \"LeftPageArrow\", \"LeoAstrology\", \"Letter\", \"LetterColor\", \"LetterSize\", \"LibraAstrology\", \"LifeRing\", \"Lightbulb\", \"Lightning\", \"LightningDay\", \"LightningNight\", \"Link\", \"LiquidDrop\", \"Live\", \"Livestream\", \"Location\", \"LocationCircle\", \"LocationMap\", \"Lock\", \"LogIn\", \"LogOut\", \"Lollipop\", \"LoveEnvelope\", \"LoyaltyCard\", \"MagicWand\", \"MagnifyingGlass\", \"Mahjong\", \"MakeupBeauty\", \"Mannequin\", \"Medal\", \"MedicineBottle\", \"MedicinePill\", \"Megaphone\", \"Microphone\", \"Microscope\", \"Minus\", \"MinusBox\", \"MinusCircle\", \"MinusPeople\", \"MinusSearch\", \"MmaGlove\", \"MmaRing\", \"MobileNumber\", \"MobilePhone\", \"More\", \"MoreVertical\", \"NeutralFace\", \"NewMoon\", \"Newsletter\", \"Night\", \"NineSixteenRatio\", \"NoBell\", \"NoConnectionScreen\", \"NoEye\", \"NoHeart\", \"NoImage\", \"NoPeople\", \"NoShield\", \"NoSmoking\", \"NoSquare\", \"NoStar\", \"NoVideoCamera\", \"NoWifi\", \"NotificationBell\", \"Null\", \"NumberedList\", \"OnTop\", \"OneOneRatio\", \"OpenBook\", \"OpenEnvelope\", \"OrderedList\", \"OutdentLeft\", \"PDF\", \"PPT\", \"PaperPlane\", \"PaperPlaneDiagonal\", \"Paperclip\", \"Paragraph\", \"ParagraphLeftIdent\", \"ParagraphRightIdent\", \"Parking\", \"ParkingSquare\", \"PassKey\", \"Password\", \"Pause\", \"Payments\", \"Payphone\", \"PayphoneFace\", \"Pencil\", \"PencilLines\", \"People\", \"Person\", \"PersonClimbing\", \"PersonShield\", \"Pets\", \"Phone\", \"PieChart\", \"Pin\", \"PingPong\", \"PiscesAstrology\", \"PlainText\", \"Play\", \"PlayCircle\", \"Pool\", \"PowerSwitch\", \"Preferences\", \"PreferencesAlt\", \"Printer\", \"Priority\", \"Profile\", \"Progress\", \"ProgressWithCheck\", \"Pulse\", \"PuzzlePiece\", \"QrCode\", \"QuestionBubble\", \"QuoteCircle\", \"QuoteSquare\", \"RAW\", \"RTF\", \"RTFOff\", \"RacingFlag\", \"Radar\", \"RadioCircle\", \"RainDay\", \"RainNight\", \"Receipt\", \"Receipts\", \"RedoPencil\", \"Refresh\", \"Restaurant\", \"RetailTag\", \"RightAlign\", \"RightCurveArrow\", \"RightPageArrow\", \"RobotHead\", \"Running\", \"SadFace\", \"SadderFace\", \"SagittariusAstrology\", \"SailBoat\", \"Satellite\", \"ScaleDown\", \"ScanQrCode\", \"Scissors\", \"ScorpioAstrology\", \"SearchConfirm\", \"SearchEnvelope\", \"SearchWorldWithLines\", \"SecurityKey\", \"SendToSelf\", \"Server\", \"SettingsAlt\", \"SettingsCogPeople\", \"Shapes\", \"Share\", \"Shield\", \"ShieldCheck\", \"ShieldSlash\", \"ShockedFace\", \"ShoppingBag\", \"ShoppingBasket\", \"ShoppingCart\", \"Shuttlecock\", \"SixteenNineRatio\", \"Skateboard\", \"SkipTimeTen\", \"Skull\", \"Slideshow\", \"SmallSquareInsideBigSquare\", \"SmartWatch\", \"SmileFace\", \"SmileFaceLife\", \"Sms\", \"SmsVerificationCode\", \"Sneaker\", \"SneakerAlt\", \"Snippet\", \"Snow\", \"SnowDay\", \"SnowNight\", \"Snowflake\", \"Soccer\", \"Solitaire\", \"SoundLow\", \"SoundOff\", \"SoundOn\", \"Spa\", \"Sparkle\", \"SparkleFootballBall\", \"SparkleTennisBall\", \"SpecialCharacter\", \"SpeechBubble\", \"SpeechBubbleStar\", \"SportsBook\", \"SportsSparkle\", \"SprinkleDay\", \"SprinkleNight\", \"Square\", \"Stadium\", \"Star\", \"StarArticle\", \"StarMedal\", \"StarTrophy\", \"StatePrivacyControls\", \"StockTrends\", \"Stopwatch\", \"Store\", \"Strikethrough\", \"Sun\", \"Sunrise\", \"Sunset\", \"SurfboardOnSand\", \"Swimming\", \"Sync\", \"Tab\", \"Tablet\", \"TaurusAstrology\", \"TechnicalRoute\", \"Television\", \"TennisBall\", \"TennisRacketBall\", \"ThirdQuarter\", \"ThreeCircles\", \"ThreeFourRatio\", \"ThreeLines\", \"ThreeLinesSpread\", \"ThumbsDown\", \"ThumbsUp\", \"Thumbtack\", \"ThumbtackDiagonal\", \"TimePaperPlane\", \"Tornado\", \"Trading\", \"TrafficSignRightTurn\", \"Trampoline\", \"Transactions\", \"Trash\", \"Trending\", \"TrendingCircle\", \"Trophy\", \"TruckRight\", \"Tshirt\", \"Tsunami\", \"Tub\", \"TwoArrowsDiagonalInwards\", \"TwoArrowsDiagonalOutwards\", \"TwoCorners\", \"TwoHorizontalRectangles\", \"TwoLinesContainer\", \"TwoMasks\", \"TwoRectangles\", \"TwoSparkles\", \"TwoSquares\", \"TwoThirdsColumn\", \"Underline\", \"Unlock\", \"UnorderedList\", \"UpCurveArrow\", \"UpDownChevron\", \"UpDownShortArrows\", \"UpFolder\", \"Upload\", \"Verification\", \"VideoCamera\", \"VideoFile\", \"VirgoAstrology\", \"Virus\", \"Volleyball\", \"Walking\", \"Wallet\", \"WaningCrescent\", \"WaningGibbous\", \"Warning\", \"WaxingCrescent\", \"WaxingGibbous\", \"Web\", \"Weights\", \"Wifi\", \"Wind\", \"WindCloud\", \"WindCloudDay\", \"WindCloudNight\", \"Wine\", \"WorldWithLines\", \"Wrench\", \"WrestlingHeadGear\", \"WritingAi\", \"XLSFile\", \"YEP\", \"ZIP\"];\ndeclare const glyphMap: Record<GlyphKey, string>;\n//#endregion\nexport { GlyphKey, GlyphName, GlyphVariant, glyphMap, glyphNames };\n//# sourceMappingURL=glyphMap.d.ts.map"],"mappings":";;;;;KAKKC,SAAAA,UAAmBC;cAGVA"}
|
|
1
|
+
{"version":3,"file":"glyphMap.d.cts","names":["IconPixelSize","GlyphName","glyphNames","GlyphVariant","GlyphKey","glyphMap","Record"],"sources":["../../../../icons/dist/glyphMap.d.ts"],"sourcesContent":["\nimport { IconPixelSize } from \"@yahoo/uds-icons/types\";\n\n//#region generated/font/glyphMap.d.ts\n\ntype GlyphName = (typeof glyphNames)[number];\ntype GlyphVariant = 'fill' | 'outline';\ntype GlyphKey = `${GlyphName}-${GlyphVariant}-${IconPixelSize}`;\ndeclare const glyphNames: readonly [\"A11Y\", \"Accessible\", \"AccountRecover\", \"AccountRefresh\", \"AccountSwitchAlt\", \"AccountSwitcher\", \"AcousticGuitar\", \"Add\", \"AddBell\", \"AddCalendar\", \"AddCheckCircle\", \"AddCircle\", \"AddContactCard\", \"AddDocument\", \"AddFace\", \"AddFolder\", \"AddPaperPlane\", \"AddPeople\", \"AddQuestion\", \"AddSearch\", \"AddSquare\", \"AffiliateLink\", \"AirQuality\", \"Airplane\", \"AirplaneLanding\", \"AirplaneTakeOff\", \"AngledSquareOnSquare\", \"AnyFile\", \"AppSwitcher\", \"AquariusAstrology\", \"Archive\", \"AriesAstrology\", \"ArrowDown\", \"ArrowDownCircle\", \"ArrowLeft\", \"ArrowLineDown\", \"ArrowLineUp\", \"ArrowRight\", \"ArrowUp\", \"Article\", \"ArtisticGymnastics\", \"Ascender\", \"AudioFile\", \"Authenticator\", \"AutoDownload\", \"AutoSaveOffline\", \"AutoSaveSync\", \"AutoSaveUpload\", \"AutoSaveUploadFail\", \"AutoSaved\", \"BabyBottle\", \"BackTimeTen\", \"Badge\", \"Balance\", \"BallInWater\", \"Barometer\", \"BaseBallBat\", \"Baseball\", \"Basketball\", \"BasketballHoop\", \"BeachUmbrella\", \"Bed\", \"Bell\", \"Below\", \"BigDownArrow\", \"BigLeftArrow\", \"BigRightArrow\", \"BigRightStraightArrow\", \"BigUpArrow\", \"Bike\", \"Bingo\", \"Binoculars\", \"BlackJack\", \"Bold\", \"Bolt\", \"Bookmark\", \"BottomLine\", \"BowAndArrow\", \"BoxCircle\", \"BoxFront\", \"BoxOnBox\", \"BoxingGlove\", \"Browser\", \"BubbleZone\", \"Building\", \"BulletPointContainer\", \"BulletPoints\", \"Bullseye\", \"BusFront\", \"BusinessBag\", \"Cake\", \"Calendar\", \"CalendarClock\", \"CalendarConfirm\", \"CalendarFile\", \"CalendarICSFile\", \"CalendarRightArrow\", \"Camera\", \"CancerAstrology\", \"Canoe\", \"CapriconAstrology\", \"Car\", \"CardsCheck\", \"Cash\", \"CelebrityStar\", \"CenterAlignment\", \"ChatAi\", \"Check\", \"CheckBookmark\", \"CheckBox\", \"CheckCircle\", \"CheckDocuments\", \"CheckEnvelope\", \"CheckPeople\", \"CheckSpeechBubble\", \"CheckVoteBallot\", \"Checklist\", \"ChevronDown\", \"ChevronLeft\", \"ChevronLeftPeople\", \"ChevronRight\", \"ChevronRightPeople\", \"ChevronUp\", \"Circle\", \"ClearText\", \"Clipboard\", \"Clock\", \"Clone\", \"ClosedCaption\", \"Cloud\", \"CloudDay\", \"CloudNight\", \"Cocktails\", \"Coffee\", \"CoffeeTakeout\", \"Cog\", \"Coin\", \"CollapseColumn\", \"Command\", \"Compass\", \"ComputerChip\", \"Connection\", \"ConnectionScreen\", \"ContactBook\", \"ContactCard\", \"Convert\", \"ConvertAlt\", \"ConvertLeft\", \"ConvertRight\", \"Cookies\", \"Coupon\", \"CreditCard\", \"CreditCardPayment\", \"CrescentMoon\", \"Cricket\", \"Cross\", \"CrossCircle\", \"CrossEnvelope\", \"CrossPeople\", \"CrossShield\", \"Crossword\", \"Cycling\", \"DOCFile\", \"DailyFantasy\", \"DaisyFlower\", \"Dandelion\", \"DataBook\", \"DataCloud\", \"DataSilo\", \"DataStorage\", \"Debug\", \"DeleteTab\", \"DeliveryPackage\", \"Dense\", \"DenyCircle\", \"Descender\", \"Desktop\", \"DiagonalKey\", \"DiagonalLeftDown\", \"DiagonalLeftUp\", \"DiagonalRightDown\", \"DiagonalRightUp\", \"Diamond\", \"Dice\", \"Dining\", \"Direction\", \"DiscoBall\", \"Document\", \"DocumentImageRectangle\", \"DocumentImageSquare\", \"DocumentRectangle\", \"DollarCircleArrows\", \"DotEnvelope\", \"DotTwoRings\", \"DoubleBigLeftArrow\", \"DoubleChevronLeft\", \"DoubleChevronRight\", \"DownCurveArrow\", \"Download\", \"DownloadCircle\", \"DownloadComplete\", \"DownloadInProgressCircle\", \"DraftDocument\", \"DragVertical\", \"Dusk\", \"Easel\", \"Eclipse\", \"Edit\", \"EmailVerification\", \"Emails\", \"Embed\", \"EntertainmentTv\", \"Envelope\", \"Error\", \"ExpandArrowLeft\", \"ExpandArrowRight\", \"ExpandColumn\", \"Eye\", \"EyeSearch\", \"EyeShut\", \"FaceID\", \"FallLeaf\", \"Family\", \"FastForward\", \"FencingEpee\", \"FilmReel\", \"FilmRoll\", \"FingerPointLeftArrow\", \"FingerPointRightArrow\", \"FingerPointSelect\", \"FingerPrint\", \"Fire\", \"FirstAidKit\", \"FirstQuarter\", \"FiveCircles\", \"Flag\", \"FlameTorch\", \"Fog\", \"FogDay\", \"Folder\", \"Font\", \"Football\", \"FootballHelmet\", \"ForestTree\", \"FourBoxes\", \"FourCorners\", \"FourCornersMagnifyingGlass\", \"FourCornersMusicNote\", \"FourLinesSpread\", \"FourThreeRatio\", \"FullMoon\", \"GIF\", \"GeminiAstrology\", \"GiftBox\", \"GolfTee\", \"GraduationHat\", \"Graph\", \"Gymnastics\", \"HalfStar\", \"HalfSun\", \"HappyFace\", \"HazeDay\", \"HazeNight\", \"Heading2\", \"Heading3\", \"Headline1\", \"HeadlineDocumentSquare\", \"Headphone\", \"HeadphonesMic\", \"Heart\", \"HeartArrow\", \"HeartPulse\", \"HeavyRain\", \"HeavyRainDay\", \"HeavyRainLightning\", \"HeavyRainLightningDay\", \"HeavyRainLightningNight\", \"HeavyRainNight\", \"Help\", \"Highlighter\", \"History\", \"HockeyWithPuck\", \"Home\", \"HorseHeadBridle\", \"HotTub\", \"Hurricane\", \"Ice\", \"Id\", \"Image\", \"ImageFile\", \"ImageGallery\", \"Inbox\", \"InboxDownArrow\", \"InboxUpArrow\", \"IndentRight\", \"Infinity\", \"Info\", \"InstitutionalWesternBank\", \"Italics\", \"JoyfulFace\", \"JudoUniform\", \"Keyboard\", \"KeylineShapes\", \"Kick\", \"KnightChessPiece\", \"Laptop\", \"LaptopWithPhone\", \"Laurel\", \"LaurelLeft\", \"LaurelRight\", \"LayoutBottom\", \"LayoutDefault\", \"LayoutFourColumn\", \"LayoutGrid\", \"LayoutPerfectGrid\", \"LayoutRight\", \"LayoutThreeColumn\", \"LayoutThreeRows\", \"LayoutTwoColumn\", \"LeftAlign\", \"LeftCurveArrow\", \"LeftPageArrow\", \"LeoAstrology\", \"Letter\", \"LetterColor\", \"LetterSize\", \"LibraAstrology\", \"LifeRing\", \"Lightbulb\", \"Lightning\", \"LightningDay\", \"LightningNight\", \"Link\", \"LiquidDrop\", \"Live\", \"Livestream\", \"Location\", \"LocationCircle\", \"LocationMap\", \"Lock\", \"LogIn\", \"LogOut\", \"Lollipop\", \"LoveEnvelope\", \"LoyaltyCard\", \"MagicWand\", \"MagnifyingGlass\", \"Mahjong\", \"MakeupBeauty\", \"Mannequin\", \"Medal\", \"MedicineBottle\", \"MedicinePill\", \"Megaphone\", \"Microphone\", \"Microscope\", \"Minus\", \"MinusBox\", \"MinusCircle\", \"MinusPeople\", \"MinusSearch\", \"MmaGlove\", \"MmaRing\", \"MobileNumber\", \"MobilePhone\", \"More\", \"MoreVertical\", \"NeutralFace\", \"NewMoon\", \"Newsletter\", \"Night\", \"NineSixteenRatio\", \"NoBell\", \"NoConnectionScreen\", \"NoEye\", \"NoHeart\", \"NoImage\", \"NoPeople\", \"NoShield\", \"NoSmoking\", \"NoSquare\", \"NoStar\", \"NoVideoCamera\", \"NoWifi\", \"NotificationBell\", \"Null\", \"NumberedList\", \"OnTop\", \"OneOneRatio\", \"OpenBook\", \"OpenEnvelope\", \"OrderedList\", \"OutdentLeft\", \"PDF\", \"PPT\", \"PaperPlane\", \"PaperPlaneDiagonal\", \"Paperclip\", \"Paragraph\", \"ParagraphLeftIdent\", \"ParagraphRightIdent\", \"Parking\", \"ParkingSquare\", \"PassKey\", \"Password\", \"Pause\", \"Payments\", \"Payphone\", \"PayphoneFace\", \"Pencil\", \"PencilLines\", \"People\", \"Person\", \"PersonClimbing\", \"PersonShield\", \"Pets\", \"Phone\", \"PieChart\", \"Pin\", \"PingPong\", \"PiscesAstrology\", \"PlainText\", \"Play\", \"PlayCircle\", \"Pool\", \"PowerSwitch\", \"Preferences\", \"PreferencesAlt\", \"Printer\", \"Priority\", \"Profile\", \"Progress\", \"ProgressWithCheck\", \"Pulse\", \"PuzzlePiece\", \"QrCode\", \"QuestionBubble\", \"QuoteCircle\", \"QuoteSquare\", \"RAW\", \"RTF\", \"RTFOff\", \"RacingFlag\", \"Radar\", \"RadioCircle\", \"RainDay\", \"RainNight\", \"Receipt\", \"Receipts\", \"RedoPencil\", \"Refresh\", \"Restaurant\", \"RetailTag\", \"RightAlign\", \"RightCurveArrow\", \"RightPageArrow\", \"RobotHead\", \"Running\", \"SadFace\", \"SadderFace\", \"SagittariusAstrology\", \"SailBoat\", \"Satellite\", \"ScaleDown\", \"ScanQrCode\", \"Scissors\", \"ScorpioAstrology\", \"SearchConfirm\", \"SearchEnvelope\", \"SearchWorldWithLines\", \"SecurityKey\", \"SendToSelf\", \"Server\", \"SettingsAlt\", \"SettingsCogPeople\", \"Shapes\", \"Share\", \"Shield\", \"ShieldCheck\", \"ShieldSlash\", \"ShockedFace\", \"ShoppingBag\", \"ShoppingBasket\", \"ShoppingCart\", \"Shuttlecock\", \"SixteenNineRatio\", \"Skateboard\", \"SkipTimeTen\", \"Skull\", \"Slideshow\", \"SmallSquareInsideBigSquare\", \"SmartWatch\", \"SmileFace\", \"SmileFaceLife\", \"Sms\", \"SmsVerificationCode\", \"Sneaker\", \"SneakerAlt\", \"Snippet\", \"Snow\", \"SnowDay\", \"SnowNight\", \"Snowflake\", \"Soccer\", \"Solitaire\", \"SoundLow\", \"SoundOff\", \"SoundOn\", \"Spa\", \"Sparkle\", \"SparkleFootballBall\", \"SparkleTennisBall\", \"SpecialCharacter\", \"SpeechBubble\", \"SpeechBubbleStar\", \"SportsBook\", \"SportsSparkle\", \"SprinkleDay\", \"SprinkleNight\", \"Square\", \"Stadium\", \"Star\", \"StarArticle\", \"StarMedal\", \"StarTrophy\", \"StatePrivacyControls\", \"StockTrends\", \"Stopwatch\", \"Store\", \"Strikethrough\", \"Sun\", \"Sunrise\", \"Sunset\", \"SurfboardOnSand\", \"Swimming\", \"Sync\", \"Tab\", \"Tablet\", \"TaurusAstrology\", \"TechnicalRoute\", \"Television\", \"TennisBall\", \"TennisRacketBall\", \"ThirdQuarter\", \"ThreeCircles\", \"ThreeFourRatio\", \"ThreeLines\", \"ThreeLinesSpread\", \"ThumbsDown\", \"ThumbsUp\", \"Thumbtack\", \"ThumbtackDiagonal\", \"TimePaperPlane\", \"Tornado\", \"Trading\", \"TrafficSignRightTurn\", \"Trampoline\", \"Transactions\", \"Trash\", \"Trending\", \"TrendingCircle\", \"Trophy\", \"TruckRight\", \"Tshirt\", \"Tsunami\", \"Tub\", \"TwoArrowsDiagonalInwards\", \"TwoArrowsDiagonalOutwards\", \"TwoCorners\", \"TwoHorizontalRectangles\", \"TwoLinesContainer\", \"TwoMasks\", \"TwoRectangles\", \"TwoSparkles\", \"TwoSquares\", \"TwoThirdsColumn\", \"Underline\", \"Unlock\", \"UnorderedList\", \"UpCurveArrow\", \"UpDownChevron\", \"UpDownShortArrows\", \"UpFolder\", \"Upload\", \"Verification\", \"VideoCamera\", \"VideoFile\", \"VirgoAstrology\", \"Virus\", \"Volleyball\", \"Walking\", \"Wallet\", \"WaningCrescent\", \"WaningGibbous\", \"Warning\", \"WaxingCrescent\", \"WaxingGibbous\", \"Web\", \"Weights\", \"Wifi\", \"Wind\", \"WindCloud\", \"WindCloudDay\", \"WindCloudNight\", \"Wine\", \"WorldWithLines\", \"Wrench\", \"WrestlingHeadGear\", \"WritingAi\", \"XLSFile\", \"YEP\", \"ZIP\"];\ndeclare const glyphMap: Record<GlyphKey, string>;\n//#endregion\nexport { GlyphKey, GlyphName, GlyphVariant, glyphMap, glyphNames };"],"mappings":";;;;;KAKKC,SAAAA,WAAoBC;cAGXA"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
//#region generated/font/glyphMap.d.ts
|
|
5
5
|
|
|
6
|
-
type GlyphName = typeof glyphNames[number];
|
|
6
|
+
type GlyphName = (typeof glyphNames)[number];
|
|
7
7
|
declare const glyphNames: readonly ["A11Y", "Accessible", "AccountRecover", "AccountRefresh", "AccountSwitchAlt", "AccountSwitcher", "AcousticGuitar", "Add", "AddBell", "AddCalendar", "AddCheckCircle", "AddCircle", "AddContactCard", "AddDocument", "AddFace", "AddFolder", "AddPaperPlane", "AddPeople", "AddQuestion", "AddSearch", "AddSquare", "AffiliateLink", "AirQuality", "Airplane", "AirplaneLanding", "AirplaneTakeOff", "AngledSquareOnSquare", "AnyFile", "AppSwitcher", "AquariusAstrology", "Archive", "AriesAstrology", "ArrowDown", "ArrowDownCircle", "ArrowLeft", "ArrowLineDown", "ArrowLineUp", "ArrowRight", "ArrowUp", "Article", "ArtisticGymnastics", "Ascender", "AudioFile", "Authenticator", "AutoDownload", "AutoSaveOffline", "AutoSaveSync", "AutoSaveUpload", "AutoSaveUploadFail", "AutoSaved", "BabyBottle", "BackTimeTen", "Badge", "Balance", "BallInWater", "Barometer", "BaseBallBat", "Baseball", "Basketball", "BasketballHoop", "BeachUmbrella", "Bed", "Bell", "Below", "BigDownArrow", "BigLeftArrow", "BigRightArrow", "BigRightStraightArrow", "BigUpArrow", "Bike", "Bingo", "Binoculars", "BlackJack", "Bold", "Bolt", "Bookmark", "BottomLine", "BowAndArrow", "BoxCircle", "BoxFront", "BoxOnBox", "BoxingGlove", "Browser", "BubbleZone", "Building", "BulletPointContainer", "BulletPoints", "Bullseye", "BusFront", "BusinessBag", "Cake", "Calendar", "CalendarClock", "CalendarConfirm", "CalendarFile", "CalendarICSFile", "CalendarRightArrow", "Camera", "CancerAstrology", "Canoe", "CapriconAstrology", "Car", "CardsCheck", "Cash", "CelebrityStar", "CenterAlignment", "ChatAi", "Check", "CheckBookmark", "CheckBox", "CheckCircle", "CheckDocuments", "CheckEnvelope", "CheckPeople", "CheckSpeechBubble", "CheckVoteBallot", "Checklist", "ChevronDown", "ChevronLeft", "ChevronLeftPeople", "ChevronRight", "ChevronRightPeople", "ChevronUp", "Circle", "ClearText", "Clipboard", "Clock", "Clone", "ClosedCaption", "Cloud", "CloudDay", "CloudNight", "Cocktails", "Coffee", "CoffeeTakeout", "Cog", "Coin", "CollapseColumn", "Command", "Compass", "ComputerChip", "Connection", "ConnectionScreen", "ContactBook", "ContactCard", "Convert", "ConvertAlt", "ConvertLeft", "ConvertRight", "Cookies", "Coupon", "CreditCard", "CreditCardPayment", "CrescentMoon", "Cricket", "Cross", "CrossCircle", "CrossEnvelope", "CrossPeople", "CrossShield", "Crossword", "Cycling", "DOCFile", "DailyFantasy", "DaisyFlower", "Dandelion", "DataBook", "DataCloud", "DataSilo", "DataStorage", "Debug", "DeleteTab", "DeliveryPackage", "Dense", "DenyCircle", "Descender", "Desktop", "DiagonalKey", "DiagonalLeftDown", "DiagonalLeftUp", "DiagonalRightDown", "DiagonalRightUp", "Diamond", "Dice", "Dining", "Direction", "DiscoBall", "Document", "DocumentImageRectangle", "DocumentImageSquare", "DocumentRectangle", "DollarCircleArrows", "DotEnvelope", "DotTwoRings", "DoubleBigLeftArrow", "DoubleChevronLeft", "DoubleChevronRight", "DownCurveArrow", "Download", "DownloadCircle", "DownloadComplete", "DownloadInProgressCircle", "DraftDocument", "DragVertical", "Dusk", "Easel", "Eclipse", "Edit", "EmailVerification", "Emails", "Embed", "EntertainmentTv", "Envelope", "Error", "ExpandArrowLeft", "ExpandArrowRight", "ExpandColumn", "Eye", "EyeSearch", "EyeShut", "FaceID", "FallLeaf", "Family", "FastForward", "FencingEpee", "FilmReel", "FilmRoll", "FingerPointLeftArrow", "FingerPointRightArrow", "FingerPointSelect", "FingerPrint", "Fire", "FirstAidKit", "FirstQuarter", "FiveCircles", "Flag", "FlameTorch", "Fog", "FogDay", "Folder", "Font", "Football", "FootballHelmet", "ForestTree", "FourBoxes", "FourCorners", "FourCornersMagnifyingGlass", "FourCornersMusicNote", "FourLinesSpread", "FourThreeRatio", "FullMoon", "GIF", "GeminiAstrology", "GiftBox", "GolfTee", "GraduationHat", "Graph", "Gymnastics", "HalfStar", "HalfSun", "HappyFace", "HazeDay", "HazeNight", "Heading2", "Heading3", "Headline1", "HeadlineDocumentSquare", "Headphone", "HeadphonesMic", "Heart", "HeartArrow", "HeartPulse", "HeavyRain", "HeavyRainDay", "HeavyRainLightning", "HeavyRainLightningDay", "HeavyRainLightningNight", "HeavyRainNight", "Help", "Highlighter", "History", "HockeyWithPuck", "Home", "HorseHeadBridle", "HotTub", "Hurricane", "Ice", "Id", "Image", "ImageFile", "ImageGallery", "Inbox", "InboxDownArrow", "InboxUpArrow", "IndentRight", "Infinity", "Info", "InstitutionalWesternBank", "Italics", "JoyfulFace", "JudoUniform", "Keyboard", "KeylineShapes", "Kick", "KnightChessPiece", "Laptop", "LaptopWithPhone", "Laurel", "LaurelLeft", "LaurelRight", "LayoutBottom", "LayoutDefault", "LayoutFourColumn", "LayoutGrid", "LayoutPerfectGrid", "LayoutRight", "LayoutThreeColumn", "LayoutThreeRows", "LayoutTwoColumn", "LeftAlign", "LeftCurveArrow", "LeftPageArrow", "LeoAstrology", "Letter", "LetterColor", "LetterSize", "LibraAstrology", "LifeRing", "Lightbulb", "Lightning", "LightningDay", "LightningNight", "Link", "LiquidDrop", "Live", "Livestream", "Location", "LocationCircle", "LocationMap", "Lock", "LogIn", "LogOut", "Lollipop", "LoveEnvelope", "LoyaltyCard", "MagicWand", "MagnifyingGlass", "Mahjong", "MakeupBeauty", "Mannequin", "Medal", "MedicineBottle", "MedicinePill", "Megaphone", "Microphone", "Microscope", "Minus", "MinusBox", "MinusCircle", "MinusPeople", "MinusSearch", "MmaGlove", "MmaRing", "MobileNumber", "MobilePhone", "More", "MoreVertical", "NeutralFace", "NewMoon", "Newsletter", "Night", "NineSixteenRatio", "NoBell", "NoConnectionScreen", "NoEye", "NoHeart", "NoImage", "NoPeople", "NoShield", "NoSmoking", "NoSquare", "NoStar", "NoVideoCamera", "NoWifi", "NotificationBell", "Null", "NumberedList", "OnTop", "OneOneRatio", "OpenBook", "OpenEnvelope", "OrderedList", "OutdentLeft", "PDF", "PPT", "PaperPlane", "PaperPlaneDiagonal", "Paperclip", "Paragraph", "ParagraphLeftIdent", "ParagraphRightIdent", "Parking", "ParkingSquare", "PassKey", "Password", "Pause", "Payments", "Payphone", "PayphoneFace", "Pencil", "PencilLines", "People", "Person", "PersonClimbing", "PersonShield", "Pets", "Phone", "PieChart", "Pin", "PingPong", "PiscesAstrology", "PlainText", "Play", "PlayCircle", "Pool", "PowerSwitch", "Preferences", "PreferencesAlt", "Printer", "Priority", "Profile", "Progress", "ProgressWithCheck", "Pulse", "PuzzlePiece", "QrCode", "QuestionBubble", "QuoteCircle", "QuoteSquare", "RAW", "RTF", "RTFOff", "RacingFlag", "Radar", "RadioCircle", "RainDay", "RainNight", "Receipt", "Receipts", "RedoPencil", "Refresh", "Restaurant", "RetailTag", "RightAlign", "RightCurveArrow", "RightPageArrow", "RobotHead", "Running", "SadFace", "SadderFace", "SagittariusAstrology", "SailBoat", "Satellite", "ScaleDown", "ScanQrCode", "Scissors", "ScorpioAstrology", "SearchConfirm", "SearchEnvelope", "SearchWorldWithLines", "SecurityKey", "SendToSelf", "Server", "SettingsAlt", "SettingsCogPeople", "Shapes", "Share", "Shield", "ShieldCheck", "ShieldSlash", "ShockedFace", "ShoppingBag", "ShoppingBasket", "ShoppingCart", "Shuttlecock", "SixteenNineRatio", "Skateboard", "SkipTimeTen", "Skull", "Slideshow", "SmallSquareInsideBigSquare", "SmartWatch", "SmileFace", "SmileFaceLife", "Sms", "SmsVerificationCode", "Sneaker", "SneakerAlt", "Snippet", "Snow", "SnowDay", "SnowNight", "Snowflake", "Soccer", "Solitaire", "SoundLow", "SoundOff", "SoundOn", "Spa", "Sparkle", "SparkleFootballBall", "SparkleTennisBall", "SpecialCharacter", "SpeechBubble", "SpeechBubbleStar", "SportsBook", "SportsSparkle", "SprinkleDay", "SprinkleNight", "Square", "Stadium", "Star", "StarArticle", "StarMedal", "StarTrophy", "StatePrivacyControls", "StockTrends", "Stopwatch", "Store", "Strikethrough", "Sun", "Sunrise", "Sunset", "SurfboardOnSand", "Swimming", "Sync", "Tab", "Tablet", "TaurusAstrology", "TechnicalRoute", "Television", "TennisBall", "TennisRacketBall", "ThirdQuarter", "ThreeCircles", "ThreeFourRatio", "ThreeLines", "ThreeLinesSpread", "ThumbsDown", "ThumbsUp", "Thumbtack", "ThumbtackDiagonal", "TimePaperPlane", "Tornado", "Trading", "TrafficSignRightTurn", "Trampoline", "Transactions", "Trash", "Trending", "TrendingCircle", "Trophy", "TruckRight", "Tshirt", "Tsunami", "Tub", "TwoArrowsDiagonalInwards", "TwoArrowsDiagonalOutwards", "TwoCorners", "TwoHorizontalRectangles", "TwoLinesContainer", "TwoMasks", "TwoRectangles", "TwoSparkles", "TwoSquares", "TwoThirdsColumn", "Underline", "Unlock", "UnorderedList", "UpCurveArrow", "UpDownChevron", "UpDownShortArrows", "UpFolder", "Upload", "Verification", "VideoCamera", "VideoFile", "VirgoAstrology", "Virus", "Volleyball", "Walking", "Wallet", "WaningCrescent", "WaningGibbous", "Warning", "WaxingCrescent", "WaxingGibbous", "Web", "Weights", "Wifi", "Wind", "WindCloud", "WindCloudDay", "WindCloudNight", "Wine", "WorldWithLines", "Wrench", "WrestlingHeadGear", "WritingAi", "XLSFile", "YEP", "ZIP"];
|
|
8
8
|
//#endregion
|
|
9
9
|
export { GlyphName };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"glyphMap.d.mts","names":["IconPixelSize","GlyphName","glyphNames","GlyphVariant","GlyphKey","glyphMap","Record"],"sources":["../../../../icons/dist/glyphMap.d.ts"],"sourcesContent":["\nimport { IconPixelSize } from \"@yahoo/uds-icons/types\";\n\n//#region generated/font/glyphMap.d.ts\n\ntype GlyphName = typeof glyphNames[number];\ntype GlyphVariant = 'fill' | 'outline';\ntype GlyphKey = `${GlyphName}-${GlyphVariant}-${IconPixelSize}`;\ndeclare const glyphNames: readonly [\"A11Y\", \"Accessible\", \"AccountRecover\", \"AccountRefresh\", \"AccountSwitchAlt\", \"AccountSwitcher\", \"AcousticGuitar\", \"Add\", \"AddBell\", \"AddCalendar\", \"AddCheckCircle\", \"AddCircle\", \"AddContactCard\", \"AddDocument\", \"AddFace\", \"AddFolder\", \"AddPaperPlane\", \"AddPeople\", \"AddQuestion\", \"AddSearch\", \"AddSquare\", \"AffiliateLink\", \"AirQuality\", \"Airplane\", \"AirplaneLanding\", \"AirplaneTakeOff\", \"AngledSquareOnSquare\", \"AnyFile\", \"AppSwitcher\", \"AquariusAstrology\", \"Archive\", \"AriesAstrology\", \"ArrowDown\", \"ArrowDownCircle\", \"ArrowLeft\", \"ArrowLineDown\", \"ArrowLineUp\", \"ArrowRight\", \"ArrowUp\", \"Article\", \"ArtisticGymnastics\", \"Ascender\", \"AudioFile\", \"Authenticator\", \"AutoDownload\", \"AutoSaveOffline\", \"AutoSaveSync\", \"AutoSaveUpload\", \"AutoSaveUploadFail\", \"AutoSaved\", \"BabyBottle\", \"BackTimeTen\", \"Badge\", \"Balance\", \"BallInWater\", \"Barometer\", \"BaseBallBat\", \"Baseball\", \"Basketball\", \"BasketballHoop\", \"BeachUmbrella\", \"Bed\", \"Bell\", \"Below\", \"BigDownArrow\", \"BigLeftArrow\", \"BigRightArrow\", \"BigRightStraightArrow\", \"BigUpArrow\", \"Bike\", \"Bingo\", \"Binoculars\", \"BlackJack\", \"Bold\", \"Bolt\", \"Bookmark\", \"BottomLine\", \"BowAndArrow\", \"BoxCircle\", \"BoxFront\", \"BoxOnBox\", \"BoxingGlove\", \"Browser\", \"BubbleZone\", \"Building\", \"BulletPointContainer\", \"BulletPoints\", \"Bullseye\", \"BusFront\", \"BusinessBag\", \"Cake\", \"Calendar\", \"CalendarClock\", \"CalendarConfirm\", \"CalendarFile\", \"CalendarICSFile\", \"CalendarRightArrow\", \"Camera\", \"CancerAstrology\", \"Canoe\", \"CapriconAstrology\", \"Car\", \"CardsCheck\", \"Cash\", \"CelebrityStar\", \"CenterAlignment\", \"ChatAi\", \"Check\", \"CheckBookmark\", \"CheckBox\", \"CheckCircle\", \"CheckDocuments\", \"CheckEnvelope\", \"CheckPeople\", \"CheckSpeechBubble\", \"CheckVoteBallot\", \"Checklist\", \"ChevronDown\", \"ChevronLeft\", \"ChevronLeftPeople\", \"ChevronRight\", \"ChevronRightPeople\", \"ChevronUp\", \"Circle\", \"ClearText\", \"Clipboard\", \"Clock\", \"Clone\", \"ClosedCaption\", \"Cloud\", \"CloudDay\", \"CloudNight\", \"Cocktails\", \"Coffee\", \"CoffeeTakeout\", \"Cog\", \"Coin\", \"CollapseColumn\", \"Command\", \"Compass\", \"ComputerChip\", \"Connection\", \"ConnectionScreen\", \"ContactBook\", \"ContactCard\", \"Convert\", \"ConvertAlt\", \"ConvertLeft\", \"ConvertRight\", \"Cookies\", \"Coupon\", \"CreditCard\", \"CreditCardPayment\", \"CrescentMoon\", \"Cricket\", \"Cross\", \"CrossCircle\", \"CrossEnvelope\", \"CrossPeople\", \"CrossShield\", \"Crossword\", \"Cycling\", \"DOCFile\", \"DailyFantasy\", \"DaisyFlower\", \"Dandelion\", \"DataBook\", \"DataCloud\", \"DataSilo\", \"DataStorage\", \"Debug\", \"DeleteTab\", \"DeliveryPackage\", \"Dense\", \"DenyCircle\", \"Descender\", \"Desktop\", \"DiagonalKey\", \"DiagonalLeftDown\", \"DiagonalLeftUp\", \"DiagonalRightDown\", \"DiagonalRightUp\", \"Diamond\", \"Dice\", \"Dining\", \"Direction\", \"DiscoBall\", \"Document\", \"DocumentImageRectangle\", \"DocumentImageSquare\", \"DocumentRectangle\", \"DollarCircleArrows\", \"DotEnvelope\", \"DotTwoRings\", \"DoubleBigLeftArrow\", \"DoubleChevronLeft\", \"DoubleChevronRight\", \"DownCurveArrow\", \"Download\", \"DownloadCircle\", \"DownloadComplete\", \"DownloadInProgressCircle\", \"DraftDocument\", \"DragVertical\", \"Dusk\", \"Easel\", \"Eclipse\", \"Edit\", \"EmailVerification\", \"Emails\", \"Embed\", \"EntertainmentTv\", \"Envelope\", \"Error\", \"ExpandArrowLeft\", \"ExpandArrowRight\", \"ExpandColumn\", \"Eye\", \"EyeSearch\", \"EyeShut\", \"FaceID\", \"FallLeaf\", \"Family\", \"FastForward\", \"FencingEpee\", \"FilmReel\", \"FilmRoll\", \"FingerPointLeftArrow\", \"FingerPointRightArrow\", \"FingerPointSelect\", \"FingerPrint\", \"Fire\", \"FirstAidKit\", \"FirstQuarter\", \"FiveCircles\", \"Flag\", \"FlameTorch\", \"Fog\", \"FogDay\", \"Folder\", \"Font\", \"Football\", \"FootballHelmet\", \"ForestTree\", \"FourBoxes\", \"FourCorners\", \"FourCornersMagnifyingGlass\", \"FourCornersMusicNote\", \"FourLinesSpread\", \"FourThreeRatio\", \"FullMoon\", \"GIF\", \"GeminiAstrology\", \"GiftBox\", \"GolfTee\", \"GraduationHat\", \"Graph\", \"Gymnastics\", \"HalfStar\", \"HalfSun\", \"HappyFace\", \"HazeDay\", \"HazeNight\", \"Heading2\", \"Heading3\", \"Headline1\", \"HeadlineDocumentSquare\", \"Headphone\", \"HeadphonesMic\", \"Heart\", \"HeartArrow\", \"HeartPulse\", \"HeavyRain\", \"HeavyRainDay\", \"HeavyRainLightning\", \"HeavyRainLightningDay\", \"HeavyRainLightningNight\", \"HeavyRainNight\", \"Help\", \"Highlighter\", \"History\", \"HockeyWithPuck\", \"Home\", \"HorseHeadBridle\", \"HotTub\", \"Hurricane\", \"Ice\", \"Id\", \"Image\", \"ImageFile\", \"ImageGallery\", \"Inbox\", \"InboxDownArrow\", \"InboxUpArrow\", \"IndentRight\", \"Infinity\", \"Info\", \"InstitutionalWesternBank\", \"Italics\", \"JoyfulFace\", \"JudoUniform\", \"Keyboard\", \"KeylineShapes\", \"Kick\", \"KnightChessPiece\", \"Laptop\", \"LaptopWithPhone\", \"Laurel\", \"LaurelLeft\", \"LaurelRight\", \"LayoutBottom\", \"LayoutDefault\", \"LayoutFourColumn\", \"LayoutGrid\", \"LayoutPerfectGrid\", \"LayoutRight\", \"LayoutThreeColumn\", \"LayoutThreeRows\", \"LayoutTwoColumn\", \"LeftAlign\", \"LeftCurveArrow\", \"LeftPageArrow\", \"LeoAstrology\", \"Letter\", \"LetterColor\", \"LetterSize\", \"LibraAstrology\", \"LifeRing\", \"Lightbulb\", \"Lightning\", \"LightningDay\", \"LightningNight\", \"Link\", \"LiquidDrop\", \"Live\", \"Livestream\", \"Location\", \"LocationCircle\", \"LocationMap\", \"Lock\", \"LogIn\", \"LogOut\", \"Lollipop\", \"LoveEnvelope\", \"LoyaltyCard\", \"MagicWand\", \"MagnifyingGlass\", \"Mahjong\", \"MakeupBeauty\", \"Mannequin\", \"Medal\", \"MedicineBottle\", \"MedicinePill\", \"Megaphone\", \"Microphone\", \"Microscope\", \"Minus\", \"MinusBox\", \"MinusCircle\", \"MinusPeople\", \"MinusSearch\", \"MmaGlove\", \"MmaRing\", \"MobileNumber\", \"MobilePhone\", \"More\", \"MoreVertical\", \"NeutralFace\", \"NewMoon\", \"Newsletter\", \"Night\", \"NineSixteenRatio\", \"NoBell\", \"NoConnectionScreen\", \"NoEye\", \"NoHeart\", \"NoImage\", \"NoPeople\", \"NoShield\", \"NoSmoking\", \"NoSquare\", \"NoStar\", \"NoVideoCamera\", \"NoWifi\", \"NotificationBell\", \"Null\", \"NumberedList\", \"OnTop\", \"OneOneRatio\", \"OpenBook\", \"OpenEnvelope\", \"OrderedList\", \"OutdentLeft\", \"PDF\", \"PPT\", \"PaperPlane\", \"PaperPlaneDiagonal\", \"Paperclip\", \"Paragraph\", \"ParagraphLeftIdent\", \"ParagraphRightIdent\", \"Parking\", \"ParkingSquare\", \"PassKey\", \"Password\", \"Pause\", \"Payments\", \"Payphone\", \"PayphoneFace\", \"Pencil\", \"PencilLines\", \"People\", \"Person\", \"PersonClimbing\", \"PersonShield\", \"Pets\", \"Phone\", \"PieChart\", \"Pin\", \"PingPong\", \"PiscesAstrology\", \"PlainText\", \"Play\", \"PlayCircle\", \"Pool\", \"PowerSwitch\", \"Preferences\", \"PreferencesAlt\", \"Printer\", \"Priority\", \"Profile\", \"Progress\", \"ProgressWithCheck\", \"Pulse\", \"PuzzlePiece\", \"QrCode\", \"QuestionBubble\", \"QuoteCircle\", \"QuoteSquare\", \"RAW\", \"RTF\", \"RTFOff\", \"RacingFlag\", \"Radar\", \"RadioCircle\", \"RainDay\", \"RainNight\", \"Receipt\", \"Receipts\", \"RedoPencil\", \"Refresh\", \"Restaurant\", \"RetailTag\", \"RightAlign\", \"RightCurveArrow\", \"RightPageArrow\", \"RobotHead\", \"Running\", \"SadFace\", \"SadderFace\", \"SagittariusAstrology\", \"SailBoat\", \"Satellite\", \"ScaleDown\", \"ScanQrCode\", \"Scissors\", \"ScorpioAstrology\", \"SearchConfirm\", \"SearchEnvelope\", \"SearchWorldWithLines\", \"SecurityKey\", \"SendToSelf\", \"Server\", \"SettingsAlt\", \"SettingsCogPeople\", \"Shapes\", \"Share\", \"Shield\", \"ShieldCheck\", \"ShieldSlash\", \"ShockedFace\", \"ShoppingBag\", \"ShoppingBasket\", \"ShoppingCart\", \"Shuttlecock\", \"SixteenNineRatio\", \"Skateboard\", \"SkipTimeTen\", \"Skull\", \"Slideshow\", \"SmallSquareInsideBigSquare\", \"SmartWatch\", \"SmileFace\", \"SmileFaceLife\", \"Sms\", \"SmsVerificationCode\", \"Sneaker\", \"SneakerAlt\", \"Snippet\", \"Snow\", \"SnowDay\", \"SnowNight\", \"Snowflake\", \"Soccer\", \"Solitaire\", \"SoundLow\", \"SoundOff\", \"SoundOn\", \"Spa\", \"Sparkle\", \"SparkleFootballBall\", \"SparkleTennisBall\", \"SpecialCharacter\", \"SpeechBubble\", \"SpeechBubbleStar\", \"SportsBook\", \"SportsSparkle\", \"SprinkleDay\", \"SprinkleNight\", \"Square\", \"Stadium\", \"Star\", \"StarArticle\", \"StarMedal\", \"StarTrophy\", \"StatePrivacyControls\", \"StockTrends\", \"Stopwatch\", \"Store\", \"Strikethrough\", \"Sun\", \"Sunrise\", \"Sunset\", \"SurfboardOnSand\", \"Swimming\", \"Sync\", \"Tab\", \"Tablet\", \"TaurusAstrology\", \"TechnicalRoute\", \"Television\", \"TennisBall\", \"TennisRacketBall\", \"ThirdQuarter\", \"ThreeCircles\", \"ThreeFourRatio\", \"ThreeLines\", \"ThreeLinesSpread\", \"ThumbsDown\", \"ThumbsUp\", \"Thumbtack\", \"ThumbtackDiagonal\", \"TimePaperPlane\", \"Tornado\", \"Trading\", \"TrafficSignRightTurn\", \"Trampoline\", \"Transactions\", \"Trash\", \"Trending\", \"TrendingCircle\", \"Trophy\", \"TruckRight\", \"Tshirt\", \"Tsunami\", \"Tub\", \"TwoArrowsDiagonalInwards\", \"TwoArrowsDiagonalOutwards\", \"TwoCorners\", \"TwoHorizontalRectangles\", \"TwoLinesContainer\", \"TwoMasks\", \"TwoRectangles\", \"TwoSparkles\", \"TwoSquares\", \"TwoThirdsColumn\", \"Underline\", \"Unlock\", \"UnorderedList\", \"UpCurveArrow\", \"UpDownChevron\", \"UpDownShortArrows\", \"UpFolder\", \"Upload\", \"Verification\", \"VideoCamera\", \"VideoFile\", \"VirgoAstrology\", \"Virus\", \"Volleyball\", \"Walking\", \"Wallet\", \"WaningCrescent\", \"WaningGibbous\", \"Warning\", \"WaxingCrescent\", \"WaxingGibbous\", \"Web\", \"Weights\", \"Wifi\", \"Wind\", \"WindCloud\", \"WindCloudDay\", \"WindCloudNight\", \"Wine\", \"WorldWithLines\", \"Wrench\", \"WrestlingHeadGear\", \"WritingAi\", \"XLSFile\", \"YEP\", \"ZIP\"];\ndeclare const glyphMap: Record<GlyphKey, string>;\n//#endregion\nexport { GlyphKey, GlyphName, GlyphVariant, glyphMap, glyphNames };\n//# sourceMappingURL=glyphMap.d.ts.map"],"mappings":";;;;;KAKKC,SAAAA,UAAmBC;cAGVA"}
|
|
1
|
+
{"version":3,"file":"glyphMap.d.mts","names":["IconPixelSize","GlyphName","glyphNames","GlyphVariant","GlyphKey","glyphMap","Record"],"sources":["../../../../icons/dist/glyphMap.d.ts"],"sourcesContent":["\nimport { IconPixelSize } from \"@yahoo/uds-icons/types\";\n\n//#region generated/font/glyphMap.d.ts\n\ntype GlyphName = (typeof glyphNames)[number];\ntype GlyphVariant = 'fill' | 'outline';\ntype GlyphKey = `${GlyphName}-${GlyphVariant}-${IconPixelSize}`;\ndeclare const glyphNames: readonly [\"A11Y\", \"Accessible\", \"AccountRecover\", \"AccountRefresh\", \"AccountSwitchAlt\", \"AccountSwitcher\", \"AcousticGuitar\", \"Add\", \"AddBell\", \"AddCalendar\", \"AddCheckCircle\", \"AddCircle\", \"AddContactCard\", \"AddDocument\", \"AddFace\", \"AddFolder\", \"AddPaperPlane\", \"AddPeople\", \"AddQuestion\", \"AddSearch\", \"AddSquare\", \"AffiliateLink\", \"AirQuality\", \"Airplane\", \"AirplaneLanding\", \"AirplaneTakeOff\", \"AngledSquareOnSquare\", \"AnyFile\", \"AppSwitcher\", \"AquariusAstrology\", \"Archive\", \"AriesAstrology\", \"ArrowDown\", \"ArrowDownCircle\", \"ArrowLeft\", \"ArrowLineDown\", \"ArrowLineUp\", \"ArrowRight\", \"ArrowUp\", \"Article\", \"ArtisticGymnastics\", \"Ascender\", \"AudioFile\", \"Authenticator\", \"AutoDownload\", \"AutoSaveOffline\", \"AutoSaveSync\", \"AutoSaveUpload\", \"AutoSaveUploadFail\", \"AutoSaved\", \"BabyBottle\", \"BackTimeTen\", \"Badge\", \"Balance\", \"BallInWater\", \"Barometer\", \"BaseBallBat\", \"Baseball\", \"Basketball\", \"BasketballHoop\", \"BeachUmbrella\", \"Bed\", \"Bell\", \"Below\", \"BigDownArrow\", \"BigLeftArrow\", \"BigRightArrow\", \"BigRightStraightArrow\", \"BigUpArrow\", \"Bike\", \"Bingo\", \"Binoculars\", \"BlackJack\", \"Bold\", \"Bolt\", \"Bookmark\", \"BottomLine\", \"BowAndArrow\", \"BoxCircle\", \"BoxFront\", \"BoxOnBox\", \"BoxingGlove\", \"Browser\", \"BubbleZone\", \"Building\", \"BulletPointContainer\", \"BulletPoints\", \"Bullseye\", \"BusFront\", \"BusinessBag\", \"Cake\", \"Calendar\", \"CalendarClock\", \"CalendarConfirm\", \"CalendarFile\", \"CalendarICSFile\", \"CalendarRightArrow\", \"Camera\", \"CancerAstrology\", \"Canoe\", \"CapriconAstrology\", \"Car\", \"CardsCheck\", \"Cash\", \"CelebrityStar\", \"CenterAlignment\", \"ChatAi\", \"Check\", \"CheckBookmark\", \"CheckBox\", \"CheckCircle\", \"CheckDocuments\", \"CheckEnvelope\", \"CheckPeople\", \"CheckSpeechBubble\", \"CheckVoteBallot\", \"Checklist\", \"ChevronDown\", \"ChevronLeft\", \"ChevronLeftPeople\", \"ChevronRight\", \"ChevronRightPeople\", \"ChevronUp\", \"Circle\", \"ClearText\", \"Clipboard\", \"Clock\", \"Clone\", \"ClosedCaption\", \"Cloud\", \"CloudDay\", \"CloudNight\", \"Cocktails\", \"Coffee\", \"CoffeeTakeout\", \"Cog\", \"Coin\", \"CollapseColumn\", \"Command\", \"Compass\", \"ComputerChip\", \"Connection\", \"ConnectionScreen\", \"ContactBook\", \"ContactCard\", \"Convert\", \"ConvertAlt\", \"ConvertLeft\", \"ConvertRight\", \"Cookies\", \"Coupon\", \"CreditCard\", \"CreditCardPayment\", \"CrescentMoon\", \"Cricket\", \"Cross\", \"CrossCircle\", \"CrossEnvelope\", \"CrossPeople\", \"CrossShield\", \"Crossword\", \"Cycling\", \"DOCFile\", \"DailyFantasy\", \"DaisyFlower\", \"Dandelion\", \"DataBook\", \"DataCloud\", \"DataSilo\", \"DataStorage\", \"Debug\", \"DeleteTab\", \"DeliveryPackage\", \"Dense\", \"DenyCircle\", \"Descender\", \"Desktop\", \"DiagonalKey\", \"DiagonalLeftDown\", \"DiagonalLeftUp\", \"DiagonalRightDown\", \"DiagonalRightUp\", \"Diamond\", \"Dice\", \"Dining\", \"Direction\", \"DiscoBall\", \"Document\", \"DocumentImageRectangle\", \"DocumentImageSquare\", \"DocumentRectangle\", \"DollarCircleArrows\", \"DotEnvelope\", \"DotTwoRings\", \"DoubleBigLeftArrow\", \"DoubleChevronLeft\", \"DoubleChevronRight\", \"DownCurveArrow\", \"Download\", \"DownloadCircle\", \"DownloadComplete\", \"DownloadInProgressCircle\", \"DraftDocument\", \"DragVertical\", \"Dusk\", \"Easel\", \"Eclipse\", \"Edit\", \"EmailVerification\", \"Emails\", \"Embed\", \"EntertainmentTv\", \"Envelope\", \"Error\", \"ExpandArrowLeft\", \"ExpandArrowRight\", \"ExpandColumn\", \"Eye\", \"EyeSearch\", \"EyeShut\", \"FaceID\", \"FallLeaf\", \"Family\", \"FastForward\", \"FencingEpee\", \"FilmReel\", \"FilmRoll\", \"FingerPointLeftArrow\", \"FingerPointRightArrow\", \"FingerPointSelect\", \"FingerPrint\", \"Fire\", \"FirstAidKit\", \"FirstQuarter\", \"FiveCircles\", \"Flag\", \"FlameTorch\", \"Fog\", \"FogDay\", \"Folder\", \"Font\", \"Football\", \"FootballHelmet\", \"ForestTree\", \"FourBoxes\", \"FourCorners\", \"FourCornersMagnifyingGlass\", \"FourCornersMusicNote\", \"FourLinesSpread\", \"FourThreeRatio\", \"FullMoon\", \"GIF\", \"GeminiAstrology\", \"GiftBox\", \"GolfTee\", \"GraduationHat\", \"Graph\", \"Gymnastics\", \"HalfStar\", \"HalfSun\", \"HappyFace\", \"HazeDay\", \"HazeNight\", \"Heading2\", \"Heading3\", \"Headline1\", \"HeadlineDocumentSquare\", \"Headphone\", \"HeadphonesMic\", \"Heart\", \"HeartArrow\", \"HeartPulse\", \"HeavyRain\", \"HeavyRainDay\", \"HeavyRainLightning\", \"HeavyRainLightningDay\", \"HeavyRainLightningNight\", \"HeavyRainNight\", \"Help\", \"Highlighter\", \"History\", \"HockeyWithPuck\", \"Home\", \"HorseHeadBridle\", \"HotTub\", \"Hurricane\", \"Ice\", \"Id\", \"Image\", \"ImageFile\", \"ImageGallery\", \"Inbox\", \"InboxDownArrow\", \"InboxUpArrow\", \"IndentRight\", \"Infinity\", \"Info\", \"InstitutionalWesternBank\", \"Italics\", \"JoyfulFace\", \"JudoUniform\", \"Keyboard\", \"KeylineShapes\", \"Kick\", \"KnightChessPiece\", \"Laptop\", \"LaptopWithPhone\", \"Laurel\", \"LaurelLeft\", \"LaurelRight\", \"LayoutBottom\", \"LayoutDefault\", \"LayoutFourColumn\", \"LayoutGrid\", \"LayoutPerfectGrid\", \"LayoutRight\", \"LayoutThreeColumn\", \"LayoutThreeRows\", \"LayoutTwoColumn\", \"LeftAlign\", \"LeftCurveArrow\", \"LeftPageArrow\", \"LeoAstrology\", \"Letter\", \"LetterColor\", \"LetterSize\", \"LibraAstrology\", \"LifeRing\", \"Lightbulb\", \"Lightning\", \"LightningDay\", \"LightningNight\", \"Link\", \"LiquidDrop\", \"Live\", \"Livestream\", \"Location\", \"LocationCircle\", \"LocationMap\", \"Lock\", \"LogIn\", \"LogOut\", \"Lollipop\", \"LoveEnvelope\", \"LoyaltyCard\", \"MagicWand\", \"MagnifyingGlass\", \"Mahjong\", \"MakeupBeauty\", \"Mannequin\", \"Medal\", \"MedicineBottle\", \"MedicinePill\", \"Megaphone\", \"Microphone\", \"Microscope\", \"Minus\", \"MinusBox\", \"MinusCircle\", \"MinusPeople\", \"MinusSearch\", \"MmaGlove\", \"MmaRing\", \"MobileNumber\", \"MobilePhone\", \"More\", \"MoreVertical\", \"NeutralFace\", \"NewMoon\", \"Newsletter\", \"Night\", \"NineSixteenRatio\", \"NoBell\", \"NoConnectionScreen\", \"NoEye\", \"NoHeart\", \"NoImage\", \"NoPeople\", \"NoShield\", \"NoSmoking\", \"NoSquare\", \"NoStar\", \"NoVideoCamera\", \"NoWifi\", \"NotificationBell\", \"Null\", \"NumberedList\", \"OnTop\", \"OneOneRatio\", \"OpenBook\", \"OpenEnvelope\", \"OrderedList\", \"OutdentLeft\", \"PDF\", \"PPT\", \"PaperPlane\", \"PaperPlaneDiagonal\", \"Paperclip\", \"Paragraph\", \"ParagraphLeftIdent\", \"ParagraphRightIdent\", \"Parking\", \"ParkingSquare\", \"PassKey\", \"Password\", \"Pause\", \"Payments\", \"Payphone\", \"PayphoneFace\", \"Pencil\", \"PencilLines\", \"People\", \"Person\", \"PersonClimbing\", \"PersonShield\", \"Pets\", \"Phone\", \"PieChart\", \"Pin\", \"PingPong\", \"PiscesAstrology\", \"PlainText\", \"Play\", \"PlayCircle\", \"Pool\", \"PowerSwitch\", \"Preferences\", \"PreferencesAlt\", \"Printer\", \"Priority\", \"Profile\", \"Progress\", \"ProgressWithCheck\", \"Pulse\", \"PuzzlePiece\", \"QrCode\", \"QuestionBubble\", \"QuoteCircle\", \"QuoteSquare\", \"RAW\", \"RTF\", \"RTFOff\", \"RacingFlag\", \"Radar\", \"RadioCircle\", \"RainDay\", \"RainNight\", \"Receipt\", \"Receipts\", \"RedoPencil\", \"Refresh\", \"Restaurant\", \"RetailTag\", \"RightAlign\", \"RightCurveArrow\", \"RightPageArrow\", \"RobotHead\", \"Running\", \"SadFace\", \"SadderFace\", \"SagittariusAstrology\", \"SailBoat\", \"Satellite\", \"ScaleDown\", \"ScanQrCode\", \"Scissors\", \"ScorpioAstrology\", \"SearchConfirm\", \"SearchEnvelope\", \"SearchWorldWithLines\", \"SecurityKey\", \"SendToSelf\", \"Server\", \"SettingsAlt\", \"SettingsCogPeople\", \"Shapes\", \"Share\", \"Shield\", \"ShieldCheck\", \"ShieldSlash\", \"ShockedFace\", \"ShoppingBag\", \"ShoppingBasket\", \"ShoppingCart\", \"Shuttlecock\", \"SixteenNineRatio\", \"Skateboard\", \"SkipTimeTen\", \"Skull\", \"Slideshow\", \"SmallSquareInsideBigSquare\", \"SmartWatch\", \"SmileFace\", \"SmileFaceLife\", \"Sms\", \"SmsVerificationCode\", \"Sneaker\", \"SneakerAlt\", \"Snippet\", \"Snow\", \"SnowDay\", \"SnowNight\", \"Snowflake\", \"Soccer\", \"Solitaire\", \"SoundLow\", \"SoundOff\", \"SoundOn\", \"Spa\", \"Sparkle\", \"SparkleFootballBall\", \"SparkleTennisBall\", \"SpecialCharacter\", \"SpeechBubble\", \"SpeechBubbleStar\", \"SportsBook\", \"SportsSparkle\", \"SprinkleDay\", \"SprinkleNight\", \"Square\", \"Stadium\", \"Star\", \"StarArticle\", \"StarMedal\", \"StarTrophy\", \"StatePrivacyControls\", \"StockTrends\", \"Stopwatch\", \"Store\", \"Strikethrough\", \"Sun\", \"Sunrise\", \"Sunset\", \"SurfboardOnSand\", \"Swimming\", \"Sync\", \"Tab\", \"Tablet\", \"TaurusAstrology\", \"TechnicalRoute\", \"Television\", \"TennisBall\", \"TennisRacketBall\", \"ThirdQuarter\", \"ThreeCircles\", \"ThreeFourRatio\", \"ThreeLines\", \"ThreeLinesSpread\", \"ThumbsDown\", \"ThumbsUp\", \"Thumbtack\", \"ThumbtackDiagonal\", \"TimePaperPlane\", \"Tornado\", \"Trading\", \"TrafficSignRightTurn\", \"Trampoline\", \"Transactions\", \"Trash\", \"Trending\", \"TrendingCircle\", \"Trophy\", \"TruckRight\", \"Tshirt\", \"Tsunami\", \"Tub\", \"TwoArrowsDiagonalInwards\", \"TwoArrowsDiagonalOutwards\", \"TwoCorners\", \"TwoHorizontalRectangles\", \"TwoLinesContainer\", \"TwoMasks\", \"TwoRectangles\", \"TwoSparkles\", \"TwoSquares\", \"TwoThirdsColumn\", \"Underline\", \"Unlock\", \"UnorderedList\", \"UpCurveArrow\", \"UpDownChevron\", \"UpDownShortArrows\", \"UpFolder\", \"Upload\", \"Verification\", \"VideoCamera\", \"VideoFile\", \"VirgoAstrology\", \"Virus\", \"Volleyball\", \"Walking\", \"Wallet\", \"WaningCrescent\", \"WaningGibbous\", \"Warning\", \"WaxingCrescent\", \"WaxingGibbous\", \"Web\", \"Weights\", \"Wifi\", \"Wind\", \"WindCloud\", \"WindCloudDay\", \"WindCloudNight\", \"Wine\", \"WorldWithLines\", \"Wrench\", \"WrestlingHeadGear\", \"WritingAi\", \"XLSFile\", \"YEP\", \"ZIP\"];\ndeclare const glyphMap: Record<GlyphKey, string>;\n//#endregion\nexport { GlyphKey, GlyphName, GlyphVariant, glyphMap, glyphNames };"],"mappings":";;;;;KAKKC,SAAAA,WAAoBC;cAGXA"}
|