@revotech-group/revotech-ui-kit 0.1.40 → 0.1.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/library.css +10 -0
- package/dist/rtg-ui-kit.js +1691 -1603
- package/dist/rtg-ui-kit.umd.cjs +491 -413
- package/dist/src/assets/icons/eye-off.d.ts +1 -0
- package/dist/src/assets/icons/eye-on.d.ts +1 -0
- package/dist/src/assets/icons/index.d.ts +2 -0
- package/dist/src/components/ui/input/input.d.ts +2 -0
- package/package.json +1 -1
package/dist/library.css
CHANGED
|
@@ -1405,6 +1405,10 @@ body {
|
|
|
1405
1405
|
padding-top: 1.5rem;
|
|
1406
1406
|
padding-bottom: 1.5rem;
|
|
1407
1407
|
}
|
|
1408
|
+
.rtg-py-\[2px\] {
|
|
1409
|
+
padding-top: 2px;
|
|
1410
|
+
padding-bottom: 2px;
|
|
1411
|
+
}
|
|
1408
1412
|
.rtg-py-\[3px\] {
|
|
1409
1413
|
padding-top: 3px;
|
|
1410
1414
|
padding-bottom: 3px;
|
|
@@ -2015,6 +2019,12 @@ body {
|
|
|
2015
2019
|
outline-offset: 2px;
|
|
2016
2020
|
}
|
|
2017
2021
|
|
|
2022
|
+
.focus\:rtg-ring-0:focus {
|
|
2023
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2024
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2025
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2018
2028
|
.focus\:rtg-ring-1:focus {
|
|
2019
2029
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2020
2030
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|