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

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.2-beta.30] - 2024-09-12
4
+ ### fixes
5
+ - Css version fix
6
+
3
7
  ## [0.0.2-beta.30] - 2024-09-06
4
8
  ### Changed
5
9
  - Added LandingPageCard,MenuCard styles
package/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @egovernments/digit-ui-components-css - 0.0.2-beta.30
2
+ * @egovernments/digit-ui-components-css - 0.0.2-beta.31
3
3
  *
4
4
  * Copyright (c) 2024 Jagankumar <jagan.kumar@egovernments.org>
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @egovernments/digit-ui-components-css - 0.0.2-beta.30
2
+ * @egovernments/digit-ui-components-css - 0.0.2-beta.31
3
3
  *
4
4
  * Copyright (c) 2024 Jagankumar <jagan.kumar@egovernments.org>
5
5
  *
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.31",
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
+