@gfazioli/mantine-reflection 1.1.5 → 1.1.7

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.
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import React from 'react';
3
- import { createVarsResolver, getSize, rem, factory, useProps, useStyles, Box } from '@mantine/core';
3
+ import { createVarsResolver, rem, getSize, factory, useProps, useStyles, Box } from '@mantine/core';
4
4
  import classes from './Reflection.module.css.mjs';
5
5
 
6
6
  const defaultProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfazioli/mantine-reflection",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Mantine Reflection is a React component that allows you to create a reflection effect on an image or any other component.",
5
5
  "homepage": "https://gfazioli.github.io/mantine-reflection/",
6
6
  "packageManager": "yarn@4.0.1",
package/CHANGELOG.md DELETED
@@ -1,14 +0,0 @@
1
- # Changelog
2
-
3
- The following is a list of notable changes to the Mantine Reflection component.
4
- Minor versions that are not listed in the changelog are bug fixes and small improvements.
5
-
6
- ## 0.1.4 (2024-03-17)
7
-
8
- - 📝 Added CHANGELOG, CONTRIBUTING and CODE_OF_CONDUCT
9
- - 📦️ Updated Mantine 7.6.2
10
- - 👷 Updated script release
11
-
12
- ## 0.1.3 (2024-02-16)
13
-
14
- - Initial release