@tokenami/css 0.0.12 → 0.0.13

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/index.cjs CHANGED
@@ -255,8 +255,8 @@ function css(baseStyles, variantsConfig, options) {
255
255
  const property = Tokenami.getTokenPropertyName(tokenProperty2);
256
256
  override(css2, property);
257
257
  }
258
+ Object.assign(css2, overrideStyle);
258
259
  }
259
- Object.assign(css2, overrideStyle);
260
260
  });
261
261
  cache[cacheId] = css2;
262
262
  return css2;
package/dist/index.js CHANGED
@@ -218,8 +218,8 @@ function css(baseStyles, variantsConfig, options) {
218
218
  const property = Tokenami.getTokenPropertyName(tokenProperty2);
219
219
  override(css2, property);
220
220
  }
221
+ Object.assign(css2, overrideStyle);
221
222
  }
222
- Object.assign(css2, overrideStyle);
223
223
  });
224
224
  cache[cacheId] = css2;
225
225
  return css2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokenami/css",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -12,17 +12,17 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@tokenami/config": "0.0.12"
15
+ "@tokenami/config": "0.0.13"
16
16
  },
17
17
  "devDependencies": {
18
18
  "tsup": "^7.0.0",
19
19
  "typescript": "^5.1.3",
20
20
  "vitest": "^0.34.6",
21
- "@tokenami/dev": "0.0.12"
21
+ "@tokenami/dev": "0.0.13"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "typescript": ">= 5",
25
- "@tokenami/dev": "0.0.12"
25
+ "@tokenami/dev": "0.0.13"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "tsup",