@snowcone-app/ui 0.2.6 → 0.3.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`89893bc`](https://github.com/snowcone-app/snowcone-monorepo/commit/89893bc6e492d152dbd42d4887b5cd5c4cd51eb8)]:
8
+ - @snowcone-app/sdk@0.16.1
9
+
10
+ ## 0.3.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [#699](https://github.com/snowcone-app/snowcone-monorepo/pull/699) [`7ee6a75`](https://github.com/snowcone-app/snowcone-monorepo/commit/7ee6a75444a97bff9071bb1d5bd81387dd16b3fb) Thanks [@kevinsproles](https://github.com/kevinsproles)! - The snowcone rainbow render-in-flight loading overlay.
15
+ - **canvas**: `Editor.Preview` gains a `loadingOverlay` prop (`true`/`"dark"`/
16
+ `"light"`): while a server render is in flight, the www PDP's prism loader
17
+ shimmers over the still-visible previous mockup — 200ms show-delay so
18
+ fast/cached renders never flash it, 400ms post-render linger, fade-out.
19
+ Opting in moves `data-sc-part="preview"` to a positioned `.sc-preview-frame`
20
+ stage (documented in the styling contract); without the prop the DOM is the
21
+ original bare `<img>`, unchanged. `SnowconeEditor`'s previews opt in.
22
+ - **ui**: `LoadingOverlayPrismCandy` / `LoadingOverlayPrismCandyInline` (the
23
+ PDP hero's candy loader) move into `@snowcone-app/ui` so any surface can use
24
+ the brand loader; the www module is now a re-export shim.
25
+
3
26
  ## 0.2.6
4
27
 
5
28
  ### Patch Changes