@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.
- package/README.md +8 -8
- package/dist/Form/_index.scss +14 -0
- package/dist/Nav/index.scss +9 -9
- package/dist/Tabs/index.scss +8 -0
- package/dist/core.css +39 -13
- package/dist/core.css.map +1 -1
- package/dist/core.min.css +1 -1
- package/dist/light.css +20 -13
- package/dist/light.css.map +1 -1
- package/dist/light.min.css +1 -1
- package/package.json +1 -1
- package/src/Avatar/README.md +0 -1
- package/src/Form/_index.scss +14 -0
- package/src/Image/README.md +0 -1
- package/src/Nav/index.scss +9 -9
- package/src/SearchField/README.md +0 -1
- package/src/SelectableBox/README.md +0 -1
- package/src/Spinner/README.md +0 -1
- package/src/Stepper/README.md +0 -1
- package/src/Tabs/index.scss +8 -0
- package/src/Truncate/README.md +2 -0
- package/src/hooks/useIndexOfLastVisibleChild.mdx +0 -1
- package/src/hooks/useIsVisible.mdx +0 -1
- package/src/hooks/useWindowSize.mdx +0 -1
- package/styles/css/core/variables.css +6 -6
- package/styles/css/themes/light/variables.css +20 -13
- package/tokens/src/core/components/Card.json +1 -1
- package/tokens/src/core/components/Carousel.json +2 -2
- package/tokens/src/core/components/DataTable.json +1 -1
- package/tokens/src/core/components/Nav.json +1 -1
- package/tokens/src/core/components/ProgressBar.json +0 -5
- package/tokens/src/core/components/Tab.json +2 -1
- package/tokens/src/themes/light/components/Breadcrumb.json +0 -1
- package/tokens/src/themes/light/components/Dropdown.json +6 -1
- package/tokens/src/themes/light/components/Form/color.json +2 -2
- package/tokens/src/themes/light/components/Nav.json +26 -5
- package/tokens/src/themes/light/components/Popover.json +1 -1
- package/tokens/src/themes/light/components/ProductTour.json +2 -2
- 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.
|
|
8
|
-
"breadcrumb": { "value": "{color.primary.
|
|
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
|
+
}
|