@industream/flowmaker-flowbox-ui-components 1.0.6-poc.0 → 1.0.6-poc.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.
@@ -107,12 +107,12 @@
107
107
  <span>{error}</span>
108
108
  </div>
109
109
  {:else if entries.length === 0 && !searching}
110
- <div class="state-message empty-state"><span>{tooMany ? 'No matching entries refine your search.' : emptyMessage}</span></div>
110
+ <div class="state-message empty-state"><span>{tooMany ? 'No matching entries. Refine your search.' : emptyMessage}</span></div>
111
111
  {:else}
112
112
  {#if tooMany}
113
113
  <div class="too-many-banner">
114
114
  <svg viewBox="0 0 16 16" width="16" height="16"><path d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm-.75 3.5h1.5v5h-1.5zm.75 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2z" fill="currentColor"></path></svg>
115
- <span>Showing {entries.length} entries not all are displayed. Use the search box to find others.</span>
115
+ <span>Showing {entries.length} entries (not all). Use the search box to find others.</span>
116
116
  </div>
117
117
  {/if}
118
118
  <div class="table-container">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@industream/flowmaker-flowbox-ui-components",
3
- "version": "1.0.6-poc.0",
3
+ "version": "1.0.6-poc.1",
4
4
  "description": "Reusable Svelte components for FlowMaker FlowBox UI",
5
5
  "type": "module",
6
6
  "svelte": "./dist/index.js",
@@ -107,12 +107,12 @@
107
107
  <span>{error}</span>
108
108
  </div>
109
109
  {:else if entries.length === 0 && !searching}
110
- <div class="state-message empty-state"><span>{tooMany ? 'No matching entries refine your search.' : emptyMessage}</span></div>
110
+ <div class="state-message empty-state"><span>{tooMany ? 'No matching entries. Refine your search.' : emptyMessage}</span></div>
111
111
  {:else}
112
112
  {#if tooMany}
113
113
  <div class="too-many-banner">
114
114
  <svg viewBox="0 0 16 16" width="16" height="16"><path d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm-.75 3.5h1.5v5h-1.5zm.75 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2z" fill="currentColor"></path></svg>
115
- <span>Showing {entries.length} entries not all are displayed. Use the search box to find others.</span>
115
+ <span>Showing {entries.length} entries (not all). Use the search box to find others.</span>
116
116
  </div>
117
117
  {/if}
118
118
  <div class="table-container">