@eqtylab/equality 1.2.4 → 1.3.0

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/dist/index.d.cts CHANGED
@@ -423,7 +423,6 @@ declare const ELEVATION: {
423
423
  BASE: string;
424
424
  RAISED: string;
425
425
  OVERLAY: string;
426
- FLOATING: string;
427
426
  };
428
427
  type Elevation = (typeof ELEVATION)[keyof typeof ELEVATION];
429
428
 
package/dist/index.d.ts CHANGED
@@ -423,7 +423,6 @@ declare const ELEVATION: {
423
423
  BASE: string;
424
424
  RAISED: string;
425
425
  OVERLAY: string;
426
- FLOATING: string;
427
426
  };
428
427
  type Elevation = (typeof ELEVATION)[keyof typeof ELEVATION];
429
428
 
package/dist/index.js CHANGED
@@ -281,8 +281,7 @@ var ELEVATION = {
281
281
  SUNKEN: "sunken",
282
282
  BASE: "base",
283
283
  RAISED: "raised",
284
- OVERLAY: "overlay",
285
- FLOATING: "floating"
284
+ OVERLAY: "overlay"
286
285
  };
287
286
  var generateElevationVariants = (styles61, baseClassName, defaultElevation) => {
288
287
  const classNames = {};