@sphereon/ui-components.ssi-react 0.4.1-unstable.3 → 0.4.1-unstable.6

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/dist/index.d.ts CHANGED
@@ -57,6 +57,7 @@ import RoleViewItem from './components/views/RoleViewItem';
57
57
  import Listbox from './components/lists/Listbox';
58
58
  import { Row } from '@tanstack/react-table';
59
59
  import './styles/css/tailwind.css';
60
+ import './components/views/FormView/styles.css';
60
61
  import '@sphereon/ui-components.core/dist/styles/tokens.css';
61
62
  export * from './styles/fonts';
62
63
  export * from './types';
package/dist/index.js CHANGED
@@ -56,6 +56,7 @@ import RoleIconView from './components/views/RoleIconView';
56
56
  import RoleViewItem from './components/views/RoleViewItem';
57
57
  import Listbox from './components/lists/Listbox';
58
58
  import './styles/css/tailwind.css';
59
+ import './components/views/FormView/styles.css';
59
60
  import '@sphereon/ui-components.core/dist/styles/tokens.css';
60
61
  export * from './styles/fonts';
61
62
  export * from './types';
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.3+ad49a8e",
4
+ "version": "0.4.1-unstable.6+93797eb",
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,7 @@
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
17
  "copy-css": "cpy src/**/*.css dist --parents",
18
18
  "generate-css": "tailwindcss -i ./src/styles/css/tailwind.css -o ./dist/styles/css/tailwind.css",
19
19
  "build:clean": "tsc --build --clean && tsc --build"
@@ -43,7 +43,7 @@
43
43
  "@mui/system": "^5.15.12",
44
44
  "@mui/x-date-pickers": "^6.19.5",
45
45
  "@sphereon/ssi-sdk.data-store": "^0.33",
46
- "@sphereon/ui-components.core": "0.4.1-unstable.3+ad49a8e",
46
+ "@sphereon/ui-components.core": "0.4.1-unstable.6+93797eb",
47
47
  "@tanstack/react-table": "^8.9.3",
48
48
  "react-json-tree": "^0.18.0",
49
49
  "react-loader-spinner": "5.4.5",
@@ -63,5 +63,5 @@
63
63
  "peerDependencies": {
64
64
  "react": ">= 18"
65
65
  },
66
- "gitHead": "ad49a8e0813bcf7a4627b239586e870bad5f1db6"
66
+ "gitHead": "93797ebbf287a1884ad23fd69dafd87f6edfdf43"
67
67
  }