@testgorilla/tgo-ui 2.23.28 → 2.23.30

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": "@testgorilla/tgo-ui",
3
- "version": "2.23.28",
3
+ "version": "2.23.30",
4
4
  "license": "proprietary-license",
5
5
  "lint-staged": {
6
6
  "src/**/*.ts": [
@@ -76,7 +76,8 @@
76
76
  "MIN_SIZE_ERROR": "Upload a file larger than ({{min}} MB)",
77
77
  "UPLOADING": "Uploading",
78
78
  "SUPPORTED_FILE_TYPES": "Supported file types:",
79
- "CHANGE": "Change"
79
+ "CHANGE": "Change",
80
+ "FILE_UPLOADING_SUCCESS": "File uploaded successfully"
80
81
  },
81
82
  "NAVBAR": {
82
83
  "LOG_OUT": "Log out"
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.675 13.7L10.55 10.85L8.25 9H11.1L12 6.2L12.9 9H15.75L13.425 10.85L14.3 13.7L12 11.925L9.675 13.7ZM6 23V15.275C5.36667 14.575 4.875 13.775 4.525 12.875C4.175 11.975 4 11.0167 4 10C4 7.76667 4.775 5.875 6.325 4.325C7.875 2.775 9.76667 2 12 2C14.2333 2 16.125 2.775 17.675 4.325C19.225 5.875 20 7.76667 20 10C20 11.0167 19.825 11.975 19.475 12.875C19.125 13.775 18.6333 14.575 18 15.275V23L12 21L6 23ZM12 16C13.6667 16 15.0833 15.4167 16.25 14.25C17.4167 13.0833 18 11.6667 18 10C18 8.33333 17.4167 6.91667 16.25 5.75C15.0833 4.58333 13.6667 4 12 4C10.3333 4 8.91667 4.58333 7.75 5.75C6.58333 6.91667 6 8.33333 6 10C6 11.6667 6.58333 13.0833 7.75 14.25C8.91667 15.4167 10.3333 16 12 16Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.675 13.7L10.55 10.85L8.25 9H11.1L12 6.2L12.9 9H15.75L13.425 10.85L14.3 13.7L12 11.925L9.675 13.7ZM6 23V15.275C5.36667 14.575 4.875 13.775 4.525 12.875C4.175 11.975 4 11.0167 4 10C4 7.76667 4.775 5.875 6.325 4.325C7.875 2.775 9.76667 2 12 2C14.2333 2 16.125 2.775 17.675 4.325C19.225 5.875 20 7.76667 20 10C20 11.0167 19.825 11.975 19.475 12.875C19.125 13.775 18.6333 14.575 18 15.275V23L12 21L6 23ZM12 16C13.6667 16 15.0833 15.4167 16.25 14.25C17.4167 13.0833 18 11.6667 18 10C18 8.33333 17.4167 6.91667 16.25 5.75C15.0833 4.58333 13.6667 4 12 4C10.3333 4 8.91667 4.58333 7.75 5.75C6.58333 6.91667 6 8.33333 6 10C6 11.6667 6.58333 13.0833 7.75 14.25C8.91667 15.4167 10.3333 16 12 16ZM8 20.025L12 19L16 20.025V16.925C15.4167 17.2583 14.7875 17.5208 14.1125 17.7125C13.4375 17.9042 12.7333 18 12 18C11.2667 18 10.5625 17.9042 9.8875 17.7125C9.2125 17.5208 8.58333 17.2583 8 16.925V20.025Z" fill="currentColor"/>
3
+ </svg>
@@ -46,10 +46,10 @@
46
46
  outline-color: $black;
47
47
  outline-style: solid;
48
48
  outline-offset: -2px;
49
- animation: focus-ring-animation 0.4s forwards;
49
+ animation: focus-ring-animation-menu-item 0.4s forwards;
50
50
  }
51
51
 
52
- @keyframes focus-ring-animation {
52
+ @keyframes focus-ring-animation-menu-item {
53
53
  0% {
54
54
  outline-offset: -4px;
55
55
  outline-width: 4px;
@@ -268,7 +268,7 @@
268
268
 
269
269
  .mdc-notched-outline__notch {
270
270
  label {
271
- color: $black !important;
271
+ color: $grayscale-50 !important;
272
272
  }
273
273
  }
274
274
 
@@ -332,6 +332,11 @@
332
332
  }
333
333
 
334
334
  &.mat-warn {
335
+
336
+ .mat-mdc-form-field-required-marker:after {
337
+ color: $error-50;
338
+ }
339
+
335
340
  mat-label {
336
341
  color: $error-50!important;
337
342
  }
@@ -451,7 +456,11 @@
451
456
 
452
457
  .ui-field[theme=light] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label,
453
458
  .ui-field[theme=dark] .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline__notch label {
454
- color: $black!important;
459
+ color: $grayscale-50!important;
460
+
461
+ &:active {
462
+ color: $black!important;
463
+ }
455
464
  }
456
465
 
457
466
  .mat-mdc-form-field {