@plumeria/core 18.1.5 → 18.1.6

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/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,8 +56,8 @@ export default function App({ cond }) {
56
56
 
57
57
  ```tsx
58
58
  <div
59
- className={'xhrr6ses ' + (cond ? 'xj00ajs1' : '') + ' xnoo1byz'}
60
- style={{ '--scale-value': scale }}
59
+ className={'xhrr6ses xhxthtyw' + ' ' + (cond ? 'xj00ajs1' : '')}
60
+ style={{ '--xfuma1qq-value': scale }}
61
61
  />
62
62
  ```
63
63
 
@@ -67,12 +67,12 @@ export default function App({ cond }) {
67
67
  .xhrr6ses:not(#\#) {
68
68
  font-size: 12px;
69
69
  }
70
+ .xhxthtyw {
71
+ scale: var(--xfuma1qq-value);
72
+ }
70
73
  .xj00ajs1 {
71
74
  background: navy;
72
75
  }
73
- .xnoo1byz {
74
- scale: var(--scale-value);
75
- }
76
76
  ```
77
77
 
78
78
  ## Declaring the styling prop
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "18.1.5",
3
+ "version": "18.1.6",
4
4
  "description": "Zero-cost abstraction layer for styling React components.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",