Update tokenlens to canary with server side fetching (#1196)

Co-authored-by: josh <josh@afterima.ge>
This commit is contained in:
Nicklas Scharpff 2025-09-15 11:32:28 +02:00 committed by GitHub
parent 445d63e620
commit 5ab695262f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 196 additions and 286 deletions

42
pnpm-lock.yaml generated
View file

@ -240,8 +240,8 @@ importers:
specifier: ^1.0.7
version: 1.0.7(tailwindcss@4.1.13)
tokenlens:
specifier: ^1.1.2
version: 1.1.2
specifier: 1.3.0-canary.5
version: 1.3.0-canary.5
use-stick-to-bottom:
specifier: ^1.1.1
version: 1.1.1(react@19.0.0-rc-45804af1-20241021)
@ -2042,6 +2042,18 @@ packages:
peerDependencies:
tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1'
'@tokenlens/core@1.0.0-beta.2':
resolution: {integrity: sha512-LDOicWOG0xrgWDII6gwE+Y89JjdNw8dpI0J/d/bXuJlqW8eopYhWJ4lPqePrLP+e3Q8bfpXrie2bN1/taRCozg==}
'@tokenlens/fetch@1.0.0-beta.1':
resolution: {integrity: sha512-YTTg7+9u5SZGPq6peeOHXZ+DFN4p5Jfs59SgUesd1i9RwCU7lXIalAW5/APCEIlfDNK8Gzk361Nq96hTs7t7CQ==}
'@tokenlens/helpers@1.0.0-beta.2':
resolution: {integrity: sha512-w0vdNAh3EtrPGFxTTjHWW1E+iJAvp+JwK2kghktQmqlSYk8N10La8lLb4trh3MM42gx6ytlyub+Zf0q6/txNpg==}
'@tokenlens/models@1.0.0-beta.2':
resolution: {integrity: sha512-QX8iTgrWb+bmjoormO1Zd2cK04bUp5ExOZ1UIAZfIICy9z8h/J1phVV9sN4767Y924HjQa6IKLW9jO+EBfp08A==}
'@types/cookie@0.6.0':
resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
@ -4762,8 +4774,8 @@ packages:
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
engines: {node: '>=8.0'}
tokenlens@1.1.2:
resolution: {integrity: sha512-PICXahAiVS/2nyc30SijuYZj5wIm2G9+2U7fdvQbl5pa/hIUpQ8H+RdYOzOrSvva6GMqPM5+6cWd9Hqi81Yv3g==}
tokenlens@1.3.0-canary.5:
resolution: {integrity: sha512-NeQgyfuAIPyyaO/aVYZnnYd+lxBlpwyB19I3QQaXZMT0WHJsrXXA4tYVIjn4B2jYrXxuO7CZ7MTxk7a4UnuQ5w==}
trim-lines@3.0.1:
resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
@ -6461,6 +6473,21 @@ snapshots:
postcss-selector-parser: 6.0.10
tailwindcss: 4.1.13
'@tokenlens/core@1.0.0-beta.2': {}
'@tokenlens/fetch@1.0.0-beta.1':
dependencies:
'@tokenlens/core': 1.0.0-beta.2
'@tokenlens/helpers@1.0.0-beta.2':
dependencies:
'@tokenlens/core': 1.0.0-beta.2
'@tokenlens/fetch': 1.0.0-beta.1
'@tokenlens/models@1.0.0-beta.2':
dependencies:
'@tokenlens/core': 1.0.0-beta.2
'@types/cookie@0.6.0': {}
'@types/d3-array@3.2.1': {}
@ -9788,7 +9815,12 @@ snapshots:
dependencies:
is-number: 7.0.0
tokenlens@1.1.2: {}
tokenlens@1.3.0-canary.5:
dependencies:
'@tokenlens/core': 1.0.0-beta.2
'@tokenlens/fetch': 1.0.0-beta.1
'@tokenlens/helpers': 1.0.0-beta.2
'@tokenlens/models': 1.0.0-beta.2
trim-lines@3.0.1: {}