@pelcro/react-pelcro-js 3.13.0-beta.8 → 3.13.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/pelcro.css CHANGED
@@ -2221,6 +2221,10 @@ in order to scope selectors under pelcro-root
2221
2221
  margin: 0.75rem;
2222
2222
  }
2223
2223
 
2224
+ .pelcro-root .plc-m-0\.5 {
2225
+ margin: 0.125rem;
2226
+ }
2227
+
2224
2228
  .pelcro-root .plc-my-2 {
2225
2229
  margin-top: 0.5rem;
2226
2230
  margin-bottom: 0.5rem;
@@ -3116,6 +3120,10 @@ in order to scope selectors under pelcro-root
3116
3120
  animation: plc-spin 1s linear infinite;
3117
3121
  }
3118
3122
 
3123
+ .pelcro-root .plc-animate-pulse {
3124
+ animation: plc-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
3125
+ }
3126
+
3119
3127
  @media (prefers-reduced-motion: no-preference) {
3120
3128
  .pelcro-root .motion-safe\:plc-animate-slideInBottom {
3121
3129
  animation: plc-slideInBottom 0.5s ease-out;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "3.13.0-beta.8",
4
+ "version": "3.13.0",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",