code7-leia 0.1.32 → 0.1.41
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/code7-leia.cjs.development.js +140 -3
- package/dist/code7-leia.cjs.development.js.map +1 -1
- package/dist/code7-leia.cjs.production.min.js +1 -1
- package/dist/code7-leia.cjs.production.min.js.map +1 -1
- package/dist/code7-leia.esm.js +141 -4
- package/dist/code7-leia.esm.js.map +1 -1
- package/dist/components/TestArea/components/InputTest/index.d.ts +8 -0
- package/dist/components/TestArea/components/InputTest/styles.d.ts +5 -0
- package/dist/components/TestArea/components/Select/index.d.ts +12 -0
- package/dist/components/TestArea/components/Select/styles.d.ts +2 -0
- package/dist/components/TestArea/styles.d.ts +5 -0
- package/package.json +1 -1
- package/src/components/{FileArea/components/EmptyState → EmptyState}/styles.tsx +4 -2
- package/src/components/FileArea/index.tsx +1 -1
- package/src/components/TestArea/components/InputTest/index.tsx +25 -0
- package/src/components/TestArea/components/InputTest/styles.tsx +32 -0
- package/src/components/TestArea/components/Select/index.tsx +40 -0
- package/src/components/TestArea/components/Select/styles.tsx +17 -0
- package/src/components/TestArea/index.tsx +99 -5
- package/src/components/TestArea/styles.tsx +73 -0
- package/src/types/image.d.ts +4 -0
- package/src/utils/getLanguage.tsx +1 -1
- package/src/assets/icon_search.svg +0 -3
- /package/dist/components/{FileArea/components/EmptyState → EmptyState}/index.d.ts +0 -0
- /package/dist/components/{FileArea/components/EmptyState → EmptyState}/styles.d.ts +0 -0
- /package/src/components/{FileArea/components/EmptyState → EmptyState}/index.tsx +0 -0
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M15.75 14.0312L11.875 10.1562C12.5625 9.09375 13 7.84375 13 6.5C13 2.9375 10.0625 0 6.5 0C2.90625 0 0 2.9375 0 6.5C0 10.0938 2.90625 13 6.5 13C7.8125 13 9.0625 12.5938 10.125 11.9062L14 15.7812C14.2812 16.0938 14.75 16.0938 15.0625 15.7812L15.75 15.0938C16.0625 14.7812 16.0625 14.3125 15.75 14.0312ZM2.5 6.5C2.5 4.3125 4.28125 2.5 6.5 2.5C8.6875 2.5 10.5 4.3125 10.5 6.5C10.5 8.71875 8.6875 10.5 6.5 10.5C4.28125 10.5 2.5 8.71875 2.5 6.5Z" fill="#5A5D68"/>
|
|
3
|
-
</svg>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|