@streamscloud/kit 0.41.0 → 0.41.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.
@@ -21,14 +21,14 @@ outline there — pass a softer filter, or `none`.
21
21
  ### CSS Custom Properties
22
22
  | Property | Description | Default |
23
23
  |---|---|---|
24
- | `--sc-kit--play-indicator--size` | Glyph size; container-query clamp scales it to parent width, reaching the 40px ceiling at 500px | `clamp(1.75rem, 8cqi, 2.5rem)` |
24
+ | `--sc-kit--play-indicator--size` | Glyph size; container-query clamp scales it to parent width, reaching the 54px ceiling at 450px | `clamp(1.75rem, 12cqi, 3.375rem)` |
25
25
  | `--sc-kit--play-indicator--filter` | Shadow applied to the glyph | `--sc-kit--filter--icon-overlay` |
26
26
  -->
27
27
 
28
28
  <style>.play-indicator {
29
29
  --_play-indicator--size: var(
30
30
  --sc-kit--play-indicator--size,
31
- var(--_--play-indicator--size, clamp(1.75rem, 8cqi, 2.5rem))
31
+ var(--_--play-indicator--size, clamp(1.75rem, 12cqi, 3.375rem))
32
32
  );
33
33
  --_play-indicator--filter: var(--sc-kit--play-indicator--filter, var(--sc-kit--filter--icon-overlay));
34
34
  display: inline-flex;
@@ -14,7 +14,7 @@ type Props = {
14
14
  * ### CSS Custom Properties
15
15
  * | Property | Description | Default |
16
16
  * |---|---|---|
17
- * | `--sc-kit--play-indicator--size` | Glyph size; container-query clamp scales it to parent width, reaching the 40px ceiling at 500px | `clamp(1.75rem, 8cqi, 2.5rem)` |
17
+ * | `--sc-kit--play-indicator--size` | Glyph size; container-query clamp scales it to parent width, reaching the 54px ceiling at 450px | `clamp(1.75rem, 12cqi, 3.375rem)` |
18
18
  * | `--sc-kit--play-indicator--filter` | Shadow applied to the glyph | `--sc-kit--filter--icon-overlay` |
19
19
  */
20
20
  declare const Cmp: import("svelte").Component<Props, {}, "">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamscloud/kit",
3
- "version": "0.41.0",
3
+ "version": "0.41.1",
4
4
  "author": "StreamsCloud",
5
5
  "repository": {
6
6
  "type": "git",