cortex-react-ui 0.1.159 → 0.1.161

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.
@@ -33,72 +33,76 @@
33
33
  $internal-options: safe-map-merge($internal-options, $options);
34
34
 
35
35
  .btn {
36
- display: 'flex';
37
- align-items: 'center';
38
- justify-content: 'center';
39
- padding: '0.5rem 1rem';
40
- border: '1px solid transparent';
41
- border-radius: '0.375rem';
42
- box-shadow: '0 1px 2px 0 rgba(0, 0, 0, 0.05)';
43
- font-size: '0.875rem';
44
- font-weight: '500';
45
- line-height: '1.25rem';
46
- text-align: 'center';
47
- text-transform: 'none';
48
- white-space: 'nowrap';
49
- vertical-align: 'middle';
50
- user-select: 'none';
51
- background-color: '#4F46E5';
52
- color: '#fff';
53
- cursor: 'pointer';
54
- outline: 'none';
55
- transition: 'background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s';
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: center;
39
+ padding: 0.5rem 1rem;
40
+ border: 1px solid transparent;
41
+ border-radius: 0.375rem;
42
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
43
+ font-size: 0.875rem;
44
+ font-weight: 500;
45
+ line-height: 1.25rem;
46
+ text-align: center;
47
+ text-transform: none;
48
+ white-space: nowrap;
49
+ vertical-align: middle;
50
+ user-select: none;
51
+ background-color: #4F46E5;
52
+ color: #fff;
53
+ cursor: pointer;
54
+ outline: none;
55
+ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
56
56
  }
57
57
 
58
58
  .btn-default {
59
- background-color: '#4F46E5';
59
+ background-color: #4F46E5;
60
60
  }
61
61
 
62
62
  .btn-default:hover {
63
- opacity: '0.8';
63
+ opacity: 0.8;
64
64
  }
65
65
 
66
66
  .select {
67
- display: 'block';
68
- width: '100%';
69
- padding-left: '0.75rem';
70
- color: '#000';
71
- padding-right: '2.5rem';
72
- padding-top: '0.5rem';
73
- padding-bottom: '0.5rem';
74
- font-size: '1rem';
75
- border-radius: '0.375rem';
67
+ display: block;
68
+ width: 100%;
69
+ padding-left: 0.75rem;
70
+ color: #000;
71
+ padding-right: 2.5rem;
72
+ padding-top: 0.5rem;
73
+ padding-bottom: 0.5rem;
74
+ font-size: 1rem;
75
+ border-radius: 0.375rem;
76
76
  }
77
77
 
78
78
  /* DIALOG */
79
79
  .dialog-header {
80
- display: 'flex';
81
- justify-content: 'space-between';
80
+ display: flex;
81
+ justify-content: space-between;
82
+ }
83
+
84
+ .dialog-header h4 {
85
+ margin: 0;
82
86
  }
83
87
 
84
88
  .dialog-mask {
85
- overflow-x: 'hidden';
86
- overflow-y: 'auto';
87
- display: 'flex';
88
- justify-content: 'center';
89
- padding-top: '2.5rem';
90
- padding-bottom: '5rem';
89
+ overflow-x: hidden;
90
+ overflow-y: auto;
91
+ display: flex;
92
+ justify-content: center;
93
+ padding-top: 2.5rem;
94
+ padding-bottom: 5rem;
91
95
  background-color: #0005;
92
96
  position: fixed;
93
97
  inset: 0;
94
98
  }
95
99
 
96
100
  .dialog-body {
97
- display: 'flex';
98
- flex-direction: 'column';
99
- gap: '1.25rem';
100
- padding: '1.25rem';
101
- height: 'max-content';
101
+ display: flex;
102
+ flex-direction: column;
103
+ gap: 1.25rem;
104
+ padding: 1.25rem;
105
+ height: max-content;
102
106
  background-color: white;
103
107
  }
104
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cortex-react-ui",
3
- "version": "0.1.159",
3
+ "version": "0.1.161",
4
4
  "description": "React UI",
5
5
  "author": "Anthony",
6
6
  "license": "MIT",