@powerhousedao/document-engineering 1.18.0 → 1.20.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/dist/src/scalars/components/email-field/email-field.d.ts +9 -0
- package/dist/src/scalars/components/email-field/email-field.d.ts.map +1 -1
- package/dist/src/scalars/components/email-field/email-field.js +20 -1
- package/dist/src/scalars/components/email-field/email-field.js.map +1 -1
- package/dist/src/scalars/components/email-field/index.d.ts +2 -0
- package/dist/src/scalars/components/email-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/email-field/index.js +2 -0
- package/dist/src/scalars/components/email-field/index.js.map +1 -0
- package/dist/src/scalars/components/email-field/utils.d.ts +1 -0
- package/dist/src/scalars/components/email-field/utils.d.ts.map +1 -1
- package/dist/src/scalars/components/email-field/utils.js +5 -1
- package/dist/src/scalars/components/email-field/utils.js.map +1 -1
- package/dist/src/scalars/components/form/form.d.ts.map +1 -1
- package/dist/src/scalars/components/form/form.js +6 -0
- package/dist/src/scalars/components/form/form.js.map +1 -1
- package/dist/src/scalars/components/fragments/progress-bar/index.d.ts +2 -0
- package/dist/src/scalars/components/fragments/progress-bar/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/progress-bar/index.js +2 -0
- package/dist/src/scalars/components/fragments/progress-bar/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/progress-bar/progress-bar.d.ts +7 -0
- package/dist/src/scalars/components/fragments/progress-bar/progress-bar.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/progress-bar/progress-bar.js +11 -0
- package/dist/src/scalars/components/fragments/progress-bar/progress-bar.js.map +1 -0
- package/dist/src/scalars/components/id-field/id-field.d.ts.map +1 -1
- package/dist/src/scalars/components/id-field/id-field.js +9 -6
- package/dist/src/scalars/components/id-field/id-field.js.map +1 -1
- package/dist/src/scalars/components/index.d.ts +1 -0
- package/dist/src/scalars/components/index.d.ts.map +1 -1
- package/dist/src/scalars/components/index.js +1 -0
- package/dist/src/scalars/components/index.js.map +1 -1
- package/dist/src/scalars/components/password-field/index.d.ts +3 -0
- package/dist/src/scalars/components/password-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/password-field/index.js +2 -0
- package/dist/src/scalars/components/password-field/index.js.map +1 -0
- package/dist/src/scalars/components/password-field/password-field.d.ts +8 -0
- package/dist/src/scalars/components/password-field/password-field.d.ts.map +1 -0
- package/dist/src/scalars/components/password-field/password-field.js +39 -0
- package/dist/src/scalars/components/password-field/password-field.js.map +1 -0
- package/dist/src/scalars/components/password-field/types.d.ts +10 -0
- package/dist/src/scalars/components/password-field/types.d.ts.map +1 -0
- package/dist/src/scalars/components/password-field/types.js +2 -0
- package/dist/src/scalars/components/password-field/types.js.map +1 -0
- package/dist/src/scalars/lib/validators/validateFieldMatch.d.ts +15 -0
- package/dist/src/scalars/lib/validators/validateFieldMatch.d.ts.map +1 -0
- package/dist/src/scalars/lib/validators/validateFieldMatch.js +18 -0
- package/dist/src/scalars/lib/validators/validateFieldMatch.js.map +1 -0
- package/dist/src/ui/components/data-entry/email-input/email-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/email-input/email-input.js +1 -1
- package/dist/src/ui/components/data-entry/email-input/email-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/password-input/index.d.ts +3 -0
- package/dist/src/ui/components/data-entry/password-input/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/password-input/index.js +2 -0
- package/dist/src/ui/components/data-entry/password-input/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/password-input/password-input.d.ts +5 -0
- package/dist/src/ui/components/data-entry/password-input/password-input.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/password-input/password-input.js +59 -0
- package/dist/src/ui/components/data-entry/password-input/password-input.js.map +1 -0
- package/dist/src/ui/components/data-entry/password-input/password-strength.d.ts +5 -0
- package/dist/src/ui/components/data-entry/password-input/password-strength.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/password-input/password-strength.js +58 -0
- package/dist/src/ui/components/data-entry/password-input/password-strength.js.map +1 -0
- package/dist/src/ui/components/data-entry/password-input/types.d.ts +19 -0
- package/dist/src/ui/components/data-entry/password-input/types.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/password-input/types.js +2 -0
- package/dist/src/ui/components/data-entry/password-input/types.js.map +1 -0
- package/dist/src/ui/components/data-entry/password-input/utils.d.ts +5 -0
- package/dist/src/ui/components/data-entry/password-input/utils.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/password-input/utils.js +11 -0
- package/dist/src/ui/components/data-entry/password-input/utils.js.map +1 -0
- package/dist/src/ui/components/icon/icon.d.ts +1 -1
- package/dist/src/ui/components/icon/icon.d.ts.map +1 -1
- package/dist/src/ui/components/icon/icon.js.map +1 -1
- package/dist/src/ui/components/icon-components/Hide.d.ts +7 -0
- package/dist/src/ui/components/icon-components/Hide.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Hide.js +7 -0
- package/dist/src/ui/components/icon-components/Hide.js.map +1 -0
- package/dist/src/ui/components/icon-components/Show.d.ts +7 -0
- package/dist/src/ui/components/icon-components/Show.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Show.js +7 -0
- package/dist/src/ui/components/icon-components/Show.js.map +1 -0
- package/dist/src/ui/components/icon-components/index.d.ts +1 -1
- package/dist/src/ui/components/icon-components/index.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/index.js +6 -0
- package/dist/src/ui/components/icon-components/index.js.map +1 -1
- package/dist/src/ui/components/index.d.ts +2 -0
- package/dist/src/ui/components/index.d.ts.map +1 -1
- package/dist/src/ui/components/index.js +2 -0
- package/dist/src/ui/components/index.js.map +1 -1
- package/dist/src/ui/components/object-set-table/examples/table-editing/table-editing.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/examples/table-editing/table-editing.js +7 -0
- package/dist/src/ui/components/object-set-table/examples/table-editing/table-editing.js.map +1 -1
- package/dist/src/ui/components/object-set-table/index.d.ts +1 -0
- package/dist/src/ui/components/object-set-table/index.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/index.js +1 -0
- package/dist/src/ui/components/object-set-table/index.js.map +1 -1
- package/dist/src/ui/components/object-set-table/logic/table-api.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/logic/table-api.js +3 -9
- package/dist/src/ui/components/object-set-table/logic/table-api.js.map +1 -1
- package/dist/src/ui/components/object-set-table/mock-data.d.ts +1 -1
- package/dist/src/ui/components/object-set-table/mock-data.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/mock-data.js +2 -2
- package/dist/src/ui/components/object-set-table/mock-data.js.map +1 -1
- package/dist/src/ui/components/object-set-table/object-set-table.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/object-set-table.js +2 -1
- package/dist/src/ui/components/object-set-table/object-set-table.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/body.js +3 -3
- package/dist/src/ui/components/object-set-table/subcomponents/body.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.js +3 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.d.ts +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.js +2 -2
- package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.js +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/render-cell.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/render-cell.js +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/render-cell.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.js +2 -2
- package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/boolean-editor.d.ts +3 -2
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/boolean-editor.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/boolean-editor.js +19 -17
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/boolean-editor.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/get-cell-editor-fn.d.ts +2 -2
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/get-cell-editor-fn.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/get-cell-editor-fn.js +9 -9
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/get-cell-editor-fn.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/index.d.ts +4 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/index.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/index.js +4 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/index.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/number-editor.d.ts +3 -2
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/number-editor.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/number-editor.js +8 -5
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/number-editor.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/string-editor.d.ts +4 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/string-editor.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/string-editor.js +12 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/string-editor.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/boolean-render.d.ts +2 -2
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/boolean-render.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/boolean-render.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.js +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.d.ts +2 -2
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.d.ts +2 -2
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.js +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header-renderer.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header-renderer.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.js +19 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header.d.ts +2 -3
- package/dist/src/ui/components/object-set-table/subcomponents/header.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.d.ts +2 -2
- package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.js +3 -3
- package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/row-actions.d.ts +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/row-actions.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts +2 -2
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts +7 -10
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js +43 -14
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js.map +1 -1
- package/dist/src/ui/components/object-set-table/types.d.ts +48 -17
- package/dist/src/ui/components/object-set-table/types.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/utils.d.ts +2 -2
- package/dist/src/ui/components/object-set-table/utils.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/utils.js.map +1 -1
- package/dist/style.css +53 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +6 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/text-editor.d.ts +0 -3
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/text-editor.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/text-editor.js +0 -9
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/text-editor.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../src/ui/components/object-set-table/utils.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC;;;;;;;;;;;;GAYG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../src/ui/components/object-set-table/utils.ts"],"names":[],"mappings":"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"}
|
package/dist/style.css
CHANGED
|
@@ -564,6 +564,9 @@
|
|
|
564
564
|
.h-2 {
|
|
565
565
|
height: calc(var(--spacing) * 2);
|
|
566
566
|
}
|
|
567
|
+
.h-3 {
|
|
568
|
+
height: calc(var(--spacing) * 3);
|
|
569
|
+
}
|
|
567
570
|
.h-4 {
|
|
568
571
|
height: calc(var(--spacing) * 4);
|
|
569
572
|
}
|
|
@@ -1251,6 +1254,9 @@
|
|
|
1251
1254
|
.py-2 {
|
|
1252
1255
|
padding-block: calc(var(--spacing) * 2);
|
|
1253
1256
|
}
|
|
1257
|
+
.py-4 {
|
|
1258
|
+
padding-block: calc(var(--spacing) * 4);
|
|
1259
|
+
}
|
|
1254
1260
|
.py-\[5px\] {
|
|
1255
1261
|
padding-block: 5px;
|
|
1256
1262
|
}
|
|
@@ -1591,6 +1597,10 @@
|
|
|
1591
1597
|
--tw-shadow: 0px 2px 4px 0px var(--tw-shadow-color, rgba(0,0,0,0.08)), 0px 3px 10px 0px var(--tw-shadow-color, rgba(0,0,0,0.10));
|
|
1592
1598
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1593
1599
|
}
|
|
1600
|
+
.shadow-\[0px_2px_12px_0px_rgba\(37\,42\,52\,0\.10\)\] {
|
|
1601
|
+
--tw-shadow: 0px 2px 12px 0px var(--tw-shadow-color, rgba(37,42,52,0.10));
|
|
1602
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1603
|
+
}
|
|
1594
1604
|
.shadow-\[1px_4px_15px_0px_rgba\(74\,88\,115\,0\.25\)\] {
|
|
1595
1605
|
--tw-shadow: 1px 4px 15px 0px var(--tw-shadow-color, rgba(74,88,115,0.25));
|
|
1596
1606
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -1650,6 +1660,11 @@
|
|
|
1650
1660
|
.filter {
|
|
1651
1661
|
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
1652
1662
|
}
|
|
1663
|
+
.transition {
|
|
1664
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
|
|
1665
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1666
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1667
|
+
}
|
|
1653
1668
|
.transition-\[width\] {
|
|
1654
1669
|
transition-property: width;
|
|
1655
1670
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
@@ -1806,6 +1821,11 @@
|
|
|
1806
1821
|
}
|
|
1807
1822
|
}
|
|
1808
1823
|
}
|
|
1824
|
+
.group-focus\:text-gray-700 {
|
|
1825
|
+
&:is(:where(.group):focus *) {
|
|
1826
|
+
color: var(--color-gray-700);
|
|
1827
|
+
}
|
|
1828
|
+
}
|
|
1809
1829
|
.peer-hover\:text-gray-900 {
|
|
1810
1830
|
&:is(:where(.peer):hover ~ *) {
|
|
1811
1831
|
@media (hover: hover) {
|
|
@@ -4872,6 +4892,26 @@
|
|
|
4872
4892
|
display: none;
|
|
4873
4893
|
}
|
|
4874
4894
|
}
|
|
4895
|
+
.\[\&_\[data-slot\=progress-bar-indicator\]\]\:bg-green-900 {
|
|
4896
|
+
& [data-slot=progress-bar-indicator] {
|
|
4897
|
+
background-color: var(--color-green-900);
|
|
4898
|
+
}
|
|
4899
|
+
}
|
|
4900
|
+
.\[\&_\[data-slot\=progress-bar-indicator\]\]\:bg-red-900 {
|
|
4901
|
+
& [data-slot=progress-bar-indicator] {
|
|
4902
|
+
background-color: var(--color-red-900);
|
|
4903
|
+
}
|
|
4904
|
+
}
|
|
4905
|
+
.\[\&_\[data-slot\=progress-bar-indicator\]\]\:bg-transparent {
|
|
4906
|
+
& [data-slot=progress-bar-indicator] {
|
|
4907
|
+
background-color: transparent;
|
|
4908
|
+
}
|
|
4909
|
+
}
|
|
4910
|
+
.\[\&_\[data-slot\=progress-bar-indicator\]\]\:bg-yellow-900 {
|
|
4911
|
+
& [data-slot=progress-bar-indicator] {
|
|
4912
|
+
background-color: var(--color-yellow-900);
|
|
4913
|
+
}
|
|
4914
|
+
}
|
|
4875
4915
|
.\[\&_\[data-state\=checked\]_span\]\:after\:\!bg-red-500 {
|
|
4876
4916
|
& [data-state=checked] span {
|
|
4877
4917
|
&::after {
|
|
@@ -5548,6 +5588,19 @@
|
|
|
5548
5588
|
}
|
|
5549
5589
|
}
|
|
5550
5590
|
}
|
|
5591
|
+
.\[\&\>li\]\:text-gray-500 {
|
|
5592
|
+
&>li {
|
|
5593
|
+
color: var(--color-gray-500);
|
|
5594
|
+
}
|
|
5595
|
+
}
|
|
5596
|
+
.\[\&\>li\]\:before\:bg-gray-500 {
|
|
5597
|
+
&>li {
|
|
5598
|
+
&::before {
|
|
5599
|
+
content: var(--tw-content);
|
|
5600
|
+
background-color: var(--color-gray-500);
|
|
5601
|
+
}
|
|
5602
|
+
}
|
|
5603
|
+
}
|
|
5551
5604
|
.\[\&\>span\]\:w-full {
|
|
5552
5605
|
&>span {
|
|
5553
5606
|
width: 100%;
|