otimus-library 0.1.89 → 0.1.90

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otimus-library",
3
- "version": "0.1.89",
3
+ "version": "0.1.90",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "^17.0.2",
@@ -1,6 +1,6 @@
1
1
  @import './variables.shui.scss';
2
2
 
3
- .shui {
3
+ .shui, .shui .oc {
4
4
  &.color {
5
5
  // Base Color classes
6
6
  &.b-0 {
@@ -8,15 +8,15 @@
8
8
  }
9
9
 
10
10
  &.b-1 {
11
- color: variables.$color-shui-base-0;
11
+ color: variables.$color-shui-base-1;
12
12
  }
13
13
 
14
14
  &.b-2 {
15
- color: variables.$color-shui-base-0;
15
+ color: variables.$color-shui-base-2;
16
16
  }
17
17
 
18
18
  &.b-3 {
19
- color: variables.$color-shui-base-0;
19
+ color: variables.$color-shui-base-3;
20
20
  }
21
21
 
22
22
  // UI Color classes
@@ -52,6 +52,10 @@
52
52
  color: variables.$color-shui-ui-7;
53
53
  }
54
54
 
55
+ &.ui-7, .p-1 {
56
+ color: variables.$color-shui-ui-8;
57
+ }
58
+
55
59
  // Functional color classes
56
60
  &.f-green {
57
61
  color: variables.$color-shui-functional-green;
@@ -118,6 +122,10 @@
118
122
  background-color: variables.$color-shui-ui-7;
119
123
  }
120
124
 
125
+ &.ui-8, .p-1 {
126
+ background-color: variables.$color-shui-ui-8;
127
+ }
128
+
121
129
  // Functional color classes
122
130
  &.f-green {
123
131
  background-color: variables.$color-shui-functional-green;
@@ -132,8 +140,6 @@
132
140
  }
133
141
  }
134
142
 
135
-
136
-
137
143
  &.text {
138
144
  &.text-primary {
139
145
  color: variables.$color-shui-ui-0;