@snabcentr/client-ui 0.2.7 → 0.2.9

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.

Potentially problematic release.


This version of @snabcentr/client-ui might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -5,7 +5,6 @@
5
5
  --tui-primary: #ffcc40; // primary buttons, background
6
6
  --tui-primary-hover: #ffe49b; // primary buttons hover
7
7
  --tui-primary-active: #ffbb00; // primary buttons pressed
8
- --tui-primary-text: #000; // text on primary background
9
8
  --tui-clear: rgba(246, 246, 246, 1); // translucent dark fill
10
9
  --tui-clear-disabled: rgb(230, 229, 229); // translucent dark fill disabled
11
10
  --tui-clear-hover: rgba(238, 239, 239, 1); // translucent dark fill hover
@@ -842,10 +842,6 @@ video {
842
842
  height: 100%;
843
843
  }
844
844
 
845
- .max-h-\[17rem\] {
846
- max-height: 17rem;
847
- }
848
-
849
845
  .max-h-full {
850
846
  max-height: 100%;
851
847
  }
@@ -1219,10 +1215,6 @@ video {
1219
1215
  padding-bottom: 1.125rem;
1220
1216
  }
1221
1217
 
1222
- .text-left {
1223
- text-align: left;
1224
- }
1225
-
1226
1218
  .text-center {
1227
1219
  text-align: center;
1228
1220
  }
@@ -1240,23 +1232,11 @@ video {
1240
1232
  line-height: 2rem !important;
1241
1233
  }
1242
1234
 
1243
- .\!text-\[0\.75rem\] {
1244
- font-size: 0.75rem !important;
1245
- }
1246
-
1247
1235
  .\!text-xs {
1248
1236
  font-size: 0.75rem !important;
1249
1237
  line-height: 1rem !important;
1250
1238
  }
1251
1239
 
1252
- .text-\[0\.75rem\] {
1253
- font-size: 0.75rem;
1254
- }
1255
-
1256
- .text-\[0\.875rem\] {
1257
- font-size: 0.875rem;
1258
- }
1259
-
1260
1240
  .text-lg {
1261
1241
  font-size: 1.125rem;
1262
1242
  line-height: 1.75rem;
@@ -1297,11 +1277,6 @@ video {
1297
1277
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
1298
1278
  }
1299
1279
 
1300
- .text-\[\#526ED3\] {
1301
- --tw-text-opacity: 1;
1302
- color: rgb(82 110 211 / var(--tw-text-opacity));
1303
- }
1304
-
1305
1280
  .text-black {
1306
1281
  --tw-text-opacity: 1;
1307
1282
  color: rgb(0 0 0 / var(--tw-text-opacity));