@egovernments/digit-ui-components-css 0.0.2-beta.30 → 0.0.2-beta.32

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": "@egovernments/digit-ui-components-css",
3
- "version": "0.0.2-beta.30",
3
+ "version": "0.0.2-beta.32",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egovernments.org>",
@@ -25,12 +25,12 @@
25
25
  ],
26
26
  "style": "./dist/index.css",
27
27
  "dependencies": {
28
- "node-sass": "^4.14.1",
29
- "normalize.css": "^8.0.1",
30
- "postcss-scss": "^3.0.1",
31
- "tailwindcss": "^1.8.10"
28
+
32
29
  },
33
30
  "devDependencies": {
31
+ "node-sass": "^4.14.1",
32
+ "normalize.css": "^8.0.1",
33
+ "tailwindcss": "^1.8.10",
34
34
  "autoprefixer": "^10.0.0",
35
35
  "cssnano": "^4.1.10",
36
36
  "gh-pages": "3.1.0",
@@ -67,3 +67,4 @@
67
67
  "digit-ui-components"
68
68
  ]
69
69
  }
70
+
@@ -45,7 +45,7 @@
45
45
 
46
46
  @media (max-width: 30rem) {
47
47
  height: 7.625rem;
48
- animation: slideInFromBottom 0.5s ease-out forwards;
48
+ animation: slideInFromBottomUploader 0.5s ease-out forwards;
49
49
  }
50
50
 
51
51
 
@@ -622,7 +622,7 @@
622
622
 
623
623
  }
624
624
 
625
- @keyframes slideInFromBottom {
625
+ @keyframes slideInFromBottomUploader {
626
626
  from {
627
627
  transform: translateY(100%);
628
628
  }