Skip to content

Releases: tokens-studio/graph-engine

@tokens-studio/[email protected]

17 Dec 09:35
3a5a336
Compare
Choose a tag to compare

Patch Changes

@tokens-studio/[email protected]

10 Dec 19:32
f3a9886
Compare
Choose a tag to compare

Patch Changes

@tokens-studio/[email protected]

09 Dec 12:40
f7051e6
Compare
Choose a tag to compare

Patch Changes

  • 2be64bf: The editor was missing the require graph-editor className that is used to create CSS layers for correct injectio of css vars

@tokens-studio/[email protected]

09 Dec 11:56
8bfa2af
Compare
Choose a tag to compare

Patch Changes

  • 5ee8483: Removes incorrect geist packages that were being imported
  • ed99ca9: Fix css class selector for node handle

@tokens-studio/[email protected]

06 Dec 12:26
2a8b2bc
Compare
Choose a tag to compare

Patch Changes

  • d82d9d5: Removes incorrect geist packages that were being imported

@tokens-studio/[email protected]

05 Dec 11:38
1bf26d2
Compare
Choose a tag to compare

Minor Changes

  • 9ff1317: Created the Match Alpha node which finds the alpha value that can be used to composite two colors to match a reference third color.
  • 8bc1646: Add a parseNumber node that lets you parse a string into a number.
  • 2f2e130: Index Array node now accepts negative index values
  • f90f677: Add Alternating, Fibonacci, Linear and Power series.
  • 9f72ce5: Add indicies to sort tokens by, which helps you to select the right items.
  • be053ca: Add inverse linear node.
  • aa21dae: Add Sample Array from Float Curve node that gives you n values from your float curve.
  • befed71: Add a new node for css clamp function that outputs your accessible css clamp function for fluid dimensions.
  • b60c9d0: Add Flip Float Curve node, this lets you change the curves as needed for light, dark mode for example.
  • c4edd77: An Array Length node was added to get the length of an array.
  • 3dd0c82: Add distance node to math, to calculate the distance between two numbers.
  • 18f41d3: Add Closest Number node that allows you to get the closest number from an array of numbers.
  • a986fde: Add exponantial distribution node to spread a number over a length of items, with adjusting the decay.

Patch Changes

  • 9ab88a2: Fixing the issue of min and max size being mixed up in the fluid node, this wasn't resolving before.
  • 3bea85f: Fix Nan values in color deconstruct if the channel doesn't output something.
  • 7519a23: Fixed Sort Colors By node not working with Contrast.
  • 9ab88a2: Fix issue on accessible clamp node that would break on mixed up min and max values.

@tokens-studio/[email protected]

05 Dec 11:38
1bf26d2
Compare
Choose a tag to compare

Patch Changes

@tokens-studio/[email protected]

05 Dec 11:38
1bf26d2
Compare
Choose a tag to compare

Patch Changes

@tokens-studio/[email protected]

05 Dec 11:38
1bf26d2
Compare
Choose a tag to compare

Patch Changes

@tokens-studio/[email protected]

05 Dec 11:38
1bf26d2
Compare
Choose a tag to compare

Minor Changes

  • ca67761: Add Alphabetic and Alphanumeric nodes for A, B, C and A7, B14, C21 naming.
  • ca67761: Add Greek Letter node to get alpha, beta, gamma, ... names.
  • 917632a: Add a T-Shirt size naming node to help with scale naming. You can choose between 3 schemas.
  • ca67761: Add numeric naming node. Lets you do naming like level-1 or scale-100x
  • ca67761: Added Hierachy Level node that lets you use primary, secondary, ... names

Patch Changes