Skip to content

Commit

Permalink
Merge branch 'main' into fix-datepicker-test-react-lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-helsinki committed Feb 6, 2024
2 parents e27d395 + d8a6768 commit f3f3ace
Show file tree
Hide file tree
Showing 19 changed files with 127 additions and 95 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
19 changes: 19 additions & 0 deletions packages/react/.storybook/manager-head.html
Expand Up @@ -27,6 +27,18 @@
content="https://media.github.ibm.com/user/1679/files/aa651000-7749-11eb-900e-eeb9312ed756" />
<meta name="twitter:site" content="@_carbondesign" />

<footer>
<dds-footer-container
key="footer"
disable-locale-button="true"
size="micro" />,
</footer>

<script
key="8"
type="module"
src="https://1.www.s81c.com/common/carbon-for-ibm-dotcom/tag/v1/latest/footer.min.js" />

<!-- Storybook override -->
<script>
setTimeout(function () {
Expand Down Expand Up @@ -72,6 +84,13 @@
display: none;
}

footer {
position: absolute;
bottom: 0;
width: 100%;
z-index: 99999;
}

.os-content form span {
font-weight: 600;
}
Expand Down
Expand Up @@ -101,6 +101,8 @@
td
.#{$prefix}--child-row-inner-container {
max-block-size: 100%;
padding-block: 1rem;
padding-block-end: 1.5rem;
}

// bottom border overrides
Expand Down
Expand Up @@ -93,6 +93,7 @@
color: $text-disabled;
cursor: no-drop;
text-decoration: none;
transition: none;

&:hover,
&:focus {
Expand Down
2 changes: 1 addition & 1 deletion packages/upgrade/package.json
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"chalk": "^4.1.1",
"change-case": "^4.1.2",
"esbuild": "^0.19.0",
"esbuild": "^0.20.0",
"execa": "^5.1.1",
"fast-glob": "^3.2.11",
"fs-extra": "^11.0.0",
Expand Down

0 comments on commit f3f3ace

Please sign in to comment.