@npm_leadtech/legal-lib-components 2.12.4 → 2.12.5
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/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +11 -7
- package/dist/cjs/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.d.ts +4 -0
- package/dist/cjs/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColorProps.types.d.ts +6 -0
- package/dist/cjs/src/components/atoms/IconSvgURLWithThemeColor/__stories__/IconSvgURLWithThemeColor.stories.d.ts +7 -0
- package/dist/cjs/src/components/atoms/IconSvgURLWithThemeColor/index.d.ts +2 -0
- package/dist/cjs/src/components/atoms/index.d.ts +1 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +11 -7
- package/dist/esm/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.d.ts +4 -0
- package/dist/esm/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColorProps.types.d.ts +6 -0
- package/dist/esm/src/components/atoms/IconSvgURLWithThemeColor/__stories__/IconSvgURLWithThemeColor.stories.d.ts +7 -0
- package/dist/esm/src/components/atoms/IconSvgURLWithThemeColor/index.d.ts +2 -0
- package/dist/esm/src/components/atoms/index.d.ts +1 -0
- package/dist/index.d.ts +10 -1
- package/package.json +1 -1
|
@@ -1720,7 +1720,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
1720
1720
|
.document-status.--in-progress svg g > g {
|
|
1721
1721
|
fill: var(--neutral-neutral-1); }
|
|
1722
1722
|
.document-status.--is-new {
|
|
1723
|
-
background-color: var(--primary-main-
|
|
1723
|
+
background-color: var(--primary-main-light-1);
|
|
1724
1724
|
border-color: var(--primary-main);
|
|
1725
1725
|
color: var(--secondary-main-light-4); }
|
|
1726
1726
|
.document-status.--is-new .icon {
|
|
@@ -1837,6 +1837,10 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
1837
1837
|
.google-button .google-logo {
|
|
1838
1838
|
margin-right: 1rem; }
|
|
1839
1839
|
|
|
1840
|
+
.icon-svg-with-theme-color {
|
|
1841
|
+
display: block;
|
|
1842
|
+
background-color: var(--primary-main); }
|
|
1843
|
+
|
|
1840
1844
|
.info-box {
|
|
1841
1845
|
border-radius: 4px;
|
|
1842
1846
|
border: 1px solid;
|
|
@@ -3069,7 +3073,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3069
3073
|
white-space: nowrap; } }
|
|
3070
3074
|
|
|
3071
3075
|
.box--form__link {
|
|
3072
|
-
color:
|
|
3076
|
+
color: #078080; }
|
|
3073
3077
|
|
|
3074
3078
|
.body-container {
|
|
3075
3079
|
display: flex;
|
|
@@ -3452,9 +3456,9 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3452
3456
|
.snackbar--welcome:before {
|
|
3453
3457
|
background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E %3Cdefs%3E %3Cpath id%3D%22prefix__a%22 d%3D%22M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12zM7 9h2v2H7V9zm4 0h2v2h-2V9zm4 0h2v2h-2V9z%22%2F%3E %3C%2Fdefs%3E %3Cg fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E %3Cpath d%3D%22M0 0H24V24H0z%22%2F%3E %3Cmask id%3D%22prefix__b%22 fill%3D%22%23fff%22%3E %3Cuse xlink%3Ahref%3D%22%23prefix__a%22%2F%3E %3C%2Fmask%3E %3Cg fill%3D%22%235DD8C3%22 mask%3D%22url(%23prefix__b)%22%3E %3Cpath d%3D%22M0 0H24V24H0z%22%2F%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E") no-repeat; }
|
|
3454
3458
|
.snackbar--success {
|
|
3455
|
-
background-color:
|
|
3456
|
-
color:
|
|
3457
|
-
border: 1px solid
|
|
3459
|
+
background-color: #5dd8c3;
|
|
3460
|
+
color: #02374a;
|
|
3461
|
+
border: 1px solid #34b2a7; }
|
|
3458
3462
|
.snackbar--success:before {
|
|
3459
3463
|
background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E %3Cdefs%3E %3Cpath id%3D%22prefix__a%22 d%3D%22M8.8 15.9L4.6 11.7 3.2 13.1 8.8 18.7 20.8 6.7 19.4 5.3z%22%2F%3E %3C%2Fdefs%3E %3Cg fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E %3Cpath d%3D%22M0 0H24V24H0z%22%2F%3E %3Cmask id%3D%22prefix__b%22 fill%3D%22%23fff%22%3E %3Cuse xlink%3Ahref%3D%22%23prefix__a%22%2F%3E %3C%2Fmask%3E %3Cg fill%3D%22%2302374A%22 mask%3D%22url(%23prefix__b)%22%3E %3Cpath d%3D%22M0 0H24V24H0z%22%2F%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E") no-repeat; }
|
|
3460
3464
|
.snackbar--error {
|
|
@@ -3464,9 +3468,9 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3464
3468
|
.snackbar--error:before {
|
|
3465
3469
|
background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E %3Cdefs%3E %3Cpath id%3D%22prefix__a%22 d%3D%22M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-9h2v6h-2v-6zm0-4h2v2h-2V7z%22 %2F%3E %3C%2Fdefs%3E %3Cg fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E %3Cpath d%3D%22M0 0H24V24H0z%22 %2F%3E %3Cmask id%3D%22prefix__b%22 fill%3D%22%23fff%22%3E %3Cuse xlink%3Ahref%3D%22%23prefix__a%22 %2F%3E %3C%2Fmask%3E %3Cuse fill%3D%22%23000%22 fill-rule%3D%22nonzero%22 xlink%3Ahref%3D%22%23prefix__a%22 %2F%3E %3Cg fill%3D%22%23FFF%22 mask%3D%22url(%23prefix__b)%22%3E %3Cpath d%3D%22M0 0H24V24H0z%22 %2F%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E") no-repeat; }
|
|
3466
3470
|
.snackbar--reminder {
|
|
3467
|
-
background-color:
|
|
3471
|
+
background-color: #f2bd6a;
|
|
3468
3472
|
color: var(--neutral-main);
|
|
3469
|
-
border: 1px solid
|
|
3473
|
+
border: 1px solid #cd9a4c; }
|
|
3470
3474
|
.snackbar--reminder:before {
|
|
3471
3475
|
background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E %3Cdefs%3E %3Cpath id%3D%22prefix__a%22 d%3D%22M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12zM7 9h2v2H7V9zm4 0h2v2h-2V9zm4 0h2v2h-2V9z%22%2F%3E %3C%2Fdefs%3E %3Cg fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E %3Cpath d%3D%22M0 0H24V24H0z%22%2F%3E %3Cmask id%3D%22prefix__b%22 fill%3D%22%23fff%22%3E %3Cuse xlink%3Ahref%3D%22%23prefix__a%22%2F%3E %3C%2Fmask%3E %3Cg fill%3D%22%23936C2F%22 mask%3D%22url(%23prefix__b)%22%3E %3Cpath d%3D%22M0 0H24V24H0z%22%2F%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E") no-repeat; }
|
|
3472
3476
|
.snackbar-content {
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type Meta, type StoryObj } from '@storybook/react';
|
|
2
|
+
import { IconSvgURLWithThemeColor } from '../IconSvgURLWithThemeColor';
|
|
3
|
+
declare const meta: Meta<typeof IconSvgURLWithThemeColor>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof IconSvgURLWithThemeColor>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const CustomColor: Story;
|