@filip.mazev/blocks-core 1.0.9 → 1.0.11

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": "@filip.mazev/blocks-core",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  "./mixins": "./lib/styles/_mixins.scss",
@@ -36,12 +36,16 @@ $default-light-theme-config: (
36
36
 
37
37
  // Feedback
38
38
  'toast-info-bg': #ebf5ff,
39
- 'toast-info-accent': #3b82f6,
39
+ 'toast-info-border': #bcd3eb,
40
+ 'toast-info-accent': #1a5bc4,
40
41
  'toast-error-bg': map-get($error-palette, 50),
42
+ 'toast-error-border': #f5cccc,
41
43
  'toast-error-accent': map-get($error-palette, 500),
42
44
  'toast-success-bg': #f0fdf4,
43
- 'toast-success-accent': #40ca73,
45
+ 'toast-success-border': #a0e09af8,
46
+ 'toast-success-accent': #0e873a,
44
47
  'toast-warn-bg': map-get($warning-palette, 50),
48
+ 'toast-warn-border': #f6e5c9,
45
49
  'toast-warn-accent': map-get($warning-palette, 500),
46
50
 
47
51
  // Scrollbar & Sliders
@@ -95,13 +99,17 @@ $default-dark-theme-config: (
95
99
  'button-grayscale': map-get($gray-palette, 700),
96
100
 
97
101
  // Feedback
98
- 'toast-info-bg': #073460,
102
+ 'toast-info-bg': #0c151e,
103
+ 'toast-info-border': #1e2f44,
99
104
  'toast-info-accent': #7cb7ff,
100
- 'toast-error-bg': #450a0a,
105
+ 'toast-error-bg': #180c0c,
106
+ 'toast-error-border': #3b1313,
101
107
  'toast-error-accent': map-get($error-palette, 400),
102
- 'toast-success-bg': #052e16,
108
+ 'toast-success-bg': #0a150f,
109
+ 'toast-success-border': #133914,
103
110
  'toast-success-accent': #4eee89,
104
- 'toast-warn-bg': #451a03,
111
+ 'toast-warn-bg': #19100a,
112
+ 'toast-warn-border': #311e12,
105
113
  'toast-warn-accent': map-get($warning-palette, 500),
106
114
 
107
115
  // Scrollbar & Sliders
@@ -36,12 +36,16 @@ $high-contrast-light-config: (
36
36
 
37
37
  // Feedback
38
38
  'toast-info-bg': $hc-white,
39
+ 'toast-info-border': $hc-black,
39
40
  'toast-info-accent': $hc-cyan,
40
41
  'toast-error-bg': $hc-white,
42
+ 'toast-error-border': $hc-black,
41
43
  'toast-error-accent': #ff5151,
42
44
  'toast-success-bg': $hc-white,
45
+ 'toast-success-border': $hc-black,
43
46
  'toast-success-accent': #008800,
44
47
  'toast-warn-bg': $hc-white,
48
+ 'toast-warn-border': $hc-black,
45
49
  'toast-warn-accent': #ffae0c,
46
50
 
47
51
  // Scrollbar & Sliders
@@ -94,12 +98,16 @@ $high-contrast-dark-config: (
94
98
 
95
99
  // Feedback
96
100
  'toast-info-bg': $hc-black,
101
+ 'toast-info-border': $hc-white,
97
102
  'toast-info-accent': $hc-cyan,
98
103
  'toast-error-bg': $hc-black,
104
+ 'toast-error-border': $hc-white,
99
105
  'toast-error-accent': $hc-red,
100
106
  'toast-success-bg': $hc-black,
107
+ 'toast-success-border': $hc-white,
101
108
  'toast-success-accent': #54ff99,
102
109
  'toast-warn-bg': $hc-black,
110
+ 'toast-warn-border': $hc-white,
103
111
  'toast-warn-accent': $hc-yellow,
104
112
 
105
113
  // Scrollbar & Sliders
@@ -35,14 +35,18 @@ $orange-company-light-theme-config: (
35
35
  'button-grayscale': #d0d0d0b3,
36
36
 
37
37
  // Feedback
38
- 'toast-info-bg': #eaf4fff8,
39
- 'toast-info-accent': #4da6ff,
40
- 'toast-error-bg': #fbbdbef8,
41
- 'toast-error-accent': #FF4C4F,
42
- 'toast-success-bg': #bdf7aef8,
43
- 'toast-success-accent': #04ab47,
44
- 'toast-warn-bg': #ffdc9bf9,
45
- 'toast-warn-accent': #b0841f,
38
+ 'toast-info-bg': #ecf4fbf8,
39
+ 'toast-info-border': #c8dcf2f8,
40
+ 'toast-info-accent': #2d82d7,
41
+ 'toast-error-bg': #fadfdff8,
42
+ 'toast-error-border': #f1b5b6f8,
43
+ 'toast-error-accent': #d1282b,
44
+ 'toast-success-bg': #e1fddaf8,
45
+ 'toast-success-border': #b2f1acf8,
46
+ 'toast-success-accent': #077f37,
47
+ 'toast-warn-bg': #f6e7cbf9,
48
+ 'toast-warn-border': #f0c7a8f8,
49
+ 'toast-warn-accent': #8d660b,
46
50
 
47
51
  // Scrollbar & Sliders
48
52
  'scroll-bg': #FFEDD4,
@@ -95,14 +99,18 @@ $orange-company-dark-theme-config: (
95
99
  'button-grayscale': #2e2e2eb1,
96
100
 
97
101
  // Feedback
98
- 'toast-info-bg': #2c4063f5,
99
- 'toast-info-accent': #7caeffcd,
100
- 'toast-error-bg': #4d1718f9,
101
- 'toast-error-accent': #f25b5b,
102
- 'toast-success-bg': #145017f8,
103
- 'toast-success-accent': #45bc5b,
104
- 'toast-warn-bg': #87551cf5,
105
- 'toast-warn-accent': #ffb554,
102
+ 'toast-info-bg': #080c11f5,
103
+ 'toast-info-border': #112338f5,
104
+ 'toast-info-accent': #80c6ffcd,
105
+ 'toast-error-bg': #190b0bf9,
106
+ 'toast-error-border': #391111f9,
107
+ 'toast-error-accent': #dd6363,
108
+ 'toast-success-bg': #0c130df8,
109
+ 'toast-success-border': #183519f8,
110
+ 'toast-success-accent': #52bc67,
111
+ 'toast-warn-bg': #18130df5,
112
+ 'toast-warn-border': #3a2211f5,
113
+ 'toast-warn-accent': #e7a34b,
106
114
 
107
115
  // Scroll & Sliders
108
116
  'scroll-bg': #712000,