@openedx/paragon 22.0.0-alpha.16 → 22.0.0-alpha.18

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 (39) hide show
  1. package/README.md +8 -8
  2. package/dist/Form/_index.scss +14 -0
  3. package/dist/Nav/index.scss +9 -9
  4. package/dist/Tabs/index.scss +8 -0
  5. package/dist/core.css +39 -13
  6. package/dist/core.css.map +1 -1
  7. package/dist/core.min.css +1 -1
  8. package/dist/light.css +20 -13
  9. package/dist/light.css.map +1 -1
  10. package/dist/light.min.css +1 -1
  11. package/package.json +1 -1
  12. package/src/Avatar/README.md +0 -1
  13. package/src/Form/_index.scss +14 -0
  14. package/src/Image/README.md +0 -1
  15. package/src/Nav/index.scss +9 -9
  16. package/src/SearchField/README.md +0 -1
  17. package/src/SelectableBox/README.md +0 -1
  18. package/src/Spinner/README.md +0 -1
  19. package/src/Stepper/README.md +0 -1
  20. package/src/Tabs/index.scss +8 -0
  21. package/src/Truncate/README.md +2 -0
  22. package/src/hooks/useIndexOfLastVisibleChild.mdx +0 -1
  23. package/src/hooks/useIsVisible.mdx +0 -1
  24. package/src/hooks/useWindowSize.mdx +0 -1
  25. package/styles/css/core/variables.css +6 -6
  26. package/styles/css/themes/light/variables.css +20 -13
  27. package/tokens/src/core/components/Card.json +1 -1
  28. package/tokens/src/core/components/Carousel.json +2 -2
  29. package/tokens/src/core/components/DataTable.json +1 -1
  30. package/tokens/src/core/components/Nav.json +1 -1
  31. package/tokens/src/core/components/ProgressBar.json +0 -5
  32. package/tokens/src/core/components/Tab.json +2 -1
  33. package/tokens/src/themes/light/components/Breadcrumb.json +0 -1
  34. package/tokens/src/themes/light/components/Dropdown.json +6 -1
  35. package/tokens/src/themes/light/components/Form/color.json +2 -2
  36. package/tokens/src/themes/light/components/Nav.json +26 -5
  37. package/tokens/src/themes/light/components/Popover.json +1 -1
  38. package/tokens/src/themes/light/components/ProductTour.json +2 -2
  39. package/tokens/src/themes/light/components/Tab.json +8 -1
@@ -4,8 +4,8 @@
4
4
  "checkpoint": {
5
5
  "bg": { "value": "{color.light.300}", "type": "color", "source": "$checkpoint-background-color" },
6
6
  "body": { "value": "{color.gray.700}", "type": "color", "source": "$checkpoint-body-color" },
7
- "border": { "value": "{color.brand.500}", "type": "color", "source": "$checkpoint-border-color" },
8
- "breadcrumb": { "value": "{color.primary.500}", "type": "color", "source": "$checkpoint-breadcrumb-color" },
7
+ "border": { "value": "{color.brand.base}", "type": "color", "source": "$checkpoint-border-color" },
8
+ "breadcrumb": { "value": "{color.primary.base}", "type": "color", "source": "$checkpoint-breadcrumb-color" },
9
9
  "box-shadow": {
10
10
  "value": "{color.black}",
11
11
  "type": "color",
@@ -48,8 +48,15 @@
48
48
  "type": "color",
49
49
  "source": "$tab-inverse-pills-link-dropdown-toggle-active-hover-bg"
50
50
  }
51
+ },
52
+ "border": {
53
+ "focus": {
54
+ "value": "{color.tab.inverse-pills-link-dropdown-toggle.bg.focus}",
55
+ "type": "color",
56
+ "source": "$tab-inverse-pills-link-dropdown-toggle-focus-border-color"
57
+ }
51
58
  }
52
59
  }
53
60
  }
54
61
  }
55
- }
62
+ }