tera-system-ui 0.2.5 → 0.2.6

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.
@@ -1150,6 +1150,7 @@ function touchEvents(node) {
1150
1150
  <!-- svelte-ignore a11y_no_static_element_interactions -->
1151
1151
  <div
1152
1152
  bind:this={backdropRef}
1153
+ data-bottom-sheet-backdrop
1153
1154
  class={r.backdrop()}
1154
1155
  style:z-index={zIndex}
1155
1156
  onpointerdown={handleBackdropPointerDown}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tera-system-ui",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "npm run customPrepublish && npm run generate-index && npm run generate-registry && npm run generate-llms && vite build && npm run package && npm run copy-docs && npm run copy-llms && npm run postpublish",