@tokenami/ds 0.0.85 → 0.0.86--canary.445.14696911147.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/index.cjs CHANGED
@@ -1804,11 +1804,11 @@ var index_default = config.createConfig({
1804
1804
  "fluid-text-indent-min": ["number"],
1805
1805
  "fluid-text-indent-max": ["number"],
1806
1806
  "gradient-from": ["color"],
1807
- "gradient-from-stop": ["stop"],
1807
+ "gradient-from-stop": ["stop", "grid"],
1808
1808
  "gradient-to": ["color"],
1809
- "gradient-to-stop": ["stop"],
1809
+ "gradient-to-stop": ["stop", "grid"],
1810
1810
  "gradient-via": ["color"],
1811
- "gradient-via-stop": ["stop"],
1811
+ "gradient-via-stop": ["stop", "grid"],
1812
1812
  "mix-color": ["color"],
1813
1813
  "mix-percent": ["number"],
1814
1814
  "mix-accent-color": ["color"],
package/dist/index.d.cts CHANGED
@@ -3933,11 +3933,11 @@ declare const _default: {
3933
3933
  'fluid-text-indent-min': "number"[];
3934
3934
  'fluid-text-indent-max': "number"[];
3935
3935
  'gradient-from': "color"[];
3936
- 'gradient-from-stop': "stop"[];
3936
+ 'gradient-from-stop': ("grid" | "stop")[];
3937
3937
  'gradient-to': "color"[];
3938
- 'gradient-to-stop': "stop"[];
3938
+ 'gradient-to-stop': ("grid" | "stop")[];
3939
3939
  'gradient-via': "color"[];
3940
- 'gradient-via-stop': "stop"[];
3940
+ 'gradient-via-stop': ("grid" | "stop")[];
3941
3941
  'mix-color': "color"[];
3942
3942
  'mix-percent': "number"[];
3943
3943
  'mix-accent-color': "color"[];
package/dist/index.d.ts CHANGED
@@ -3933,11 +3933,11 @@ declare const _default: {
3933
3933
  'fluid-text-indent-min': "number"[];
3934
3934
  'fluid-text-indent-max': "number"[];
3935
3935
  'gradient-from': "color"[];
3936
- 'gradient-from-stop': "stop"[];
3936
+ 'gradient-from-stop': ("grid" | "stop")[];
3937
3937
  'gradient-to': "color"[];
3938
- 'gradient-to-stop': "stop"[];
3938
+ 'gradient-to-stop': ("grid" | "stop")[];
3939
3939
  'gradient-via': "color"[];
3940
- 'gradient-via-stop': "stop"[];
3940
+ 'gradient-via-stop': ("grid" | "stop")[];
3941
3941
  'mix-color': "color"[];
3942
3942
  'mix-percent': "number"[];
3943
3943
  'mix-accent-color': "color"[];
package/dist/index.js CHANGED
@@ -1802,11 +1802,11 @@ var index_default = createConfig({
1802
1802
  "fluid-text-indent-min": ["number"],
1803
1803
  "fluid-text-indent-max": ["number"],
1804
1804
  "gradient-from": ["color"],
1805
- "gradient-from-stop": ["stop"],
1805
+ "gradient-from-stop": ["stop", "grid"],
1806
1806
  "gradient-to": ["color"],
1807
- "gradient-to-stop": ["stop"],
1807
+ "gradient-to-stop": ["stop", "grid"],
1808
1808
  "gradient-via": ["color"],
1809
- "gradient-via-stop": ["stop"],
1809
+ "gradient-via-stop": ["stop", "grid"],
1810
1810
  "mix-color": ["color"],
1811
1811
  "mix-percent": ["number"],
1812
1812
  "mix-accent-color": ["color"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokenami/ds",
3
- "version": "0.0.85",
3
+ "version": "0.0.86--canary.445.14696911147.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -33,11 +33,11 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@radix-ui/colors": "^3.0.0",
36
- "@tokenami/config": "0.0.85"
36
+ "@tokenami/config": "0.0.86--canary.445.14696911147.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "tsup": "^8.4.0",
40
40
  "typescript": "^5.1.3"
41
41
  },
42
- "gitHead": "970ed06868de90438e9c703a6e12985eaa5f12ed"
42
+ "gitHead": "e722da25b95b9d50c0b9e6a3ff04b19bf83836b2"
43
43
  }