@obolnetwork/obol-ui 1.0.68 → 1.0.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dist/components/atoms/Badge/Badge.d.ts +10 -0
  2. package/dist/components/atoms/Box/Box.d.ts +2 -0
  3. package/dist/components/atoms/Button/Button.d.ts +2 -0
  4. package/dist/components/atoms/Checkbox/Checkbox.d.ts +2 -0
  5. package/dist/components/atoms/Container/Container.d.ts +4 -0
  6. package/dist/components/atoms/Flex/Flex.d.ts +2 -0
  7. package/dist/components/atoms/Grid/Grid.d.ts +494 -0
  8. package/dist/components/atoms/IconButton/IconButton.d.ts +3 -0
  9. package/dist/components/atoms/Image/Image.d.ts +2 -0
  10. package/dist/components/atoms/Link/Link.d.ts +3 -0
  11. package/dist/components/atoms/NavigationMenu/NavigationMenu.d.ts +10 -0
  12. package/dist/components/atoms/Spin/Spin.d.ts +2 -0
  13. package/dist/components/atoms/SvgIcon/SvgIcon.d.ts +2 -0
  14. package/dist/components/atoms/Switch/Switch.d.ts +4 -0
  15. package/dist/components/atoms/Text/Text.d.ts +3 -0
  16. package/dist/components/atoms/TextField/TextField.d.ts +8 -0
  17. package/dist/components/atoms/TextNumberWithUnit/TextNumberWithUnit.d.ts +10 -0
  18. package/dist/components/atoms/Toggle/Toggle.d.ts +4 -0
  19. package/dist/components/atoms/UnstyledTextField/UnstyledTextField.d.ts +4 -0
  20. package/dist/components/atoms/index.d.ts +2 -1
  21. package/dist/components/icons/GlowIconBox.d.ts +2 -0
  22. package/dist/components/icons/Planet.d.ts +2 -0
  23. package/dist/components/icons/static-icons/Credentialcon.d.ts +1 -0
  24. package/dist/components/icons/static-icons/OpenDialog.d.ts +1 -0
  25. package/dist/components/icons/static-icons/PointsIcon.d.ts +1 -0
  26. package/dist/components/molecules/Accordion/Accordion.d.ts +4 -0
  27. package/dist/components/molecules/AdvisoryToggle/AdvisoryToggle.d.ts +4 -0
  28. package/dist/components/molecules/BadgesContainer/BadgesContainer.d.ts +5 -0
  29. package/dist/components/molecules/Card/Card.d.ts +8 -0
  30. package/dist/components/{atoms → molecules}/Dialog/Dialog.d.ts +12 -0
  31. package/dist/components/molecules/NotificationCard/NotificationCard.d.ts +4 -0
  32. package/dist/components/molecules/PointsContainer/PointsContainer.d.ts +4 -0
  33. package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +6 -0
  34. package/dist/components/molecules/ResponsiveDialog/ResponsiveDialog.d.ts +986 -0
  35. package/dist/components/molecules/Tabs/Tabs.d.ts +8 -0
  36. package/dist/components/molecules/index.d.ts +2 -0
  37. package/dist/components/organisms/OperatorInfoDialog/OperatorInfoDialog.d.ts +11 -0
  38. package/dist/components/utils/styles.d.ts +2 -0
  39. package/dist/index.es.js +1 -1
  40. package/dist/index.js +1 -1
  41. package/dist/stitches.config.d.ts +10 -0
  42. 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)";