labsense-ui-kit 1.2.35 → 1.2.36
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/Themes/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/Themes/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -4877,6 +4877,7 @@ var light = {
|
|
|
4877
4877
|
light_3: '#F0F3F5',
|
|
4878
4878
|
light_4: '#ECF0F4',
|
|
4879
4879
|
light_5: '#F0F0F3',
|
|
4880
|
+
light_6: '#EFF8FF',
|
|
4880
4881
|
softBlue: '#D4EEFF',
|
|
4881
4882
|
extraSoftBlue: '#E4F4FF',
|
|
4882
4883
|
boldTransparent: '#5E5E5E80',
|
|
@@ -4950,6 +4951,7 @@ var dark = {
|
|
|
4950
4951
|
light_3: '#0F1214',
|
|
4951
4952
|
light_4: '#101417',
|
|
4952
4953
|
light_5: '#0F0F0C',
|
|
4954
|
+
light_6: '#0D3B66',
|
|
4953
4955
|
softBlue: '#2C3E50',
|
|
4954
4956
|
extraSoftBlue: '#34495E',
|
|
4955
4957
|
boldTransparent: '#D3D3D380',
|