@4alldigital/foundation-ui--gamma 3.5.2 → 3.6.0
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/package.json +3 -3
- package/src/styles/base.css +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4alldigital/foundation-ui--gamma",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "Foundation UI Component library with GAMMA theme (source distribution)",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "36fc248536a3b0a877a6dbe54c44489cbccf470d",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@4alldigital/foundation-ui--core": "3.
|
|
40
|
+
"@4alldigital/foundation-ui--core": "3.6.0",
|
|
41
41
|
"@elastic/datemath": "^5.0.3",
|
|
42
42
|
"@elastic/react-search-ui": "^1.24.2",
|
|
43
43
|
"@elastic/react-search-ui-views": "^1.24.2",
|
package/src/styles/base.css
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.display-heading-wrapper {
|
|
46
|
-
@apply relative border-solid border-t border-body-text pt-2 mt-2 mb-8 w-full before:absolute before:content-[""] before:bg-body-text before:w-[100px] before:left-0 before:-top-2 before:h-2;
|
|
46
|
+
@apply relative border-solid border-t border-body-text pt-2 mt-2 mb-8 w-full before:absolute before:content-[""] before:bg-body-text dark:before:bg-body-text-dark before:w-[100px] before:left-0 before:-top-2 before:h-2;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.display-heading {
|