@adminforth/bulk-ai-flow 1.21.1 → 1.21.2

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/build.log CHANGED
@@ -13,5 +13,5 @@ custom/package-lock.json
13
13
  custom/package.json
14
14
  custom/tsconfig.json
15
15
 
16
- sent 96,594 bytes received 172 bytes 193,532.00 bytes/sec
17
- total size is 95,949 speedup is 0.99
16
+ sent 96,578 bytes received 172 bytes 193,500.00 bytes/sec
17
+ total size is 95,942 speedup is 0.99
@@ -156,7 +156,7 @@
156
156
  <IconExclamationTriangle class="w-6 h-6 me-2"/>
157
157
  <p class="sm:text-base text-sm">{{ t('Warning: Existing values will be overwritten.') }}</p>
158
158
  </div>
159
- <p class="w-fit flex justify-start text-lightPrimary dark:text-lightPrimary hover:underline cursor-pointer" @click="clickSettingsButton()">{{ t('Configure prompts') }}</p>
159
+ <p class="w-fit flex justify-start text-lightPrimary dark:text-white hover:underline cursor-pointer" @click="clickSettingsButton()">{{ t('Configure prompts') }}</p>
160
160
  </div>
161
161
  </div>
162
162
  </Dialog>
@@ -156,7 +156,7 @@
156
156
  <IconExclamationTriangle class="w-6 h-6 me-2"/>
157
157
  <p class="sm:text-base text-sm">{{ t('Warning: Existing values will be overwritten.') }}</p>
158
158
  </div>
159
- <p class="w-fit flex justify-start text-lightPrimary dark:text-lightPrimary hover:underline cursor-pointer" @click="clickSettingsButton()">{{ t('Configure prompts') }}</p>
159
+ <p class="w-fit flex justify-start text-lightPrimary dark:text-white hover:underline cursor-pointer" @click="clickSettingsButton()">{{ t('Configure prompts') }}</p>
160
160
  </div>
161
161
  </div>
162
162
  </Dialog>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/bulk-ai-flow",
3
- "version": "1.21.1",
3
+ "version": "1.21.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },