@everchron/ec-shards 7.2.2 → 7.2.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "7.2.2",
3
+ "version": "7.2.4",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -279,6 +279,10 @@
279
279
  a{
280
280
  color: $color-blue-10;
281
281
  }
282
+
283
+ .ecs-empty-state-message{
284
+ max-width: 440px;
285
+ }
282
286
  }
283
287
  </style>
284
288
 
@@ -367,7 +371,7 @@
367
371
  }
368
372
 
369
373
  &-disabled{
370
- background: $color-gray-1;
374
+ background: $color-white;
371
375
 
372
376
  .ecs-empty-state-message i{
373
377
  pointer-events: none;
@@ -20,7 +20,7 @@
20
20
  /** Sets the sticker icon. */
21
21
  type: {
22
22
  type: String,
23
- validator: v => ['current', 'error', 'loading', 'warning', 'success', 'info', 'shared', 'null', null, undefined].includes(v)
23
+ validator: v => ['current', 'error', 'loading', 'warning', 'success', 'info', 'shared', '', 'null', null, undefined].includes(v)
24
24
  },
25
25
  /** Allows to customize the primary color of the sticker icon. */
26
26
  color: {
@@ -55,7 +55,6 @@
55
55
  /** Adds an ecs-sticker to this tab button, check the Sticker component for available types. */
56
56
  sticker: {
57
57
  type: String,
58
- validator: v => ['current', 'error', 'loading', 'warning', 'success', 'info', 'shared', 'null', null, undefined].includes(v)
59
58
  },
60
59
  /** Disables the tab button. */
61
60
  disabled: {
@@ -6,7 +6,7 @@ import { Meta } from '@storybook/addon-docs/blocks';
6
6
  Changelog
7
7
  </h1>
8
8
 
9
- ## Version 7.2.2 (5 June 2023)
9
+ ## Version 7.2.3 (5 June 2023)
10
10
 
11
11
  ### Features
12
12