@crediblemark/build 0.25.10 → 0.25.11
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/{chunk-HHKM5MBJ.mjs → chunk-4GA5GVA7.mjs} +1 -1
- package/dist/{chunk-32BKYUSW.mjs → chunk-HAWIIGOV.mjs} +3 -3
- package/dist/index.css +33 -33
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/no-external.css +33 -33
- package/dist/no-external.js +3 -3
- package/dist/no-external.mjs +2 -2
- package/dist/rsc.css +12 -12
- package/dist/rsc.js +1 -1
- package/dist/rsc.mjs +1 -1
- package/package.json +1 -1
|
@@ -451,7 +451,7 @@ var ColorPickerField = ({ value, onChange }) => {
|
|
|
451
451
|
};
|
|
452
452
|
|
|
453
453
|
// css-module:/home/runner/work/credbuild/credbuild/components/Drawer/styles.module.css#css-module
|
|
454
|
-
var styles_module_default2 = { "Drawer": "
|
|
454
|
+
var styles_module_default2 = { "Drawer": "_Drawer_1quh5_1", "Drawer-draggable": "_Drawer-draggable_1quh5_7", "Drawer-draggableBg": "_Drawer-draggableBg_1quh5_11", "DrawerItem-draggable": "_DrawerItem-draggable_1quh5_21", "DrawerItem--disabled": "_DrawerItem--disabled_1quh5_34", "DrawerItem": "_DrawerItem_1quh5_21", "Drawer--isDraggingFrom": "_Drawer--isDraggingFrom_1quh5_43", "DrawerItem-default": "_DrawerItem-default_1quh5_44", "DrawerItem-name": "_DrawerItem-name_1quh5_61" };
|
|
455
455
|
|
|
456
456
|
// components/Drawer/index.tsx
|
|
457
457
|
import { useMemo, useState } from "react";
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
renderContext,
|
|
14
14
|
useRichtextProps,
|
|
15
15
|
useSlots
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-4GA5GVA7.mjs";
|
|
17
17
|
import {
|
|
18
18
|
collisionStore,
|
|
19
19
|
useSensors
|
|
@@ -444,7 +444,7 @@ function useGetCredBuild() {
|
|
|
444
444
|
import { useEffect as useEffect4, useState as useState3 } from "react";
|
|
445
445
|
|
|
446
446
|
// css-module:/home/runner/work/credbuild/credbuild/components/ComponentList/styles.module.css#css-module
|
|
447
|
-
var styles_module_default = { "ComponentList": "
|
|
447
|
+
var styles_module_default = { "ComponentList": "_ComponentList_1dcib_1", "ComponentList--isExpanded": "_ComponentList--isExpanded_1dcib_5", "ComponentList-content": "_ComponentList-content_1dcib_9", "ComponentList-title": "_ComponentList-title_1dcib_17", "ComponentList-titleIcon": "_ComponentList-titleIcon_1dcib_53" };
|
|
448
448
|
|
|
449
449
|
// components/ComponentList/index.tsx
|
|
450
450
|
import { useEffect as useEffect3, memo } from "react";
|
|
@@ -618,7 +618,7 @@ var useComponentList = () => {
|
|
|
618
618
|
import { useMemo as useMemo2, useState as useState4 } from "react";
|
|
619
619
|
|
|
620
620
|
// css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Components/styles.module.css#css-module
|
|
621
|
-
var styles_module_default2 = { "CredBuildComponents": "
|
|
621
|
+
var styles_module_default2 = { "CredBuildComponents": "_CredBuildComponents_lxrzy_1", "CredBuildComponents-searchContainer": "_CredBuildComponents-searchContainer_lxrzy_7", "CredBuildComponents-searchWrapper": "_CredBuildComponents-searchWrapper_lxrzy_16", "CredBuildComponents-searchInput": "_CredBuildComponents-searchInput_lxrzy_23", "CredBuildComponents-searchIcon": "_CredBuildComponents-searchIcon_lxrzy_42", "CredBuildComponents-clearButton": "_CredBuildComponents-clearButton_lxrzy_54", "CredBuildComponents-listContainer": "_CredBuildComponents-listContainer_lxrzy_74", "CredBuildComponents-noResults": "_CredBuildComponents-noResults_lxrzy_79" };
|
|
622
622
|
|
|
623
623
|
// components/CredBuild/components/Components/index.tsx
|
|
624
624
|
import { jsx as jsx5, jsxs as jsxs2 } from "react/jsx-runtime";
|
package/dist/index.css
CHANGED
|
@@ -1587,15 +1587,15 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1587
1587
|
}
|
|
1588
1588
|
|
|
1589
1589
|
/* css-module:/home/runner/work/credbuild/credbuild/components/Drawer/styles.module.css/#css-module-data */
|
|
1590
|
-
.
|
|
1590
|
+
._Drawer_1quh5_1 {
|
|
1591
1591
|
display: flex;
|
|
1592
1592
|
flex-direction: column;
|
|
1593
1593
|
background-color: var(--cb-bg-base);
|
|
1594
1594
|
}
|
|
1595
|
-
._Drawer-
|
|
1595
|
+
._Drawer-draggable_1quh5_7 {
|
|
1596
1596
|
position: relative;
|
|
1597
1597
|
}
|
|
1598
|
-
._Drawer-
|
|
1598
|
+
._Drawer-draggableBg_1quh5_11 {
|
|
1599
1599
|
position: absolute;
|
|
1600
1600
|
top: 0;
|
|
1601
1601
|
right: 0;
|
|
@@ -1604,10 +1604,10 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1604
1604
|
pointer-events: none;
|
|
1605
1605
|
z-index: -1;
|
|
1606
1606
|
}
|
|
1607
|
-
._DrawerItem-
|
|
1607
|
+
._DrawerItem-draggable_1quh5_21 {
|
|
1608
1608
|
background: transparent;
|
|
1609
1609
|
cursor: grab;
|
|
1610
|
-
padding: 4px
|
|
1610
|
+
padding: 4px 6px;
|
|
1611
1611
|
display: flex;
|
|
1612
1612
|
border: none;
|
|
1613
1613
|
font-size: 11px;
|
|
@@ -1616,29 +1616,29 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1616
1616
|
transition: all 0.2s ease;
|
|
1617
1617
|
color: var(--cb-silver-muted);
|
|
1618
1618
|
}
|
|
1619
|
-
._DrawerItem--
|
|
1619
|
+
._DrawerItem--disabled_1quh5_34 ._DrawerItem-draggable_1quh5_21 {
|
|
1620
1620
|
opacity: 0.5;
|
|
1621
1621
|
cursor: not-allowed;
|
|
1622
1622
|
}
|
|
1623
|
-
.
|
|
1623
|
+
._DrawerItem_1quh5_21:focus-visible {
|
|
1624
1624
|
outline: 0;
|
|
1625
1625
|
}
|
|
1626
|
-
.
|
|
1626
|
+
._Drawer_1quh5_1:not(._Drawer--isDraggingFrom_1quh5_43) ._DrawerItem-default_1quh5_44 {
|
|
1627
1627
|
background-color: transparent;
|
|
1628
1628
|
border: none;
|
|
1629
1629
|
color: var(--cb-silver-muted);
|
|
1630
|
-
padding: 4px
|
|
1630
|
+
padding: 4px 6px;
|
|
1631
1631
|
position: relative;
|
|
1632
1632
|
transition: all 0.2s ease;
|
|
1633
1633
|
}
|
|
1634
1634
|
@media (hover: hover) and (pointer: fine) {
|
|
1635
|
-
._DrawerItem-
|
|
1636
|
-
._DrawerItem-
|
|
1635
|
+
._DrawerItem-draggable_1quh5_21:hover,
|
|
1636
|
+
._DrawerItem-default_1quh5_44:hover {
|
|
1637
1637
|
background-color: var(--cb-gold-faint);
|
|
1638
1638
|
color: var(--cb-gold);
|
|
1639
1639
|
}
|
|
1640
1640
|
}
|
|
1641
|
-
._DrawerItem-
|
|
1641
|
+
._DrawerItem-name_1quh5_61 {
|
|
1642
1642
|
overflow-x: hidden;
|
|
1643
1643
|
text-overflow: ellipsis;
|
|
1644
1644
|
white-space: nowrap;
|
|
@@ -1876,19 +1876,19 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1876
1876
|
}
|
|
1877
1877
|
|
|
1878
1878
|
/* css-module:/home/runner/work/credbuild/credbuild/components/ComponentList/styles.module.css/#css-module-data */
|
|
1879
|
-
.
|
|
1879
|
+
._ComponentList_1dcib_1 {
|
|
1880
1880
|
max-width: 100%;
|
|
1881
1881
|
}
|
|
1882
|
-
._ComponentList--
|
|
1882
|
+
._ComponentList--isExpanded_1dcib_5 + ._ComponentList_1dcib_1 {
|
|
1883
1883
|
margin-top: 5px;
|
|
1884
1884
|
}
|
|
1885
|
-
._ComponentList-
|
|
1885
|
+
._ComponentList-content_1dcib_9 {
|
|
1886
1886
|
display: none;
|
|
1887
1887
|
}
|
|
1888
|
-
._ComponentList--
|
|
1888
|
+
._ComponentList--isExpanded_1dcib_5 > ._ComponentList-content_1dcib_9 {
|
|
1889
1889
|
display: block;
|
|
1890
1890
|
}
|
|
1891
|
-
._ComponentList-
|
|
1891
|
+
._ComponentList-title_1dcib_17 {
|
|
1892
1892
|
background-color: transparent;
|
|
1893
1893
|
border: 0;
|
|
1894
1894
|
color: var(--credbuild-color-grey-05);
|
|
@@ -1898,53 +1898,53 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1898
1898
|
font-size: var(--credbuild-font-size-xxxs);
|
|
1899
1899
|
list-style: none;
|
|
1900
1900
|
margin-bottom: 4px;
|
|
1901
|
-
padding: 4px
|
|
1901
|
+
padding: 4px 4px;
|
|
1902
1902
|
text-transform: uppercase;
|
|
1903
1903
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
1904
1904
|
gap: 4px;
|
|
1905
1905
|
border-radius: 4px;
|
|
1906
1906
|
width: 100%;
|
|
1907
1907
|
}
|
|
1908
|
-
._ComponentList-
|
|
1908
|
+
._ComponentList-title_1dcib_17:focus-visible {
|
|
1909
1909
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
1910
1910
|
outline-offset: 2px;
|
|
1911
1911
|
}
|
|
1912
1912
|
@media (hover: hover) and (pointer: fine) {
|
|
1913
|
-
._ComponentList-
|
|
1913
|
+
._ComponentList-title_1dcib_17:hover {
|
|
1914
1914
|
background-color: var(--credbuild-color-azure-11);
|
|
1915
1915
|
color: var(--credbuild-color-azure-04);
|
|
1916
1916
|
transition: none;
|
|
1917
1917
|
}
|
|
1918
1918
|
}
|
|
1919
|
-
._ComponentList-
|
|
1919
|
+
._ComponentList-title_1dcib_17:active {
|
|
1920
1920
|
background-color: var(--credbuild-color-azure-10);
|
|
1921
1921
|
transition: none;
|
|
1922
1922
|
}
|
|
1923
|
-
._ComponentList-
|
|
1923
|
+
._ComponentList-titleIcon_1dcib_53 {
|
|
1924
1924
|
margin-inline-start: auto;
|
|
1925
1925
|
}
|
|
1926
1926
|
|
|
1927
1927
|
/* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Components/styles.module.css/#css-module-data */
|
|
1928
|
-
.
|
|
1928
|
+
._CredBuildComponents_lxrzy_1 {
|
|
1929
1929
|
display: flex;
|
|
1930
1930
|
flex-direction: column;
|
|
1931
1931
|
height: 100%;
|
|
1932
1932
|
}
|
|
1933
|
-
._CredBuildComponents-
|
|
1934
|
-
padding: 4px
|
|
1933
|
+
._CredBuildComponents-searchContainer_lxrzy_7 {
|
|
1934
|
+
padding: 4px 4px;
|
|
1935
1935
|
border-bottom: 1px solid var(--cb-border, #e2e8f0);
|
|
1936
1936
|
background-color: var(--cb-bg-surface, #ffffff);
|
|
1937
1937
|
position: relative;
|
|
1938
1938
|
display: flex;
|
|
1939
1939
|
align-items: center;
|
|
1940
1940
|
}
|
|
1941
|
-
._CredBuildComponents-
|
|
1941
|
+
._CredBuildComponents-searchWrapper_lxrzy_16 {
|
|
1942
1942
|
position: relative;
|
|
1943
1943
|
width: 100%;
|
|
1944
1944
|
display: flex;
|
|
1945
1945
|
align-items: center;
|
|
1946
1946
|
}
|
|
1947
|
-
._CredBuildComponents-
|
|
1947
|
+
._CredBuildComponents-searchInput_lxrzy_23 {
|
|
1948
1948
|
width: 100%;
|
|
1949
1949
|
height: 32px;
|
|
1950
1950
|
padding: 0 28px 0 10px;
|
|
@@ -1956,12 +1956,12 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1956
1956
|
outline: none;
|
|
1957
1957
|
transition: all 0.2s ease-in-out;
|
|
1958
1958
|
}
|
|
1959
|
-
._CredBuildComponents-
|
|
1959
|
+
._CredBuildComponents-searchInput_lxrzy_23:focus {
|
|
1960
1960
|
border-color: var(--cb-gold, #d97706);
|
|
1961
1961
|
background-color: var(--cb-bg-surface, #ffffff);
|
|
1962
1962
|
box-shadow: 0 0 0 2px var(--cb-gold-glow, rgba(217, 119, 6, 0.15));
|
|
1963
1963
|
}
|
|
1964
|
-
._CredBuildComponents-
|
|
1964
|
+
._CredBuildComponents-searchIcon_lxrzy_42 {
|
|
1965
1965
|
position: absolute;
|
|
1966
1966
|
left: 10px;
|
|
1967
1967
|
top: 50%;
|
|
@@ -1972,7 +1972,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1972
1972
|
align-items: center;
|
|
1973
1973
|
justify-content: center;
|
|
1974
1974
|
}
|
|
1975
|
-
._CredBuildComponents-
|
|
1975
|
+
._CredBuildComponents-clearButton_lxrzy_54 {
|
|
1976
1976
|
position: absolute;
|
|
1977
1977
|
right: 8px;
|
|
1978
1978
|
background: none;
|
|
@@ -1986,15 +1986,15 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1986
1986
|
border-radius: 4px;
|
|
1987
1987
|
transition: all 0.15s ease-in-out;
|
|
1988
1988
|
}
|
|
1989
|
-
._CredBuildComponents-
|
|
1989
|
+
._CredBuildComponents-clearButton_lxrzy_54:hover {
|
|
1990
1990
|
background-color: var(--cb-border, #e2e8f0);
|
|
1991
1991
|
color: var(--cb-silver, #0f172a);
|
|
1992
1992
|
}
|
|
1993
|
-
._CredBuildComponents-
|
|
1993
|
+
._CredBuildComponents-listContainer_lxrzy_74 {
|
|
1994
1994
|
flex: 1;
|
|
1995
1995
|
overflow-y: auto;
|
|
1996
1996
|
}
|
|
1997
|
-
._CredBuildComponents-
|
|
1997
|
+
._CredBuildComponents-noResults_lxrzy_79 {
|
|
1998
1998
|
padding: 32px 16px;
|
|
1999
1999
|
text-align: center;
|
|
2000
2000
|
color: var(--cb-silver-muted, #64748b);
|
package/dist/index.js
CHANGED
|
@@ -8971,7 +8971,7 @@ init_react_import();
|
|
|
8971
8971
|
|
|
8972
8972
|
// css-module:/home/runner/work/credbuild/credbuild/components/Drawer/styles.module.css#css-module
|
|
8973
8973
|
init_react_import();
|
|
8974
|
-
var styles_module_default14 = { "Drawer": "
|
|
8974
|
+
var styles_module_default14 = { "Drawer": "_Drawer_1quh5_1", "Drawer-draggable": "_Drawer-draggable_1quh5_7", "Drawer-draggableBg": "_Drawer-draggableBg_1quh5_11", "DrawerItem-draggable": "_DrawerItem-draggable_1quh5_21", "DrawerItem--disabled": "_DrawerItem--disabled_1quh5_34", "DrawerItem": "_DrawerItem_1quh5_21", "Drawer--isDraggingFrom": "_Drawer--isDraggingFrom_1quh5_43", "DrawerItem-default": "_DrawerItem-default_1quh5_44", "DrawerItem-name": "_DrawerItem-name_1quh5_61" };
|
|
8975
8975
|
|
|
8976
8976
|
// components/Drawer/index.tsx
|
|
8977
8977
|
init_get_class_name_factory();
|
|
@@ -11651,7 +11651,7 @@ init_react_import();
|
|
|
11651
11651
|
|
|
11652
11652
|
// css-module:/home/runner/work/credbuild/credbuild/components/ComponentList/styles.module.css#css-module
|
|
11653
11653
|
init_react_import();
|
|
11654
|
-
var styles_module_default19 = { "ComponentList": "
|
|
11654
|
+
var styles_module_default19 = { "ComponentList": "_ComponentList_1dcib_1", "ComponentList--isExpanded": "_ComponentList--isExpanded_1dcib_5", "ComponentList-content": "_ComponentList-content_1dcib_9", "ComponentList-title": "_ComponentList-title_1dcib_17", "ComponentList-titleIcon": "_ComponentList-titleIcon_1dcib_53" };
|
|
11655
11655
|
|
|
11656
11656
|
// components/ComponentList/index.tsx
|
|
11657
11657
|
init_get_class_name_factory();
|
|
@@ -11832,7 +11832,7 @@ init_lucide_react();
|
|
|
11832
11832
|
|
|
11833
11833
|
// css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Components/styles.module.css#css-module
|
|
11834
11834
|
init_react_import();
|
|
11835
|
-
var styles_module_default20 = { "CredBuildComponents": "
|
|
11835
|
+
var styles_module_default20 = { "CredBuildComponents": "_CredBuildComponents_lxrzy_1", "CredBuildComponents-searchContainer": "_CredBuildComponents-searchContainer_lxrzy_7", "CredBuildComponents-searchWrapper": "_CredBuildComponents-searchWrapper_lxrzy_16", "CredBuildComponents-searchInput": "_CredBuildComponents-searchInput_lxrzy_23", "CredBuildComponents-searchIcon": "_CredBuildComponents-searchIcon_lxrzy_42", "CredBuildComponents-clearButton": "_CredBuildComponents-clearButton_lxrzy_54", "CredBuildComponents-listContainer": "_CredBuildComponents-listContainer_lxrzy_74", "CredBuildComponents-noResults": "_CredBuildComponents-noResults_lxrzy_79" };
|
|
11836
11836
|
|
|
11837
11837
|
// components/CredBuild/components/Components/index.tsx
|
|
11838
11838
|
init_lib();
|
package/dist/index.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
overrideKeys,
|
|
11
11
|
useCredBuild,
|
|
12
12
|
useGetCredBuild
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-HAWIIGOV.mjs";
|
|
14
14
|
import {
|
|
15
15
|
ColorPickerField,
|
|
16
16
|
Drawer,
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
registerOverlayPortal,
|
|
22
22
|
resolveAllData,
|
|
23
23
|
transformProps
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-4GA5GVA7.mjs";
|
|
25
25
|
import "./chunk-Z7DDX2XU.mjs";
|
|
26
26
|
import {
|
|
27
27
|
setDeep
|
package/dist/no-external.css
CHANGED
|
@@ -1419,15 +1419,15 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
1421
1421
|
/* css-module:/home/runner/work/credbuild/credbuild/components/Drawer/styles.module.css/#css-module-data */
|
|
1422
|
-
.
|
|
1422
|
+
._Drawer_1quh5_1 {
|
|
1423
1423
|
display: flex;
|
|
1424
1424
|
flex-direction: column;
|
|
1425
1425
|
background-color: var(--cb-bg-base);
|
|
1426
1426
|
}
|
|
1427
|
-
._Drawer-
|
|
1427
|
+
._Drawer-draggable_1quh5_7 {
|
|
1428
1428
|
position: relative;
|
|
1429
1429
|
}
|
|
1430
|
-
._Drawer-
|
|
1430
|
+
._Drawer-draggableBg_1quh5_11 {
|
|
1431
1431
|
position: absolute;
|
|
1432
1432
|
top: 0;
|
|
1433
1433
|
right: 0;
|
|
@@ -1436,10 +1436,10 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1436
1436
|
pointer-events: none;
|
|
1437
1437
|
z-index: -1;
|
|
1438
1438
|
}
|
|
1439
|
-
._DrawerItem-
|
|
1439
|
+
._DrawerItem-draggable_1quh5_21 {
|
|
1440
1440
|
background: transparent;
|
|
1441
1441
|
cursor: grab;
|
|
1442
|
-
padding: 4px
|
|
1442
|
+
padding: 4px 6px;
|
|
1443
1443
|
display: flex;
|
|
1444
1444
|
border: none;
|
|
1445
1445
|
font-size: 11px;
|
|
@@ -1448,29 +1448,29 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1448
1448
|
transition: all 0.2s ease;
|
|
1449
1449
|
color: var(--cb-silver-muted);
|
|
1450
1450
|
}
|
|
1451
|
-
._DrawerItem--
|
|
1451
|
+
._DrawerItem--disabled_1quh5_34 ._DrawerItem-draggable_1quh5_21 {
|
|
1452
1452
|
opacity: 0.5;
|
|
1453
1453
|
cursor: not-allowed;
|
|
1454
1454
|
}
|
|
1455
|
-
.
|
|
1455
|
+
._DrawerItem_1quh5_21:focus-visible {
|
|
1456
1456
|
outline: 0;
|
|
1457
1457
|
}
|
|
1458
|
-
.
|
|
1458
|
+
._Drawer_1quh5_1:not(._Drawer--isDraggingFrom_1quh5_43) ._DrawerItem-default_1quh5_44 {
|
|
1459
1459
|
background-color: transparent;
|
|
1460
1460
|
border: none;
|
|
1461
1461
|
color: var(--cb-silver-muted);
|
|
1462
|
-
padding: 4px
|
|
1462
|
+
padding: 4px 6px;
|
|
1463
1463
|
position: relative;
|
|
1464
1464
|
transition: all 0.2s ease;
|
|
1465
1465
|
}
|
|
1466
1466
|
@media (hover: hover) and (pointer: fine) {
|
|
1467
|
-
._DrawerItem-
|
|
1468
|
-
._DrawerItem-
|
|
1467
|
+
._DrawerItem-draggable_1quh5_21:hover,
|
|
1468
|
+
._DrawerItem-default_1quh5_44:hover {
|
|
1469
1469
|
background-color: var(--cb-gold-faint);
|
|
1470
1470
|
color: var(--cb-gold);
|
|
1471
1471
|
}
|
|
1472
1472
|
}
|
|
1473
|
-
._DrawerItem-
|
|
1473
|
+
._DrawerItem-name_1quh5_61 {
|
|
1474
1474
|
overflow-x: hidden;
|
|
1475
1475
|
text-overflow: ellipsis;
|
|
1476
1476
|
white-space: nowrap;
|
|
@@ -1708,19 +1708,19 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1708
1708
|
}
|
|
1709
1709
|
|
|
1710
1710
|
/* css-module:/home/runner/work/credbuild/credbuild/components/ComponentList/styles.module.css/#css-module-data */
|
|
1711
|
-
.
|
|
1711
|
+
._ComponentList_1dcib_1 {
|
|
1712
1712
|
max-width: 100%;
|
|
1713
1713
|
}
|
|
1714
|
-
._ComponentList--
|
|
1714
|
+
._ComponentList--isExpanded_1dcib_5 + ._ComponentList_1dcib_1 {
|
|
1715
1715
|
margin-top: 5px;
|
|
1716
1716
|
}
|
|
1717
|
-
._ComponentList-
|
|
1717
|
+
._ComponentList-content_1dcib_9 {
|
|
1718
1718
|
display: none;
|
|
1719
1719
|
}
|
|
1720
|
-
._ComponentList--
|
|
1720
|
+
._ComponentList--isExpanded_1dcib_5 > ._ComponentList-content_1dcib_9 {
|
|
1721
1721
|
display: block;
|
|
1722
1722
|
}
|
|
1723
|
-
._ComponentList-
|
|
1723
|
+
._ComponentList-title_1dcib_17 {
|
|
1724
1724
|
background-color: transparent;
|
|
1725
1725
|
border: 0;
|
|
1726
1726
|
color: var(--credbuild-color-grey-05);
|
|
@@ -1730,53 +1730,53 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1730
1730
|
font-size: var(--credbuild-font-size-xxxs);
|
|
1731
1731
|
list-style: none;
|
|
1732
1732
|
margin-bottom: 4px;
|
|
1733
|
-
padding: 4px
|
|
1733
|
+
padding: 4px 4px;
|
|
1734
1734
|
text-transform: uppercase;
|
|
1735
1735
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
1736
1736
|
gap: 4px;
|
|
1737
1737
|
border-radius: 4px;
|
|
1738
1738
|
width: 100%;
|
|
1739
1739
|
}
|
|
1740
|
-
._ComponentList-
|
|
1740
|
+
._ComponentList-title_1dcib_17:focus-visible {
|
|
1741
1741
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
1742
1742
|
outline-offset: 2px;
|
|
1743
1743
|
}
|
|
1744
1744
|
@media (hover: hover) and (pointer: fine) {
|
|
1745
|
-
._ComponentList-
|
|
1745
|
+
._ComponentList-title_1dcib_17:hover {
|
|
1746
1746
|
background-color: var(--credbuild-color-azure-11);
|
|
1747
1747
|
color: var(--credbuild-color-azure-04);
|
|
1748
1748
|
transition: none;
|
|
1749
1749
|
}
|
|
1750
1750
|
}
|
|
1751
|
-
._ComponentList-
|
|
1751
|
+
._ComponentList-title_1dcib_17:active {
|
|
1752
1752
|
background-color: var(--credbuild-color-azure-10);
|
|
1753
1753
|
transition: none;
|
|
1754
1754
|
}
|
|
1755
|
-
._ComponentList-
|
|
1755
|
+
._ComponentList-titleIcon_1dcib_53 {
|
|
1756
1756
|
margin-inline-start: auto;
|
|
1757
1757
|
}
|
|
1758
1758
|
|
|
1759
1759
|
/* css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Components/styles.module.css/#css-module-data */
|
|
1760
|
-
.
|
|
1760
|
+
._CredBuildComponents_lxrzy_1 {
|
|
1761
1761
|
display: flex;
|
|
1762
1762
|
flex-direction: column;
|
|
1763
1763
|
height: 100%;
|
|
1764
1764
|
}
|
|
1765
|
-
._CredBuildComponents-
|
|
1766
|
-
padding: 4px
|
|
1765
|
+
._CredBuildComponents-searchContainer_lxrzy_7 {
|
|
1766
|
+
padding: 4px 4px;
|
|
1767
1767
|
border-bottom: 1px solid var(--cb-border, #e2e8f0);
|
|
1768
1768
|
background-color: var(--cb-bg-surface, #ffffff);
|
|
1769
1769
|
position: relative;
|
|
1770
1770
|
display: flex;
|
|
1771
1771
|
align-items: center;
|
|
1772
1772
|
}
|
|
1773
|
-
._CredBuildComponents-
|
|
1773
|
+
._CredBuildComponents-searchWrapper_lxrzy_16 {
|
|
1774
1774
|
position: relative;
|
|
1775
1775
|
width: 100%;
|
|
1776
1776
|
display: flex;
|
|
1777
1777
|
align-items: center;
|
|
1778
1778
|
}
|
|
1779
|
-
._CredBuildComponents-
|
|
1779
|
+
._CredBuildComponents-searchInput_lxrzy_23 {
|
|
1780
1780
|
width: 100%;
|
|
1781
1781
|
height: 32px;
|
|
1782
1782
|
padding: 0 28px 0 10px;
|
|
@@ -1788,12 +1788,12 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1788
1788
|
outline: none;
|
|
1789
1789
|
transition: all 0.2s ease-in-out;
|
|
1790
1790
|
}
|
|
1791
|
-
._CredBuildComponents-
|
|
1791
|
+
._CredBuildComponents-searchInput_lxrzy_23:focus {
|
|
1792
1792
|
border-color: var(--cb-gold, #d97706);
|
|
1793
1793
|
background-color: var(--cb-bg-surface, #ffffff);
|
|
1794
1794
|
box-shadow: 0 0 0 2px var(--cb-gold-glow, rgba(217, 119, 6, 0.15));
|
|
1795
1795
|
}
|
|
1796
|
-
._CredBuildComponents-
|
|
1796
|
+
._CredBuildComponents-searchIcon_lxrzy_42 {
|
|
1797
1797
|
position: absolute;
|
|
1798
1798
|
left: 10px;
|
|
1799
1799
|
top: 50%;
|
|
@@ -1804,7 +1804,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1804
1804
|
align-items: center;
|
|
1805
1805
|
justify-content: center;
|
|
1806
1806
|
}
|
|
1807
|
-
._CredBuildComponents-
|
|
1807
|
+
._CredBuildComponents-clearButton_lxrzy_54 {
|
|
1808
1808
|
position: absolute;
|
|
1809
1809
|
right: 8px;
|
|
1810
1810
|
background: none;
|
|
@@ -1818,15 +1818,15 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1818
1818
|
border-radius: 4px;
|
|
1819
1819
|
transition: all 0.15s ease-in-out;
|
|
1820
1820
|
}
|
|
1821
|
-
._CredBuildComponents-
|
|
1821
|
+
._CredBuildComponents-clearButton_lxrzy_54:hover {
|
|
1822
1822
|
background-color: var(--cb-border, #e2e8f0);
|
|
1823
1823
|
color: var(--cb-silver, #0f172a);
|
|
1824
1824
|
}
|
|
1825
|
-
._CredBuildComponents-
|
|
1825
|
+
._CredBuildComponents-listContainer_lxrzy_74 {
|
|
1826
1826
|
flex: 1;
|
|
1827
1827
|
overflow-y: auto;
|
|
1828
1828
|
}
|
|
1829
|
-
._CredBuildComponents-
|
|
1829
|
+
._CredBuildComponents-noResults_lxrzy_79 {
|
|
1830
1830
|
padding: 32px 16px;
|
|
1831
1831
|
text-align: center;
|
|
1832
1832
|
color: var(--cb-silver-muted, #64748b);
|
package/dist/no-external.js
CHANGED
|
@@ -8971,7 +8971,7 @@ init_react_import();
|
|
|
8971
8971
|
|
|
8972
8972
|
// css-module:/home/runner/work/credbuild/credbuild/components/Drawer/styles.module.css#css-module
|
|
8973
8973
|
init_react_import();
|
|
8974
|
-
var styles_module_default14 = { "Drawer": "
|
|
8974
|
+
var styles_module_default14 = { "Drawer": "_Drawer_1quh5_1", "Drawer-draggable": "_Drawer-draggable_1quh5_7", "Drawer-draggableBg": "_Drawer-draggableBg_1quh5_11", "DrawerItem-draggable": "_DrawerItem-draggable_1quh5_21", "DrawerItem--disabled": "_DrawerItem--disabled_1quh5_34", "DrawerItem": "_DrawerItem_1quh5_21", "Drawer--isDraggingFrom": "_Drawer--isDraggingFrom_1quh5_43", "DrawerItem-default": "_DrawerItem-default_1quh5_44", "DrawerItem-name": "_DrawerItem-name_1quh5_61" };
|
|
8975
8975
|
|
|
8976
8976
|
// components/Drawer/index.tsx
|
|
8977
8977
|
init_get_class_name_factory();
|
|
@@ -11651,7 +11651,7 @@ init_react_import();
|
|
|
11651
11651
|
|
|
11652
11652
|
// css-module:/home/runner/work/credbuild/credbuild/components/ComponentList/styles.module.css#css-module
|
|
11653
11653
|
init_react_import();
|
|
11654
|
-
var styles_module_default19 = { "ComponentList": "
|
|
11654
|
+
var styles_module_default19 = { "ComponentList": "_ComponentList_1dcib_1", "ComponentList--isExpanded": "_ComponentList--isExpanded_1dcib_5", "ComponentList-content": "_ComponentList-content_1dcib_9", "ComponentList-title": "_ComponentList-title_1dcib_17", "ComponentList-titleIcon": "_ComponentList-titleIcon_1dcib_53" };
|
|
11655
11655
|
|
|
11656
11656
|
// components/ComponentList/index.tsx
|
|
11657
11657
|
init_get_class_name_factory();
|
|
@@ -11832,7 +11832,7 @@ init_lucide_react();
|
|
|
11832
11832
|
|
|
11833
11833
|
// css-module:/home/runner/work/credbuild/credbuild/components/CredBuild/components/Components/styles.module.css#css-module
|
|
11834
11834
|
init_react_import();
|
|
11835
|
-
var styles_module_default20 = { "CredBuildComponents": "
|
|
11835
|
+
var styles_module_default20 = { "CredBuildComponents": "_CredBuildComponents_lxrzy_1", "CredBuildComponents-searchContainer": "_CredBuildComponents-searchContainer_lxrzy_7", "CredBuildComponents-searchWrapper": "_CredBuildComponents-searchWrapper_lxrzy_16", "CredBuildComponents-searchInput": "_CredBuildComponents-searchInput_lxrzy_23", "CredBuildComponents-searchIcon": "_CredBuildComponents-searchIcon_lxrzy_42", "CredBuildComponents-clearButton": "_CredBuildComponents-clearButton_lxrzy_54", "CredBuildComponents-listContainer": "_CredBuildComponents-listContainer_lxrzy_74", "CredBuildComponents-noResults": "_CredBuildComponents-noResults_lxrzy_79" };
|
|
11836
11836
|
|
|
11837
11837
|
// components/CredBuild/components/Components/index.tsx
|
|
11838
11838
|
init_lib();
|
package/dist/no-external.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
overrideKeys,
|
|
11
11
|
useCredBuild,
|
|
12
12
|
useGetCredBuild
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-HAWIIGOV.mjs";
|
|
14
14
|
import {
|
|
15
15
|
ColorPickerField,
|
|
16
16
|
Drawer,
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
registerOverlayPortal,
|
|
22
22
|
resolveAllData,
|
|
23
23
|
transformProps
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-4GA5GVA7.mjs";
|
|
25
25
|
import "./chunk-Z7DDX2XU.mjs";
|
|
26
26
|
import {
|
|
27
27
|
setDeep
|
package/dist/rsc.css
CHANGED
|
@@ -1433,15 +1433,15 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1433
1433
|
}
|
|
1434
1434
|
|
|
1435
1435
|
/* css-module:/home/runner/work/credbuild/credbuild/components/Drawer/styles.module.css/#css-module-data */
|
|
1436
|
-
.
|
|
1436
|
+
._Drawer_1quh5_1 {
|
|
1437
1437
|
display: flex;
|
|
1438
1438
|
flex-direction: column;
|
|
1439
1439
|
background-color: var(--cb-bg-base);
|
|
1440
1440
|
}
|
|
1441
|
-
._Drawer-
|
|
1441
|
+
._Drawer-draggable_1quh5_7 {
|
|
1442
1442
|
position: relative;
|
|
1443
1443
|
}
|
|
1444
|
-
._Drawer-
|
|
1444
|
+
._Drawer-draggableBg_1quh5_11 {
|
|
1445
1445
|
position: absolute;
|
|
1446
1446
|
top: 0;
|
|
1447
1447
|
right: 0;
|
|
@@ -1450,10 +1450,10 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1450
1450
|
pointer-events: none;
|
|
1451
1451
|
z-index: -1;
|
|
1452
1452
|
}
|
|
1453
|
-
._DrawerItem-
|
|
1453
|
+
._DrawerItem-draggable_1quh5_21 {
|
|
1454
1454
|
background: transparent;
|
|
1455
1455
|
cursor: grab;
|
|
1456
|
-
padding: 4px
|
|
1456
|
+
padding: 4px 6px;
|
|
1457
1457
|
display: flex;
|
|
1458
1458
|
border: none;
|
|
1459
1459
|
font-size: 11px;
|
|
@@ -1462,29 +1462,29 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1462
1462
|
transition: all 0.2s ease;
|
|
1463
1463
|
color: var(--cb-silver-muted);
|
|
1464
1464
|
}
|
|
1465
|
-
._DrawerItem--
|
|
1465
|
+
._DrawerItem--disabled_1quh5_34 ._DrawerItem-draggable_1quh5_21 {
|
|
1466
1466
|
opacity: 0.5;
|
|
1467
1467
|
cursor: not-allowed;
|
|
1468
1468
|
}
|
|
1469
|
-
.
|
|
1469
|
+
._DrawerItem_1quh5_21:focus-visible {
|
|
1470
1470
|
outline: 0;
|
|
1471
1471
|
}
|
|
1472
|
-
.
|
|
1472
|
+
._Drawer_1quh5_1:not(._Drawer--isDraggingFrom_1quh5_43) ._DrawerItem-default_1quh5_44 {
|
|
1473
1473
|
background-color: transparent;
|
|
1474
1474
|
border: none;
|
|
1475
1475
|
color: var(--cb-silver-muted);
|
|
1476
|
-
padding: 4px
|
|
1476
|
+
padding: 4px 6px;
|
|
1477
1477
|
position: relative;
|
|
1478
1478
|
transition: all 0.2s ease;
|
|
1479
1479
|
}
|
|
1480
1480
|
@media (hover: hover) and (pointer: fine) {
|
|
1481
|
-
._DrawerItem-
|
|
1482
|
-
._DrawerItem-
|
|
1481
|
+
._DrawerItem-draggable_1quh5_21:hover,
|
|
1482
|
+
._DrawerItem-default_1quh5_44:hover {
|
|
1483
1483
|
background-color: var(--cb-gold-faint);
|
|
1484
1484
|
color: var(--cb-gold);
|
|
1485
1485
|
}
|
|
1486
1486
|
}
|
|
1487
|
-
._DrawerItem-
|
|
1487
|
+
._DrawerItem-name_1quh5_61 {
|
|
1488
1488
|
overflow-x: hidden;
|
|
1489
1489
|
text-overflow: ellipsis;
|
|
1490
1490
|
white-space: nowrap;
|
package/dist/rsc.js
CHANGED
|
@@ -9119,7 +9119,7 @@ init_react_import();
|
|
|
9119
9119
|
|
|
9120
9120
|
// css-module:/home/runner/work/credbuild/credbuild/components/Drawer/styles.module.css#css-module
|
|
9121
9121
|
init_react_import();
|
|
9122
|
-
var styles_module_default16 = { "Drawer": "
|
|
9122
|
+
var styles_module_default16 = { "Drawer": "_Drawer_1quh5_1", "Drawer-draggable": "_Drawer-draggable_1quh5_7", "Drawer-draggableBg": "_Drawer-draggableBg_1quh5_11", "DrawerItem-draggable": "_DrawerItem-draggable_1quh5_21", "DrawerItem--disabled": "_DrawerItem--disabled_1quh5_34", "DrawerItem": "_DrawerItem_1quh5_21", "Drawer--isDraggingFrom": "_Drawer--isDraggingFrom_1quh5_43", "DrawerItem-default": "_DrawerItem-default_1quh5_44", "DrawerItem-name": "_DrawerItem-name_1quh5_61" };
|
|
9123
9123
|
|
|
9124
9124
|
// components/Drawer/index.tsx
|
|
9125
9125
|
init_get_class_name_factory();
|
package/dist/rsc.mjs
CHANGED