@arkyn/components 1.3.27 → 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.
Files changed (119) hide show
  1. package/base-variables.css +1 -1
  2. package/dist/components/Select/index.d.ts.map +1 -1
  3. package/dist/components/Select/index.js +1 -1
  4. package/dist/index.d.ts +6 -6
  5. package/dist/index.d.ts.map +1 -1
  6. package/dist/index.js +6 -6
  7. package/dist/newComponents/Breadcrumb/index.d.ts.map +1 -0
  8. package/dist/newComponents/Checkbox/index.d.ts.map +1 -0
  9. package/dist/newComponents/Divider/index.d.ts.map +1 -0
  10. package/dist/newComponents/Form/FormController/index.d.ts.map +1 -0
  11. package/dist/newComponents/Form/FormError/index.d.ts.map +1 -0
  12. package/dist/newComponents/Form/FormLabel/index.d.ts.map +1 -0
  13. package/dist/newComponents/Form/index.d.ts.map +1 -0
  14. package/dist/newComponents/IconButton/index.d.ts.map +1 -0
  15. package/dist/newComponents/Input/CpfCpnjInput/getConfig.d.ts.map +1 -0
  16. package/dist/newComponents/Input/CpfCpnjInput/index.d.ts.map +1 -0
  17. package/dist/{components → newComponents}/Input/CpfCpnjInput/index.js +1 -1
  18. package/dist/newComponents/Input/CpfCpnjInput/utils.d.ts.map +1 -0
  19. package/dist/newComponents/Input/CurrencyInput/getConfig.d.ts.map +1 -0
  20. package/dist/newComponents/Input/CurrencyInput/index.d.ts.map +1 -0
  21. package/dist/{components → newComponents}/Input/CurrencyInput/index.js +1 -1
  22. package/dist/newComponents/Input/CurrencyInput/utils.d.ts.map +1 -0
  23. package/dist/{components/Input/CpfCpnjInput → newComponents/Input/MaskInput}/getConfig.d.ts.map +1 -1
  24. package/dist/newComponents/Input/MaskInput/index.d.ts.map +1 -0
  25. package/dist/{components → newComponents}/Input/MaskInput/index.js +1 -1
  26. package/dist/newComponents/Input/SimpleInput/getConfig.d.ts.map +1 -0
  27. package/dist/newComponents/Input/SimpleInput/index.d.ts.map +1 -0
  28. package/dist/{components → newComponents}/Input/SimpleInput/index.js +1 -1
  29. package/dist/newComponents/Input/index.d.ts.map +1 -0
  30. package/dist/newComponents/Input/utils/morpheme.d.ts.map +1 -0
  31. package/dist/style.css +1 -1
  32. package/package.json +1 -1
  33. package/src/components/Select/index.tsx +2 -2
  34. package/src/index.ts +6 -6
  35. package/src/{components → newComponents}/Breadcrumb/styles.css +4 -4
  36. package/src/newComponents/Button/styles.css +0 -4
  37. package/src/{components → newComponents}/Checkbox/styles.css +5 -5
  38. package/src/{components → newComponents}/Divider/styles.css +1 -1
  39. package/src/{components → newComponents}/Form/FormError/styles.css +1 -1
  40. package/src/{components → newComponents}/Form/FormLabel/styles.css +2 -2
  41. package/src/newComponents/IconButton/styles.css +160 -0
  42. package/src/{components → newComponents}/Input/CpfCpnjInput/index.tsx +1 -1
  43. package/src/{components → newComponents}/Input/CurrencyInput/index.tsx +1 -1
  44. package/src/{components → newComponents}/Input/MaskInput/index.tsx +1 -1
  45. package/src/{components → newComponents}/Input/SimpleInput/index.tsx +1 -1
  46. package/src/{components → newComponents}/Input/styles.css +25 -27
  47. package/dist/components/Breadcrumb/index.d.ts.map +0 -1
  48. package/dist/components/Checkbox/index.d.ts.map +0 -1
  49. package/dist/components/Divider/index.d.ts.map +0 -1
  50. package/dist/components/Form/FormController/index.d.ts.map +0 -1
  51. package/dist/components/Form/FormError/index.d.ts.map +0 -1
  52. package/dist/components/Form/FormLabel/index.d.ts.map +0 -1
  53. package/dist/components/Form/index.d.ts.map +0 -1
  54. package/dist/components/IconButton/index.d.ts.map +0 -1
  55. package/dist/components/Input/CpfCpnjInput/index.d.ts.map +0 -1
  56. package/dist/components/Input/CpfCpnjInput/utils.d.ts.map +0 -1
  57. package/dist/components/Input/CurrencyInput/getConfig.d.ts.map +0 -1
  58. package/dist/components/Input/CurrencyInput/index.d.ts.map +0 -1
  59. package/dist/components/Input/CurrencyInput/utils.d.ts.map +0 -1
  60. package/dist/components/Input/MaskInput/getConfig.d.ts.map +0 -1
  61. package/dist/components/Input/MaskInput/index.d.ts.map +0 -1
  62. package/dist/components/Input/SimpleInput/getConfig.d.ts.map +0 -1
  63. package/dist/components/Input/SimpleInput/index.d.ts.map +0 -1
  64. package/dist/components/Input/index.d.ts.map +0 -1
  65. package/dist/components/Input/utils/morpheme.d.ts.map +0 -1
  66. package/src/components/IconButton/styles.css +0 -318
  67. /package/dist/{components → newComponents}/Breadcrumb/index.d.ts +0 -0
  68. /package/dist/{components → newComponents}/Breadcrumb/index.js +0 -0
  69. /package/dist/{components → newComponents}/Checkbox/index.d.ts +0 -0
  70. /package/dist/{components → newComponents}/Checkbox/index.js +0 -0
  71. /package/dist/{components → newComponents}/Divider/index.d.ts +0 -0
  72. /package/dist/{components → newComponents}/Divider/index.js +0 -0
  73. /package/dist/{components → newComponents}/Form/FormController/index.d.ts +0 -0
  74. /package/dist/{components → newComponents}/Form/FormController/index.js +0 -0
  75. /package/dist/{components → newComponents}/Form/FormError/index.d.ts +0 -0
  76. /package/dist/{components → newComponents}/Form/FormError/index.js +0 -0
  77. /package/dist/{components → newComponents}/Form/FormLabel/index.d.ts +0 -0
  78. /package/dist/{components → newComponents}/Form/FormLabel/index.js +0 -0
  79. /package/dist/{components → newComponents}/Form/index.d.ts +0 -0
  80. /package/dist/{components → newComponents}/Form/index.js +0 -0
  81. /package/dist/{components → newComponents}/IconButton/index.d.ts +0 -0
  82. /package/dist/{components → newComponents}/IconButton/index.js +0 -0
  83. /package/dist/{components → newComponents}/Input/CpfCpnjInput/getConfig.d.ts +0 -0
  84. /package/dist/{components → newComponents}/Input/CpfCpnjInput/getConfig.js +0 -0
  85. /package/dist/{components → newComponents}/Input/CpfCpnjInput/index.d.ts +0 -0
  86. /package/dist/{components → newComponents}/Input/CpfCpnjInput/utils.d.ts +0 -0
  87. /package/dist/{components → newComponents}/Input/CpfCpnjInput/utils.js +0 -0
  88. /package/dist/{components → newComponents}/Input/CurrencyInput/getConfig.d.ts +0 -0
  89. /package/dist/{components → newComponents}/Input/CurrencyInput/getConfig.js +0 -0
  90. /package/dist/{components → newComponents}/Input/CurrencyInput/index.d.ts +0 -0
  91. /package/dist/{components → newComponents}/Input/CurrencyInput/utils.d.ts +0 -0
  92. /package/dist/{components → newComponents}/Input/CurrencyInput/utils.js +0 -0
  93. /package/dist/{components → newComponents}/Input/MaskInput/getConfig.d.ts +0 -0
  94. /package/dist/{components → newComponents}/Input/MaskInput/getConfig.js +0 -0
  95. /package/dist/{components → newComponents}/Input/MaskInput/index.d.ts +0 -0
  96. /package/dist/{components → newComponents}/Input/SimpleInput/getConfig.d.ts +0 -0
  97. /package/dist/{components → newComponents}/Input/SimpleInput/getConfig.js +0 -0
  98. /package/dist/{components → newComponents}/Input/SimpleInput/index.d.ts +0 -0
  99. /package/dist/{components → newComponents}/Input/index.d.ts +0 -0
  100. /package/dist/{components → newComponents}/Input/index.js +0 -0
  101. /package/dist/{components → newComponents}/Input/utils/morpheme.d.ts +0 -0
  102. /package/dist/{components → newComponents}/Input/utils/morpheme.js +0 -0
  103. /package/src/{components → newComponents}/Breadcrumb/index.tsx +0 -0
  104. /package/src/{components → newComponents}/Checkbox/index.tsx +0 -0
  105. /package/src/{components → newComponents}/Divider/index.tsx +0 -0
  106. /package/src/{components → newComponents}/Form/FormController/index.tsx +0 -0
  107. /package/src/{components → newComponents}/Form/FormController/styles.css +0 -0
  108. /package/src/{components → newComponents}/Form/FormError/index.tsx +0 -0
  109. /package/src/{components → newComponents}/Form/FormLabel/index.tsx +0 -0
  110. /package/src/{components → newComponents}/Form/index.ts +0 -0
  111. /package/src/{components → newComponents}/IconButton/index.tsx +0 -0
  112. /package/src/{components → newComponents}/Input/CpfCpnjInput/getConfig.tsx +0 -0
  113. /package/src/{components → newComponents}/Input/CpfCpnjInput/utils.ts +0 -0
  114. /package/src/{components → newComponents}/Input/CurrencyInput/getConfig.tsx +0 -0
  115. /package/src/{components → newComponents}/Input/CurrencyInput/utils.ts +0 -0
  116. /package/src/{components → newComponents}/Input/MaskInput/getConfig.tsx +0 -0
  117. /package/src/{components → newComponents}/Input/SimpleInput/getConfig.tsx +0 -0
  118. /package/src/{components → newComponents}/Input/index.tsx +0 -0
  119. /package/src/{components → newComponents}/Input/utils/morpheme.tsx +0 -0
@@ -3,7 +3,7 @@ import type { FocusEvent, KeyboardEvent } from "react";
3
3
 
4
4
  import { useRef, useState } from "react";
5
5
 
6
- import { useFormController } from "../../Form/FormController";
6
+ import { useFormController } from "../../../newComponents/Form/FormController";
7
7
  import { getConfig } from "./getConfig";
8
8
  import { currencyInputKeyDown, valueDisplay } from "./utils";
9
9
 
@@ -4,7 +4,7 @@ import type { FocusEvent, InputHTMLAttributes } from "react";
4
4
  import { InputMask } from "@react-input/mask";
5
5
  import { forwardRef, useRef, useState } from "react";
6
6
 
7
- import { useFormController } from "../../Form/FormController";
7
+ import { useFormController } from "../../../newComponents/Form/FormController";
8
8
  import { getConfig } from "./getConfig";
9
9
 
10
10
  const BaseInput = forwardRef<
@@ -3,7 +3,7 @@ import type { FocusEvent } from "react";
3
3
 
4
4
  import { useRef, useState } from "react";
5
5
 
6
- import { useFormController } from "../../Form/FormController";
6
+ import { useFormController } from "../../../newComponents/Form/FormController";
7
7
  import { getConfig } from "./getConfig";
8
8
 
9
9
  function SimpleInput(props: SimpleInputProps) {
@@ -25,13 +25,13 @@
25
25
  }
26
26
 
27
27
  .arkyn_input input {
28
- color: var(--secondary-900);
28
+ color: var(--text-heading);
29
29
  }
30
30
 
31
31
  .arkyn_input .prefix,
32
32
  .arkyn_input .sufix {
33
- color: var(--secondary-600);
34
- background: var(--secondary-200);
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(--secondary-300);
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(--secondary-300);
57
+ border-left: 1px solid var(--border);
58
58
  }
59
59
 
60
60
  .arkyn_input input::placeholder {
61
- color: var(--secondary-400);
61
+ color: var(--text-light);
62
62
  }
63
63
 
64
64
  .arkyn_input svg {
65
- color: var(--secondary-400);
65
+ color: var(--text-light);
66
66
  }
67
67
 
68
68
  .arkyn_input.errored svg {
69
- color: var(--danger-600);
69
+ color: rgba(var(--spotlights-danger), 1);
70
70
  }
71
71
 
72
72
  .arkyn_input:not(.opacity).focused svg {
73
- color: var(--primary-500);
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(--secondary-300);
83
- background-color: var(--secondary-50);
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-600);
88
- outline-color: var(--danger-600);
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-500);
93
- outline-color: var(--primary-500);
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(--secondary-300);
97
+ border-color: var(--border);
98
98
  }
99
99
 
100
100
  .arkyn_input.outline.errored {
101
- border-color: var(--danger-600);
102
- outline-color: var(--danger-600);
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-500);
107
- outline-color: var(--primary-500);
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(--secondary-300);
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-600);
135
+ border-color: rgba(var(--spotlights-danger), 1);
136
136
  }
137
137
 
138
138
  .arkyn_input.underline.errored::before {
139
- background: var(--danger-600);
139
+ background: rgba(var(--spotlights-danger), 1);
140
140
  }
141
141
 
142
142
  .arkyn_input:not(.opacity).underline.focused {
143
- border-color: var(--primary-500);
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-500);
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/Breadcrumb/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAMzE,OAAO,cAAc,CAAC;AAEtB,iBAAS,UAAU,CAAC,IAAI,EAAE,eAAe,2CAGxC;AAED,iBAAS,cAAc,CAAC,IAAI,EAAE,mBAAmB,2CAmBhD;AAED,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAK7C,OAAO,cAAc,CAAC;AAEtB,iBAAS,QAAQ,CAAC,KAAK,EAAE,aAAa,2CAyCrC;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Divider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAEjD,OAAO,cAAc,CAAC;AAEtB,iBAAS,OAAO,CAAC,IAAI,EAAE,YAAY,2CAUlC;AAED,OAAO,EAAE,OAAO,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FormController/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,0BAA0B,EAC1B,mBAAmB,EACpB,MAAM,cAAc,CAAC;AAKtB,OAAO,cAAc,CAAC;AAItB,iBAAS,cAAc,CAAC,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,mBAAmB,2CAiBjE;AAED,iBAAS,iBAAiB,+BAEzB;AAED,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FormError/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlC,OAAO,cAAc,CAAC;AAEtB,KAAK,cAAc,GAAG;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,iBAAS,SAAS,CAAC,EAAE,QAAQ,EAAE,EAAE,cAAc,2CAK9C;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FormLabel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAKnD,OAAO,cAAc,CAAC;AAEtB,iBAAS,SAAS,CAAC,KAAK,EAAE,cAAc,2CAGvC;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Form/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
@@ -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
- }