@nyaruka/temba-components 0.118.4 → 0.118.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.
package/CHANGELOG.md CHANGED
@@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [v0.118.6](https://github.com/nyaruka/temba-components/compare/v0.118.5...v0.118.6)
8
+
9
+ #### [v0.118.5](https://github.com/nyaruka/temba-components/compare/v0.118.4...v0.118.5)
10
+
11
+ > 12 February 2025
12
+
13
+ - Add valuekey for run result fields [`10c2df1`](https://github.com/nyaruka/temba-components/commit/10c2df1bac1a9bfcb2aef4150d012210332bff48)
14
+
7
15
  #### [v0.118.4](https://github.com/nyaruka/temba-components/compare/v0.118.3...v0.118.4)
8
16
 
17
+ > 12 February 2025
18
+
9
19
  - Respect aspect ratio on thumbnails [`#477`](https://github.com/nyaruka/temba-components/pull/477)
10
20
  - Remove cruft [`6d54f7e`](https://github.com/nyaruka/temba-components/commit/6d54f7e9484b00ad1f25304f667112ad36a758d2)
11
21
 
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="200"
4
+ height="200"
5
+ viewBox="0 0 24 24"
6
+ fill="white"
7
+ xmlns="http://www.w3.org/2000/svg">
8
+ <circle cx="12" cy="12" r="10" fill="#4A90E2"/>
9
+ <path
10
+ d="M7 9H17"
11
+ stroke="white"
12
+ stroke-width="2"
13
+ stroke-linecap="round"
14
+ stroke-linejoin="round"/>
15
+ <path
16
+ d="M7 13H13"
17
+ stroke="white"
18
+ stroke-width="2"
19
+ stroke-linecap="round"
20
+ stroke-linejoin="round"/>
21
+ </svg>