@sphereon/ui-components.ssi-react 0.4.1-unstable.2 → 0.4.1-unstable.4

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.
@@ -0,0 +1,105 @@
1
+ .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
2
+ border-color: #7276F7 !important;
3
+ }
4
+
5
+ .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
6
+ border-color: #7276F7 !important;
7
+ }
8
+
9
+ .MuiTypography-h6 {
10
+ font-size: 16px !important;
11
+ font-style: normal !important;
12
+ font-weight: 600 !important;
13
+ }
14
+
15
+ .MuiGrid-container {
16
+ padding: 0 !important;
17
+ }
18
+
19
+ .MuiFormControl-root {
20
+ padding: 0 !important;
21
+
22
+ }
23
+
24
+ .MuiCardContent-root {
25
+ padding: 0 !important;
26
+ }
27
+
28
+ .MuiCardHeader-root {
29
+ padding: 0 !important;
30
+ }
31
+
32
+ .MuiPaper-root {
33
+ margin: 0 !important;
34
+ background-color: #FBFBFB !important;
35
+ box-shadow: none !important;
36
+ border-radius: 4px !important;
37
+ }
38
+
39
+ .MuiCardHeader-title {
40
+ font-family: Poppins, serif !important;
41
+ font-size: 16px !important;
42
+ font-style: normal !important;
43
+ font-weight: 400 !important;
44
+ margin-bottom: 10px !important;
45
+ }
46
+
47
+ .MuiGrid-root.MuiGrid-container.MuiGrid-direction-xs-column {
48
+ gap: 24px !important;
49
+ }
50
+
51
+ .MuiFormLabel-root.MuiInputLabel-root {
52
+ font-family: 'Poppins', sans-serif !important;
53
+ }
54
+
55
+ .MuiInputBase-root.MuiOutlinedInput-root .MuiInputBase-input {
56
+ font-family: 'Poppins', sans-serif !important;
57
+ }
58
+
59
+ .MuiInputBase-root.MuiOutlinedInput-root {
60
+ font-family: 'Poppins', sans-serif !important;
61
+ }
62
+
63
+ .MuiTypography-root {
64
+ font-family: 'Poppins', sans-serif !important;
65
+ color: #303030 !important;
66
+ }
67
+
68
+ .MuiDateCalendar-root {
69
+ background-color: #ECE6F0 !important;
70
+ border-radius: 16px !important;
71
+ }
72
+
73
+ .MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation8.MuiPickersPopper-paper {
74
+ border-radius: 16px !important;
75
+ }
76
+
77
+ .MuiButtonBase-root.MuiPickersDay-root.Mui-selected.MuiPickersDay-dayWithMargin {
78
+ background-color: #7276F7 !important;
79
+ }
80
+
81
+ .MuiButtonBase-root.MuiPickersDay-root.MuiPickersDay-dayWithMargin:hover {
82
+ background-color: #B7B8D9 !important;
83
+ }
84
+
85
+ .base-Popper-root {
86
+ border-radius: 4px !important;
87
+ }
88
+
89
+ .MuiFormGroup-root.MuiFormGroup-row {
90
+ display: grid !important;
91
+ grid-template-columns: repeat(2, 1fr) !important;
92
+ grid-gap: 10px !important;
93
+ }
94
+
95
+ .MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-true:empty {
96
+ display: none !important;
97
+ }
98
+
99
+ textarea.MuiInputBase-input.MuiInputBase-inputMultiline {
100
+ min-height: 112px !important;
101
+ }
102
+
103
+ .MuiTabs-scroller.MuiTabs-fixed {
104
+ margin-bottom: 12px !important;
105
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ui-components.ssi-react",
3
3
  "private": false,
4
- "version": "0.4.1-unstable.2+64023ed",
4
+ "version": "0.4.1-unstable.4+0380e4c",
5
5
  "description": "SSI UI components for React",
6
6
  "repository": "git@github.com:Sphereon-Opensource/UI-Components.git",
7
7
  "author": "Sphereon <dev@sphereon.com>",
@@ -13,7 +13,8 @@
13
13
  "Self-sovereign identity (SSI)"
14
14
  ],
15
15
  "scripts": {
16
- "build": "tsc && pnpm run generate-css",
16
+ "build": "tsc && pnpm run copy-css && pnpm run generate-css",
17
+ "copy-css": "cpy src/**/*.css dist --parents",
17
18
  "generate-css": "tailwindcss -i ./src/styles/css/tailwind.css -o ./dist/styles/css/tailwind.css",
18
19
  "build:clean": "tsc --build --clean && tsc --build"
19
20
  },
@@ -42,7 +43,7 @@
42
43
  "@mui/system": "^5.15.12",
43
44
  "@mui/x-date-pickers": "^6.19.5",
44
45
  "@sphereon/ssi-sdk.data-store": "^0.33",
45
- "@sphereon/ui-components.core": "0.4.1-unstable.2+64023ed",
46
+ "@sphereon/ui-components.core": "0.4.1-unstable.4+0380e4c",
46
47
  "@tanstack/react-table": "^8.9.3",
47
48
  "react-json-tree": "^0.18.0",
48
49
  "react-loader-spinner": "5.4.5",
@@ -62,5 +63,5 @@
62
63
  "peerDependencies": {
63
64
  "react": ">= 18"
64
65
  },
65
- "gitHead": "64023ed017c2754d1fcfef36d3f3dee0bf428777"
66
+ "gitHead": "0380e4c4176cc787948dc9f495933a1f24404036"
66
67
  }