@obolnetwork/obol-ui 1.0.68 → 1.0.70
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/dist/components/atoms/Badge/Badge.d.ts +10 -0
- package/dist/components/atoms/Box/Box.d.ts +2 -0
- package/dist/components/atoms/Button/Button.d.ts +2 -0
- package/dist/components/atoms/Checkbox/Checkbox.d.ts +2 -0
- package/dist/components/atoms/Container/Container.d.ts +4 -0
- package/dist/components/atoms/Flex/Flex.d.ts +2 -0
- package/dist/components/atoms/Grid/Grid.d.ts +494 -0
- package/dist/components/atoms/IconButton/IconButton.d.ts +3 -0
- package/dist/components/atoms/Image/Image.d.ts +2 -0
- package/dist/components/atoms/InstanceContainer/InstanceContainer.d.ts +6 -0
- package/dist/components/atoms/Link/Link.d.ts +3 -0
- package/dist/components/atoms/NavigationMenu/NavigationMenu.d.ts +10 -0
- package/dist/components/atoms/Spin/Spin.d.ts +2 -0
- package/dist/components/atoms/SvgIcon/SvgIcon.d.ts +3 -1
- package/dist/components/atoms/Switch/Switch.d.ts +4 -0
- package/dist/components/atoms/Text/Text.d.ts +3 -0
- package/dist/components/atoms/TextField/TextField.d.ts +8 -0
- package/dist/components/atoms/TextNumberWithUnit/TextNumberWithUnit.d.ts +12 -0
- package/dist/components/atoms/Toggle/Toggle.d.ts +4 -0
- package/dist/components/atoms/UnstyledTextField/UnstyledTextField.d.ts +4 -0
- package/dist/components/atoms/index.d.ts +2 -1
- package/dist/components/icons/ContibutionsIcon.d.ts +6 -0
- package/dist/components/icons/CredentialIcon.d.ts +2 -0
- package/dist/components/icons/GlowIconBox.d.ts +2 -0
- package/dist/components/icons/OpenDialogIcon.d.ts +2 -0
- package/dist/components/icons/Planet.d.ts +2 -0
- package/dist/components/icons/static-icons/ContributionBigIcon.d.ts +1 -0
- package/dist/components/icons/static-icons/Credentialcon.d.ts +1 -0
- package/dist/components/icons/static-icons/NoBadgesIcon.d.ts +1 -0
- package/dist/components/molecules/Accordion/Accordion.d.ts +4 -0
- package/dist/components/molecules/AdvisoryToggle/AdvisoryToggle.d.ts +4 -0
- package/dist/components/molecules/BadgesContainer/BadgesContainer.d.ts +5 -0
- package/dist/components/molecules/Card/Card.d.ts +8 -0
- package/dist/components/molecules/ContributionsContainer/ContributionsContainer.d.ts +4 -0
- package/dist/components/{atoms → molecules}/Dialog/Dialog.d.ts +12 -0
- package/dist/components/molecules/NotificationCard/NotificationCard.d.ts +4 -0
- package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +6 -0
- package/dist/components/molecules/ResponsiveDialog/ResponsiveDialog.d.ts +986 -0
- package/dist/components/molecules/Tabs/Tabs.d.ts +8 -0
- package/dist/components/molecules/index.d.ts +2 -0
- package/dist/components/organisms/OperatorInfoDialog/OperatorInfoDialog.d.ts +16 -0
- package/dist/components/utils/styles.d.ts +2 -0
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/dist/stitches.config.d.ts +10 -0
- package/package.json +1 -1
|
@@ -8,6 +8,7 @@ export declare const RadioGroupRadio: import("@stitches/react/types/styled-compo
|
|
|
8
8
|
light: "(prefers-color-scheme: light)";
|
|
9
9
|
xs: "(max-width: 520px)";
|
|
10
10
|
sm: "(max-width: 900px)";
|
|
11
|
+
bp1: "(min-width: 520px)";
|
|
11
12
|
bp2: "(min-width: 900px)";
|
|
12
13
|
md: "(max-width: 1200px)";
|
|
13
14
|
lg: "(max-width: 1800px)";
|
|
@@ -18,6 +19,7 @@ export declare const RadioGroupRadio: import("@stitches/react/types/styled-compo
|
|
|
18
19
|
light: "(prefers-color-scheme: light)";
|
|
19
20
|
xs: "(max-width: 520px)";
|
|
20
21
|
sm: "(max-width: 900px)";
|
|
22
|
+
bp1: "(min-width: 520px)";
|
|
21
23
|
bp2: "(min-width: 900px)";
|
|
22
24
|
md: "(max-width: 1200px)";
|
|
23
25
|
lg: "(max-width: 1800px)";
|
|
@@ -489,6 +491,7 @@ export declare const RadioGroupIndicator: import("@stitches/react/types/styled-c
|
|
|
489
491
|
light: "(prefers-color-scheme: light)";
|
|
490
492
|
xs: "(max-width: 520px)";
|
|
491
493
|
sm: "(max-width: 900px)";
|
|
494
|
+
bp1: "(min-width: 520px)";
|
|
492
495
|
bp2: "(min-width: 900px)";
|
|
493
496
|
md: "(max-width: 1200px)";
|
|
494
497
|
lg: "(max-width: 1800px)";
|
|
@@ -499,6 +502,7 @@ export declare const RadioGroupIndicator: import("@stitches/react/types/styled-c
|
|
|
499
502
|
light: "(prefers-color-scheme: light)";
|
|
500
503
|
xs: "(max-width: 520px)";
|
|
501
504
|
sm: "(max-width: 900px)";
|
|
505
|
+
bp1: "(min-width: 520px)";
|
|
502
506
|
bp2: "(min-width: 900px)";
|
|
503
507
|
md: "(max-width: 1200px)";
|
|
504
508
|
lg: "(max-width: 1800px)";
|
|
@@ -970,6 +974,7 @@ export declare const RadioGroupItemLabel: import("@stitches/react/types/styled-c
|
|
|
970
974
|
light: "(prefers-color-scheme: light)";
|
|
971
975
|
xs: "(max-width: 520px)";
|
|
972
976
|
sm: "(max-width: 900px)";
|
|
977
|
+
bp1: "(min-width: 520px)";
|
|
973
978
|
bp2: "(min-width: 900px)";
|
|
974
979
|
md: "(max-width: 1200px)";
|
|
975
980
|
lg: "(max-width: 1800px)";
|
|
@@ -980,6 +985,7 @@ export declare const RadioGroupItemLabel: import("@stitches/react/types/styled-c
|
|
|
980
985
|
light: "(prefers-color-scheme: light)";
|
|
981
986
|
xs: "(max-width: 520px)";
|
|
982
987
|
sm: "(max-width: 900px)";
|
|
988
|
+
bp1: "(min-width: 520px)";
|
|
983
989
|
bp2: "(min-width: 900px)";
|
|
984
990
|
md: "(max-width: 1200px)";
|
|
985
991
|
lg: "(max-width: 1800px)";
|