@eduboxpro/studio 0.1.22 → 0.1.23

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": "@eduboxpro/studio",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "Modern Angular UI library for educational platforms with customizable design system",
5
5
  "keywords": [
6
6
  "angular",
@@ -113,6 +113,7 @@
113
113
  * ======================================== */
114
114
 
115
115
  --studio-transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
116
+ --studio-transition-normal: 200ms cubic-bezier(0.4, 0, 0.2, 1);
116
117
  --studio-transition-base: 200ms cubic-bezier(0.4, 0, 0.2, 1);
117
118
  --studio-transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
118
119