@flarehr/apollo-super-campaign 0.1.752 → 0.1.753

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/dist/index.html CHANGED
@@ -13,24 +13,7 @@
13
13
  />
14
14
  <script type="module" crossorigin src="./apollo-super-campaign.js"></script>
15
15
  </head>
16
- <style>
17
- :root {
18
- --fl-color-primary: #1890ff;
19
- --fl-color-primary-light: #74c0ff;
20
- --fl-color-primary-dark: #006bce;
21
- --fl-color-primary-disabled: #f5f5f5;
22
- --fl-color-primary-hover: #40a9ff;
23
- --fl-color-primary-focus: #40a9ff;
24
- --fl-color-primary-text: white;
25
- --fl-color-secondary: #d3d3d3;
26
- --fl-color-secondary-light: #e1e1e1;
27
- --fl-color-secondary-dark: #cecece;
28
- --fl-color-secondary-disabled: #f5f5f5;
29
- --fl-color-secondary-hover: #ebebeb;
30
- --fl-color-secondary-focus: #ebebeb;
31
- --fl-color-secondary-text: #262626;
32
- }
33
- </style>
16
+
34
17
  <body>
35
18
  <fieldset>
36
19
  <legend>Settings</legend>
@@ -42,15 +25,17 @@
42
25
  </div>
43
26
  <div style="padding-top: 1rem;">
44
27
  <label for="fund-usi-dropdown">Choose a Fund USI (for byof-engagement only):</label>
45
- <select id="fund-usi-dropdown" name="fundUsis">
28
+ <select data-testid="fund-usi-dropdown" id="fund-usi-dropdown" name="fundUsis">
46
29
  <option value="53226460365001">Aware Super</option>
47
30
  <option value="MTA0100AU">Spirit Super</option>
31
+ <option value="testContent">TEST: content</option>
32
+ <option value="testError">TEST: error</option>
48
33
  </select>
49
34
  </div>
50
35
  </fieldset>
51
36
 
52
37
  <div style="padding-top: 3rem;">
53
- <button id="campaignReturnButton" style="display: none">Return</button>
38
+ <button data-testidid="campaignReturnButton" style="display: none">Return</button>
54
39
  <div id="super-campaign">
55
40
  <apollo-super-campaign
56
41
  backend-url="%VITE_BACKEND_URL%"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-campaign",
3
- "version": "0.1.752",
3
+ "version": "0.1.753",
4
4
  "description": "Flare Apollo Campaign",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "type": "module",