@rarui/styles 3.0.0-rc.2 → 3.0.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.
@@ -82,11 +82,6 @@
82
82
  border-color: var(--rarui-colors-surface-disabled);
83
83
  color: var(--rarui-colors-content-disabled);
84
84
  }
85
- .rarui-input__lq13ap8:read-only {
86
- background-color: var(--rarui-colors-surface-disabled);
87
- border-color: var(--rarui-colors-surface-disabled);
88
- color: var(--rarui-colors-content-disabled);
89
- }
90
85
  .rarui-input__lq13ap8::placeholder {
91
86
  color: var(--rarui-colors-content-disabled);
92
87
  }
@@ -173,10 +168,4 @@
173
168
  border-color: var(--rarui-colors-border-disabled);
174
169
  background-color: var(--rarui-colors-surface-disabled);
175
170
  color: var(--rarui-colors-content-disabled);
176
- }
177
- .rarui-input_container__lq13ap0:has(.rarui-input__lq13ap8:read-only) .rarui-input_leading__lq13apd {
178
- cursor: auto;
179
- border-color: var(--rarui-colors-border-disabled);
180
- background-color: var(--rarui-colors-surface-disabled);
181
- color: var(--rarui-colors-content-disabled);
182
171
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rarui/styles",
3
- "version": "3.0.0-rc.2",
3
+ "version": "3.0.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -44,6 +44,5 @@
44
44
  "@vanilla-extract/sprinkles": "^1.6.2",
45
45
  "jest": "^29.7.0",
46
46
  "ts-jest": "^29.2.5"
47
- },
48
- "stableVersion": "2.7.0"
47
+ }
49
48
  }
@@ -1,3 +0,0 @@
1
- declare const AddSprinkleAttributes: () => ClassDecorator;
2
-
3
- export { AddSprinkleAttributes };
@@ -1 +0,0 @@
1
- var r=function(){return function(r){Object.defineProperty(r.prototype,"sprinkleAttrs",{get:function(){return Array.from(this.attributes).reduce((function(r,t){return r[t.name.replace(/-([a-z])/g,(function(r,t){return t.toUpperCase()}))]=function(r){try{return JSON.parse(r)}catch(t){return r}}(t.value),r}),{})}})}};export{r as AddSprinkleAttributes};
@@ -1,3 +0,0 @@
1
- declare const CaptureCssProperties: (_target: any, _propertyKey: string, descriptor: PropertyDescriptor) => void;
2
-
3
- export { CaptureCssProperties };
@@ -1 +0,0 @@
1
- var r=function(r,t,e){var a=e.value;e.value=function(){for(var r=[],t=0;t<arguments.length;t++)r[t]=arguments[t];var e=Array.from(this.el.attributes).reduce((function(r,t){var e=t.name,a=t.value,n=e.replace(/-([a-z])/g,(function(r){return r[1].toUpperCase()}));return"style"!==n&&"class"!==n&&(r[n]=function(r){try{return JSON.parse(r)}catch(t){return r}}(a)),r}),{});return this.props=e,a.apply(this,r)}};export{r as CaptureCssProperties};