@youngonesworks/ui 0.1.114 → 0.1.115

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.
@@ -130,8 +130,12 @@
130
130
 
131
131
  /* Editor styles */
132
132
  .is-editor-empty:first-of-type::before {
133
- @reference text-gray-800;
134
- color: #333333 !important;
133
+ color: var(--color-gray-900);
134
+ opacity: 0.5;
135
+ content: attr(data-placeholder);
136
+ float: left;
137
+ height: 0;
138
+ pointer-events: none;
135
139
  }
136
140
 
137
141
  /* List styles */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youngonesworks/ui",
3
- "version": "0.1.114",
3
+ "version": "0.1.115",
4
4
  "description": "A Youngones UI component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",