@cooperco/cooper-component-library 0.1.31 → 0.1.33

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.
@@ -151,4 +151,14 @@ ol {
151
151
  .animate {
152
152
  transform: translateY(0%);
153
153
  opacity: 1;
154
- }
154
+ }
155
+
156
+ @layer utilities {
157
+ .clip-mobile-hero {
158
+ clip-path: ellipse(100% 100% at 50% 0%);
159
+ }
160
+
161
+ .no-clip {
162
+ clip-path: none;
163
+ }
164
+ }