feather-k-demo-utils 0.0.24 → 0.0.26

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.
@@ -92,9 +92,16 @@
92
92
  content: "⚠️ - ";
93
93
  }
94
94
  }
95
- .pro,
96
- .con {
97
- padding: 0.5em;
95
+ .tip {
96
+ color: var(--kendo-color-surface);
97
+ background: linear-gradient(
98
+ to left,
99
+ lch(from var(--kendo-color-success) 40% c h),
100
+ lch(from var(--kendo-color-success) 50% c h)
101
+ );
102
+ &::before {
103
+ content: "💡 - ";
104
+ }
98
105
  }
99
106
  .pro {
100
107
  color: var(--kendo-color-dark);
@@ -129,6 +136,12 @@
129
136
  font-weight: bold;
130
137
  }
131
138
  }
139
+ .warning,
140
+ .tip,
141
+ .pro,
142
+ .con {
143
+ padding: 0.5em;
144
+ }
132
145
  }
133
146
  }
134
147
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "feather-k-demo-utils",
3
3
  "private": false,
4
- "version": "0.0.24",
4
+ "version": "0.0.26",
5
5
  "type": "module",
6
6
  "main": "lib/index.es.js",
7
7
  "module": "lib/index.es.js",