@egovernments/digit-ui-components-css 0.0.2-beta.11 → 0.0.2-beta.12

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.
Files changed (46) hide show
  1. package/CHANGELOG.md +88 -88
  2. package/README.md +80 -80
  3. package/package.json +69 -69
  4. package/src/digitv2/components/FormComposerV2.scss +118 -118
  5. package/src/digitv2/components/actionbarV2.scss +206 -206
  6. package/src/digitv2/components/backLinkV2.scss +36 -36
  7. package/src/digitv2/components/bodyContainerV2.scss +39 -39
  8. package/src/digitv2/components/breadcrumbV2.scss +56 -56
  9. package/src/digitv2/components/buttonsV2.scss +451 -451
  10. package/src/digitv2/components/cardV2.scss +497 -497
  11. package/src/digitv2/components/cardbasedoptionsV2.scss +46 -46
  12. package/src/digitv2/components/cardlabelV2.scss +7 -7
  13. package/src/digitv2/components/checkboxV2.scss +83 -83
  14. package/src/digitv2/components/chipV2.scss +129 -129
  15. package/src/digitv2/components/dividerV2.scss +10 -10
  16. package/src/digitv2/components/errorMessageV2.scss +20 -20
  17. package/src/digitv2/components/fieldV1.scss +96 -96
  18. package/src/digitv2/components/headerdropdownV2.scss +151 -151
  19. package/src/digitv2/components/infoCardV2.scss +139 -139
  20. package/src/digitv2/components/infobuttonV2.scss +75 -75
  21. package/src/digitv2/components/labelFieldPairV2.scss +66 -66
  22. package/src/digitv2/components/mobileNumberV2.scss +65 -65
  23. package/src/digitv2/components/multiSelectDropdownV2.scss +315 -315
  24. package/src/digitv2/components/panelCardV2.scss +160 -160
  25. package/src/digitv2/components/panelV2.scss +114 -114
  26. package/src/digitv2/components/popUpV2.scss +330 -330
  27. package/src/digitv2/components/radiobtnV2.scss +115 -115
  28. package/src/digitv2/components/selectDropdownV2.scss +364 -364
  29. package/src/digitv2/components/stepperV2.scss +147 -147
  30. package/src/digitv2/components/textInputV2.scss +462 -462
  31. package/src/digitv2/components/textareaV2.scss +99 -99
  32. package/src/digitv2/components/textblockV2.scss +46 -46
  33. package/src/digitv2/components/timelineV2.scss +170 -170
  34. package/src/digitv2/components/toastV2.scss +80 -80
  35. package/src/digitv2/components/toggleV2.scss +72 -72
  36. package/src/digitv2/components/topbarV2.scss +387 -387
  37. package/src/digitv2/components/treeSelectV2.scss +132 -132
  38. package/src/digitv2/components/uploaderV2.scss +556 -556
  39. package/src/digitv2/components/viewCardFieldPairV2.scss +44 -44
  40. package/src/digitv2/index.scss +169 -169
  41. package/src/digitv2/pages/employee/index.scss +1 -1
  42. package/src/digitv2/pages/employee/workbench.scss +615 -615
  43. package/src/digitv2/typography.scss +638 -638
  44. package/src/index.scss +681 -681
  45. package/src/pages/employee/index.scss +625 -625
  46. package/src/pages/employee/login.scss +220 -220
package/CHANGELOG.md CHANGED
@@ -1,89 +1,89 @@
1
- # Changelog
2
-
3
- ## [0.0.2-beta.11] - 2024-07-04
4
- ### Added
5
- - Updated styles for actionbar,header and timeline molecule
6
-
7
- ## [0.0.2-beta.10] - 2024-06-28
8
- ### Added
9
- - Updated styles
10
-
11
- ## [0.0.2-beta.9] - 2024-06-25
12
- ### Added
13
- - Updated Uploader preview styles
14
-
15
- ## [0.0.2-beta.6] - 2024-06-24
16
- ### Added
17
- - Added ViewMore button for timeline molecule
18
-
19
- ## [0.0.2-beta.5] - 2024-06-19
20
- ### Added
21
- - Added BreadCrumb css
22
-
23
- ## [0.0.2-beta.4] - 2024-06-17
24
- ### Added
25
- - Added Timeline Molecule related css
26
-
27
- ## [0.0.2-beta.3] - 2024-06-13
28
- ### Changed
29
- - Deleted Unused CSS
30
- - Added preview overlay styles for uploadedfile and backLink styles
31
-
32
-
33
- ## [0.0.2-beta.2] - 2024-06-13
34
- ### Changed
35
- - Deleted Unused CSS
36
-
37
- ## [0.0.2-beta.1] - 2024-06-04
38
- ### Changed
39
- - Updated Popup Classname
40
-
41
-
42
- ## [0.0.2] - 2024-06-03
43
- - New components and enhancements for old components
44
-
45
- ### New Changes
46
-
47
- - Added Error Message Component.
48
- - Added Info Button Component.
49
- - Added Panels Component.
50
- - Added Popup Component With Two Variants defualt and alert.
51
- - Added RemoveableTag Component.
52
- - Added Stepper Component.
53
- - Added TextBlock Component.
54
- - Added Timeline Component.
55
- - Added Uploader Component With Three Varinats UploadFile,UploadPopup and UploadImage.
56
- - Added PanelCard Molecule.
57
-
58
- ### Enhancements
59
-
60
- - Updated Button Component Styles.
61
- - Updated Dropdown Component Styles and Added SelectAll Option.
62
- - Updated InfoCard Component Styles.
63
- - Added Animation for Toast.
64
- - Added new prop named type for Toast replacing the separate props for `info`, `warning`, and `error`.
65
- - Updated Typography with lineHeight
66
- - Updated Color Typography
67
-
68
- ## 0.0.1-beta
69
- - **13:** Fixed the login text styling issue
70
- - **1:** Styles for login dropdown and homepage dropdowns
71
- - **beta:** Added workbench related CSS and some new Digit v2 constants based on em
72
- - **1.5.41:** Added styles for login dropdown and homepage dropdowns
73
- - **1.5.40:** Alignment issue in edit and logout
74
- - **1.5.39:** Updated login SCSS and alignment issues
75
- - **1.5.37:** Updated the README content
76
- - **1.5.36:** Enhanced the form composer with header attribute
77
- - **1.5.35:** Fixed the card CSS issues
78
- - **1.5.34:** Fixed breadcrumb styling issue
79
- - **1.5.33:** Fixed some card related CSS issues due to v2 CSS
80
- - **1.5.32:** Newer CSS DIGITv2 added and corrected few existing issues
81
- - **1.5.31:** Corrected the CSS for inbox composers and default core UI
82
- - **1.5.30:** Updated the CSS for dynamic dropdown filter DSS
83
- - **1.5.29:** Layout issues fixed
84
- - **1.5.28:** Horizontal Bar chart alignment fixes
85
- - **1.5.27:** DSS UI alignment fixes for Horizontal Metric and bar chart
86
- - **1.5.26:** Added new CSS class for DSS enhancements
87
- - **1.5.25:** Added the CSS of inbox search composers
88
- - **1.5.24:** Added the README file
1
+ # Changelog
2
+
3
+ ## [0.0.2-beta.11] - 2024-07-04
4
+ ### Added
5
+ - Updated styles for actionbar,header and timeline molecule
6
+
7
+ ## [0.0.2-beta.10] - 2024-06-28
8
+ ### Added
9
+ - Updated styles
10
+
11
+ ## [0.0.2-beta.9] - 2024-06-25
12
+ ### Added
13
+ - Updated Uploader preview styles
14
+
15
+ ## [0.0.2-beta.6] - 2024-06-24
16
+ ### Added
17
+ - Added ViewMore button for timeline molecule
18
+
19
+ ## [0.0.2-beta.5] - 2024-06-19
20
+ ### Added
21
+ - Added BreadCrumb css
22
+
23
+ ## [0.0.2-beta.4] - 2024-06-17
24
+ ### Added
25
+ - Added Timeline Molecule related css
26
+
27
+ ## [0.0.2-beta.3] - 2024-06-13
28
+ ### Changed
29
+ - Deleted Unused CSS
30
+ - Added preview overlay styles for uploadedfile and backLink styles
31
+
32
+
33
+ ## [0.0.2-beta.2] - 2024-06-13
34
+ ### Changed
35
+ - Deleted Unused CSS
36
+
37
+ ## [0.0.2-beta.1] - 2024-06-04
38
+ ### Changed
39
+ - Updated Popup Classname
40
+
41
+
42
+ ## [0.0.2] - 2024-06-03
43
+ - New components and enhancements for old components
44
+
45
+ ### New Changes
46
+
47
+ - Added Error Message Component.
48
+ - Added Info Button Component.
49
+ - Added Panels Component.
50
+ - Added Popup Component With Two Variants defualt and alert.
51
+ - Added RemoveableTag Component.
52
+ - Added Stepper Component.
53
+ - Added TextBlock Component.
54
+ - Added Timeline Component.
55
+ - Added Uploader Component With Three Varinats UploadFile,UploadPopup and UploadImage.
56
+ - Added PanelCard Molecule.
57
+
58
+ ### Enhancements
59
+
60
+ - Updated Button Component Styles.
61
+ - Updated Dropdown Component Styles and Added SelectAll Option.
62
+ - Updated InfoCard Component Styles.
63
+ - Added Animation for Toast.
64
+ - Added new prop named type for Toast replacing the separate props for `info`, `warning`, and `error`.
65
+ - Updated Typography with lineHeight
66
+ - Updated Color Typography
67
+
68
+ ## 0.0.1-beta
69
+ - **13:** Fixed the login text styling issue
70
+ - **1:** Styles for login dropdown and homepage dropdowns
71
+ - **beta:** Added workbench related CSS and some new Digit v2 constants based on em
72
+ - **1.5.41:** Added styles for login dropdown and homepage dropdowns
73
+ - **1.5.40:** Alignment issue in edit and logout
74
+ - **1.5.39:** Updated login SCSS and alignment issues
75
+ - **1.5.37:** Updated the README content
76
+ - **1.5.36:** Enhanced the form composer with header attribute
77
+ - **1.5.35:** Fixed the card CSS issues
78
+ - **1.5.34:** Fixed breadcrumb styling issue
79
+ - **1.5.33:** Fixed some card related CSS issues due to v2 CSS
80
+ - **1.5.32:** Newer CSS DIGITv2 added and corrected few existing issues
81
+ - **1.5.31:** Corrected the CSS for inbox composers and default core UI
82
+ - **1.5.30:** Updated the CSS for dynamic dropdown filter DSS
83
+ - **1.5.29:** Layout issues fixed
84
+ - **1.5.28:** Horizontal Bar chart alignment fixes
85
+ - **1.5.27:** DSS UI alignment fixes for Horizontal Metric and bar chart
86
+ - **1.5.26:** Added new CSS class for DSS enhancements
87
+ - **1.5.25:** Added the CSS of inbox search composers
88
+ - **1.5.24:** Added the README file
89
89
  - **1.5.23:** Base version
package/README.md CHANGED
@@ -1,81 +1,81 @@
1
- <!-- TODO: update this -->
2
-
3
- # digit-ui-css
4
-
5
- ## Install
6
-
7
- ```bash
8
- npm install --save @egovernments/digit-ui-components-css
9
- ```
10
-
11
- ## Limitation
12
-
13
- ```bash
14
- This Package is more specific to DIGIT-UI's can be used across mission's
15
- It is the base css for all Digit UI's
16
- ```
17
-
18
- ## Usage
19
-
20
- After adding the dependency make sure you have this dependency in
21
-
22
- ```bash
23
- frontend/micro-ui/web/package.json
24
- ```
25
-
26
- ```json
27
- "@egovernments/digit-ui-components-css":"0.0.2",
28
- ```
29
-
30
- then navigate to App.js
31
-
32
- ```bash
33
- frontend/micro-ui/web/public/index.html
34
- ```
35
-
36
- ```jsx
37
- /** add this import **/
38
-
39
- <link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-components-css@0.0.2/dist/index.css" />
40
-
41
- ```
42
- ## Changelog
43
-
44
- ### Summary for Version [0.0.2] - 2024-06-03
45
-
46
- #### New Changes
47
-
48
- - Added Error Message Component.
49
- - Added Info Button Component.
50
- - Added Panels Component.
51
- - Added Popup Component with two variants: `default` and `alert`.
52
- - Added RemoveableTag Component.
53
- - Added Stepper Component.
54
- - Added TextBlock Component.
55
- - Added Timeline Component.
56
- - Added Uploader Component with three variants: `UploadFile`, `UploadPopup`, and `UploadImage`.
57
- - Added PanelCard Molecule.
58
-
59
- #### Enhancements
60
-
61
- - Updated Button Component Styles.
62
- - Updated Dropdown Component Styles and added SelectAll Option.
63
- - Updated InfoCard Component Styles.
64
- - Added Animation for Toast.
65
- - Added new prop `type` for Toast, replacing the separate props for `info`, `warning`, and `error`.
66
- - Updated Typography with lineHeight.
67
- - Updated Color Typography.
68
-
69
- For a detailed changelog, see the [CHANGELOG.md](./CHANGELOG.md) file.
70
-
71
- ## Published from DIGIT-UI-LIBRARIES
72
-
73
- DIGIT-UI-LIBRARIES Repo (https://github.com/egovernments/DIGIT-UI-LIBRARIES/tree/master)
74
-
75
- # Contributors
76
-
77
- [jagankumar-egov] [nipunarora-eGov] [Tulika-eGov] [Ramkrishna-egov] [nabeelmd-eGov] [anil-egov] [swathi-egov]
78
-
79
- ## License
80
-
1
+ <!-- TODO: update this -->
2
+
3
+ # digit-ui-css
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install --save @egovernments/digit-ui-components-css
9
+ ```
10
+
11
+ ## Limitation
12
+
13
+ ```bash
14
+ This Package is more specific to DIGIT-UI's can be used across mission's
15
+ It is the base css for all Digit UI's
16
+ ```
17
+
18
+ ## Usage
19
+
20
+ After adding the dependency make sure you have this dependency in
21
+
22
+ ```bash
23
+ frontend/micro-ui/web/package.json
24
+ ```
25
+
26
+ ```json
27
+ "@egovernments/digit-ui-components-css":"0.0.2",
28
+ ```
29
+
30
+ then navigate to App.js
31
+
32
+ ```bash
33
+ frontend/micro-ui/web/public/index.html
34
+ ```
35
+
36
+ ```jsx
37
+ /** add this import **/
38
+
39
+ <link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-components-css@0.0.2/dist/index.css" />
40
+
41
+ ```
42
+ ## Changelog
43
+
44
+ ### Summary for Version [0.0.2] - 2024-06-03
45
+
46
+ #### New Changes
47
+
48
+ - Added Error Message Component.
49
+ - Added Info Button Component.
50
+ - Added Panels Component.
51
+ - Added Popup Component with two variants: `default` and `alert`.
52
+ - Added RemoveableTag Component.
53
+ - Added Stepper Component.
54
+ - Added TextBlock Component.
55
+ - Added Timeline Component.
56
+ - Added Uploader Component with three variants: `UploadFile`, `UploadPopup`, and `UploadImage`.
57
+ - Added PanelCard Molecule.
58
+
59
+ #### Enhancements
60
+
61
+ - Updated Button Component Styles.
62
+ - Updated Dropdown Component Styles and added SelectAll Option.
63
+ - Updated InfoCard Component Styles.
64
+ - Added Animation for Toast.
65
+ - Added new prop `type` for Toast, replacing the separate props for `info`, `warning`, and `error`.
66
+ - Updated Typography with lineHeight.
67
+ - Updated Color Typography.
68
+
69
+ For a detailed changelog, see the [CHANGELOG.md](./CHANGELOG.md) file.
70
+
71
+ ## Published from DIGIT-UI-LIBRARIES
72
+
73
+ DIGIT-UI-LIBRARIES Repo (https://github.com/egovernments/DIGIT-UI-LIBRARIES/tree/master)
74
+
75
+ # Contributors
76
+
77
+ [jagankumar-egov] [nipunarora-eGov] [Tulika-eGov] [Ramkrishna-egov] [nabeelmd-eGov] [anil-egov] [swathi-egov]
78
+
79
+ ## License
80
+
81
81
  MIT © [jagankumar-egov](https://github.com/jagankumar-egov)
package/package.json CHANGED
@@ -1,69 +1,69 @@
1
- {
2
- "name": "@egovernments/digit-ui-components-css",
3
- "version": "0.0.2-beta.11",
4
- "license": "MIT",
5
- "main": "dist/index.css",
6
- "author": "Jagankumar <jagan.kumar@egov.org.in>",
7
- "engines": {
8
- "node": ">=14"
9
- },
10
- "cssConfig": {
11
- "prefix": ""
12
- },
13
- "scripts": {
14
- "start": "gulp build",
15
- "build": "NODE_ENV=production gulp build",
16
- "build:prod": "NODE_ENV=production gulp build",
17
- "prepublish": "yarn build:prod",
18
- "publish:css-develop": "npm publish --tag core-v0.1",
19
- "publish:css": "npm publish --access public",
20
- "deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example"
21
- },
22
- "browserslist": [
23
- "> 3%",
24
- "last 2 versions"
25
- ],
26
- "style": "./dist/index.css",
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"
32
- },
33
- "devDependencies": {
34
- "autoprefixer": "^10.0.0",
35
- "cssnano": "^4.1.10",
36
- "gh-pages": "3.1.0",
37
- "gulp": "^4.0.2",
38
- "gulp-clean": "^0.4.0",
39
- "gulp-clean-css": "^4.3.0",
40
- "gulp-livereload": "^4.0.2",
41
- "gulp-postcss": "9.0.0",
42
- "gulp-rename": "^2.0.0",
43
- "gulp-sass": "^4.1.0",
44
- "postcss": "8.3.11",
45
- "postcss-cli": "^8.0.0",
46
- "postcss-header": "^2.0.0",
47
- "postcss-import": "^12.0.1",
48
- "postcss-prefixer": "^2.1.2",
49
- "postcss-preset-env": "^6.7.0",
50
- "postcss-scss": "^3.0.1",
51
- "sass": "^1.26.11"
52
- },
53
- "files": [
54
- "dist/index.min.css",
55
- "dist/index.css",
56
- "svg/**/*.svg",
57
- "img/**/*.png",
58
- "src/**/*.scss",
59
- "src/**/*.css"
60
- ],
61
- "keywords": [
62
- "digit",
63
- "egov",
64
- "dpg",
65
- "digit-ui",
66
- "css",
67
- "digit-ui-components"
68
- ]
69
- }
1
+ {
2
+ "name": "@egovernments/digit-ui-components-css",
3
+ "version": "0.0.2-beta.12",
4
+ "license": "MIT",
5
+ "main": "dist/index.css",
6
+ "author": "Jagankumar <jagan.kumar@egov.org.in>",
7
+ "engines": {
8
+ "node": ">=14"
9
+ },
10
+ "cssConfig": {
11
+ "prefix": ""
12
+ },
13
+ "scripts": {
14
+ "start": "gulp build",
15
+ "build": "NODE_ENV=production gulp build",
16
+ "build:prod": "NODE_ENV=production gulp build",
17
+ "prepublish": "yarn build:prod",
18
+ "publish:css-develop": "npm publish --tag core-v0.1",
19
+ "publish:css": "npm publish --access public",
20
+ "deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example"
21
+ },
22
+ "browserslist": [
23
+ "> 3%",
24
+ "last 2 versions"
25
+ ],
26
+ "style": "./dist/index.css",
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"
32
+ },
33
+ "devDependencies": {
34
+ "autoprefixer": "^10.0.0",
35
+ "cssnano": "^4.1.10",
36
+ "gh-pages": "3.1.0",
37
+ "gulp": "^4.0.2",
38
+ "gulp-clean": "^0.4.0",
39
+ "gulp-clean-css": "^4.3.0",
40
+ "gulp-livereload": "^4.0.2",
41
+ "gulp-postcss": "9.0.0",
42
+ "gulp-rename": "^2.0.0",
43
+ "gulp-sass": "^4.1.0",
44
+ "postcss": "8.3.11",
45
+ "postcss-cli": "^8.0.0",
46
+ "postcss-header": "^2.0.0",
47
+ "postcss-import": "^12.0.1",
48
+ "postcss-prefixer": "^2.1.2",
49
+ "postcss-preset-env": "^6.7.0",
50
+ "postcss-scss": "^3.0.1",
51
+ "sass": "^1.26.11"
52
+ },
53
+ "files": [
54
+ "dist/index.min.css",
55
+ "dist/index.css",
56
+ "svg/**/*.svg",
57
+ "img/**/*.png",
58
+ "src/**/*.scss",
59
+ "src/**/*.css"
60
+ ],
61
+ "keywords": [
62
+ "digit",
63
+ "egov",
64
+ "dpg",
65
+ "digit-ui",
66
+ "css",
67
+ "digit-ui-components"
68
+ ]
69
+ }