tera-system-ui 0.0.64 → 0.0.65

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.
@@ -124,7 +124,7 @@
124
124
  {/each}
125
125
  </ul>
126
126
  <div>
127
- <div class="w-[3rem] mb-8 flex justify-center">
127
+ <div class="w-[3rem] mb-[var(--ads-padding-bottom,2rem)] flex justify-center">
128
128
  <LightDarkToggle/>
129
129
  </div>
130
130
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tera-system-ui",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "npm run customPrepublish && npm run generate-index && vite build && npm run package && npm run postpublish",