7 Commits

Author SHA1 Message Date
Guz
6fdad98663 fix: typo 2023-07-20 16:15:31 -03:00
Guz
681f9ba788 Merge pull request #23 from LoredDev/changeset-release/main
🦋 Release branch
2023-07-07 15:42:23 -03:00
Guz
c93c979e3f chore: 🚀 release changes
🦋 Release branch
2023-07-07 15:37:44 -03:00
github-actions[bot]
280117e9ec ci: 👷🦋 version packages 2023-07-07 18:36:56 +00:00
Guz
d173651b50 fix: rtl checkbox hotfix 2023-07-03 19:44:26 -03:00
Guz
1dd662c425 Merge pull request #18 from LoredDev/changeset-release/main
🦋 Changeset: Version packages
2023-07-03 17:25:16 -03:00
github-actions[bot]
1cca8a1623 chore: 🔗🦋 version packages 2023-07-03 20:14:12 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023-preset Gustavo "Guz" L. de Mello
Copyright (c) 2023-present Gustavo "Guz" L. de Mello
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -112,12 +112,12 @@
<input
un-m="l-5"
type="checkbox"
name="vertical layout"
id="vertical-input"
name="right to left"
id="rtl-input"
bind:checked={isRtl}
on:input={() => ($id = Math.random())}
/>
<label un-text="sm" for="vertical-input">Right-to-Left</label>
<label un-text="sm" for="rtl-input">Right-to-Left</label>
</div>
</section>
<section un-flex="~ col">