@arkyn/components 1.3.28 → 1.3.29
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/base-variables.css +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/newComponents/IconButton/index.d.ts.map +1 -0
- package/dist/newComponents/Input/CpfCpnjInput/getConfig.d.ts.map +1 -0
- package/dist/newComponents/Input/CpfCpnjInput/index.d.ts.map +1 -0
- package/dist/newComponents/Input/CpfCpnjInput/utils.d.ts.map +1 -0
- package/dist/newComponents/Input/CurrencyInput/getConfig.d.ts.map +1 -0
- package/dist/newComponents/Input/CurrencyInput/index.d.ts.map +1 -0
- package/dist/newComponents/Input/CurrencyInput/utils.d.ts.map +1 -0
- package/dist/{components/Input/CpfCpnjInput → newComponents/Input/MaskInput}/getConfig.d.ts.map +1 -1
- package/dist/newComponents/Input/MaskInput/index.d.ts.map +1 -0
- package/dist/newComponents/Input/SimpleInput/getConfig.d.ts.map +1 -0
- package/dist/newComponents/Input/SimpleInput/index.d.ts.map +1 -0
- package/dist/newComponents/Input/index.d.ts.map +1 -0
- package/dist/newComponents/Input/utils/morpheme.d.ts.map +1 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/index.ts +2 -2
- package/src/newComponents/Button/styles.css +0 -4
- package/src/newComponents/IconButton/styles.css +160 -0
- package/src/{components → newComponents}/Input/styles.css +25 -27
- package/dist/components/IconButton/index.d.ts.map +0 -1
- package/dist/components/Input/CpfCpnjInput/index.d.ts.map +0 -1
- package/dist/components/Input/CpfCpnjInput/utils.d.ts.map +0 -1
- package/dist/components/Input/CurrencyInput/getConfig.d.ts.map +0 -1
- package/dist/components/Input/CurrencyInput/index.d.ts.map +0 -1
- package/dist/components/Input/CurrencyInput/utils.d.ts.map +0 -1
- package/dist/components/Input/MaskInput/getConfig.d.ts.map +0 -1
- package/dist/components/Input/MaskInput/index.d.ts.map +0 -1
- package/dist/components/Input/SimpleInput/getConfig.d.ts.map +0 -1
- package/dist/components/Input/SimpleInput/index.d.ts.map +0 -1
- package/dist/components/Input/index.d.ts.map +0 -1
- package/dist/components/Input/utils/morpheme.d.ts.map +0 -1
- package/src/components/IconButton/styles.css +0 -318
- /package/dist/{components → newComponents}/IconButton/index.d.ts +0 -0
- /package/dist/{components → newComponents}/IconButton/index.js +0 -0
- /package/dist/{components → newComponents}/Input/CpfCpnjInput/getConfig.d.ts +0 -0
- /package/dist/{components → newComponents}/Input/CpfCpnjInput/getConfig.js +0 -0
- /package/dist/{components → newComponents}/Input/CpfCpnjInput/index.d.ts +0 -0
- /package/dist/{components → newComponents}/Input/CpfCpnjInput/index.js +0 -0
- /package/dist/{components → newComponents}/Input/CpfCpnjInput/utils.d.ts +0 -0
- /package/dist/{components → newComponents}/Input/CpfCpnjInput/utils.js +0 -0
- /package/dist/{components → newComponents}/Input/CurrencyInput/getConfig.d.ts +0 -0
- /package/dist/{components → newComponents}/Input/CurrencyInput/getConfig.js +0 -0
- /package/dist/{components → newComponents}/Input/CurrencyInput/index.d.ts +0 -0
- /package/dist/{components → newComponents}/Input/CurrencyInput/index.js +0 -0
- /package/dist/{components → newComponents}/Input/CurrencyInput/utils.d.ts +0 -0
- /package/dist/{components → newComponents}/Input/CurrencyInput/utils.js +0 -0
- /package/dist/{components → newComponents}/Input/MaskInput/getConfig.d.ts +0 -0
- /package/dist/{components → newComponents}/Input/MaskInput/getConfig.js +0 -0
- /package/dist/{components → newComponents}/Input/MaskInput/index.d.ts +0 -0
- /package/dist/{components → newComponents}/Input/MaskInput/index.js +0 -0
- /package/dist/{components → newComponents}/Input/SimpleInput/getConfig.d.ts +0 -0
- /package/dist/{components → newComponents}/Input/SimpleInput/getConfig.js +0 -0
- /package/dist/{components → newComponents}/Input/SimpleInput/index.d.ts +0 -0
- /package/dist/{components → newComponents}/Input/SimpleInput/index.js +0 -0
- /package/dist/{components → newComponents}/Input/index.d.ts +0 -0
- /package/dist/{components → newComponents}/Input/index.js +0 -0
- /package/dist/{components → newComponents}/Input/utils/morpheme.d.ts +0 -0
- /package/dist/{components → newComponents}/Input/utils/morpheme.js +0 -0
- /package/src/{components → newComponents}/IconButton/index.tsx +0 -0
- /package/src/{components → newComponents}/Input/CpfCpnjInput/getConfig.tsx +0 -0
- /package/src/{components → newComponents}/Input/CpfCpnjInput/index.tsx +0 -0
- /package/src/{components → newComponents}/Input/CpfCpnjInput/utils.ts +0 -0
- /package/src/{components → newComponents}/Input/CurrencyInput/getConfig.tsx +0 -0
- /package/src/{components → newComponents}/Input/CurrencyInput/index.tsx +0 -0
- /package/src/{components → newComponents}/Input/CurrencyInput/utils.ts +0 -0
- /package/src/{components → newComponents}/Input/MaskInput/getConfig.tsx +0 -0
- /package/src/{components → newComponents}/Input/MaskInput/index.tsx +0 -0
- /package/src/{components → newComponents}/Input/SimpleInput/getConfig.tsx +0 -0
- /package/src/{components → newComponents}/Input/SimpleInput/index.tsx +0 -0
- /package/src/{components → newComponents}/Input/index.tsx +0 -0
- /package/src/{components → newComponents}/Input/utils/morpheme.tsx +0 -0
package/base-variables.css
CHANGED
package/dist/index.d.ts
CHANGED
@@ -4,8 +4,8 @@ export { Skeleton } from "./components/Skeleton";
|
|
4
4
|
export { Button } from "./newComponents/Button";
|
5
5
|
export { Checkbox } from "./newComponents/Checkbox";
|
6
6
|
export { FormController, FormError, FormLabel } from "./newComponents/Form";
|
7
|
-
export { IconButton } from "./
|
8
|
-
export { Input } from "./
|
7
|
+
export { IconButton } from "./newComponents/IconButton";
|
8
|
+
export { Input } from "./newComponents/Input";
|
9
9
|
export { Select } from "./components/Select";
|
10
10
|
export { Breadcrumb, BreadcrumbLink } from "./newComponents/Breadcrumb";
|
11
11
|
export { Modal } from "./newComponents/Modal";
|
package/dist/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAGjD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAGjD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAG7C,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAGxE,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAG/C,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAG5C,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC"}
|
package/dist/index.js
CHANGED
@@ -6,8 +6,8 @@ export { Skeleton } from "./components/Skeleton";
|
|
6
6
|
export { Button } from "./newComponents/Button";
|
7
7
|
export { Checkbox } from "./newComponents/Checkbox";
|
8
8
|
export { FormController, FormError, FormLabel } from "./newComponents/Form";
|
9
|
-
export { IconButton } from "./
|
10
|
-
export { Input } from "./
|
9
|
+
export { IconButton } from "./newComponents/IconButton";
|
10
|
+
export { Input } from "./newComponents/Input";
|
11
11
|
export { Select } from "./components/Select";
|
12
12
|
// Navigation
|
13
13
|
export { Breadcrumb, BreadcrumbLink } from "./newComponents/Breadcrumb";
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/newComponents/IconButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAGpD,OAAO,cAAc,CAAC;AAStB,iBAAS,UAAU,CAAC,IAAI,EAAE,eAAe,2CA6BxC;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/newComponents/Input/CpfCpnjInput/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAMtD,iBAAS,SAAS,CAAC,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkE9D;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/newComponents/Input/CpfCpnjInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAStD,iBAAS,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CAmG7C;AAED,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/newComponents/Input/CpfCpnjInput/utils.ts"],"names":[],"mappings":"AAAA,iBAAS,KAAK,CAAC,KAAK,EAAE,MAAM,UAE3B;AAED,iBAAS,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,GAAG,MAAM,UAYrD;AAED,iBAAS,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAE9C;AAED,QAAA,MAAM,KAAK;;;CAGV,CAAC;AAEF,QAAA,MAAM,UAAU,QAA2B,CAAC;AAE5C,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/newComponents/Input/CurrencyInput/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAKvD,iBAAS,SAAS,CAAC,KAAK,EAAE,kBAAkB,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwD/D;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/newComponents/Input/CurrencyInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AASvD,iBAAS,aAAa,CAAC,KAAK,EAAE,kBAAkB,2CA6F/C;AAED,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/newComponents/Input/CurrencyInput/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAM3C,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,iBAAS,YAAY,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,UAUzD;AAED,iBAAS,oBAAoB,CAAC,IAAI,EAAE,cAAc,QA4BjD;AAED,OAAO,EAAE,YAAY,EAAE,oBAAoB,EAAE,CAAC"}
|
package/dist/{components/Input/CpfCpnjInput → newComponents/Input/MaskInput}/getConfig.d.ts.map
RENAMED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/
|
1
|
+
{"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/newComponents/Input/MaskInput/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAKrD,iBAAS,SAAS,CAAC,KAAK,EAAE,gBAAgB,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuD7D;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/newComponents/Input/MaskInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAgBrD,iBAAS,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CA2E3C;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/newComponents/Input/SimpleInput/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAKrD,iBAAS,SAAS,CAAC,KAAK,EAAE,gBAAgB,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoD7D;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/newComponents/Input/SimpleInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAQrD,iBAAS,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAkF3C;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/newComponents/Input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAO/C,OAAO,cAAc,CAAC;AAEtB,iBAAS,KAAK,CAAC,KAAK,EAAE,UAAU,2CAK/B;AAED,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"morpheme.d.ts","sourceRoot":"","sources":["../../../../src/newComponents/Input/utils/morpheme.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,iBAAS,QAAQ,CACf,IAAI,EAAE,UAAU,GAAG,MAAM,GAAG,SAAS,EACrC,QAAQ,EAAE,MAAM,EAChB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,2CAW1B;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
package/dist/style.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.arkyn_badge{display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid transparent}.arkyn_badge.solid{color:#fff}.arkyn_badge.solid.primary{background-color:rgba(var(--spotlights-primary),1)}.arkyn_badge.solid.danger{background-color:rgba(var(--spotlights-danger),1)}.arkyn_badge.solid.success{background-color:rgba(var(--spotlights-success),1)}.arkyn_badge.solid.warning{background-color:rgba(var(--spotlights-warning),1)}.arkyn_badge.solid.info{background-color:rgba(var(--spotlights-info),1)}.arkyn_button.outline{background-color:rgba(var(--spotlights-outline),1)}.arkyn_badge.outline.primary{color:rgba(var(--spotlights-primary),1);border-color:rgba(var(--spotlights-primary),1)}.arkyn_badge.outline.danger{color:rgba(var(--spotlights-danger),1);border-color:rgba(var(--spotlights-danger),1)}.arkyn_badge.outline.success{color:rgba(var(--spotlights-success),1);border-color:rgba(var(--spotlights-success),1)}.arkyn_badge.outline.warning{color:rgba(var(--spotlights-warning),1);border-color:rgba(var(--spotlights-warning),1)}.arkyn_badge.outline.info{color:rgba(var(--spotlights-info),1);border-color:rgba(var(--spotlights-info),1)}.arkyn_badge.ghost.primary{color:rgba(var(--spotlights-primary),1);background-color:rgba(var(--spotlights-primary),.2)}.arkyn_badge.ghost.danger{color:rgba(var(--spotlights-danger),1);background-color:rgba(var(--spotlights-danger),.2)}.arkyn_badge.ghost.success{color:rgba(var(--spotlights-success),1);background-color:rgba(var(--spotlights-success),.2)}.arkyn_badge.ghost.warning{color:rgba(var(--spotlights-warning),1);background-color:rgba(var(--spotlights-warning),.2)}.arkyn_badge.ghost.info{color:rgba(var(--spotlights-info),1);background-color:rgba(var(--spotlights-info),.2)}.arkyn_badge.lg{font-weight:400;font-size:12px;line-height:12px;border-radius:4px;padding:0 16px;height:24px}.arkyn_badge.md{font-weight:400;font-size:10px;line-height:10px;border-radius:4px;padding:0 12px;height:20px}.arkyn_divider{display:block;flex:1;background-color:var(--border)}.arkyn_divider.horizontal{width:100%;min-height:1px;max-height:1px}.arkyn_divider.vertical{height:100%;min-width:1px;max-width:1px}.arkyn_skeleton{width:100%;height:100%;border-radius:6px;background:linear-gradient(to right,#f0f0f0 4%,#e0e0e0 25%,#f0f0f0 36%);background-size:40rem 100%;animation:shimmer 1.5s infinite linear}@keyframes shimmer{0%{background-position:-40rem 0}to{background-position:40rem 0}}.arkyn_button{background:transparent;border:1px solid transparent;outline:1px solid transparent;position:relative;transition:.15s all ease-out}.arkyn_button:hover{cursor:pointer;filter:brightness(1.2)}.arkyn_button:disabled{cursor:not-allowed;opacity:.5}.arkyn_button .content{display:flex;align-items:center;justify-content:center;white-space:nowrap}.arkyn_button.solid{color:#fff}.arkyn_button.solid:disabled{opacity:.4}.arkyn_button.solid.primary{background-color:rgba(var(--spotlights-primary),1)}.arkyn_button.solid.danger{background-color:rgba(var(--spotlights-danger),1)}.arkyn_button.solid.success{background-color:rgba(var(--spotlights-success),1)}.arkyn_button.solid.warning{background-color:rgba(var(--spotlights-warning),1)}.arkyn_button.outline{background-color:rgba(var(--spotlights-outline),1);border-color:var(--border)}.arkyn_button.outline.primary{color:rgba(var(--spotlights-primary),1)}.arkyn_button.outline.danger{color:rgba(var(--spotlights-danger),1)}.arkyn_button.outline.success{color:rgba(var(--spotlights-success),1)}.arkyn_button.outline.warning{color:rgba(var(--spotlights-warning),1)}.arkyn_button.ghost.primary{color:rgba(var(--spotlights-primary),1);background-color:rgba(var(--spotlights-primary),.2)}.arkyn_button.ghost.danger{color:rgba(var(--spotlights-danger),1);background-color:rgba(var(--spotlights-danger),.2)}.arkyn_button.ghost.success{color:rgba(var(--spotlights-success),1);background-color:rgba(var(--spotlights-success),.2)}.arkyn_button.ghost.warning{color:rgba(var(--spotlights-warning),1);background-color:rgba(var(--spotlights-warning),.2)}.arkyn_button.invisible.primary{color:rgba(var(--spotlights-primary),1)}.arkyn_button.invisible.danger{color:rgba(var(--spotlights-danger),1)}.arkyn_button.invisible.success{color:rgba(var(--spotlights-success),1)}.arkyn_button.invisible.warning{color:rgba(var(--spotlights-warning),1)}.arkyn_button.lg{font-weight:600;font-size:14px;line-height:14px;border-radius:6px;padding:0 20px;height:44px}.arkyn_button.lg .content,.arkyn_button.lg .spinner{gap:16px}.arkyn_button.md{font-weight:600;font-size:14px;line-height:14px;border-radius:6px;gap:16px;padding:0 16px;height:40px}.arkyn_button.md .content,.arkyn_button.md .spinner{gap:14px}.arkyn_button.sm{font-weight:600;font-size:12px;line-height:12px;border-radius:6px;padding:0 16px;height:32px}.arkyn_button.sm .content,.arkyn_button.sm .spinner{gap:12px}.arkyn_button.xs{font-weight:600;font-size:10px;line-height:10px;border-radius:4px;padding:0 16px;height:24px}.arkyn_button.xs .content,.arkyn_button.xs .spinner{gap:8px}.arkyn_button .spinner{display:flex;align-items:center;justify-content:center;white-space:nowrap;opacity:0}.arkyn_button .spinner>svg{animation:spin 2s linear infinite}.arkyn_button.loading_text_false .spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.arkyn_button.loading_text_true .spinner{max-height:0px}.arkyn_button.loading_true .content{opacity:0;max-height:0px}.arkyn_button.loading_true .spinner{opacity:1;max-height:unset}.arkyn_form_controller{display:flex;flex-direction:column;gap:6px}.arkyn_checkbox{display:flex;align-items:center;justify-content:center;border:2px solid var(--border);background-color:var(--background)}.arkyn_checkbox:hover{cursor:pointer}.arkyn_checkbox svg{display:none;stroke-width:3px}.arkyn_checkbox.sm{height:16px;width:16px;border-radius:2px}.arkyn_checkbox.sm svg{min-height:12px;min-width:12px}.arkyn_checkbox.md{height:20px;width:20px;border-radius:4px}.arkyn_checkbox.md svg{min-height:14px;min-width:14px}.arkyn_checkbox.lg{height:24px;width:24px;border-radius:6px}.arkyn_checkbox.lg svg{min-height:14px;min-width:14px}.arkyn_checkbox.checked{background-color:rgb(var(--spotlights-primary),1);border-color:rgb(var(--spotlights-primary),1)}.arkyn_checkbox.checked svg{display:unset;color:#fff}.arkyn_checkbox.error{border-color:rgb(var(--spotlights-danger),1)}.arkyn_form_error{font-size:12px;line-height:12px;font-weight:600;color:rgb(var(--spotlights-danger),1)}.arkyn_form_label{color:var(--text-body);font-size:14px;font-weight:600;line-height:19.07px}.arkyn_form_label.show-asterisk:before{content:"* ";font-size:12px;font-weight:600;line-height:16.34px;text-align:left;color:rgb(var(--spotlights-danger),1)}.arkyn_icon_button{background:transparent;border:1px solid transparent;outline:1px solid transparent;position:relative;transition:.15s all ease-out}.arkyn_icon_button:hover{cursor:pointer}.arkyn_icon_button:disabled{cursor:not-allowed;opacity:.5}.arkyn_icon_button .content{display:flex;align-items:center;justify-content:center}.arkyn_icon_button.solid{color:#fff}.arkyn_icon_button.solid:disabled{opacity:.4}.arkyn_icon_button.solid.primary{background-color:var(--primary-500)}.arkyn_icon_button.solid.primary:hover{background-color:var(--primary-400)}.arkyn_icon_button.solid.primary:disabled{background-color:var(--primary-400)}.arkyn_icon_button.solid.danger{background-color:var(--danger-600)}.arkyn_icon_button.solid.danger:hover{background-color:var(--danger-500)}.arkyn_icon_button.solid.danger:disabled{background-color:var(--danger-500)}.arkyn_icon_button.solid.success{background-color:var(--success-500)}.arkyn_icon_button.solid.success:hover{background-color:var(--success-400)}.arkyn_icon_button.solid.success:disabled{background-color:var(--success-400)}.arkyn_icon_button.solid.warning{background-color:var(--warning-600)}.arkyn_icon_button.solid.warning:hover{background-color:var(--warning-500)}.arkyn_icon_button.solid.warning:disabled{background-color:var(--warning-500)}.arkyn_icon_button.outline{border-color:var(--secondary-300)}.arkyn_icon_button.outline:hover{border-color:var(--secondary-200)}.arkyn_icon_button.outline:disabled{border-color:var(--secondary-200)}.arkyn_icon_button.outline.primary{color:var(--primary-500)}.arkyn_icon_button.outline.primary:hover{color:var(--primary-400)}.arkyn_icon_button.outline.primary:disabled{color:var(--primary-400)}.arkyn_icon_button.outline.danger{color:var(--danger-600)}.arkyn_icon_button.outline.danger:hover{color:var(--danger-500)}.arkyn_icon_button.outline.danger:disabled{color:var(--danger-500)}.arkyn_icon_button.outline.success{color:var(--success-500)}.arkyn_icon_button.outline.success:hover{color:var(--success-400)}.arkyn_icon_button.outline.success:disabled{color:var(--success-400)}.arkyn_icon_button.outline.warning{color:var(--warning-600)}.arkyn_icon_button.outline.warning:hover{color:var(--warning-500)}.arkyn_icon_button.outline.warning:disabled{color:var(--warning-500)}.arkyn_icon_button.ghost:disabled{opacity:.4}.arkyn_icon_button.ghost.primary{color:var(--primary-500);background-color:var(--primary-100)}.arkyn_icon_button.ghost.primary:hover{color:var(--primary-400);background-color:var(--primary-50)}.arkyn_icon_button.ghost.primary:disabled{color:var(--primary-400);background-color:var(--primary-50)}.arkyn_icon_button.ghost.danger{color:var(--danger-600);background-color:var(--danger-100)}.arkyn_icon_button.ghost.danger:hover{color:var(--danger-500);background-color:var(--danger-50)}.arkyn_icon_button.ghost.danger:disabled{color:var(--danger-500);background-color:var(--danger-50)}.arkyn_icon_button.ghost.success{color:var(--success-500);background-color:var(--success-100)}.arkyn_icon_button.ghost.success:hover{color:var(--success-400);background-color:var(--success-50)}.arkyn_icon_button.ghost.success:disabled{color:var(--success-400);background-color:var(--success-50)}.arkyn_icon_button.ghost.warning{color:var(--warning-600);background-color:var(--warning-100)}.arkyn_icon_button.ghost.warning:hover{color:var(--warning-500);background-color:var(--warning-50)}.arkyn_icon_button.ghost.warning:disabled{color:var(--warning-500);background-color:var(--warning-50)}.arkyn_icon_button.invisible:disabled{opacity:.4}.arkyn_icon_button.invisible.primary{color:var(--primary-500)}.arkyn_icon_button.invisible.primary:hover{color:var(--primary-400)}.arkyn_icon_button.invisible.primary:disabled{color:var(--primary-400)}.arkyn_icon_button.invisible.danger{color:var(--danger-600)}.arkyn_icon_button.invisible.danger:hover{color:var(--danger-500)}.arkyn_icon_button.invisible.danger:disabled{color:var(--danger-500)}.arkyn_icon_button.invisible.success{color:var(--success-500)}.arkyn_icon_button.invisible.success:hover{color:var(--success-400)}.arkyn_icon_button.invisible.success:disabled{color:var(--success-400)}.arkyn_icon_button.invisible.warning{color:var(--warning-600)}.arkyn_icon_button.invisible.warning:hover{color:var(--warning-500)}.arkyn_icon_button.invisible.warning:disabled{color:var(--warning-500)}.arkyn_icon_button.lg{border-radius:6px;height:44px;width:44px}.arkyn_icon_button.md{border-radius:6px;height:40px;width:40px}.arkyn_icon_button.sm{border-radius:6px;height:32px;width:32px}.arkyn_icon_button.xs{border-radius:4px;height:24px;width:24px}.arkyn_icon_button .spinner{display:flex;align-items:center;justify-content:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0}.arkyn_icon_button .spinner svg{animation:spin 2s linear infinite}.arkyn_icon_button.loading_true .content{opacity:0}.arkyn_icon_button.loading_true .spinner{opacity:1}.arkyn_input{flex:1;position:relative;display:flex;align-items:center;padding:0 16px;gap:8px;border-radius:6px;border:1px solid transparent;outline:1px solid transparent}.arkyn_input:hover{cursor:text}.arkyn_input input{border:none;outline:none;background:transparent;width:100%}.arkyn_input input{color:var(--secondary-900)}.arkyn_input .prefix,.arkyn_input .sufix{color:var(--secondary-600);background:var(--secondary-200);font-weight:400;display:flex;align-items:center;justify-content:center;position:absolute}.arkyn_input .prefix{left:0;top:0;bottom:0;border-radius:5px 0 0 5px;border-right:1px solid var(--secondary-300)}.arkyn_input .sufix{right:0;top:0;bottom:0;border-radius:0 5px 5px 0;border-left:1px solid var(--secondary-300)}.arkyn_input input::placeholder{color:var(--secondary-400)}.arkyn_input svg{color:var(--secondary-400)}.arkyn_input.errored svg{color:var(--danger-600)}.arkyn_input:not(.opacity).focused svg{color:var(--primary-500)}.arkyn_input.opacity{opacity:.5}.arkyn_input.solid{border-color:var(--secondary-300);background-color:var(--secondary-50)}.arkyn_input.solid.errored{border-color:var(--danger-600);outline-color:var(--danger-600)}.arkyn_input:not(.opacity).solid.focused{border-color:var(--primary-500);outline-color:var(--primary-500)}.arkyn_input.outline{border-color:var(--secondary-300)}.arkyn_input.outline.errored{border-color:var(--danger-600);outline-color:var(--danger-600)}.arkyn_input:not(.opacity).outline.focused{border-color:var(--primary-500);outline-color:var(--primary-500)}.arkyn_input.underline{border-radius:0;border-top:none;border-left:none;border-right:none;outline:none;border-color:var(--secondary-300)}.arkyn_input.underline .sufix,.arkyn_input.underline .prefix{display:none}.arkyn_input.underline:before{content:" ";position:absolute;height:1px;left:0;right:0;bottom:-2px;background:transparent}.arkyn_input.underline.errored{border-color:var(--danger-600)}.arkyn_input.underline.errored:before{background:var(--danger-600)}.arkyn_input:not(.opacity).underline.focused{border-color:var(--primary-500)}.arkyn_input:not(.opacity).underline.focused:before{background:var(--primary-500)}.arkyn_input.md input{min-height:40px;max-height:40px;font-size:14px;line-height:14px;font-weight:400}.arkyn_input.md input::placeholder{font-weight:400;font-size:14px;line-height:14px}.arkyn_input.md.hasPrefix{padding-left:60px}.arkyn_input.md.hasSufix{padding-right:60px}.arkyn_input.md .prefix,.arkyn_input.md .sufix{height:40px;width:44px;font-size:14px}.arkyn_input.lg input{min-height:44px;max-height:44px;line-height:16px;font-size:16px;font-weight:400}.arkyn_input.lg input::placeholder{font-weight:400;font-size:16px;line-height:16px}.arkyn_input.lg .prefix,.arkyn_input.lg .sufix{height:44px;width:48px;font-size:16px}.arkyn_input.lg.hasPrefix{padding-left:64px}.arkyn_input.lg.hasSufix{padding-right:64px}.arkyn_input .spinner{animation:spin 2s linear infinite}.arkyn_select{flex:1;position:relative;display:flex;align-items:center;padding:0 16px;gap:8px;border-radius:6px;border:1px solid transparent;outline:1px solid transparent}.arkyn_select:hover{cursor:pointer}.arkyn_select input{border:none;outline:none;background:transparent;width:100%}.arkyn_select input{color:var(--secondary-900)}.arkyn_select .prefix{color:var(--secondary-600);background:var(--secondary-200);font-weight:400;display:flex;align-items:center;justify-content:center;position:absolute}.arkyn_select .prefix{left:0;top:0;bottom:0;border-radius:5px 0 0 5px;border-right:1px solid var(--secondary-300)}.arkyn_select.placeholder_dark_true input::placeholder{color:var(--secondary-900)}.arkyn_select.placeholder_dark_false input::placeholder{color:var(--secondary-400)}.arkyn_select svg{color:var(--secondary-400)}.arkyn_select.errored svg{color:var(--danger-600)}.arkyn_select:not(.opacity).focused svg{color:var(--primary-500)}.arkyn_select.opacity{opacity:.5}.arkyn_select .arkyn_select_arrow{transition:.15s all ease-in-out;color:var(--secondary-400)}.arkyn_select:not(.opacity).focused .arkyn_select_arrow{transform:rotate(180deg)}.arkyn_select.solid{border-color:var(--secondary-300);background-color:var(--secondary-50)}.arkyn_select.solid.errored{border-color:var(--danger-600);outline-color:var(--danger-600)}.arkyn_select:not(.opacity).solid.focused{border-color:var(--primary-500);outline-color:var(--primary-500)}.arkyn_select.outline{border-color:var(--secondary-300)}.arkyn_select.outline.errored{border-color:var(--danger-600);outline-color:var(--danger-600)}.arkyn_select:not(.opacity).outline.focused{border-color:var(--primary-500);outline-color:var(--primary-500)}.arkyn_select.underline{border-radius:0;border-top:none;border-left:none;border-right:none;outline:none;border-color:var(--secondary-300)}.arkyn_select.underline .prefix{display:none}.arkyn_select.underline:before{content:" ";position:absolute;height:1px;left:0;right:0;bottom:-2px;background:transparent}.arkyn_select.underline.errored{border-color:var(--danger-600)}.arkyn_select.underline.errored:before{background:var(--danger-600)}.arkyn_select:not(.opacity).underline.focused{border-color:var(--primary-500)}.arkyn_select:not(.opacity).underline.focused:before{background:var(--primary-500)}.arkyn_select.md input{min-height:40px;max-height:40px;font-size:14px;line-height:14px;font-weight:400}.arkyn_select.md input::placeholder{font-weight:400;font-size:14px;line-height:14px}.arkyn_select.md.hasPrefix{padding-left:60px}.arkyn_select.md .prefix{height:40px;width:44px;font-size:14px}.arkyn_select.lg input{min-height:44px;max-height:44px;line-height:16px;font-size:16px;font-weight:400}.arkyn_select.lg input::placeholder{font-weight:400;font-size:16px;line-height:16px}.arkyn_select.lg .prefix{height:44px;width:48px;font-size:16px}.arkyn_select.lg.hasPrefix{padding-left:64px}.arkyn_select_content{position:absolute;z-index:6;top:calc(100% + 5px);left:-2px;right:-2px;border-radius:6px;list-style:none;display:flex;flex-direction:column;flex:1;overflow:hidden;height:max-content;border:1px solid var(--secondary-300);background-color:var(--secondary-50)}.arkyn_select_content .arkyn_select_option{display:flex;align-items:center;justify-content:space-between;font-weight:400;line-height:21.79px;color:var(--secondary-500)}.arkyn_select.md .arkyn_select_content .arkyn_select_option{font-size:14px;padding:8px 16px}.arkyn_select.lg .arkyn_select_content .arkyn_select_option{font-size:16px;padding:8px 16px}.arkyn_select_content>p{font-weight:400;font-size:14px;padding:16px;text-align:center;line-height:21.79px;color:var(--secondary-500)}.arkyn_select_content .arkyn_select_option svg{height:20px;width:20px;color:var(--primary-500);display:none}.arkyn_select_content .arkyn_select_option:hover{cursor:pointer;background-color:var(--secondary-100)}.arkyn_select_content .arkyn_select_option:not(:last-child){border-bottom:1px solid var(--secondary-300)}.arkyn_select_content .arkyn_select_option.active{font-weight:600;color:var(--secondary-900);background-color:var(--secondary-100)}.arkyn_select_content .arkyn_select_option.active svg{display:unset}.arkyn_select .spinner{animation:spin 2s linear infinite}.arkyn_select_overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:5}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.arkyn_breadcrumb{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:4px}.arkyn_breadcrumb_link{-webkit-user-select:none;user-select:none;text-decoration:none;font-size:14px;color:var(--text-body)}.arkyn_breadcrumb_link.active{color:var(--text-heading)}.arkyn_breadcrumb_link.inactive:hover{cursor:pointer;color:var(--text-heading)}.arkyn_breadcrumb_link:first-child>svg{display:none}.arkyn_breadcrumb_link:not(:first-child){display:flex;align-items:center;gap:4px}.arkyn_breadcrumb_link:not(:first-child)>svg{display:unset;color:var(--text-body)}.arkyn_modal_container{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:start;justify-content:center;padding:10vh 0;padding-bottom:2rem;overflow:auto;z-index:9999}.arkyn_modal_container>.overlay{position:fixed;z-index:9997;top:0;left:0;right:0;bottom:0;background:#00000080}.arkyn_modal_container>.overlay:hover{cursor:pointer}.arkyn_modal_container>.content{z-index:9999;border-radius:6px;background:var(--background-foreground)}.arkyn_modal_footer{display:flex;align-items:center;gap:16px;padding:16px;border-top:1px solid var(--border)}.arkyn_modal_footer.left{justify-content:flex-start}.arkyn_modal_footer.right{justify-content:flex-end}.arkyn_modal_footer.center{justify-content:center}.arkyn_modal_footer.between{justify-content:space-between}.arkyn_modal_footer.around{justify-content:space-around}.arkyn_modal_header{display:flex;align-items:center;justify-content:space-between;height:56px;padding:16px;font-size:16px;font-weight:600;line-height:20px;color:var(--text-heading);border-bottom:1px solid var(--border)}.arkyn_modal_header>button{display:flex;align-items:center;justify-content:center;padding:2px;border-radius:4px;border:none;background:none;color:var(--text-body);background-color:var(--background);transition:all .15s ease-out}.arkyn_modal_header>button:hover{cursor:pointer;filter:brightness(.9)}.arkyn_tooltip{position:relative;display:block}.arkyn_tooltip .arkyn_tooltip_text{visibility:hidden;opacity:0;position:absolute;transform:translate(-50%,-50%);white-space:nowrap;transition:.15s all ease-out;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:400;color:var(--secondary-100);background-color:var(--secondary-900);z-index:9999}.arkyn_tooltip.lg .arkyn_tooltip_text{font-size:14px;line-height:14px;padding:8px 12px}.arkyn_tooltip.md .arkyn_tooltip_text{font-size:12px;line-height:12px;padding:8px 12px}.arkyn_tooltip:hover .arkyn_tooltip_text{opacity:1;visibility:visible}.arkyn_tooltip.top .arkyn_tooltip_text{bottom:calc(100% + 10px);left:50%;transform:translate(-50%)}.arkyn_tooltip.top .arkyn_tooltip_text:before{content:"";top:100%;border-style:solid;border-color:var(--secondary-900) transparent;border-width:6px 6px 0 6px;bottom:20px;position:absolute;left:50%;transform:translate(-50%)}.arkyn_tooltip.left .arkyn_tooltip_text{top:50%;right:calc(100% + 10px);transform:translateY(-50%)}.arkyn_tooltip.left .arkyn_tooltip_text:before{content:"";top:50%;border-style:solid;border-color:transparent var(--secondary-900);border-width:6px 0 6px 6px;left:100%;position:absolute;transform:translateY(-50%)}.arkyn_tooltip.right .arkyn_tooltip_text{top:50%;left:calc(100% + 10px);transform:translateY(-50%)}.arkyn_tooltip.right .arkyn_tooltip_text:before{content:"";border-style:solid;border-color:transparent var(--secondary-900);border-width:6px 6px 6px 0;top:50%;left:0;transform:translate(-100%,-50%);position:absolute}.arkyn_tooltip.bottom .arkyn_tooltip_text{top:calc(100% + 10px);left:50%;transform:translate(-50%)}.arkyn_tooltip.bottom .arkyn_tooltip_text:before{content:"";border-style:solid;border-color:var(--secondary-900) transparent;border-width:0 6px 6px 6px;top:0;left:50%;transform:translate(-50%,-100%);position:absolute}
|
1
|
+
.arkyn_badge{display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid transparent}.arkyn_badge.solid{color:#fff}.arkyn_badge.solid.primary{background-color:rgba(var(--spotlights-primary),1)}.arkyn_badge.solid.danger{background-color:rgba(var(--spotlights-danger),1)}.arkyn_badge.solid.success{background-color:rgba(var(--spotlights-success),1)}.arkyn_badge.solid.warning{background-color:rgba(var(--spotlights-warning),1)}.arkyn_badge.solid.info{background-color:rgba(var(--spotlights-info),1)}.arkyn_button.outline{background-color:rgba(var(--spotlights-outline),1)}.arkyn_badge.outline.primary{color:rgba(var(--spotlights-primary),1);border-color:rgba(var(--spotlights-primary),1)}.arkyn_badge.outline.danger{color:rgba(var(--spotlights-danger),1);border-color:rgba(var(--spotlights-danger),1)}.arkyn_badge.outline.success{color:rgba(var(--spotlights-success),1);border-color:rgba(var(--spotlights-success),1)}.arkyn_badge.outline.warning{color:rgba(var(--spotlights-warning),1);border-color:rgba(var(--spotlights-warning),1)}.arkyn_badge.outline.info{color:rgba(var(--spotlights-info),1);border-color:rgba(var(--spotlights-info),1)}.arkyn_badge.ghost.primary{color:rgba(var(--spotlights-primary),1);background-color:rgba(var(--spotlights-primary),.2)}.arkyn_badge.ghost.danger{color:rgba(var(--spotlights-danger),1);background-color:rgba(var(--spotlights-danger),.2)}.arkyn_badge.ghost.success{color:rgba(var(--spotlights-success),1);background-color:rgba(var(--spotlights-success),.2)}.arkyn_badge.ghost.warning{color:rgba(var(--spotlights-warning),1);background-color:rgba(var(--spotlights-warning),.2)}.arkyn_badge.ghost.info{color:rgba(var(--spotlights-info),1);background-color:rgba(var(--spotlights-info),.2)}.arkyn_badge.lg{font-weight:400;font-size:12px;line-height:12px;border-radius:4px;padding:0 16px;height:24px}.arkyn_badge.md{font-weight:400;font-size:10px;line-height:10px;border-radius:4px;padding:0 12px;height:20px}.arkyn_divider{display:block;flex:1;background-color:var(--border)}.arkyn_divider.horizontal{width:100%;min-height:1px;max-height:1px}.arkyn_divider.vertical{height:100%;min-width:1px;max-width:1px}.arkyn_skeleton{width:100%;height:100%;border-radius:6px;background:linear-gradient(to right,#f0f0f0 4%,#e0e0e0 25%,#f0f0f0 36%);background-size:40rem 100%;animation:shimmer 1.5s infinite linear}@keyframes shimmer{0%{background-position:-40rem 0}to{background-position:40rem 0}}.arkyn_button{background:transparent;border:1px solid transparent;outline:1px solid transparent;position:relative;transition:.15s all ease-out}.arkyn_button:hover{cursor:pointer;filter:brightness(1.2)}.arkyn_button:disabled{cursor:not-allowed;opacity:.5}.arkyn_button .content{display:flex;align-items:center;justify-content:center;white-space:nowrap}.arkyn_button.solid{color:#fff}.arkyn_button.solid.primary{background-color:rgba(var(--spotlights-primary),1)}.arkyn_button.solid.danger{background-color:rgba(var(--spotlights-danger),1)}.arkyn_button.solid.success{background-color:rgba(var(--spotlights-success),1)}.arkyn_button.solid.warning{background-color:rgba(var(--spotlights-warning),1)}.arkyn_button.outline{background-color:rgba(var(--spotlights-outline),1);border-color:var(--border)}.arkyn_button.outline.primary{color:rgba(var(--spotlights-primary),1)}.arkyn_button.outline.danger{color:rgba(var(--spotlights-danger),1)}.arkyn_button.outline.success{color:rgba(var(--spotlights-success),1)}.arkyn_button.outline.warning{color:rgba(var(--spotlights-warning),1)}.arkyn_button.ghost.primary{color:rgba(var(--spotlights-primary),1);background-color:rgba(var(--spotlights-primary),.2)}.arkyn_button.ghost.danger{color:rgba(var(--spotlights-danger),1);background-color:rgba(var(--spotlights-danger),.2)}.arkyn_button.ghost.success{color:rgba(var(--spotlights-success),1);background-color:rgba(var(--spotlights-success),.2)}.arkyn_button.ghost.warning{color:rgba(var(--spotlights-warning),1);background-color:rgba(var(--spotlights-warning),.2)}.arkyn_button.invisible.primary{color:rgba(var(--spotlights-primary),1)}.arkyn_button.invisible.danger{color:rgba(var(--spotlights-danger),1)}.arkyn_button.invisible.success{color:rgba(var(--spotlights-success),1)}.arkyn_button.invisible.warning{color:rgba(var(--spotlights-warning),1)}.arkyn_button.lg{font-weight:600;font-size:14px;line-height:14px;border-radius:6px;padding:0 20px;height:44px}.arkyn_button.lg .content,.arkyn_button.lg .spinner{gap:16px}.arkyn_button.md{font-weight:600;font-size:14px;line-height:14px;border-radius:6px;gap:16px;padding:0 16px;height:40px}.arkyn_button.md .content,.arkyn_button.md .spinner{gap:14px}.arkyn_button.sm{font-weight:600;font-size:12px;line-height:12px;border-radius:6px;padding:0 16px;height:32px}.arkyn_button.sm .content,.arkyn_button.sm .spinner{gap:12px}.arkyn_button.xs{font-weight:600;font-size:10px;line-height:10px;border-radius:4px;padding:0 16px;height:24px}.arkyn_button.xs .content,.arkyn_button.xs .spinner{gap:8px}.arkyn_button .spinner{display:flex;align-items:center;justify-content:center;white-space:nowrap;opacity:0}.arkyn_button .spinner>svg{animation:spin 2s linear infinite}.arkyn_button.loading_text_false .spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.arkyn_button.loading_text_true .spinner{max-height:0px}.arkyn_button.loading_true .content{opacity:0;max-height:0px}.arkyn_button.loading_true .spinner{opacity:1;max-height:unset}.arkyn_form_controller{display:flex;flex-direction:column;gap:6px}.arkyn_checkbox{display:flex;align-items:center;justify-content:center;border:2px solid var(--border);background-color:var(--background)}.arkyn_checkbox:hover{cursor:pointer}.arkyn_checkbox svg{display:none;stroke-width:3px}.arkyn_checkbox.sm{height:16px;width:16px;border-radius:2px}.arkyn_checkbox.sm svg{min-height:12px;min-width:12px}.arkyn_checkbox.md{height:20px;width:20px;border-radius:4px}.arkyn_checkbox.md svg{min-height:14px;min-width:14px}.arkyn_checkbox.lg{height:24px;width:24px;border-radius:6px}.arkyn_checkbox.lg svg{min-height:14px;min-width:14px}.arkyn_checkbox.checked{background-color:rgb(var(--spotlights-primary),1);border-color:rgb(var(--spotlights-primary),1)}.arkyn_checkbox.checked svg{display:unset;color:#fff}.arkyn_checkbox.error{border-color:rgb(var(--spotlights-danger),1)}.arkyn_form_error{font-size:12px;line-height:12px;font-weight:600;color:rgb(var(--spotlights-danger),1)}.arkyn_form_label{color:var(--text-body);font-size:14px;font-weight:600;line-height:19.07px}.arkyn_form_label.show-asterisk:before{content:"* ";font-size:12px;font-weight:600;line-height:16.34px;text-align:left;color:rgb(var(--spotlights-danger),1)}.arkyn_icon_button{background:transparent;border:1px solid transparent;outline:1px solid transparent;position:relative;transition:.15s all ease-out}.arkyn_icon_button:hover{cursor:pointer}.arkyn_icon_button:disabled{cursor:not-allowed;opacity:.5}.arkyn_icon_button .content{display:flex;align-items:center;justify-content:center}.arkyn_icon_button.solid{color:#fff}.arkyn_icon_button.solid.primary{background-color:rgba(var(--spotlights-primary),1)}.arkyn_icon_button.solid.danger{background-color:rgba(var(--spotlights-danger),1)}.arkyn_icon_button.solid.success{background-color:rgba(var(--spotlights-success),1)}.arkyn_icon_button.solid.warning{background-color:rgba(var(--spotlights-warning),1)}.arkyn_icon_button.outline{background-color:rgba(var(--spotlights-outline),1);border-color:var(--border)}.arkyn_icon_button.outline.primary{color:rgba(var(--spotlights-primary),1)}.arkyn_icon_button.outline.danger{color:rgba(var(--spotlights-danger),1)}.arkyn_icon_button.outline.success{color:rgba(var(--spotlights-success),1)}.arkyn_icon_button.outline.warning{color:rgba(var(--spotlights-warning),1)}.arkyn_icon_button.ghost.primary{color:rgba(var(--spotlights-primary),1);background-color:rgba(var(--spotlights-primary),.2)}.arkyn_icon_button.ghost.danger{color:rgba(var(--spotlights-danger),1);background-color:rgba(var(--spotlights-danger),.2)}.arkyn_icon_button.ghost.success{color:rgba(var(--spotlights-success),1);background-color:rgba(var(--spotlights-success),.2)}.arkyn_icon_button.ghost.warning{color:rgba(var(--spotlights-warning),1);background-color:rgba(var(--spotlights-warning),.2)}.arkyn_icon_button.invisible.primary{color:rgba(var(--spotlights-primary),1)}.arkyn_icon_button.invisible.danger{color:rgba(var(--spotlights-danger),1)}.arkyn_icon_button.invisible.success{color:rgba(var(--spotlights-success),1)}.arkyn_icon_button.invisible.warning{color:rgba(var(--spotlights-warning),1)}.arkyn_icon_button.lg{border-radius:6px;height:44px;width:44px}.arkyn_icon_button.md{border-radius:6px;height:40px;width:40px}.arkyn_icon_button.sm{border-radius:6px;height:32px;width:32px}.arkyn_icon_button.xs{border-radius:4px;height:24px;width:24px}.arkyn_icon_button .spinner{display:flex;align-items:center;justify-content:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0}.arkyn_icon_button .spinner svg{animation:spin 2s linear infinite}.arkyn_icon_button.loading_true .content{opacity:0}.arkyn_icon_button.loading_true .spinner{opacity:1}.arkyn_input{flex:1;position:relative;display:flex;align-items:center;padding:0 16px;gap:8px;border-radius:6px;border:1px solid transparent;outline:1px solid transparent}.arkyn_input:hover{cursor:text}.arkyn_input input{border:none;outline:none;background:transparent;width:100%}.arkyn_input input{color:var(--text-heading)}.arkyn_input .prefix,.arkyn_input .sufix{color:var(--text-body);background:var(--border);font-weight:400;display:flex;align-items:center;justify-content:center;position:absolute}.arkyn_input .prefix{left:0;top:0;bottom:0;border-radius:5px 0 0 5px;border-right:1px solid var(--border)}.arkyn_input .sufix{right:0;top:0;bottom:0;border-radius:0 5px 5px 0;border-left:1px solid var(--border)}.arkyn_input input::placeholder{color:var(--text-light)}.arkyn_input svg{color:var(--text-light)}.arkyn_input.errored svg{color:rgba(var(--spotlights-danger),1)}.arkyn_input:not(.opacity).focused svg{color:rgba(var(--spotlights-primary),1)}.arkyn_input.opacity{opacity:.5}.arkyn_input.solid{border-color:var(--border);background-color:var(--background)}.arkyn_input.solid.errored{border-color:rgba(var(--spotlights-danger),1);outline-color:rgba(var(--spotlights-danger),1)}.arkyn_input:not(.opacity).solid.focused{border-color:rgba(var(--spotlights-primary),1);outline-color:rgba(var(--spotlights-primary),1)}.arkyn_input.outline{border-color:var(--border)}.arkyn_input.outline.errored{border-color:rgba(var(--spotlights-danger),1);outline-color:rgba(var(--spotlights-danger),1)}.arkyn_input:not(.opacity).outline.focused{border-color:rgba(var(--spotlights-primary),1);outline-color:rgba(var(--spotlights-primary),1)}.arkyn_input.underline{border-radius:0;border-top:none;border-left:none;border-right:none;outline:none;border-color:var(--border)}.arkyn_input.underline .sufix,.arkyn_input.underline .prefix{display:none}.arkyn_input.underline:before{content:" ";position:absolute;height:1px;left:0;right:0;bottom:-2px;background:transparent}.arkyn_input.underline.errored{border-color:rgba(var(--spotlights-danger),1)}.arkyn_input.underline.errored:before{background:rgba(var(--spotlights-danger),1)}.arkyn_input:not(.opacity).underline.focused{border-color:rgba(var(--spotlights-primary),1)}.arkyn_input:not(.opacity).underline.focused:before{background:rgba(var(--spotlights-primary),1)}.arkyn_input.md input{min-height:40px;max-height:40px;font-size:14px;line-height:14px;font-weight:400}.arkyn_input.md input::placeholder{font-weight:400;font-size:14px;line-height:14px}.arkyn_input.md.hasPrefix{padding-left:60px}.arkyn_input.md.hasSufix{padding-right:60px}.arkyn_input.md .prefix,.arkyn_input.md .sufix{height:40px;width:44px;font-size:14px}.arkyn_input.lg input{min-height:44px;max-height:44px;line-height:16px;font-size:16px;font-weight:400}.arkyn_input.lg input::placeholder{font-weight:400;font-size:16px;line-height:16px}.arkyn_input.lg .prefix,.arkyn_input.lg .sufix{height:44px;width:48px;font-size:16px}.arkyn_input.lg.hasPrefix{padding-left:64px}.arkyn_input.lg.hasSufix{padding-right:64px}.arkyn_input .spinner{animation:spin 2s linear infinite}.arkyn_select{flex:1;position:relative;display:flex;align-items:center;padding:0 16px;gap:8px;border-radius:6px;border:1px solid transparent;outline:1px solid transparent}.arkyn_select:hover{cursor:pointer}.arkyn_select input{border:none;outline:none;background:transparent;width:100%}.arkyn_select input{color:var(--secondary-900)}.arkyn_select .prefix{color:var(--secondary-600);background:var(--secondary-200);font-weight:400;display:flex;align-items:center;justify-content:center;position:absolute}.arkyn_select .prefix{left:0;top:0;bottom:0;border-radius:5px 0 0 5px;border-right:1px solid var(--secondary-300)}.arkyn_select.placeholder_dark_true input::placeholder{color:var(--secondary-900)}.arkyn_select.placeholder_dark_false input::placeholder{color:var(--secondary-400)}.arkyn_select svg{color:var(--secondary-400)}.arkyn_select.errored svg{color:var(--danger-600)}.arkyn_select:not(.opacity).focused svg{color:var(--primary-500)}.arkyn_select.opacity{opacity:.5}.arkyn_select .arkyn_select_arrow{transition:.15s all ease-in-out;color:var(--secondary-400)}.arkyn_select:not(.opacity).focused .arkyn_select_arrow{transform:rotate(180deg)}.arkyn_select.solid{border-color:var(--secondary-300);background-color:var(--secondary-50)}.arkyn_select.solid.errored{border-color:var(--danger-600);outline-color:var(--danger-600)}.arkyn_select:not(.opacity).solid.focused{border-color:var(--primary-500);outline-color:var(--primary-500)}.arkyn_select.outline{border-color:var(--secondary-300)}.arkyn_select.outline.errored{border-color:var(--danger-600);outline-color:var(--danger-600)}.arkyn_select:not(.opacity).outline.focused{border-color:var(--primary-500);outline-color:var(--primary-500)}.arkyn_select.underline{border-radius:0;border-top:none;border-left:none;border-right:none;outline:none;border-color:var(--secondary-300)}.arkyn_select.underline .prefix{display:none}.arkyn_select.underline:before{content:" ";position:absolute;height:1px;left:0;right:0;bottom:-2px;background:transparent}.arkyn_select.underline.errored{border-color:var(--danger-600)}.arkyn_select.underline.errored:before{background:var(--danger-600)}.arkyn_select:not(.opacity).underline.focused{border-color:var(--primary-500)}.arkyn_select:not(.opacity).underline.focused:before{background:var(--primary-500)}.arkyn_select.md input{min-height:40px;max-height:40px;font-size:14px;line-height:14px;font-weight:400}.arkyn_select.md input::placeholder{font-weight:400;font-size:14px;line-height:14px}.arkyn_select.md.hasPrefix{padding-left:60px}.arkyn_select.md .prefix{height:40px;width:44px;font-size:14px}.arkyn_select.lg input{min-height:44px;max-height:44px;line-height:16px;font-size:16px;font-weight:400}.arkyn_select.lg input::placeholder{font-weight:400;font-size:16px;line-height:16px}.arkyn_select.lg .prefix{height:44px;width:48px;font-size:16px}.arkyn_select.lg.hasPrefix{padding-left:64px}.arkyn_select_content{position:absolute;z-index:6;top:calc(100% + 5px);left:-2px;right:-2px;border-radius:6px;list-style:none;display:flex;flex-direction:column;flex:1;overflow:hidden;height:max-content;border:1px solid var(--secondary-300);background-color:var(--secondary-50)}.arkyn_select_content .arkyn_select_option{display:flex;align-items:center;justify-content:space-between;font-weight:400;line-height:21.79px;color:var(--secondary-500)}.arkyn_select.md .arkyn_select_content .arkyn_select_option{font-size:14px;padding:8px 16px}.arkyn_select.lg .arkyn_select_content .arkyn_select_option{font-size:16px;padding:8px 16px}.arkyn_select_content>p{font-weight:400;font-size:14px;padding:16px;text-align:center;line-height:21.79px;color:var(--secondary-500)}.arkyn_select_content .arkyn_select_option svg{height:20px;width:20px;color:var(--primary-500);display:none}.arkyn_select_content .arkyn_select_option:hover{cursor:pointer;background-color:var(--secondary-100)}.arkyn_select_content .arkyn_select_option:not(:last-child){border-bottom:1px solid var(--secondary-300)}.arkyn_select_content .arkyn_select_option.active{font-weight:600;color:var(--secondary-900);background-color:var(--secondary-100)}.arkyn_select_content .arkyn_select_option.active svg{display:unset}.arkyn_select .spinner{animation:spin 2s linear infinite}.arkyn_select_overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:5}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.arkyn_breadcrumb{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:4px}.arkyn_breadcrumb_link{-webkit-user-select:none;user-select:none;text-decoration:none;font-size:14px;color:var(--text-body)}.arkyn_breadcrumb_link.active{color:var(--text-heading)}.arkyn_breadcrumb_link.inactive:hover{cursor:pointer;color:var(--text-heading)}.arkyn_breadcrumb_link:first-child>svg{display:none}.arkyn_breadcrumb_link:not(:first-child){display:flex;align-items:center;gap:4px}.arkyn_breadcrumb_link:not(:first-child)>svg{display:unset;color:var(--text-body)}.arkyn_modal_container{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:start;justify-content:center;padding:10vh 0;padding-bottom:2rem;overflow:auto;z-index:9999}.arkyn_modal_container>.overlay{position:fixed;z-index:9997;top:0;left:0;right:0;bottom:0;background:#00000080}.arkyn_modal_container>.overlay:hover{cursor:pointer}.arkyn_modal_container>.content{z-index:9999;border-radius:6px;background:var(--background-foreground)}.arkyn_modal_footer{display:flex;align-items:center;gap:16px;padding:16px;border-top:1px solid var(--border)}.arkyn_modal_footer.left{justify-content:flex-start}.arkyn_modal_footer.right{justify-content:flex-end}.arkyn_modal_footer.center{justify-content:center}.arkyn_modal_footer.between{justify-content:space-between}.arkyn_modal_footer.around{justify-content:space-around}.arkyn_modal_header{display:flex;align-items:center;justify-content:space-between;height:56px;padding:16px;font-size:16px;font-weight:600;line-height:20px;color:var(--text-heading);border-bottom:1px solid var(--border)}.arkyn_modal_header>button{display:flex;align-items:center;justify-content:center;padding:2px;border-radius:4px;border:none;background:none;color:var(--text-body);background-color:var(--background);transition:all .15s ease-out}.arkyn_modal_header>button:hover{cursor:pointer;filter:brightness(.9)}.arkyn_tooltip{position:relative;display:block}.arkyn_tooltip .arkyn_tooltip_text{visibility:hidden;opacity:0;position:absolute;transform:translate(-50%,-50%);white-space:nowrap;transition:.15s all ease-out;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:400;color:var(--secondary-100);background-color:var(--secondary-900);z-index:9999}.arkyn_tooltip.lg .arkyn_tooltip_text{font-size:14px;line-height:14px;padding:8px 12px}.arkyn_tooltip.md .arkyn_tooltip_text{font-size:12px;line-height:12px;padding:8px 12px}.arkyn_tooltip:hover .arkyn_tooltip_text{opacity:1;visibility:visible}.arkyn_tooltip.top .arkyn_tooltip_text{bottom:calc(100% + 10px);left:50%;transform:translate(-50%)}.arkyn_tooltip.top .arkyn_tooltip_text:before{content:"";top:100%;border-style:solid;border-color:var(--secondary-900) transparent;border-width:6px 6px 0 6px;bottom:20px;position:absolute;left:50%;transform:translate(-50%)}.arkyn_tooltip.left .arkyn_tooltip_text{top:50%;right:calc(100% + 10px);transform:translateY(-50%)}.arkyn_tooltip.left .arkyn_tooltip_text:before{content:"";top:50%;border-style:solid;border-color:transparent var(--secondary-900);border-width:6px 0 6px 6px;left:100%;position:absolute;transform:translateY(-50%)}.arkyn_tooltip.right .arkyn_tooltip_text{top:50%;left:calc(100% + 10px);transform:translateY(-50%)}.arkyn_tooltip.right .arkyn_tooltip_text:before{content:"";border-style:solid;border-color:transparent var(--secondary-900);border-width:6px 6px 6px 0;top:50%;left:0;transform:translate(-100%,-50%);position:absolute}.arkyn_tooltip.bottom .arkyn_tooltip_text{top:calc(100% + 10px);left:50%;transform:translate(-50%)}.arkyn_tooltip.bottom .arkyn_tooltip_text:before{content:"";border-style:solid;border-color:var(--secondary-900) transparent;border-width:0 6px 6px 6px;top:0;left:50%;transform:translate(-50%,-100%);position:absolute}
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
@@ -7,8 +7,8 @@ export { Skeleton } from "./components/Skeleton";
|
|
7
7
|
export { Button } from "./newComponents/Button";
|
8
8
|
export { Checkbox } from "./newComponents/Checkbox";
|
9
9
|
export { FormController, FormError, FormLabel } from "./newComponents/Form";
|
10
|
-
export { IconButton } from "./
|
11
|
-
export { Input } from "./
|
10
|
+
export { IconButton } from "./newComponents/IconButton";
|
11
|
+
export { Input } from "./newComponents/Input";
|
12
12
|
export { Select } from "./components/Select";
|
13
13
|
|
14
14
|
// Navigation
|
@@ -0,0 +1,160 @@
|
|
1
|
+
/* BASE */
|
2
|
+
.arkyn_icon_button {
|
3
|
+
background: transparent;
|
4
|
+
border: 1px solid transparent;
|
5
|
+
outline: 1px solid transparent;
|
6
|
+
position: relative;
|
7
|
+
transition: 0.15s all ease-out;
|
8
|
+
}
|
9
|
+
|
10
|
+
.arkyn_icon_button:hover {
|
11
|
+
cursor: pointer;
|
12
|
+
}
|
13
|
+
|
14
|
+
.arkyn_icon_button:disabled {
|
15
|
+
cursor: not-allowed;
|
16
|
+
opacity: 0.5;
|
17
|
+
}
|
18
|
+
|
19
|
+
.arkyn_icon_button .content {
|
20
|
+
display: flex;
|
21
|
+
align-items: center;
|
22
|
+
justify-content: center;
|
23
|
+
}
|
24
|
+
|
25
|
+
/* VARIANTS */
|
26
|
+
.arkyn_icon_button.solid {
|
27
|
+
color: #fff;
|
28
|
+
}
|
29
|
+
|
30
|
+
.arkyn_icon_button.solid.primary {
|
31
|
+
background-color: rgba(var(--spotlights-primary), 1);
|
32
|
+
}
|
33
|
+
|
34
|
+
.arkyn_icon_button.solid.danger {
|
35
|
+
background-color: rgba(var(--spotlights-danger), 1);
|
36
|
+
}
|
37
|
+
|
38
|
+
.arkyn_icon_button.solid.success {
|
39
|
+
background-color: rgba(var(--spotlights-success), 1);
|
40
|
+
}
|
41
|
+
|
42
|
+
.arkyn_icon_button.solid.warning {
|
43
|
+
background-color: rgba(var(--spotlights-warning), 1);
|
44
|
+
}
|
45
|
+
|
46
|
+
.arkyn_icon_button.outline {
|
47
|
+
background-color: rgba(var(--spotlights-outline), 1);
|
48
|
+
border-color: var(--border);
|
49
|
+
}
|
50
|
+
|
51
|
+
.arkyn_icon_button.outline.primary {
|
52
|
+
color: rgba(var(--spotlights-primary), 1);
|
53
|
+
}
|
54
|
+
|
55
|
+
.arkyn_icon_button.outline.danger {
|
56
|
+
color: rgba(var(--spotlights-danger), 1);
|
57
|
+
}
|
58
|
+
|
59
|
+
.arkyn_icon_button.outline.success {
|
60
|
+
color: rgba(var(--spotlights-success), 1);
|
61
|
+
}
|
62
|
+
|
63
|
+
.arkyn_icon_button.outline.warning {
|
64
|
+
color: rgba(var(--spotlights-warning), 1);
|
65
|
+
}
|
66
|
+
|
67
|
+
.arkyn_icon_button.ghost.primary {
|
68
|
+
color: rgba(var(--spotlights-primary), 1);
|
69
|
+
background-color: rgba(var(--spotlights-primary), 0.2);
|
70
|
+
}
|
71
|
+
|
72
|
+
.arkyn_icon_button.ghost.danger {
|
73
|
+
color: rgba(var(--spotlights-danger), 1);
|
74
|
+
background-color: rgba(var(--spotlights-danger), 0.2);
|
75
|
+
}
|
76
|
+
|
77
|
+
.arkyn_icon_button.ghost.success {
|
78
|
+
color: rgba(var(--spotlights-success), 1);
|
79
|
+
background-color: rgba(var(--spotlights-success), 0.2);
|
80
|
+
}
|
81
|
+
|
82
|
+
.arkyn_icon_button.ghost.warning {
|
83
|
+
color: rgba(var(--spotlights-warning), 1);
|
84
|
+
background-color: rgba(var(--spotlights-warning), 0.2);
|
85
|
+
}
|
86
|
+
|
87
|
+
.arkyn_icon_button.invisible.primary {
|
88
|
+
color: rgba(var(--spotlights-primary), 1);
|
89
|
+
}
|
90
|
+
|
91
|
+
.arkyn_icon_button.invisible.danger {
|
92
|
+
color: rgba(var(--spotlights-danger), 1);
|
93
|
+
}
|
94
|
+
|
95
|
+
.arkyn_icon_button.invisible.success {
|
96
|
+
color: rgba(var(--spotlights-success), 1);
|
97
|
+
}
|
98
|
+
|
99
|
+
.arkyn_icon_button.invisible.warning {
|
100
|
+
color: rgba(var(--spotlights-warning), 1);
|
101
|
+
}
|
102
|
+
|
103
|
+
/* SIZE */
|
104
|
+
.arkyn_icon_button.lg {
|
105
|
+
border-radius: 6px;
|
106
|
+
height: 44px;
|
107
|
+
width: 44px;
|
108
|
+
}
|
109
|
+
|
110
|
+
.arkyn_icon_button.md {
|
111
|
+
border-radius: 6px;
|
112
|
+
height: 40px;
|
113
|
+
width: 40px;
|
114
|
+
}
|
115
|
+
|
116
|
+
.arkyn_icon_button.sm {
|
117
|
+
border-radius: 6px;
|
118
|
+
height: 32px;
|
119
|
+
width: 32px;
|
120
|
+
}
|
121
|
+
|
122
|
+
.arkyn_icon_button.xs {
|
123
|
+
border-radius: 4px;
|
124
|
+
height: 24px;
|
125
|
+
width: 24px;
|
126
|
+
}
|
127
|
+
|
128
|
+
/* SPIN */
|
129
|
+
.arkyn_icon_button .spinner {
|
130
|
+
display: flex;
|
131
|
+
align-items: center;
|
132
|
+
justify-content: center;
|
133
|
+
|
134
|
+
position: absolute;
|
135
|
+
left: 50%;
|
136
|
+
top: 50%;
|
137
|
+
transform: translate(-50%, -50%);
|
138
|
+
opacity: 0;
|
139
|
+
}
|
140
|
+
|
141
|
+
.arkyn_icon_button .spinner svg {
|
142
|
+
animation: spin 2s linear infinite;
|
143
|
+
}
|
144
|
+
|
145
|
+
.arkyn_icon_button.loading_true .content {
|
146
|
+
opacity: 0;
|
147
|
+
}
|
148
|
+
|
149
|
+
.arkyn_icon_button.loading_true .spinner {
|
150
|
+
opacity: 1;
|
151
|
+
}
|
152
|
+
|
153
|
+
@keyframes spin {
|
154
|
+
from {
|
155
|
+
transform: rotate(0deg);
|
156
|
+
}
|
157
|
+
to {
|
158
|
+
transform: rotate(360deg);
|
159
|
+
}
|
160
|
+
}
|
@@ -25,13 +25,13 @@
|
|
25
25
|
}
|
26
26
|
|
27
27
|
.arkyn_input input {
|
28
|
-
color: var(--
|
28
|
+
color: var(--text-heading);
|
29
29
|
}
|
30
30
|
|
31
31
|
.arkyn_input .prefix,
|
32
32
|
.arkyn_input .sufix {
|
33
|
-
color: var(--
|
34
|
-
background: var(--
|
33
|
+
color: var(--text-body);
|
34
|
+
background: var(--border);
|
35
35
|
font-weight: 400;
|
36
36
|
|
37
37
|
display: flex;
|
@@ -46,7 +46,7 @@
|
|
46
46
|
top: 0;
|
47
47
|
bottom: 0;
|
48
48
|
border-radius: 5px 0 0 5px;
|
49
|
-
border-right: 1px solid var(--
|
49
|
+
border-right: 1px solid var(--border);
|
50
50
|
}
|
51
51
|
|
52
52
|
.arkyn_input .sufix {
|
@@ -54,23 +54,23 @@
|
|
54
54
|
top: 0;
|
55
55
|
bottom: 0;
|
56
56
|
border-radius: 0 5px 5px 0;
|
57
|
-
border-left: 1px solid var(--
|
57
|
+
border-left: 1px solid var(--border);
|
58
58
|
}
|
59
59
|
|
60
60
|
.arkyn_input input::placeholder {
|
61
|
-
color: var(--
|
61
|
+
color: var(--text-light);
|
62
62
|
}
|
63
63
|
|
64
64
|
.arkyn_input svg {
|
65
|
-
color: var(--
|
65
|
+
color: var(--text-light);
|
66
66
|
}
|
67
67
|
|
68
68
|
.arkyn_input.errored svg {
|
69
|
-
color: var(--danger
|
69
|
+
color: rgba(var(--spotlights-danger), 1);
|
70
70
|
}
|
71
71
|
|
72
72
|
.arkyn_input:not(.opacity).focused svg {
|
73
|
-
color: var(--primary
|
73
|
+
color: rgba(var(--spotlights-primary), 1);
|
74
74
|
}
|
75
75
|
|
76
76
|
.arkyn_input.opacity {
|
@@ -79,32 +79,32 @@
|
|
79
79
|
|
80
80
|
/* VARIANTS */
|
81
81
|
.arkyn_input.solid {
|
82
|
-
border-color: var(--
|
83
|
-
background-color: var(--
|
82
|
+
border-color: var(--border);
|
83
|
+
background-color: var(--background);
|
84
84
|
}
|
85
85
|
|
86
86
|
.arkyn_input.solid.errored {
|
87
|
-
border-color: var(--danger
|
88
|
-
outline-color: var(--danger
|
87
|
+
border-color: rgba(var(--spotlights-danger), 1);
|
88
|
+
outline-color: rgba(var(--spotlights-danger), 1);
|
89
89
|
}
|
90
90
|
|
91
91
|
.arkyn_input:not(.opacity).solid.focused {
|
92
|
-
border-color: var(--primary
|
93
|
-
outline-color: var(--primary
|
92
|
+
border-color: rgba(var(--spotlights-primary), 1);
|
93
|
+
outline-color: rgba(var(--spotlights-primary), 1);
|
94
94
|
}
|
95
95
|
|
96
96
|
.arkyn_input.outline {
|
97
|
-
border-color: var(--
|
97
|
+
border-color: var(--border);
|
98
98
|
}
|
99
99
|
|
100
100
|
.arkyn_input.outline.errored {
|
101
|
-
border-color: var(--danger
|
102
|
-
outline-color: var(--danger
|
101
|
+
border-color: rgba(var(--spotlights-danger), 1);
|
102
|
+
outline-color: rgba(var(--spotlights-danger), 1);
|
103
103
|
}
|
104
104
|
|
105
105
|
.arkyn_input:not(.opacity).outline.focused {
|
106
|
-
border-color: var(--primary
|
107
|
-
outline-color: var(--primary
|
106
|
+
border-color: rgba(var(--spotlights-primary), 1);
|
107
|
+
outline-color: rgba(var(--spotlights-primary), 1);
|
108
108
|
}
|
109
109
|
|
110
110
|
.arkyn_input.underline {
|
@@ -113,7 +113,7 @@
|
|
113
113
|
border-left: none;
|
114
114
|
border-right: none;
|
115
115
|
outline: none;
|
116
|
-
border-color: var(--
|
116
|
+
border-color: var(--border);
|
117
117
|
}
|
118
118
|
|
119
119
|
.arkyn_input.underline .sufix,
|
@@ -132,23 +132,22 @@
|
|
132
132
|
}
|
133
133
|
|
134
134
|
.arkyn_input.underline.errored {
|
135
|
-
border-color: var(--danger
|
135
|
+
border-color: rgba(var(--spotlights-danger), 1);
|
136
136
|
}
|
137
137
|
|
138
138
|
.arkyn_input.underline.errored::before {
|
139
|
-
background: var(--danger
|
139
|
+
background: rgba(var(--spotlights-danger), 1);
|
140
140
|
}
|
141
141
|
|
142
142
|
.arkyn_input:not(.opacity).underline.focused {
|
143
|
-
border-color: var(--primary
|
143
|
+
border-color: rgba(var(--spotlights-primary), 1);
|
144
144
|
}
|
145
145
|
|
146
146
|
.arkyn_input:not(.opacity).underline.focused::before {
|
147
|
-
background: var(--primary
|
147
|
+
background: rgba(var(--spotlights-primary), 1);
|
148
148
|
}
|
149
149
|
|
150
150
|
/* SIZE */
|
151
|
-
|
152
151
|
.arkyn_input.md input {
|
153
152
|
min-height: 40px;
|
154
153
|
max-height: 40px;
|
@@ -208,7 +207,6 @@
|
|
208
207
|
}
|
209
208
|
|
210
209
|
/* SPIN */
|
211
|
-
|
212
210
|
.arkyn_input .spinner {
|
213
211
|
animation: spin 2s linear infinite;
|
214
212
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/IconButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAGpD,OAAO,cAAc,CAAC;AAStB,iBAAS,UAAU,CAAC,IAAI,EAAE,eAAe,2CA6BxC;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/CpfCpnjInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAStD,iBAAS,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CAmG7C;AAED,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/CpfCpnjInput/utils.ts"],"names":[],"mappings":"AAAA,iBAAS,KAAK,CAAC,KAAK,EAAE,MAAM,UAE3B;AAED,iBAAS,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,GAAG,MAAM,UAYrD;AAED,iBAAS,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAE9C;AAED,QAAA,MAAM,KAAK;;;CAGV,CAAC;AAEF,QAAA,MAAM,UAAU,QAA2B,CAAC;AAE5C,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/CurrencyInput/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAKvD,iBAAS,SAAS,CAAC,KAAK,EAAE,kBAAkB,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwD/D;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/CurrencyInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AASvD,iBAAS,aAAa,CAAC,KAAK,EAAE,kBAAkB,2CA6F/C;AAED,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/CurrencyInput/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAM3C,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,iBAAS,YAAY,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,UAUzD;AAED,iBAAS,oBAAoB,CAAC,IAAI,EAAE,cAAc,QA4BjD;AAED,OAAO,EAAE,YAAY,EAAE,oBAAoB,EAAE,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/MaskInput/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAKrD,iBAAS,SAAS,CAAC,KAAK,EAAE,gBAAgB,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuD7D;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/MaskInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAgBrD,iBAAS,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CA2E3C;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/SimpleInput/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAKrD,iBAAS,SAAS,CAAC,KAAK,EAAE,gBAAgB,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoD7D;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/SimpleInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAQrD,iBAAS,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAkF3C;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAO/C,OAAO,cAAc,CAAC;AAEtB,iBAAS,KAAK,CAAC,KAAK,EAAE,UAAU,2CAK/B;AAED,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"morpheme.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/utils/morpheme.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,iBAAS,QAAQ,CACf,IAAI,EAAE,UAAU,GAAG,MAAM,GAAG,SAAS,EACrC,QAAQ,EAAE,MAAM,EAChB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,2CAW1B;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
@@ -1,318 +0,0 @@
|
|
1
|
-
/* BASE */
|
2
|
-
|
3
|
-
.arkyn_icon_button {
|
4
|
-
background: transparent;
|
5
|
-
border: 1px solid transparent;
|
6
|
-
outline: 1px solid transparent;
|
7
|
-
position: relative;
|
8
|
-
transition: 0.15s all ease-out;
|
9
|
-
}
|
10
|
-
|
11
|
-
.arkyn_icon_button:hover {
|
12
|
-
cursor: pointer;
|
13
|
-
}
|
14
|
-
|
15
|
-
.arkyn_icon_button:disabled {
|
16
|
-
cursor: not-allowed;
|
17
|
-
opacity: 0.5;
|
18
|
-
}
|
19
|
-
|
20
|
-
.arkyn_icon_button .content {
|
21
|
-
display: flex;
|
22
|
-
align-items: center;
|
23
|
-
justify-content: center;
|
24
|
-
}
|
25
|
-
|
26
|
-
/* VARIANTS */
|
27
|
-
.arkyn_icon_button.solid {
|
28
|
-
color: #fff;
|
29
|
-
}
|
30
|
-
|
31
|
-
.arkyn_icon_button.solid:disabled {
|
32
|
-
opacity: 0.4;
|
33
|
-
}
|
34
|
-
|
35
|
-
.arkyn_icon_button.solid.primary {
|
36
|
-
background-color: var(--primary-500);
|
37
|
-
}
|
38
|
-
|
39
|
-
.arkyn_icon_button.solid.primary:hover {
|
40
|
-
background-color: var(--primary-400);
|
41
|
-
}
|
42
|
-
|
43
|
-
.arkyn_icon_button.solid.primary:disabled {
|
44
|
-
background-color: var(--primary-400);
|
45
|
-
}
|
46
|
-
|
47
|
-
.arkyn_icon_button.solid.danger {
|
48
|
-
background-color: var(--danger-600);
|
49
|
-
}
|
50
|
-
|
51
|
-
.arkyn_icon_button.solid.danger:hover {
|
52
|
-
background-color: var(--danger-500);
|
53
|
-
}
|
54
|
-
|
55
|
-
.arkyn_icon_button.solid.danger:disabled {
|
56
|
-
background-color: var(--danger-500);
|
57
|
-
}
|
58
|
-
|
59
|
-
.arkyn_icon_button.solid.success {
|
60
|
-
background-color: var(--success-500);
|
61
|
-
}
|
62
|
-
|
63
|
-
.arkyn_icon_button.solid.success:hover {
|
64
|
-
background-color: var(--success-400);
|
65
|
-
}
|
66
|
-
|
67
|
-
.arkyn_icon_button.solid.success:disabled {
|
68
|
-
background-color: var(--success-400);
|
69
|
-
}
|
70
|
-
|
71
|
-
.arkyn_icon_button.solid.warning {
|
72
|
-
background-color: var(--warning-600);
|
73
|
-
}
|
74
|
-
|
75
|
-
.arkyn_icon_button.solid.warning:hover {
|
76
|
-
background-color: var(--warning-500);
|
77
|
-
}
|
78
|
-
|
79
|
-
.arkyn_icon_button.solid.warning:disabled {
|
80
|
-
background-color: var(--warning-500);
|
81
|
-
}
|
82
|
-
|
83
|
-
.arkyn_icon_button.outline {
|
84
|
-
border-color: var(--secondary-300);
|
85
|
-
}
|
86
|
-
|
87
|
-
.arkyn_icon_button.outline:hover {
|
88
|
-
border-color: var(--secondary-200);
|
89
|
-
}
|
90
|
-
|
91
|
-
.arkyn_icon_button.outline:disabled {
|
92
|
-
border-color: var(--secondary-200);
|
93
|
-
}
|
94
|
-
|
95
|
-
.arkyn_icon_button.outline.primary {
|
96
|
-
color: var(--primary-500);
|
97
|
-
}
|
98
|
-
|
99
|
-
.arkyn_icon_button.outline.primary:hover {
|
100
|
-
color: var(--primary-400);
|
101
|
-
}
|
102
|
-
|
103
|
-
.arkyn_icon_button.outline.primary:disabled {
|
104
|
-
color: var(--primary-400);
|
105
|
-
}
|
106
|
-
|
107
|
-
.arkyn_icon_button.outline.danger {
|
108
|
-
color: var(--danger-600);
|
109
|
-
}
|
110
|
-
|
111
|
-
.arkyn_icon_button.outline.danger:hover {
|
112
|
-
color: var(--danger-500);
|
113
|
-
}
|
114
|
-
|
115
|
-
.arkyn_icon_button.outline.danger:disabled {
|
116
|
-
color: var(--danger-500);
|
117
|
-
}
|
118
|
-
|
119
|
-
.arkyn_icon_button.outline.success {
|
120
|
-
color: var(--success-500);
|
121
|
-
}
|
122
|
-
|
123
|
-
.arkyn_icon_button.outline.success:hover {
|
124
|
-
color: var(--success-400);
|
125
|
-
}
|
126
|
-
|
127
|
-
.arkyn_icon_button.outline.success:disabled {
|
128
|
-
color: var(--success-400);
|
129
|
-
}
|
130
|
-
|
131
|
-
.arkyn_icon_button.outline.warning {
|
132
|
-
color: var(--warning-600);
|
133
|
-
}
|
134
|
-
|
135
|
-
.arkyn_icon_button.outline.warning:hover {
|
136
|
-
color: var(--warning-500);
|
137
|
-
}
|
138
|
-
|
139
|
-
.arkyn_icon_button.outline.warning:disabled {
|
140
|
-
color: var(--warning-500);
|
141
|
-
}
|
142
|
-
|
143
|
-
.arkyn_icon_button.ghost:disabled {
|
144
|
-
opacity: 0.4;
|
145
|
-
}
|
146
|
-
|
147
|
-
.arkyn_icon_button.ghost.primary {
|
148
|
-
color: var(--primary-500);
|
149
|
-
background-color: var(--primary-100);
|
150
|
-
}
|
151
|
-
|
152
|
-
.arkyn_icon_button.ghost.primary:hover {
|
153
|
-
color: var(--primary-400);
|
154
|
-
background-color: var(--primary-50);
|
155
|
-
}
|
156
|
-
|
157
|
-
.arkyn_icon_button.ghost.primary:disabled {
|
158
|
-
color: var(--primary-400);
|
159
|
-
background-color: var(--primary-50);
|
160
|
-
}
|
161
|
-
|
162
|
-
.arkyn_icon_button.ghost.danger {
|
163
|
-
color: var(--danger-600);
|
164
|
-
background-color: var(--danger-100);
|
165
|
-
}
|
166
|
-
|
167
|
-
.arkyn_icon_button.ghost.danger:hover {
|
168
|
-
color: var(--danger-500);
|
169
|
-
background-color: var(--danger-50);
|
170
|
-
}
|
171
|
-
|
172
|
-
.arkyn_icon_button.ghost.danger:disabled {
|
173
|
-
color: var(--danger-500);
|
174
|
-
background-color: var(--danger-50);
|
175
|
-
}
|
176
|
-
|
177
|
-
.arkyn_icon_button.ghost.success {
|
178
|
-
color: var(--success-500);
|
179
|
-
background-color: var(--success-100);
|
180
|
-
}
|
181
|
-
|
182
|
-
.arkyn_icon_button.ghost.success:hover {
|
183
|
-
color: var(--success-400);
|
184
|
-
background-color: var(--success-50);
|
185
|
-
}
|
186
|
-
|
187
|
-
.arkyn_icon_button.ghost.success:disabled {
|
188
|
-
color: var(--success-400);
|
189
|
-
background-color: var(--success-50);
|
190
|
-
}
|
191
|
-
|
192
|
-
.arkyn_icon_button.ghost.warning {
|
193
|
-
color: var(--warning-600);
|
194
|
-
background-color: var(--warning-100);
|
195
|
-
}
|
196
|
-
|
197
|
-
.arkyn_icon_button.ghost.warning:hover {
|
198
|
-
color: var(--warning-500);
|
199
|
-
background-color: var(--warning-50);
|
200
|
-
}
|
201
|
-
|
202
|
-
.arkyn_icon_button.ghost.warning:disabled {
|
203
|
-
color: var(--warning-500);
|
204
|
-
background-color: var(--warning-50);
|
205
|
-
}
|
206
|
-
|
207
|
-
.arkyn_icon_button.invisible:disabled {
|
208
|
-
opacity: 0.4;
|
209
|
-
}
|
210
|
-
|
211
|
-
.arkyn_icon_button.invisible.primary {
|
212
|
-
color: var(--primary-500);
|
213
|
-
}
|
214
|
-
|
215
|
-
.arkyn_icon_button.invisible.primary:hover {
|
216
|
-
color: var(--primary-400);
|
217
|
-
}
|
218
|
-
|
219
|
-
.arkyn_icon_button.invisible.primary:disabled {
|
220
|
-
color: var(--primary-400);
|
221
|
-
}
|
222
|
-
|
223
|
-
.arkyn_icon_button.invisible.danger {
|
224
|
-
color: var(--danger-600);
|
225
|
-
}
|
226
|
-
|
227
|
-
.arkyn_icon_button.invisible.danger:hover {
|
228
|
-
color: var(--danger-500);
|
229
|
-
}
|
230
|
-
|
231
|
-
.arkyn_icon_button.invisible.danger:disabled {
|
232
|
-
color: var(--danger-500);
|
233
|
-
}
|
234
|
-
|
235
|
-
.arkyn_icon_button.invisible.success {
|
236
|
-
color: var(--success-500);
|
237
|
-
}
|
238
|
-
|
239
|
-
.arkyn_icon_button.invisible.success:hover {
|
240
|
-
color: var(--success-400);
|
241
|
-
}
|
242
|
-
|
243
|
-
.arkyn_icon_button.invisible.success:disabled {
|
244
|
-
color: var(--success-400);
|
245
|
-
}
|
246
|
-
|
247
|
-
.arkyn_icon_button.invisible.warning {
|
248
|
-
color: var(--warning-600);
|
249
|
-
}
|
250
|
-
|
251
|
-
.arkyn_icon_button.invisible.warning:hover {
|
252
|
-
color: var(--warning-500);
|
253
|
-
}
|
254
|
-
|
255
|
-
.arkyn_icon_button.invisible.warning:disabled {
|
256
|
-
color: var(--warning-500);
|
257
|
-
}
|
258
|
-
|
259
|
-
/* SIZE */
|
260
|
-
|
261
|
-
.arkyn_icon_button.lg {
|
262
|
-
border-radius: 6px;
|
263
|
-
height: 44px;
|
264
|
-
width: 44px;
|
265
|
-
}
|
266
|
-
|
267
|
-
.arkyn_icon_button.md {
|
268
|
-
border-radius: 6px;
|
269
|
-
height: 40px;
|
270
|
-
width: 40px;
|
271
|
-
}
|
272
|
-
|
273
|
-
.arkyn_icon_button.sm {
|
274
|
-
border-radius: 6px;
|
275
|
-
height: 32px;
|
276
|
-
width: 32px;
|
277
|
-
}
|
278
|
-
|
279
|
-
.arkyn_icon_button.xs {
|
280
|
-
border-radius: 4px;
|
281
|
-
height: 24px;
|
282
|
-
width: 24px;
|
283
|
-
}
|
284
|
-
|
285
|
-
/* SPIN */
|
286
|
-
|
287
|
-
.arkyn_icon_button .spinner {
|
288
|
-
display: flex;
|
289
|
-
align-items: center;
|
290
|
-
justify-content: center;
|
291
|
-
|
292
|
-
position: absolute;
|
293
|
-
left: 50%;
|
294
|
-
top: 50%;
|
295
|
-
transform: translate(-50%, -50%);
|
296
|
-
opacity: 0;
|
297
|
-
}
|
298
|
-
|
299
|
-
.arkyn_icon_button .spinner svg {
|
300
|
-
animation: spin 2s linear infinite;
|
301
|
-
}
|
302
|
-
|
303
|
-
.arkyn_icon_button.loading_true .content {
|
304
|
-
opacity: 0;
|
305
|
-
}
|
306
|
-
|
307
|
-
.arkyn_icon_button.loading_true .spinner {
|
308
|
-
opacity: 1;
|
309
|
-
}
|
310
|
-
|
311
|
-
@keyframes spin {
|
312
|
-
from {
|
313
|
-
transform: rotate(0deg);
|
314
|
-
}
|
315
|
-
to {
|
316
|
-
transform: rotate(360deg);
|
317
|
-
}
|
318
|
-
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|