@hopper-ui/components 1.0.6 → 1.0.7
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/CHANGELOG.md +6 -0
- package/dist/Avatar/src/AnonymousAvatar.css +10 -10
- package/dist/Avatar/src/AnonymousAvatar.js +3 -3
- package/dist/Avatar/src/Avatar.css +37 -37
- package/dist/Avatar/src/Avatar.js +5 -5
- package/dist/Avatar/src/AvatarContext.js +1 -1
- package/dist/Avatar/src/DeletedAvatar.css +10 -10
- package/dist/Avatar/src/DeletedAvatar.js +3 -3
- package/dist/Avatar/src/RichIconAvatarImage.css +10 -10
- package/dist/Avatar/src/RichIconAvatarImage.js +2 -2
- package/dist/Avatar/src/RichIconAvatarImageContext.js +1 -1
- package/dist/Avatar/src/index.css +37 -37
- package/dist/Avatar/src/index.js +7 -7
- package/dist/Avatar/src/useImageFallback.js +1 -1
- package/dist/Badge/src/Badge.css +10 -10
- package/dist/Badge/src/Badge.js +3 -3
- package/dist/Badge/src/BadgeContext.js +1 -1
- package/dist/Badge/src/index.css +10 -10
- package/dist/Badge/src/index.js +3 -3
- package/dist/Chip/src/Chip.css +33 -33
- package/dist/Chip/src/Chip.js +3 -3
- package/dist/Chip/src/ChipContext.js +1 -1
- package/dist/Chip/src/index.css +33 -33
- package/dist/Chip/src/index.js +3 -3
- package/dist/Divider/src/Divider.css +2 -2
- package/dist/Divider/src/Divider.js +2 -2
- package/dist/Divider/src/DividerContext.js +1 -1
- package/dist/Divider/src/index.css +2 -2
- package/dist/Divider/src/index.js +2 -2
- package/dist/ErrorMessage/src/ErrorMessage.css +11 -11
- package/dist/ErrorMessage/src/ErrorMessage.js +3 -3
- package/dist/ErrorMessage/src/ErrorMessageContext.js +1 -1
- package/dist/ErrorMessage/src/index.css +11 -11
- package/dist/ErrorMessage/src/index.js +3 -3
- package/dist/Header/src/Header.js +1 -1
- package/dist/Header/src/HeaderContext.js +1 -1
- package/dist/Header/src/index.js +1 -1
- package/dist/HelperMessage/src/HelperMessage.css +11 -11
- package/dist/HelperMessage/src/HelperMessage.js +3 -3
- package/dist/HelperMessage/src/HelperMessageContext.js +1 -1
- package/dist/HelperMessage/src/index.css +11 -11
- package/dist/HelperMessage/src/index.js +3 -3
- package/dist/HopperProvider/src/HopperProvider.js +1 -1
- package/dist/HopperProvider/src/index.js +1 -1
- package/dist/IconList/src/IconList.css +1 -1
- package/dist/IconList/src/IconList.js +2 -2
- package/dist/IconList/src/IconListContext.js +1 -1
- package/dist/IconList/src/index.css +1 -1
- package/dist/IconList/src/index.js +2 -2
- package/dist/Link/src/Link.css +31 -31
- package/dist/Link/src/Link.js +3 -3
- package/dist/Link/src/LinkContext.js +1 -1
- package/dist/Link/src/index.css +31 -31
- package/dist/Link/src/index.js +3 -3
- package/dist/ListBox/src/ListBox.css +175 -175
- package/dist/ListBox/src/ListBox.js +11 -11
- package/dist/ListBox/src/ListBoxContext.js +1 -1
- package/dist/ListBox/src/ListBoxItem.css +160 -160
- package/dist/ListBox/src/ListBoxItem.js +10 -10
- package/dist/ListBox/src/ListBoxItemContext.js +1 -1
- package/dist/ListBox/src/ListBoxItemSkeleton.css +7 -7
- package/dist/ListBox/src/ListBoxItemSkeleton.js +2 -2
- package/dist/ListBox/src/ListBoxItemSkeletonContext.js +1 -1
- package/dist/ListBox/src/index.css +175 -175
- package/dist/ListBox/src/index.js +11 -11
- package/dist/ListBox/src/useLoadOnScroll.js +1 -1
- package/dist/Section/src/Section.js +1 -1
- package/dist/Section/src/SectionContext.js +1 -1
- package/dist/Section/src/index.js +1 -1
- package/dist/Spinner/src/Spinner.css +19 -19
- package/dist/Spinner/src/Spinner.js +3 -3
- package/dist/Spinner/src/SpinnerContext.js +1 -1
- package/dist/Spinner/src/index.css +19 -19
- package/dist/Spinner/src/index.js +3 -3
- package/dist/buttons/src/Button.css +103 -103
- package/dist/buttons/src/Button.js +6 -6
- package/dist/buttons/src/ButtonContext.js +1 -1
- package/dist/buttons/src/ButtonGroup.css +11 -11
- package/dist/buttons/src/ButtonGroup.js +2 -2
- package/dist/buttons/src/ButtonGroupContext.js +1 -1
- package/dist/buttons/src/ClearButton.css +12 -12
- package/dist/buttons/src/ClearButton.js +4 -4
- package/dist/buttons/src/ClearButtonContext.js +1 -1
- package/dist/buttons/src/EmbeddedButton.css +12 -12
- package/dist/buttons/src/EmbeddedButton.js +2 -2
- package/dist/buttons/src/EmbeddedButtonContext.js +1 -1
- package/dist/buttons/src/index.css +126 -126
- package/dist/buttons/src/index.js +9 -9
- package/dist/checkbox/src/Checkbox.css +31 -31
- package/dist/checkbox/src/Checkbox.js +3 -3
- package/dist/checkbox/src/CheckboxContext.js +1 -1
- package/dist/checkbox/src/CheckboxField.css +15 -15
- package/dist/checkbox/src/CheckboxField.js +2 -2
- package/dist/checkbox/src/CheckboxFieldContext.js +1 -1
- package/dist/checkbox/src/CheckboxGroup.css +66 -66
- package/dist/checkbox/src/CheckboxGroup.js +4 -4
- package/dist/checkbox/src/CheckboxGroupContext.js +1 -1
- package/dist/checkbox/src/CheckboxList.js +1 -1
- package/dist/checkbox/src/CheckboxListContext.js +1 -1
- package/dist/checkbox/src/index.css +66 -66
- package/dist/checkbox/src/index.js +8 -8
- package/dist/{chunk-53FHDOG7.js → chunk-2NJ3RDMJ.js} +2 -2
- package/dist/chunk-3LGP5T4C.js +625 -0
- package/dist/{chunk-JRDN364E.js → chunk-3WUDQLLR.js} +2 -2
- package/dist/{chunk-MED2BIDV.js → chunk-4TJUYXYN.js} +1 -1
- package/dist/{chunk-MVRI6GLQ.js → chunk-4V75RYJN.js} +2 -2
- package/dist/{chunk-QBCCF2C2.js → chunk-5CIADHZR.js} +2 -2
- package/dist/{chunk-6QMIRVLY.js → chunk-666H6UTL.js} +1 -1
- package/dist/{chunk-J53HGLCT.js → chunk-AE24HPDG.js} +1 -1
- package/dist/chunk-CK5HMGDC.js +156 -0
- package/dist/{chunk-HR25MLRP.js → chunk-COBPJHIY.js} +1 -1
- package/dist/{chunk-XRC7XE6B.js → chunk-CXIMLIUB.js} +2 -2
- package/dist/{chunk-RA7PM75O.js → chunk-DESANYPD.js} +5 -5
- package/dist/{chunk-RG4JKE4N.js → chunk-E7Y25WJE.js} +1 -1
- package/dist/{chunk-K4ZGI7DJ.js → chunk-EBXHYPDU.js} +1 -1
- package/dist/{chunk-BKC74M6Y.js → chunk-FMSIW5AX.js} +1 -1
- package/dist/{chunk-OHB5QR5P.js → chunk-HVUX7ZQ3.js} +2 -2
- package/dist/{chunk-37NW34QM.js → chunk-IUQNDY3E.js} +3 -3
- package/dist/{chunk-2P3A4VVY.js → chunk-JSBRDJBE.js} +1 -6
- package/dist/{chunk-J33IFG4U.js → chunk-LIUW56HE.js} +1 -1
- package/dist/chunk-LJXTJRSB.js +1 -0
- package/dist/{chunk-SOSHKMNI.js → chunk-LM4HMPSD.js} +2 -2
- package/dist/{chunk-2XUHTPCX.js → chunk-NQOLP5NY.js} +2 -2
- package/dist/{chunk-XGKPMLYD.js → chunk-OKAYIZ45.js} +4 -4
- package/dist/{chunk-ITQK6JTD.js → chunk-QACERXDV.js} +1 -1
- package/dist/{chunk-JUMJ6A3K.js → chunk-R2UVMOIP.js} +1 -1
- package/dist/{chunk-4TXFHYHL.js → chunk-RW4GDPRX.js} +1 -1
- package/dist/{chunk-E4WFKXW4.js → chunk-SHVSB6MD.js} +4 -4
- package/dist/{chunk-3LH2JHUO.js → chunk-SSCPXYN6.js} +3 -3
- package/dist/{chunk-E4ALW4MZ.js → chunk-SXPMPVDJ.js} +8 -8
- package/dist/chunk-U4NXU44C.js +118 -0
- package/dist/{chunk-F2URSFJA.js → chunk-UUUU6SUW.js} +2 -2
- package/dist/chunk-W2ZCHVKP.js +119 -0
- package/dist/{chunk-3A6TTZAA.js → chunk-WSNJNUUA.js} +1 -1
- package/dist/{chunk-P5CWOV3L.js → chunk-WXJ3U2DV.js} +2 -2
- package/dist/{chunk-RCX5B3S3.js → chunk-XC7OT325.js} +1 -1
- package/dist/{chunk-G242LPQE.js → chunk-XVKZ3Q3B.js} +2 -2
- package/dist/{chunk-ZOTVZM6F.js → chunk-YEYNRBMQ.js} +1 -1
- package/dist/{chunk-4JAV3FIH.js → chunk-YTPFSLHU.js} +2 -2
- package/dist/{chunk-V5GOY6TV.js → chunk-YZRL7TXT.js} +1 -1
- package/dist/chunk-ZMDHYGEP.js +57 -0
- package/dist/i18n/src/index.js +2 -2
- package/dist/i18n/src/useLocalizedString.js +2 -2
- package/dist/index.css +3297 -0
- package/dist/index.d.ts +113 -0
- package/dist/index.js +107 -0
- package/dist/inputs/src/InputGroup.css +12 -12
- package/dist/inputs/src/InputGroup.js +2 -2
- package/dist/inputs/src/InputGroupContext.js +1 -1
- package/dist/inputs/src/PasswordField.css +229 -2405
- package/dist/inputs/src/PasswordField.js +12 -91
- package/dist/inputs/src/PasswordFieldContext.js +1 -1
- package/dist/inputs/src/SearchField.css +235 -2390
- package/dist/inputs/src/SearchField.js +13 -90
- package/dist/inputs/src/SearchFieldContext.js +1 -1
- package/dist/inputs/src/TextField.css +230 -2402
- package/dist/inputs/src/TextField.js +13 -89
- package/dist/inputs/src/TextFieldContext.js +1 -1
- package/dist/inputs/src/index.css +219 -2302
- package/dist/inputs/src/index.js +16 -88
- package/dist/layout/src/Content.js +1 -1
- package/dist/layout/src/ContentContext.js +1 -1
- package/dist/layout/src/Flex.js +1 -1
- package/dist/layout/src/Footer.js +1 -1
- package/dist/layout/src/FooterContext.js +1 -1
- package/dist/layout/src/Grid.js +1 -1
- package/dist/layout/src/Inline.js +1 -1
- package/dist/layout/src/Stack.js +1 -1
- package/dist/layout/src/grid-helpers.js +1 -1
- package/dist/overlays/Popover/src/Popover.css +457 -457
- package/dist/overlays/Popover/src/Popover.js +52 -47
- package/dist/overlays/Popover/src/PopoverContext.js +1 -1
- package/dist/overlays/Popover/src/PopoverTrigger.js +1 -1
- package/dist/overlays/Popover/src/index.css +457 -457
- package/dist/overlays/Popover/src/index.js +52 -47
- package/dist/radio/src/Radio.css +31 -31
- package/dist/radio/src/Radio.js +3 -3
- package/dist/radio/src/RadioContext.js +1 -1
- package/dist/radio/src/RadioField.css +15 -15
- package/dist/radio/src/RadioField.js +2 -2
- package/dist/radio/src/RadioFieldContext.js +1 -1
- package/dist/radio/src/RadioGroup.css +66 -66
- package/dist/radio/src/RadioGroup.js +3 -3
- package/dist/radio/src/RadioGroupContext.js +1 -1
- package/dist/radio/src/RadioList.js +1 -1
- package/dist/radio/src/RadioListContext.js +1 -1
- package/dist/radio/src/index.css +66 -66
- package/dist/radio/src/index.js +6 -6
- package/dist/switch/src/Switch.css +25 -25
- package/dist/switch/src/Switch.js +3 -3
- package/dist/switch/src/SwitchContext.js +1 -1
- package/dist/switch/src/SwitchField.css +15 -15
- package/dist/switch/src/SwitchField.js +3 -3
- package/dist/switch/src/SwitchFieldContext.js +1 -1
- package/dist/switch/src/index.css +31 -31
- package/dist/switch/src/index.js +5 -5
- package/dist/tag/src/Tag.css +457 -457
- package/dist/tag/src/Tag.js +52 -47
- package/dist/tag/src/TagContext.js +1 -1
- package/dist/tag/src/TagGroup.css +28 -28
- package/dist/tag/src/TagGroup.js +4 -4
- package/dist/tag/src/TagGroupContext.js +1 -1
- package/dist/tag/src/TagList.js +1 -1
- package/dist/tag/src/TagListContext.js +1 -1
- package/dist/tag/src/index.css +457 -457
- package/dist/tag/src/index.js +52 -47
- package/dist/typography/Heading/src/Heading.css +9 -3222
- package/dist/typography/Heading/src/Heading.js +2 -100
- package/dist/typography/Heading/src/HeadingContext.js +1 -1
- package/dist/typography/Heading/src/index.css +9 -3222
- package/dist/typography/Heading/src/index.js +2 -100
- package/dist/typography/Label/src/Label.css +9 -9
- package/dist/typography/Label/src/Label.js +2 -2
- package/dist/typography/Label/src/LabelContext.js +1 -1
- package/dist/typography/Label/src/index.css +9 -9
- package/dist/typography/Label/src/index.js +2 -2
- package/dist/typography/OverlineText/src/OverlineText.css +6 -6
- package/dist/typography/OverlineText/src/OverlineText.js +2 -2
- package/dist/typography/OverlineText/src/OverlineTextContext.js +1 -1
- package/dist/typography/OverlineText/src/index.css +6 -6
- package/dist/typography/OverlineText/src/index.js +2 -2
- package/dist/typography/Text/src/Text.css +9 -9
- package/dist/typography/Text/src/Text.js +2 -2
- package/dist/typography/Text/src/TextContext.js +1 -1
- package/dist/typography/Text/src/index.css +9 -9
- package/dist/typography/Text/src/index.js +2 -2
- package/dist/utils/src/ClearSlots.js +1 -1
- package/dist/utils/src/SlotProvider.js +1 -1
- package/dist/utils/src/assertion.js +1 -1
- package/dist/utils/src/composeClassnameRenderProps.js +1 -1
- package/dist/utils/src/cssModule.js +1 -1
- package/dist/utils/src/index.js +1 -1
- package/dist/utils/src/isTextOnlyChildren.js +1 -1
- package/dist/utils/src/useRenderProps.js +1 -1
- package/dist/utils/src/useSlot.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-BC5A7RHI.js +0 -1260
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { _ButtonGroup as ButtonGroup, GlobalButtonGroupCssSelector } from '../../chunk-
|
|
1
|
+
export { _ButtonGroup as ButtonGroup, GlobalButtonGroupCssSelector } from '../../chunk-FMSIW5AX.js';
|
|
2
2
|
import '../../chunk-WMTWFKKP.js';
|
|
3
3
|
import '../../chunk-VJQ7M2BK.js';
|
|
4
4
|
import '../../chunk-M36KANKC.js';
|
|
5
5
|
import '../../chunk-KVDXQMWI.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-JSBRDJBE.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { ButtonGroupContext } from '../../chunk-VJQ7M2BK.js';
|
|
2
|
-
import '../../chunk-
|
|
2
|
+
import '../../chunk-JSBRDJBE.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/buttons/src/EmbeddedButton.module.css/#css-module-data */
|
|
2
|
-
.EmbeddedButton-module__hop-
|
|
2
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny {
|
|
3
3
|
--hop-EmbeddedButton-border-radius: var(--hop-shape-rounded-md);
|
|
4
4
|
--hop-EmbeddedButton-focus-ring-color: var(--hop-primary-border-focus);
|
|
5
5
|
--hop-EmbeddedButton-color: var(--hop-neutral-icon-weak);
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
outline: none;
|
|
49
49
|
transition: color var(--transition);
|
|
50
50
|
}
|
|
51
|
-
.EmbeddedButton-module__hop-
|
|
51
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny::before {
|
|
52
52
|
content: "";
|
|
53
53
|
position: absolute;
|
|
54
54
|
inset-block-start: 50%;
|
|
@@ -61,42 +61,42 @@
|
|
|
61
61
|
border-radius: var(--effect-border-radius);
|
|
62
62
|
transition: background-color var(--transition);
|
|
63
63
|
}
|
|
64
|
-
.EmbeddedButton-module__hop-EmbeddedButton--
|
|
64
|
+
.EmbeddedButton-module__hop-EmbeddedButton--md___wjXPk {
|
|
65
65
|
--inline-size: var(--hop-EmbeddedButton-md-width);
|
|
66
66
|
--block-size: var(--hop-EmbeddedButton-md-height);
|
|
67
67
|
--focus-ring-offset: calc(-1 * var(--focus-ring-size));
|
|
68
68
|
}
|
|
69
|
-
.EmbeddedButton-module__hop-EmbeddedButton--
|
|
69
|
+
.EmbeddedButton-module__hop-EmbeddedButton--lg___-W1aK {
|
|
70
70
|
--inline-size: var(--hop-EmbeddedButton-lg-width);
|
|
71
71
|
--block-size: var(--hop-EmbeddedButton-lg-height);
|
|
72
72
|
--focus-ring-offset: 0;
|
|
73
73
|
}
|
|
74
|
-
.EmbeddedButton-module__hop-EmbeddedButton--
|
|
74
|
+
.EmbeddedButton-module__hop-EmbeddedButton--md___wjXPk::before {
|
|
75
75
|
--effect-inline-size: var(--hop-EmbeddedButton-md-effect-width);
|
|
76
76
|
--effect-block-size: var(--hop-EmbeddedButton-md-effect-height);
|
|
77
77
|
}
|
|
78
|
-
.EmbeddedButton-module__hop-EmbeddedButton--
|
|
78
|
+
.EmbeddedButton-module__hop-EmbeddedButton--lg___-W1aK::before {
|
|
79
79
|
--effect-inline-size: var(--hop-EmbeddedButton-lg-effect-width);
|
|
80
80
|
--effect-block-size: var(--hop-EmbeddedButton-lg-effect-height);
|
|
81
81
|
}
|
|
82
|
-
.EmbeddedButton-module__hop-
|
|
82
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny[data-focus-visible] {
|
|
83
83
|
outline: var(--focus-ring-size) solid var(--hop-EmbeddedButton-focus-ring-color);
|
|
84
84
|
outline-offset: var(--focus-ring-offset);
|
|
85
85
|
}
|
|
86
|
-
.EmbeddedButton-module__hop-
|
|
86
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny[data-disabled] {
|
|
87
87
|
--effect-background-color: var(--hop-EmbeddedButton-effect-background-color-disabled);
|
|
88
88
|
--color: var(--hop-EmbeddedButton-color-disabled);
|
|
89
89
|
cursor: not-allowed;
|
|
90
90
|
}
|
|
91
|
-
.EmbeddedButton-module__hop-
|
|
92
|
-
.EmbeddedButton-module__hop-
|
|
91
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny[data-hovered]:not([data-disabled], [data-pressed]),
|
|
92
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny[data-focus-visible]:not([data-disabled], [data-pressed]) {
|
|
93
93
|
--effect-background-color: var(--hop-EmbeddedButton-effect-background-color-hover);
|
|
94
94
|
--color: var(--hop-EmbeddedButton-color-hover);
|
|
95
95
|
}
|
|
96
|
-
.EmbeddedButton-module__hop-
|
|
96
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny[data-pressed]:not([data-disabled]) {
|
|
97
97
|
--effect-background-color: var(--hop-EmbeddedButton-effect-background-color-pressed);
|
|
98
98
|
--color: var(--hop-EmbeddedButton-color-pressed);
|
|
99
99
|
}
|
|
100
|
-
.EmbeddedButton-module__hop-
|
|
100
|
+
.EmbeddedButton-module__hop-EmbeddedButton__icon___pSB2G {
|
|
101
101
|
position: relative;
|
|
102
102
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { _ClearButton as ClearButton, GlobalClearButtonCssSelector } from '../../chunk-
|
|
1
|
+
export { _ClearButton as ClearButton, GlobalClearButtonCssSelector } from '../../chunk-HVUX7ZQ3.js';
|
|
2
2
|
import '../../chunk-DXVKHP4V.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-4TJUYXYN.js';
|
|
4
4
|
import '../../chunk-O7IJYNVQ.js';
|
|
5
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-YEYNRBMQ.js';
|
|
6
6
|
import '../../chunk-65JPI4FL.js';
|
|
7
7
|
import '../../chunk-M36KANKC.js';
|
|
8
8
|
import '../../chunk-KVDXQMWI.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-JSBRDJBE.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { ClearButtonContext } from '../../chunk-DXVKHP4V.js';
|
|
2
|
-
import '../../chunk-
|
|
2
|
+
import '../../chunk-JSBRDJBE.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/buttons/src/EmbeddedButton.module.css/#css-module-data */
|
|
2
|
-
.EmbeddedButton-module__hop-
|
|
2
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny {
|
|
3
3
|
--hop-EmbeddedButton-border-radius: var(--hop-shape-rounded-md);
|
|
4
4
|
--hop-EmbeddedButton-focus-ring-color: var(--hop-primary-border-focus);
|
|
5
5
|
--hop-EmbeddedButton-color: var(--hop-neutral-icon-weak);
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
outline: none;
|
|
49
49
|
transition: color var(--transition);
|
|
50
50
|
}
|
|
51
|
-
.EmbeddedButton-module__hop-
|
|
51
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny::before {
|
|
52
52
|
content: "";
|
|
53
53
|
position: absolute;
|
|
54
54
|
inset-block-start: 50%;
|
|
@@ -61,42 +61,42 @@
|
|
|
61
61
|
border-radius: var(--effect-border-radius);
|
|
62
62
|
transition: background-color var(--transition);
|
|
63
63
|
}
|
|
64
|
-
.EmbeddedButton-module__hop-EmbeddedButton--
|
|
64
|
+
.EmbeddedButton-module__hop-EmbeddedButton--md___wjXPk {
|
|
65
65
|
--inline-size: var(--hop-EmbeddedButton-md-width);
|
|
66
66
|
--block-size: var(--hop-EmbeddedButton-md-height);
|
|
67
67
|
--focus-ring-offset: calc(-1 * var(--focus-ring-size));
|
|
68
68
|
}
|
|
69
|
-
.EmbeddedButton-module__hop-EmbeddedButton--
|
|
69
|
+
.EmbeddedButton-module__hop-EmbeddedButton--lg___-W1aK {
|
|
70
70
|
--inline-size: var(--hop-EmbeddedButton-lg-width);
|
|
71
71
|
--block-size: var(--hop-EmbeddedButton-lg-height);
|
|
72
72
|
--focus-ring-offset: 0;
|
|
73
73
|
}
|
|
74
|
-
.EmbeddedButton-module__hop-EmbeddedButton--
|
|
74
|
+
.EmbeddedButton-module__hop-EmbeddedButton--md___wjXPk::before {
|
|
75
75
|
--effect-inline-size: var(--hop-EmbeddedButton-md-effect-width);
|
|
76
76
|
--effect-block-size: var(--hop-EmbeddedButton-md-effect-height);
|
|
77
77
|
}
|
|
78
|
-
.EmbeddedButton-module__hop-EmbeddedButton--
|
|
78
|
+
.EmbeddedButton-module__hop-EmbeddedButton--lg___-W1aK::before {
|
|
79
79
|
--effect-inline-size: var(--hop-EmbeddedButton-lg-effect-width);
|
|
80
80
|
--effect-block-size: var(--hop-EmbeddedButton-lg-effect-height);
|
|
81
81
|
}
|
|
82
|
-
.EmbeddedButton-module__hop-
|
|
82
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny[data-focus-visible] {
|
|
83
83
|
outline: var(--focus-ring-size) solid var(--hop-EmbeddedButton-focus-ring-color);
|
|
84
84
|
outline-offset: var(--focus-ring-offset);
|
|
85
85
|
}
|
|
86
|
-
.EmbeddedButton-module__hop-
|
|
86
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny[data-disabled] {
|
|
87
87
|
--effect-background-color: var(--hop-EmbeddedButton-effect-background-color-disabled);
|
|
88
88
|
--color: var(--hop-EmbeddedButton-color-disabled);
|
|
89
89
|
cursor: not-allowed;
|
|
90
90
|
}
|
|
91
|
-
.EmbeddedButton-module__hop-
|
|
92
|
-
.EmbeddedButton-module__hop-
|
|
91
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny[data-hovered]:not([data-disabled], [data-pressed]),
|
|
92
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny[data-focus-visible]:not([data-disabled], [data-pressed]) {
|
|
93
93
|
--effect-background-color: var(--hop-EmbeddedButton-effect-background-color-hover);
|
|
94
94
|
--color: var(--hop-EmbeddedButton-color-hover);
|
|
95
95
|
}
|
|
96
|
-
.EmbeddedButton-module__hop-
|
|
96
|
+
.EmbeddedButton-module__hop-EmbeddedButton___15Hny[data-pressed]:not([data-disabled]) {
|
|
97
97
|
--effect-background-color: var(--hop-EmbeddedButton-effect-background-color-pressed);
|
|
98
98
|
--color: var(--hop-EmbeddedButton-color-pressed);
|
|
99
99
|
}
|
|
100
|
-
.EmbeddedButton-module__hop-
|
|
100
|
+
.EmbeddedButton-module__hop-EmbeddedButton__icon___pSB2G {
|
|
101
101
|
position: relative;
|
|
102
102
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { _EmbeddedButton as EmbeddedButton, GlobalEmbeddedButtonCssSelector } from '../../chunk-
|
|
1
|
+
export { _EmbeddedButton as EmbeddedButton, GlobalEmbeddedButtonCssSelector } from '../../chunk-4TJUYXYN.js';
|
|
2
2
|
import '../../chunk-O7IJYNVQ.js';
|
|
3
3
|
import '../../chunk-65JPI4FL.js';
|
|
4
4
|
import '../../chunk-M36KANKC.js';
|
|
5
5
|
import '../../chunk-KVDXQMWI.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-JSBRDJBE.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { EmbeddedButtonContext } from '../../chunk-O7IJYNVQ.js';
|
|
2
|
-
import '../../chunk-
|
|
2
|
+
import '../../chunk-JSBRDJBE.js';
|