@innovaccer/design-system 4.11.2 → 4.12.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/CHANGELOG.md +46 -0
- package/css/dist/index.css +1 -0
- package/css/dist/index.css.map +1 -1
- package/css/src/components/link.module.css +1 -0
- package/dist/brotli/index.js +1 -1
- package/dist/brotli/index.js.br +0 -0
- package/dist/cjs/index.js +1 -1
- package/dist/core/components/organisms/grid/Cell.d.ts +7 -2
- package/dist/core/components/organisms/grid/Grid.d.ts +3 -0
- package/dist/core/components/organisms/grid/GridContext.d.ts +2 -0
- package/dist/core/components/organisms/grid/utility.d.ts +1 -0
- package/dist/core/components/organisms/table/Header.d.ts +2 -0
- package/dist/core/components/organisms/verticalNav/MenuItem.d.ts +1 -0
- package/dist/core/components/organisms/verticalNav/VerticalNav.d.ts +1 -0
- package/dist/esm/index.js +298 -198
- package/dist/gzip/index.js +1 -1
- package/dist/gzip/index.js.gz +0 -0
- package/dist/index.js +293 -198
- package/dist/index.js.map +1 -1
- package/dist/index.umd.css +1 -0
- package/dist/index.umd.js +1 -1
- package/dist/types/tsconfig.type.tsbuildinfo +22 -20
- package/package.json +1 -1
package/dist/index.umd.css
CHANGED
|
@@ -6543,6 +6543,7 @@ body {
|
|
|
6543
6543
|
font-weight: var(--font-weight-medium);
|
|
6544
6544
|
transition: var(--duration--fast-01) var(--standard-productive-curve);
|
|
6545
6545
|
box-sizing: border-box;
|
|
6546
|
+
border-bottom: var(--border-width-2-5) solid transparent;
|
|
6546
6547
|
}
|
|
6547
6548
|
|
|
6548
6549
|
.Link:focus-visible {
|