@luscii-healthtech/web-ui 54.7.0 → 54.7.2
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/index.development.js +8 -3
- package/dist/index.development.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/src/components/Card/Card.d.ts +11 -0
- package/dist/src/components/ModalDialog/ModalDialog.d.ts +1 -1
- package/dist/src/generated/components/Card/Card.d.ts +11 -0
- package/dist/src/generated/components/ModalDialog/ModalDialog.d.ts +1 -1
- package/dist/stories/Card.stories.d.ts +6 -0
- package/dist/stories/ModalDialog.stories.d.ts +4514 -97
- package/dist/web-ui-tailwind.css +18 -0
- package/dist/web-ui.esm.js +1 -1
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/web-ui-tailwind.css
CHANGED
|
@@ -4021,9 +4021,16 @@ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-se
|
|
|
4021
4021
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
4022
4022
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4023
4023
|
}
|
|
4024
|
+
.ui\:ring-2 {
|
|
4025
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
4026
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4027
|
+
}
|
|
4024
4028
|
.ui\:ring-black {
|
|
4025
4029
|
--tw-ring-color: var(--ui-color-black);
|
|
4026
4030
|
}
|
|
4031
|
+
.ui\:ring-border-brand-primary-default {
|
|
4032
|
+
--tw-ring-color: var(--ui-primitive-color-brand-700);
|
|
4033
|
+
}
|
|
4027
4034
|
.ui\:ring-border-neutral-primary-default {
|
|
4028
4035
|
--tw-ring-color: var(--ui-primitive-color-grey-700);
|
|
4029
4036
|
}
|
|
@@ -5609,6 +5616,12 @@ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-se
|
|
|
5609
5616
|
--tw-ring-color: var(--ui-primitive-color-brand-700);
|
|
5610
5617
|
}
|
|
5611
5618
|
}
|
|
5619
|
+
.ui\:focus-visible\:ring-offset-2 {
|
|
5620
|
+
&:focus-visible {
|
|
5621
|
+
--tw-ring-offset-width: 2px;
|
|
5622
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
5623
|
+
}
|
|
5624
|
+
}
|
|
5612
5625
|
.ui\:focus-visible\:outline-2 {
|
|
5613
5626
|
&:focus-visible {
|
|
5614
5627
|
outline-style: var(--tw-outline-style);
|
|
@@ -6156,6 +6169,11 @@ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-se
|
|
|
6156
6169
|
width: 54rem;
|
|
6157
6170
|
}
|
|
6158
6171
|
}
|
|
6172
|
+
.ui\:md\:w-330 {
|
|
6173
|
+
@media (width >= 48rem) {
|
|
6174
|
+
width: calc(var(--ui-spacing) * 330);
|
|
6175
|
+
}
|
|
6176
|
+
}
|
|
6159
6177
|
.ui\:md\:w-full {
|
|
6160
6178
|
@media (width >= 48rem) {
|
|
6161
6179
|
width: 100%;
|