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/index.modern.js
CHANGED
|
@@ -4873,6 +4873,7 @@ var light = {
|
|
|
4873
4873
|
light_3: '#F0F3F5',
|
|
4874
4874
|
light_4: '#ECF0F4',
|
|
4875
4875
|
light_5: '#F0F0F3',
|
|
4876
|
+
light_6: '#EFF8FF',
|
|
4876
4877
|
softBlue: '#D4EEFF',
|
|
4877
4878
|
extraSoftBlue: '#E4F4FF',
|
|
4878
4879
|
boldTransparent: '#5E5E5E80',
|
|
@@ -4946,6 +4947,7 @@ var dark = {
|
|
|
4946
4947
|
light_3: '#0F1214',
|
|
4947
4948
|
light_4: '#101417',
|
|
4948
4949
|
light_5: '#0F0F0C',
|
|
4950
|
+
light_6: '#0D3B66',
|
|
4949
4951
|
softBlue: '#2C3E50',
|
|
4950
4952
|
extraSoftBlue: '#34495E',
|
|
4951
4953
|
boldTransparent: '#D3D3D380',
|