@drivy/cobalt 0.47.0 → 0.47.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/utilities.css +70 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drivy/cobalt",
3
- "version": "0.47.0",
3
+ "version": "0.47.1",
4
4
  "description": "Opinionated design system for Drivy's projects.",
5
5
  "main": "src/index.js",
6
6
  "types": "types/src/index.d.ts",
package/utilities.css CHANGED
@@ -3144,6 +3144,20 @@
3144
3144
  overscroll-behavior-x: none;
3145
3145
  }
3146
3146
 
3147
+ .c-truncate {
3148
+ overflow: hidden;
3149
+ text-overflow: ellipsis;
3150
+ white-space: nowrap;
3151
+ }
3152
+
3153
+ .c-overflow-ellipsis {
3154
+ text-overflow: ellipsis;
3155
+ }
3156
+
3157
+ .c-overflow-clip {
3158
+ text-overflow: clip;
3159
+ }
3160
+
3147
3161
  .c-whitespace-normal {
3148
3162
  white-space: normal;
3149
3163
  }
@@ -8106,6 +8120,20 @@
8106
8120
  overscroll-behavior-x: none;
8107
8121
  }
8108
8122
 
8123
+ .xs\:c-truncate {
8124
+ overflow: hidden;
8125
+ text-overflow: ellipsis;
8126
+ white-space: nowrap;
8127
+ }
8128
+
8129
+ .xs\:c-overflow-ellipsis {
8130
+ text-overflow: ellipsis;
8131
+ }
8132
+
8133
+ .xs\:c-overflow-clip {
8134
+ text-overflow: clip;
8135
+ }
8136
+
8109
8137
  .xs\:c-whitespace-normal {
8110
8138
  white-space: normal;
8111
8139
  }
@@ -11207,6 +11235,20 @@
11207
11235
  overscroll-behavior-x: none;
11208
11236
  }
11209
11237
 
11238
+ .sm\:c-truncate {
11239
+ overflow: hidden;
11240
+ text-overflow: ellipsis;
11241
+ white-space: nowrap;
11242
+ }
11243
+
11244
+ .sm\:c-overflow-ellipsis {
11245
+ text-overflow: ellipsis;
11246
+ }
11247
+
11248
+ .sm\:c-overflow-clip {
11249
+ text-overflow: clip;
11250
+ }
11251
+
11210
11252
  .sm\:c-whitespace-normal {
11211
11253
  white-space: normal;
11212
11254
  }
@@ -14308,6 +14350,20 @@
14308
14350
  overscroll-behavior-x: none;
14309
14351
  }
14310
14352
 
14353
+ .md\:c-truncate {
14354
+ overflow: hidden;
14355
+ text-overflow: ellipsis;
14356
+ white-space: nowrap;
14357
+ }
14358
+
14359
+ .md\:c-overflow-ellipsis {
14360
+ text-overflow: ellipsis;
14361
+ }
14362
+
14363
+ .md\:c-overflow-clip {
14364
+ text-overflow: clip;
14365
+ }
14366
+
14311
14367
  .md\:c-whitespace-normal {
14312
14368
  white-space: normal;
14313
14369
  }
@@ -17409,6 +17465,20 @@
17409
17465
  overscroll-behavior-x: none;
17410
17466
  }
17411
17467
 
17468
+ .lg\:c-truncate {
17469
+ overflow: hidden;
17470
+ text-overflow: ellipsis;
17471
+ white-space: nowrap;
17472
+ }
17473
+
17474
+ .lg\:c-overflow-ellipsis {
17475
+ text-overflow: ellipsis;
17476
+ }
17477
+
17478
+ .lg\:c-overflow-clip {
17479
+ text-overflow: clip;
17480
+ }
17481
+
17412
17482
  .lg\:c-whitespace-normal {
17413
17483
  white-space: normal;
17414
17484
  }