@infonomic/uikit 3.0.0 → 3.2.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/components/dropdown/dropdown_module.css +8 -13
- package/dist/components/{input → forms}/@types/checkbox.d.ts.map +1 -1
- package/dist/components/{input → forms}/@types/input.d.ts.map +1 -1
- package/dist/components/forms/calendar.d.ts.map +1 -0
- package/dist/components/forms/calendar.module.js +45 -0
- package/dist/components/{calendar → forms}/calendar_module.css +44 -44
- package/dist/components/{input → forms}/checkbox-group.d.ts.map +1 -1
- package/dist/components/{input → forms}/checkbox.d.ts.map +1 -1
- package/dist/components/forms/checkbox.module.js +25 -0
- package/dist/components/{input → forms}/checkbox_module.css +29 -29
- package/dist/components/{input → forms}/error-text.d.ts.map +1 -1
- package/dist/components/{input → forms}/error-text.module.js +1 -1
- package/dist/components/{input → forms}/error-text_module.css +2 -2
- package/dist/components/{input → forms}/errors.d.ts.map +1 -1
- package/dist/components/{input → forms}/help-text.d.ts.map +1 -1
- package/dist/components/{input → forms}/help-text.module.js +1 -1
- package/dist/components/forms/help-text_module.css +9 -0
- package/dist/components/{input → forms}/input-adornment.d.ts.map +1 -1
- package/dist/components/{input → forms}/input-adornment.module.js +3 -3
- package/dist/components/{input → forms}/input-adornment_module.css +3 -3
- package/dist/components/{input → forms}/input.d.ts.map +1 -1
- package/dist/components/forms/input.module.js +27 -0
- package/dist/components/{input → forms}/input_module.css +35 -35
- package/dist/components/{input → forms}/label.d.ts.map +1 -1
- package/dist/components/{input → forms}/label.module.js +2 -2
- package/dist/components/{input → forms}/label_module.css +4 -4
- package/dist/components/{input → forms}/radio-group.d.ts.map +1 -1
- package/dist/components/forms/radio-group.module.js +20 -0
- package/dist/components/{input → forms}/radio-group_module.css +23 -23
- package/dist/components/{input → forms}/select.d.ts.map +1 -1
- package/dist/components/forms/select.module.js +13 -0
- package/dist/components/{input → forms}/select_module.css +18 -25
- package/dist/components/{input → forms}/text-area.d.ts.map +1 -1
- package/dist/components/{input → forms}/text-area.module.js +2 -2
- package/dist/components/{input → forms}/text-area_module.css +1 -1
- package/dist/components/{input → forms}/utils.d.ts.map +1 -1
- package/dist/components/pager/pagination_module.css +7 -18
- package/dist/components/scroll-area/scroll-area_module.css +4 -20
- package/dist/components/tooltip/tooltip_module.css +4 -14
- package/dist/icons/activity-icon.js +1 -1
- package/dist/icons/calendar-icon.js +1 -1
- package/dist/icons/check-icon.js +1 -1
- package/dist/icons/chevron-down-icon.js +1 -1
- package/dist/icons/chevron-left-double-icon.js +1 -1
- package/dist/icons/chevron-left-icon.js +1 -1
- package/dist/icons/chevron-right-double-icon.js +1 -1
- package/dist/icons/chevron-right-icon.js +1 -1
- package/dist/icons/chevrons-up-down.js +1 -1
- package/dist/icons/dashboard-icon.js +1 -1
- package/dist/icons/document-icon.js +1 -1
- package/dist/icons/download-icon.js +1 -1
- package/dist/icons/edit-icon.js +1 -1
- package/dist/icons/ellipsis-icon.js +1 -1
- package/dist/icons/email-icon.js +1 -1
- package/dist/icons/github-icon.js +1 -1
- package/dist/icons/globe-icon.js +1 -1
- package/dist/icons/gripper-vertical-icon.js +1 -1
- package/dist/icons/history-icon.js +1 -1
- package/dist/icons/home-icon.js +1 -1
- package/dist/icons/light-icon.js +1 -1
- package/dist/icons/moon-icon.js +1 -1
- package/dist/icons/plus-icon.js +1 -1
- package/dist/icons/refresh-icon.js +1 -1
- package/dist/icons/return-icon.js +1 -1
- package/dist/icons/roles-icon.js +1 -1
- package/dist/icons/search-icon.js +1 -1
- package/dist/icons/settings-gear-icon.js +1 -1
- package/dist/icons/settings-sliders-icon.js +1 -1
- package/dist/icons/sign-out-icon.js +1 -1
- package/dist/icons/stopwatch-icon.js +1 -1
- package/dist/icons/user-icon.js +1 -1
- package/dist/icons/users-icon.js +1 -1
- package/dist/icons/wallet-icon.js +1 -1
- package/dist/react.d.ts +13 -13
- package/dist/react.d.ts.map +1 -1
- package/dist/react.js +13 -13
- package/dist/styles/styles.css +1 -1
- package/dist/widgets/datepicker/datepicker.d.ts +1 -1
- package/dist/widgets/datepicker/datepicker.d.ts.map +1 -1
- package/dist/widgets/datepicker/datepicker.js +3 -2
- package/dist/widgets/datepicker/datepicker_module.css +2 -2
- package/dist/widgets/drawer/drawer_module.css +1 -5
- package/dist/widgets/modal/modal_module.css +1 -5
- package/dist/widgets/search/search.d.ts +1 -1
- package/dist/widgets/search/search.d.ts.map +1 -1
- package/dist/widgets/search/search.js +2 -1
- package/package.json +1 -1
- package/src/astro.d.ts +5 -5
- package/src/astro.js +5 -5
- package/src/components/dropdown/dropdown.module.css +9 -24
- package/src/components/{calendar → forms}/calendar.stories.tsx +1 -1
- package/src/components/{input → forms}/checkbox.stories.tsx +1 -1
- package/src/components/forms/help-text.module.css +8 -0
- package/src/components/{input → forms}/input.stories.tsx +1 -1
- package/src/components/{input → forms}/radio-group.stories.tsx +2 -2
- package/src/components/{input → forms}/select.module.css +10 -17
- package/src/components/{input → forms}/select.stories.tsx +1 -1
- package/src/components/{input → forms}/text-area.stories.tsx +1 -1
- package/src/components/{input → forms}/utils.ts +2 -2
- package/src/components/pager/pagination.module.css +7 -23
- package/src/components/scroll-area/scroll-area.module.css +4 -20
- package/src/components/tooltip/tooltip.module.css +6 -16
- package/src/icons/activity-icon.tsx +1 -1
- package/src/icons/calendar-icon.tsx +1 -1
- package/src/icons/check-icon.tsx +1 -1
- package/src/icons/chevron-down-icon.tsx +1 -1
- package/src/icons/chevron-left-double-icon.tsx +1 -1
- package/src/icons/chevron-left-icon.tsx +1 -1
- package/src/icons/chevron-right-double-icon.tsx +1 -1
- package/src/icons/chevron-right-icon.tsx +1 -1
- package/src/icons/chevrons-up-down.tsx +1 -1
- package/src/icons/close-icon.astro +1 -1
- package/src/icons/dashboard-icon.tsx +1 -1
- package/src/icons/document-icon.tsx +1 -1
- package/src/icons/download-icon.tsx +1 -1
- package/src/icons/edit-icon.tsx +1 -1
- package/src/icons/ellipsis-icon.tsx +1 -1
- package/src/icons/email-icon.tsx +1 -1
- package/src/icons/github-icon.tsx +1 -1
- package/src/icons/globe-icon.tsx +1 -1
- package/src/icons/gripper-vertical-icon.tsx +1 -1
- package/src/icons/history-icon.tsx +1 -1
- package/src/icons/home-icon.tsx +1 -1
- package/src/icons/light-icon.astro +1 -1
- package/src/icons/light-icon.tsx +1 -1
- package/src/icons/moon-icon.astro +1 -1
- package/src/icons/moon-icon.tsx +1 -1
- package/src/icons/plus-icon.tsx +1 -1
- package/src/icons/refresh-icon.tsx +1 -1
- package/src/icons/return-icon.tsx +1 -1
- package/src/icons/roles-icon.tsx +1 -1
- package/src/icons/search-icon.astro +1 -1
- package/src/icons/search-icon.tsx +1 -1
- package/src/icons/settings-gear-icon.tsx +1 -1
- package/src/icons/settings-sliders-icon.tsx +1 -1
- package/src/icons/sign-out-icon.tsx +1 -1
- package/src/icons/stopwatch-icon.tsx +1 -1
- package/src/icons/user-icon.tsx +1 -1
- package/src/icons/users-icon.tsx +1 -1
- package/src/icons/wallet-icon.tsx +1 -1
- package/src/react.ts +13 -13
- package/src/styles/theme/tokens.css +70 -0
- package/src/widgets/datepicker/datepicker.module.css +2 -2
- package/src/widgets/datepicker/datepicker.tsx +4 -3
- package/src/widgets/drawer/drawer.module.css +1 -5
- package/src/widgets/modal/modal.module.css +1 -5
- package/src/widgets/search/search.tsx +3 -2
- package/dist/components/calendar/calendar.d.ts.map +0 -1
- package/dist/components/calendar/calendar.module.js +0 -45
- package/dist/components/input/checkbox.module.js +0 -25
- package/dist/components/input/help-text_module.css +0 -13
- package/dist/components/input/index.d.ts +0 -9
- package/dist/components/input/index.d.ts.map +0 -1
- package/dist/components/input/input.module.js +0 -27
- package/dist/components/input/radio-group.module.js +0 -20
- package/dist/components/input/select.module.js +0 -13
- package/src/components/input/help-text.module.css +0 -19
- /package/dist/components/{input → forms}/@types/checkbox.d.ts +0 -0
- /package/dist/components/{input → forms}/@types/checkbox.js +0 -0
- /package/dist/components/{input → forms}/@types/input.d.ts +0 -0
- /package/dist/components/{input → forms}/@types/input.js +0 -0
- /package/dist/components/{calendar → forms}/calendar.d.ts +0 -0
- /package/dist/components/{calendar → forms}/calendar.js +0 -0
- /package/dist/components/{input → forms}/checkbox-group.d.ts +0 -0
- /package/dist/components/{input → forms}/checkbox-group.js +0 -0
- /package/dist/components/{input → forms}/checkbox.d.ts +0 -0
- /package/dist/components/{input → forms}/checkbox.js +0 -0
- /package/dist/components/{input → forms}/error-text.d.ts +0 -0
- /package/dist/components/{input → forms}/error-text.js +0 -0
- /package/dist/components/{input → forms}/errors.d.ts +0 -0
- /package/dist/components/{input → forms}/errors.js +0 -0
- /package/dist/components/{input → forms}/help-text.d.ts +0 -0
- /package/dist/components/{input → forms}/help-text.js +0 -0
- /package/dist/components/{input → forms}/index.js +0 -0
- /package/dist/components/{input → forms}/input-adornment.d.ts +0 -0
- /package/dist/components/{input → forms}/input-adornment.js +0 -0
- /package/dist/components/{input → forms}/input.d.ts +0 -0
- /package/dist/components/{input → forms}/input.js +0 -0
- /package/dist/components/{input → forms}/label.d.ts +0 -0
- /package/dist/components/{input → forms}/label.js +0 -0
- /package/dist/components/{input → forms}/radio-group.d.ts +0 -0
- /package/dist/components/{input → forms}/radio-group.js +0 -0
- /package/dist/components/{input → forms}/select.d.ts +0 -0
- /package/dist/components/{input → forms}/select.js +0 -0
- /package/dist/components/{input → forms}/text-area.d.ts +0 -0
- /package/dist/components/{input → forms}/text-area.js +0 -0
- /package/dist/components/{input → forms}/utils.d.ts +0 -0
- /package/dist/components/{input → forms}/utils.js +0 -0
- /package/src/components/{input → forms}/@types/checkbox.ts +0 -0
- /package/src/components/{input → forms}/@types/input.ts +0 -0
- /package/src/components/{calendar → forms}/calendar.module.css +0 -0
- /package/src/components/{calendar → forms}/calendar.tsx +0 -0
- /package/src/components/{input → forms}/checkbox-group.tsx +0 -0
- /package/src/components/{input → forms}/checkbox.module.css +0 -0
- /package/src/components/{input → forms}/checkbox.tsx +0 -0
- /package/src/components/{input → forms}/error-text.astro +0 -0
- /package/src/components/{input → forms}/error-text.module.css +0 -0
- /package/src/components/{input → forms}/error-text.tsx +0 -0
- /package/src/components/{input → forms}/errors.tsx +0 -0
- /package/src/components/{input → forms}/help-text.astro +0 -0
- /package/src/components/{input → forms}/help-text.tsx +0 -0
- /package/src/components/{input → forms}/index.tsx +0 -0
- /package/src/components/{input → forms}/input-adornment.astro +0 -0
- /package/src/components/{input → forms}/input-adornment.module.css +0 -0
- /package/src/components/{input → forms}/input-adornment.tsx +0 -0
- /package/src/components/{input → forms}/input.astro +0 -0
- /package/src/components/{input → forms}/input.module.css +0 -0
- /package/src/components/{input → forms}/input.tsx +0 -0
- /package/src/components/{input → forms}/label.astro +0 -0
- /package/src/components/{input → forms}/label.module.css +0 -0
- /package/src/components/{input → forms}/label.tsx +0 -0
- /package/src/components/{input → forms}/radio-group.module.css +0 -0
- /package/src/components/{input → forms}/radio-group.tsx +0 -0
- /package/src/components/{input → forms}/select.tsx +0 -0
- /package/src/components/{input → forms}/text-area.module.css +0 -0
- /package/src/components/{input → forms}/text-area.tsx +0 -0
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
@layer infonomic-components {
|
|
4
4
|
.dropdown-content-oNxY22, .dropdown-subcontent-JZGnvB {
|
|
5
5
|
z-index: 20;
|
|
6
|
-
background-color: var(--
|
|
6
|
+
background-color: var(--surface-panel-elevated);
|
|
7
7
|
will-change: transform, opacity;
|
|
8
8
|
border-width: var(--border-width-thin);
|
|
9
|
-
border-color: var(--border
|
|
9
|
+
border-color: var(--surface-panel-border);
|
|
10
10
|
border-style: var(--border-style-solid);
|
|
11
11
|
border-radius: var(--border-radius-md);
|
|
12
12
|
box-shadow: var(--shadow-sm);
|
|
@@ -36,6 +36,8 @@
|
|
|
36
36
|
gap: var(--gap-1);
|
|
37
37
|
width: 100%;
|
|
38
38
|
font-size: var(--font-size-sm);
|
|
39
|
+
color: var(--surface-item-text);
|
|
40
|
+
background-color: var(--surface-item);
|
|
39
41
|
cursor: default;
|
|
40
42
|
border-radius: var(--border-radius-sm);
|
|
41
43
|
outline: none;
|
|
@@ -45,27 +47,20 @@
|
|
|
45
47
|
}
|
|
46
48
|
|
|
47
49
|
.dropdown-item-FFroRa:hover, .dropdown-item-FFroRa:focus, .dropdown-item-FFroRa[data-highlighted] {
|
|
48
|
-
background-color: var(--
|
|
50
|
+
background-color: var(--surface-item-hover);
|
|
51
|
+
color: var(--surface-item-text-hover);
|
|
49
52
|
}
|
|
50
53
|
|
|
51
54
|
.dropdown-separator-scM_7b {
|
|
52
|
-
background-color: var(--border
|
|
55
|
+
background-color: var(--surface-panel-border);
|
|
53
56
|
width: 90%;
|
|
54
57
|
margin: 0 auto;
|
|
55
58
|
margin: var(--spacing-1) 0;
|
|
56
59
|
border-top-width: var(--border-width-thin);
|
|
57
|
-
border-top-color: var(--border
|
|
60
|
+
border-top-color: var(--surface-panel-border);
|
|
58
61
|
border-top-style: var(--border-style-solid);
|
|
59
62
|
}
|
|
60
63
|
|
|
61
|
-
.dark .dropdown-content-oNxY22:not(:where([class~="not-dark"], [class~="not-dark"] *)), .dark .dropdown-subcontent-JZGnvB:not(:where([class~="not-dark"], [class~="not-dark"] *)) {
|
|
62
|
-
background-color: var(--canvas-800);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.dark .dropdown-item-FFroRa:hover:not(:where([class~="not-dark"], [class~="not-dark"] *)), .dark .dropdown-item-FFroRa:focus:not(:where([class~="not-dark"], [class~="not-dark"] *)), .dark .dropdown-item-FFroRa[data-highlighted]:not(:where([class~="not-dark"], [class~="not-dark"] *)) {
|
|
66
|
-
background-color: var(--canvas-700);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
64
|
@keyframes slideUpAndFade-bRhQGn {
|
|
70
65
|
from {
|
|
71
66
|
opacity: 0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../../src/components/
|
|
1
|
+
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/@types/checkbox.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAGtC,OAAO,KAAK,EAAE,MAAM,IAAI,CAAC,EAAE,MAAM,wBAAwB,CAAA;AAEzD;;GAEG;AAGH,eAAO,MAAM,OAAO,iCAAkC,CAAA;AACtD,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,CAAC,CAAA;AAE9C,eAAO,MAAM,IAAI,6BAA8B,CAAA;AAC/C,MAAM,MAAM,IAAI,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,CAAC,CAAA;AAExC,MAAM,MAAM,MAAM,GAAG,SAAS,GAAG,CAAC,CAAA;AAClC,MAAM,MAAM,SAAS,GAAG,MAAM,CAAA;AAC9B,MAAM,MAAM,QAAQ,GAAG,SAAS,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../src/components/
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/@types/input.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAGtC,OAAO,KAAK,EAAE,MAAM,IAAI,CAAC,EAAE,MAAM,wBAAwB,CAAA;AAEzD;;GAEG;AAGH,eAAO,MAAM,OAAO,+CAAgD,CAAA;AACpE,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,CAAC,CAAA;AAE9C,eAAO,MAAM,IAAI,6BAA8B,CAAA;AAC/C,MAAM,MAAM,IAAI,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,CAAC,CAAA;AAExC,MAAM,MAAM,MAAM,GAAG,SAAS,GAAG,CAAC,CAAA;AAClC,MAAM,MAAM,SAAS,GAAG,MAAM,CAAA;AAC9B,MAAM,MAAM,QAAQ,GAAG,SAAS,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../src/components/forms/calendar.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAEL,KAAK,cAAc,EAEpB,MAAM,kBAAkB,CAAA;AAOzB,MAAM,MAAM,aAAa,GAAG,cAAc,GAAG;IAC3C,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAA;IACrC,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,sBAAsB,CAAC,EAAE,MAAM,CAAA;CAChC,CAAA;AAED,wBAAgB,QAAQ,CAAC,EACvB,GAAG,EACH,SAAS,EACT,UAAU,EACV,cAAc,EACd,eAAsB,EACtB,UAAU,EAAE,gBAAgB,EAC5B,GAAG,KAAK,EACT,EAAE,aAAa,qBAmHf;yBA3He,QAAQ"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import "./calendar_module.css";
|
|
2
|
+
const calendar_module = {
|
|
3
|
+
"day-picker": "day-picker-y7Hl7p",
|
|
4
|
+
dayPicker: "day-picker-y7Hl7p",
|
|
5
|
+
months: "months-b87F7E",
|
|
6
|
+
"months-caption": "months-caption-kDTTdX",
|
|
7
|
+
monthsCaption: "months-caption-kDTTdX",
|
|
8
|
+
dropdowns: "dropdowns-erBLYh",
|
|
9
|
+
"select-trigger": "select-trigger-hOsFML",
|
|
10
|
+
selectTrigger: "select-trigger-hOsFML",
|
|
11
|
+
"select-content": "select-content-_eFzfR",
|
|
12
|
+
selectContent: "select-content-_eFzfR",
|
|
13
|
+
"select-item": "select-item-V5Rg6u",
|
|
14
|
+
selectItem: "select-item-V5Rg6u",
|
|
15
|
+
"select-chevrons": "select-chevrons-kPRdHE",
|
|
16
|
+
selectChevrons: "select-chevrons-kPRdHE",
|
|
17
|
+
"scroll-area": "scroll-area-epmyLI",
|
|
18
|
+
scrollArea: "scroll-area-epmyLI",
|
|
19
|
+
disabled: "disabled-xiZ9Hf",
|
|
20
|
+
hidden: "hidden-UklZZ2",
|
|
21
|
+
outside: "outside-V5MXWM",
|
|
22
|
+
footer: "footer-QtfvNg",
|
|
23
|
+
weekdays: "weekdays-qlRhV0",
|
|
24
|
+
weekday: "weekday-WkecO9",
|
|
25
|
+
"caption-label": "caption-label-s72ral",
|
|
26
|
+
captionLabel: "caption-label-s72ral",
|
|
27
|
+
"month-grid": "month-grid-o9jb0q",
|
|
28
|
+
monthGrid: "month-grid-o9jb0q",
|
|
29
|
+
week: "week-kpm7YL",
|
|
30
|
+
day: "day-iMPvhj",
|
|
31
|
+
today: "today-vDw_Vq",
|
|
32
|
+
"day-selected": "day-selected-zpU4nM",
|
|
33
|
+
daySelected: "day-selected-zpU4nM",
|
|
34
|
+
"day-button": "day-button-Fo6dMw",
|
|
35
|
+
dayButton: "day-button-Fo6dMw",
|
|
36
|
+
"button-range": "button-range-ut02cG",
|
|
37
|
+
buttonRange: "button-range-ut02cG",
|
|
38
|
+
"range-start": "range-start-UCMex_",
|
|
39
|
+
rangeStart: "range-start-UCMex_",
|
|
40
|
+
"range-end": "range-end-JI4MZO",
|
|
41
|
+
rangeEnd: "range-end-JI4MZO",
|
|
42
|
+
"range-middle": "range-middle-ZVXPRk",
|
|
43
|
+
rangeMiddle: "range-middle-ZVXPRk"
|
|
44
|
+
};
|
|
45
|
+
export { calendar_module as default };
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
@layer infonomic-base, infonomic-utilities, infonomic-theme, infonomic-typography;
|
|
2
2
|
|
|
3
3
|
@layer infonomic-components {
|
|
4
|
-
.day-picker-
|
|
4
|
+
.day-picker-y7Hl7p {
|
|
5
5
|
padding: var(--spacing-3);
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.months-
|
|
8
|
+
.months-b87F7E {
|
|
9
9
|
gap: var(--spacing-4);
|
|
10
10
|
flex-direction: column;
|
|
11
11
|
display: flex;
|
|
12
12
|
position: relative;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.months-caption-
|
|
15
|
+
.months-caption-kDTTdX {
|
|
16
16
|
justify-content: center;
|
|
17
17
|
align-items: center;
|
|
18
18
|
height: 1.75rem;
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
position: relative;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.dropdowns-
|
|
23
|
+
.dropdowns-erBLYh {
|
|
24
24
|
justify-content: center;
|
|
25
25
|
align-items: center;
|
|
26
26
|
gap: var(--spacing-2);
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
display: flex;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.select-trigger-
|
|
31
|
+
.select-trigger-hOsFML {
|
|
32
32
|
width: 100%;
|
|
33
33
|
height: 2.25rem;
|
|
34
34
|
font-size: .875rem;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.select-content-
|
|
37
|
+
.select-content-_eFzfR {
|
|
38
38
|
z-index: 100;
|
|
39
39
|
background-color: var(--background);
|
|
40
40
|
color: var(--foreground);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.select-item-
|
|
43
|
+
.select-item-V5Rg6u {
|
|
44
44
|
cursor: pointer;
|
|
45
45
|
border: none;
|
|
46
46
|
justify-content: center;
|
|
@@ -51,17 +51,17 @@
|
|
|
51
51
|
display: flex;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.select-item-
|
|
54
|
+
.select-item-V5Rg6u:hover {
|
|
55
55
|
background-color: var(--gray-50);
|
|
56
56
|
color: var(--foreground);
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.select-chevrons-
|
|
59
|
+
.select-chevrons-kPRdHE {
|
|
60
60
|
stroke: var(--primary-400);
|
|
61
61
|
opacity: .7;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.scroll-area-
|
|
64
|
+
.scroll-area-epmyLI {
|
|
65
65
|
border: 1px solid var(--border-color);
|
|
66
66
|
background-color: var(--background);
|
|
67
67
|
text-align: center;
|
|
@@ -69,43 +69,43 @@
|
|
|
69
69
|
height: 240px;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.disabled-
|
|
72
|
+
.disabled-xiZ9Hf {
|
|
73
73
|
color: var(--muted);
|
|
74
74
|
opacity: .5;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
.hidden-
|
|
77
|
+
.hidden-UklZZ2 {
|
|
78
78
|
visibility: hidden;
|
|
79
79
|
flex: 1;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
.outside-
|
|
82
|
+
.outside-V5MXWM {
|
|
83
83
|
color: var(--muted);
|
|
84
84
|
opacity: .5;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.outside-
|
|
87
|
+
.outside-V5MXWM[aria-selected="true"] {
|
|
88
88
|
color: var(--muted);
|
|
89
89
|
opacity: .3;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.footer-
|
|
92
|
+
.footer-QtfvNg {
|
|
93
93
|
padding-top: var(--spacing-3);
|
|
94
94
|
font-size: .875rem;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
.weekdays-
|
|
97
|
+
.weekdays-qlRhV0 {
|
|
98
98
|
display: flex;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
.weekday-
|
|
101
|
+
.weekday-WkecO9 {
|
|
102
102
|
width: 2.25rem;
|
|
103
103
|
color: var(--muted);
|
|
104
104
|
font-size: .875rem;
|
|
105
105
|
font-weight: normal;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.caption-label-
|
|
108
|
+
.caption-label-s72ral {
|
|
109
109
|
text-overflow: ellipsis;
|
|
110
110
|
white-space: nowrap;
|
|
111
111
|
font-size: .875rem;
|
|
@@ -113,20 +113,20 @@
|
|
|
113
113
|
overflow: hidden;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
.month-grid-
|
|
116
|
+
.month-grid-o9jb0q {
|
|
117
117
|
margin-left: auto;
|
|
118
118
|
margin-right: auto;
|
|
119
119
|
margin-top: var(--spacing-4);
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
.week-
|
|
122
|
+
.week-kpm7YL {
|
|
123
123
|
margin-top: var(--spacing-2);
|
|
124
124
|
align-items: flex-start;
|
|
125
125
|
width: max-content;
|
|
126
126
|
display: flex;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
.day-
|
|
129
|
+
.day-iMPvhj {
|
|
130
130
|
flex: 1;
|
|
131
131
|
justify-content: center;
|
|
132
132
|
align-items: center;
|
|
@@ -137,21 +137,21 @@
|
|
|
137
137
|
display: flex;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
.day-
|
|
140
|
+
.day-iMPvhj > button {
|
|
141
141
|
color: var(--foreground);
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
.today-
|
|
144
|
+
.today-vDw_Vq > button {
|
|
145
145
|
border: solid 1px var(--primary-300);
|
|
146
146
|
color: var(--foreground);
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
.day-
|
|
149
|
+
.day-iMPvhj > button:hover, .day-selected-zpU4nM > button {
|
|
150
150
|
background-color: var(--primary-400);
|
|
151
151
|
color: #fff;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
|
-
.day-button-
|
|
154
|
+
.day-button-Fo6dMw {
|
|
155
155
|
border-radius: var(--border-radius-md);
|
|
156
156
|
width: 2.25rem;
|
|
157
157
|
height: 2.25rem;
|
|
@@ -160,95 +160,95 @@
|
|
|
160
160
|
transition: none;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
-
.day-button-
|
|
163
|
+
.day-button-Fo6dMw[aria-selected="true"] {
|
|
164
164
|
opacity: 1;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
.button-range-
|
|
167
|
+
.button-range-ut02cG {
|
|
168
168
|
background-color: var(--gray-100);
|
|
169
169
|
color: var(--foreground);
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
-
.button-range-
|
|
172
|
+
.button-range-ut02cG > button {
|
|
173
173
|
background-color: var(--primary-400);
|
|
174
174
|
color: #fff;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.button-range-
|
|
177
|
+
.button-range-ut02cG > button:hover {
|
|
178
178
|
background-color: var(--primary-400);
|
|
179
179
|
color: var(--foreground);
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
.range-start-
|
|
182
|
+
.range-start-UCMex_ {
|
|
183
183
|
border-top-left-radius: var(--border-radius-md);
|
|
184
184
|
border-bottom-left-radius: var(--border-radius-md);
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
.range-end-
|
|
187
|
+
.range-end-JI4MZO {
|
|
188
188
|
border-top-right-radius: var(--border-radius-md);
|
|
189
189
|
border-bottom-right-radius: var(--border-radius-md);
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
.range-middle-
|
|
192
|
+
.range-middle-ZVXPRk {
|
|
193
193
|
background-color: var(--gray-50);
|
|
194
194
|
color: var(--foreground);
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
.range-middle-
|
|
197
|
+
.range-middle-ZVXPRk > button, .range-middle-ZVXPRk > button:hover {
|
|
198
198
|
color: var(--foreground);
|
|
199
199
|
background-color: #0000;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
@media (min-width: 640px) {
|
|
203
|
-
.months-
|
|
203
|
+
.months-b87F7E {
|
|
204
204
|
flex-direction: row;
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
.dark .select-content-
|
|
208
|
+
.dark .select-content-_eFzfR, .dark .scroll-area-epmyLI {
|
|
209
209
|
background-color: var(--canvas-800);
|
|
210
210
|
color: var(--foreground);
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
.dark .select-item-
|
|
213
|
+
.dark .select-item-V5Rg6u:hover {
|
|
214
214
|
background-color: var(--primary-400);
|
|
215
215
|
color: var(--foreground);
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
.dark .select-chevrons-
|
|
218
|
+
.dark .select-chevrons-kPRdHE {
|
|
219
219
|
stroke: var(--primary-200);
|
|
220
220
|
opacity: .7;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
.dark .footer-
|
|
223
|
+
.dark .footer-QtfvNg {
|
|
224
224
|
color: var(--muted);
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
.dark .day-
|
|
227
|
+
.dark .day-iMPvhj > button {
|
|
228
228
|
color: var(--foreground);
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.dark .day-
|
|
231
|
+
.dark .day-iMPvhj > button:hover, .dark .day-selected-zpU4nM > button {
|
|
232
232
|
background-color: var(--primary-400);
|
|
233
233
|
color: var(--foreground);
|
|
234
234
|
}
|
|
235
235
|
|
|
236
|
-
.dark .today-
|
|
236
|
+
.dark .today-vDw_Vq > button {
|
|
237
237
|
border: solid 1px var(--primary-300);
|
|
238
238
|
color: var(--foreground);
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
-
.dark .button-range-
|
|
241
|
+
.dark .button-range-ut02cG {
|
|
242
242
|
background-color: var(--canvas-700);
|
|
243
243
|
color: var(--foreground);
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
.dark .button-range-
|
|
246
|
+
.dark .button-range-ut02cG > button, .dark .button-range-ut02cG > button:hover {
|
|
247
247
|
background-color: var(--primary-400);
|
|
248
248
|
color: var(--foreground);
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.dark .range-middle-
|
|
251
|
+
.dark .range-middle-ZVXPRk, .dark .range-middle-ZVXPRk > button {
|
|
252
252
|
background-color: var(--canvas-700);
|
|
253
253
|
color: var(--foreground);
|
|
254
254
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox-group.d.ts","sourceRoot":"","sources":["../../../src/components/
|
|
1
|
+
{"version":3,"file":"checkbox-group.d.ts","sourceRoot":"","sources":["../../../src/components/forms/checkbox-group.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAK9B,MAAM,WAAW,kBAAkB;IACjC,SAAS,EAAE,MAAM,CAAA;IACjB,UAAU,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IAC3C,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,CAAC,aAAa,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;CAC7C;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA6DtD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/
|
|
1
|
+
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/forms/checkbox.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAEnC,OAAO,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAKjE,MAAM,WAAW,KAAM,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IAC1E,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,IAAI,CAAA;IACX,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,GAAG,eAAe,KAAK,IAAI,CAAA;CAC/D;AAED,eAAO,MAAM,QAAQ,GAAqB,6KAkBvC,KAAK,GAAG;IACT,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAA;CACzC,KAAG,KAAK,CAAC,GAAG,CAAC,OA6Cb,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import "./checkbox_module.css";
|
|
2
|
+
const checkbox_module = {
|
|
3
|
+
container: "container-Mu7CJl",
|
|
4
|
+
reverse: "reverse-lTpLV5",
|
|
5
|
+
checkbox: "checkbox-FiKZnf",
|
|
6
|
+
indicator: "indicator-uDQYoF",
|
|
7
|
+
icon: "icon-gwRvT_",
|
|
8
|
+
checkBoxIn: "checkBoxIn-DSnbUl",
|
|
9
|
+
checkBoxOut: "checkBoxOut-lbT33D",
|
|
10
|
+
label: "label-rsCVhp",
|
|
11
|
+
errorText: "errorText-nwgg63",
|
|
12
|
+
sm: "sm-FMFjMf",
|
|
13
|
+
md: "md-iztHYW",
|
|
14
|
+
lg: "lg-GVxECP",
|
|
15
|
+
outlined: "outlined-VB1vGz",
|
|
16
|
+
filled: "filled-aCYMdF",
|
|
17
|
+
primary: "primary-OnpxZl",
|
|
18
|
+
secondary: "secondary-AWuj0h",
|
|
19
|
+
noeffect: "noeffect-iWFjDW",
|
|
20
|
+
success: "success-fdV1Bf",
|
|
21
|
+
info: "info-nDP5Bh",
|
|
22
|
+
warning: "warning-leHmkw",
|
|
23
|
+
danger: "danger-LGwa4G"
|
|
24
|
+
};
|
|
25
|
+
export { checkbox_module as default };
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
@layer infonomic-base, infonomic-utilities, infonomic-theme, infonomic-typography;
|
|
2
2
|
|
|
3
3
|
@layer infonomic-components {
|
|
4
|
-
.container-
|
|
4
|
+
.container-Mu7CJl {
|
|
5
5
|
align-items: center;
|
|
6
6
|
gap: var(--gap-2);
|
|
7
7
|
display: flex;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.reverse-
|
|
10
|
+
.reverse-lTpLV5 {
|
|
11
11
|
flex-direction: row-reverse;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.checkbox-
|
|
14
|
+
.checkbox-FiKZnf {
|
|
15
15
|
border-radius: var(--border-radius-sm);
|
|
16
16
|
transition: all var(--transition-normal);
|
|
17
17
|
justify-content: center;
|
|
@@ -19,89 +19,89 @@
|
|
|
19
19
|
display: inline-flex;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.checkbox-
|
|
22
|
+
.checkbox-FiKZnf[data-state="checked"] {
|
|
23
23
|
--ring-offset-color: var(--background);
|
|
24
24
|
--ring-offset-shadow: var(--ring-inset) 0 0 0 var(--ring-offset-width) var(--ring-offset-color);
|
|
25
25
|
--ring-shadow: var(--ring-inset) 0 0 0 calc(1px + var(--ring-offset-width)) var(--ring-color);
|
|
26
26
|
box-shadow: var(--ring-offset-shadow), var(--ring-shadow), var(--shadow, 0 0 #0000);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.checkbox-
|
|
29
|
+
.checkbox-FiKZnf:disabled, .checkbox-FiKZnf[disabled] {
|
|
30
30
|
pointer-events: none;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.indicator-
|
|
33
|
+
.indicator-uDQYoF {
|
|
34
34
|
justify-content: center;
|
|
35
35
|
align-items: center;
|
|
36
36
|
display: flex;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.icon-
|
|
39
|
+
.icon-gwRvT_ {
|
|
40
40
|
width: 20px;
|
|
41
41
|
height: 20px;
|
|
42
42
|
color: var(--checkbox-icon-color);
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.indicator-
|
|
45
|
+
.indicator-uDQYoF[data-state="checked"] .icon-gwRvT_ {
|
|
46
46
|
opacity: 1;
|
|
47
|
-
animation: .3s cubic-bezier(.25, 1.5, .5, 1) forwards checkBoxIn-
|
|
47
|
+
animation: .3s cubic-bezier(.25, 1.5, .5, 1) forwards checkBoxIn-DSnbUl;
|
|
48
48
|
transform: scale(1);
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.indicator-
|
|
51
|
+
.indicator-uDQYoF[data-state="unchecked"] .icon-gwRvT_ {
|
|
52
52
|
opacity: 0;
|
|
53
|
-
animation: .2s ease-in checkBoxOut-
|
|
53
|
+
animation: .2s ease-in checkBoxOut-lbT33D;
|
|
54
54
|
transform: scale(.8);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.label-
|
|
57
|
+
.label-rsCVhp {
|
|
58
58
|
cursor: pointer;
|
|
59
59
|
color: var(--label-color);
|
|
60
60
|
margin-left: .25rem;
|
|
61
61
|
font-weight: 500;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.checkbox-
|
|
64
|
+
.checkbox-FiKZnf:disabled ~ .label-rsCVhp, .checkbox-FiKZnf[disabled] ~ .label-rsCVhp {
|
|
65
65
|
pointer-events: none;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
.errorText-
|
|
68
|
+
.errorText-nwgg63 {
|
|
69
69
|
color: red;
|
|
70
70
|
margin-top: .25rem;
|
|
71
71
|
font-size: .875rem;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.sm-
|
|
74
|
+
.sm-FMFjMf {
|
|
75
75
|
width: 18px;
|
|
76
76
|
height: 18px;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.md-
|
|
79
|
+
.md-iztHYW {
|
|
80
80
|
width: 20px;
|
|
81
81
|
height: 20px;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
.lg-
|
|
84
|
+
.lg-GVxECP {
|
|
85
85
|
width: 22px;
|
|
86
86
|
height: 22px;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
.outlined-
|
|
89
|
+
.outlined-VB1vGz {
|
|
90
90
|
border: 2px solid var(--checkbox-variant-outlined-border);
|
|
91
91
|
--checkbox-icon-color: white;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
.outlined-
|
|
94
|
+
.outlined-VB1vGz[data-state="checked"] {
|
|
95
95
|
--ring-color: var(--checkbox-variant-outline-ring-color);
|
|
96
96
|
background-color: var(--checkbox-variant-outlined);
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
.filled-
|
|
99
|
+
.filled-aCYMdF {
|
|
100
100
|
background-color: var(--checkbox-variant-filled);
|
|
101
101
|
--checkbox-icon-color: white;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.primary-
|
|
104
|
+
.primary-OnpxZl {
|
|
105
105
|
--checkbox-variant-outlined-border: var(--fill-primary-strong);
|
|
106
106
|
--checkbox-variant-outlined: var(--fill-primary-strong);
|
|
107
107
|
--checkbox-variant-outlined-hover-border: var(--fill-primary-strong-hover);
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
--checkbox-icon-color: var(--text-on-primary);
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.secondary-
|
|
113
|
+
.secondary-AWuj0h {
|
|
114
114
|
--checkbox-variant-outlined-border: var(--fill-secondary-strong);
|
|
115
115
|
--checkbox-variant-outlined: var(--fill-secondary-strong);
|
|
116
116
|
--checkbox-variant-outlined-hover-border: var(--fill-secondary-strong-hover);
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
--checkbox-icon-color: var(--text-on-secondary);
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
.noeffect-
|
|
122
|
+
.noeffect-iWFjDW {
|
|
123
123
|
--checkbox-variant-outlined-border: var(--fill-noeffect-strong);
|
|
124
124
|
--checkbox-variant-outlined: var(--fill-noeffect-strong);
|
|
125
125
|
--checkbox-variant-outlined-hover-border: var(--fill-noeffect-strong-hover);
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
--checkbox-icon-color: var(--text-on-noeffect);
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.success-
|
|
131
|
+
.success-fdV1Bf {
|
|
132
132
|
--checkbox-variant-outlined-border: var(--fill-success-strong);
|
|
133
133
|
--checkbox-variant-outlined: var(--fill-success-strong);
|
|
134
134
|
--checkbox-variant-outlined-hover-border: var(--fill-success-strong-hover);
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
--checkbox-icon-color: var(--text-on-success);
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
.info-
|
|
140
|
+
.info-nDP5Bh {
|
|
141
141
|
--checkbox-variant-outlined-border: var(--fill-info-strong);
|
|
142
142
|
--checkbox-variant-outlined: var(--fill-info-strong);
|
|
143
143
|
--checkbox-variant-outlined-hover-border: var(--fill-info-strong-hover);
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
--checkbox-icon-color: var(--text-on-info);
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
.warning-
|
|
149
|
+
.warning-leHmkw {
|
|
150
150
|
--checkbox-variant-outlined-border: var(--fill-warning-strong);
|
|
151
151
|
--checkbox-variant-outlined: var(--fill-warning-strong);
|
|
152
152
|
--checkbox-variant-outlined-hover-border: var(--fill-warning-strong-hover);
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
--checkbox-icon-color: var(--text-on-warning);
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
.danger-
|
|
158
|
+
.danger-LGwa4G {
|
|
159
159
|
--checkbox-variant-outlined-border: var(--fill-danger-strong);
|
|
160
160
|
--checkbox-variant-outlined: var(--fill-danger-strong);
|
|
161
161
|
--checkbox-variant-outlined-hover-border: var(--fill-danger-strong-hover);
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
--checkbox-icon-color: var(--text-on-danger);
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
@keyframes checkBoxIn-
|
|
167
|
+
@keyframes checkBoxIn-DSnbUl {
|
|
168
168
|
0% {
|
|
169
169
|
opacity: 0;
|
|
170
170
|
transform: scale(.8);
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
@keyframes checkBoxOut-
|
|
187
|
+
@keyframes checkBoxOut-lbT33D {
|
|
188
188
|
from {
|
|
189
189
|
opacity: 1;
|
|
190
190
|
transform: scale(1);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-text.d.ts","sourceRoot":"","sources":["../../../src/components/
|
|
1
|
+
{"version":3,"file":"error-text.d.ts","sourceRoot":"","sources":["../../../src/components/forms/error-text.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAI9B,UAAU,cAAc;IACtB,EAAE,EAAE,MAAM,CAAA;IACV,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;CACb;AAED,wBAAgB,SAAS,CAAC,EAAE,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,EAAE,cAAc,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAMpF"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
@layer infonomic-base, infonomic-utilities, infonomic-theme, infonomic-typography;
|
|
2
2
|
|
|
3
3
|
@layer infonomic-components {
|
|
4
|
-
.text-
|
|
4
|
+
.text-xJE0DB {
|
|
5
5
|
color: var(--red-500);
|
|
6
6
|
font-size: .875rem;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.dark .text-
|
|
9
|
+
.dark .text-xJE0DB:not(:where([class~="not-dark"], [class~="not-dark"] *)) {
|
|
10
10
|
color: var(--red-400);
|
|
11
11
|
}
|
|
12
12
|
}
|