repo
stringlengths
5
106
file_url
stringlengths
78
301
file_path
stringlengths
4
211
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 14:56:49
2026-01-05 02:23:25
truncated
bool
2 classes
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/customs_info.test.js
test/services/customs_info.test.js
/* eslint-disable func-names */ import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import CustomsInfo from '../../src/models/customs_info'; import Fixture from '../helpers/fixture'; import * as setupPolly from '../helpers/setup_polly'; import { withoutParams } from '../helpers/utils'; des...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/address.test.js
test/services/address.test.js
import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import InvalidRequestError from '../../src/errors/api/invalid_request_error'; import EndOfPaginationError from '../../src/errors/general/end_of_pagination_error'; import Address from '../../src/models/address'; import Fixture from '../help...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/shipment.test.js
test/services/shipment.test.js
import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import EndOfPaginationError from '../../src/errors/general/end_of_pagination_error'; import FilteringError from '../../src/errors/general/filtering_error'; import InvalidParameterError from '../../src/errors/general/invalid_parameter_error...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/refund.test.js
test/services/refund.test.js
/* eslint-disable func-names */ import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import EndOfPaginationError from '../../src/errors/general/end_of_pagination_error'; import Refund from '../../src/models/refund'; import Fixture from '../helpers/fixture'; import * as setupPolly from '../he...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/event.test.js
test/services/event.test.js
/* eslint-disable func-names */ import fs from 'fs'; import { resolve } from 'path'; import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import Event from '../../src/models/event'; import Payload from '../../src/models/payload'; import Fixture from '../helpers/fixture'; import * as setupPol...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/referral_customer.test.js
test/services/referral_customer.test.js
import { expect } from 'chai'; import EasyPost from '../../src/easypost'; import EndOfPaginationError from '../../src/errors/general/end_of_pagination_error'; import User from '../../src/models/user'; import Fixture from '../helpers/fixture'; import * as setupPolly from '../helpers/setup_polly'; describe('ReferralCus...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/error.test.js
test/services/error.test.js
import { assert, expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import ForbiddenError from '../../src/errors/api/forbidden_error'; import GatewayTimeoutError from '../../src/errors/api/gateway_timeout_error'; import InternalServerError from '../../src/errors/api/internal_server_error'; import I...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/order.test.js
test/services/order.test.js
/* eslint-disable func-names */ import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import FilteringError from '../../src/errors/general/filtering_error'; import Order from '../../src/models/order'; import Rate from '../../src/models/rate'; import Fixture from '../helpers/fixture'; import *...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/smart_rate.test.js
test/services/smart_rate.test.js
import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import Fixture from '../helpers/fixture'; import * as setupPolly from '../helpers/setup_polly'; /* eslint-disable func-names */ describe('SmartRate Service', function () { const getPolly = setupPolly.setupPollyTests(); let client; ...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/api_key.test.js
test/services/api_key.test.js
/* eslint-disable func-names */ import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import ApiKey from '../../src/models/api_key'; import * as setupPolly from '../helpers/setup_polly'; import FilteringError from '../../src/errors/general/filtering_error'; describe('ApiKey Service', functio...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/easypost.test.js
test/services/easypost.test.js
import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import MissingParameterError from '../../src/errors/general/missing_parameter_error'; import Fixture from '../helpers/fixture'; import * as setupPolly from '../helpers/setup_polly'; /* eslint-disable func-names */ describe('EasyPost', fun...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/carrier_account.test.js
test/services/carrier_account.test.js
/* eslint-disable no-param-reassign */ import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import CarrierAccount from '../../src/models/carrier_account'; import Fixture from '../helpers/fixture'; import * as setupPolly from '../helpers/setup_polly'; import { withoutParams } from '../helpers...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/customs_item.test.js
test/services/customs_item.test.js
/* eslint-disable func-names */ import { expect } from 'chai'; import EasyPost from '../../src/easypost'; import CustomsItem from '../../src/models/customs_item'; import Fixture from '../helpers/fixture'; import * as setupPolly from '../helpers/setup_polly'; import { withoutParams } from '../helpers/utils'; describe(...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/tracker.test.js
test/services/tracker.test.js
/* eslint-disable func-names */ import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import EndOfPaginationError from '../../src/errors/general/end_of_pagination_error'; import Tracker from '../../src/models/tracker'; import Fixture from '../helpers/fixture'; import * as setupPolly from '../...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/report.test.js
test/services/report.test.js
/* eslint-disable func-names */ import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import EndOfPaginationError from '../../src/errors/general/end_of_pagination_error'; import Report from '../../src/models/report'; import Fixture from '../helpers/fixture'; import * as setupPolly from '../he...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/claim.test.js
test/services/claim.test.js
/* eslint-disable func-names */ import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import EndOfPaginationError from '../../src/errors/general/end_of_pagination_error'; import Claim from '../../src/models/claim'; import Fixture from '../helpers/fixture'; import * as setupPolly from '../help...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/batch.test.js
test/services/batch.test.js
/* eslint-disable func-names */ import fs from 'fs'; import { resolve } from 'path'; import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import Batch from '../../src/models/batch'; import Fixture from '../helpers/fixture'; import * as setupPolly from '../helpers/setup_polly'; describe('Bat...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/embeddable.test.js
test/services/embeddable.test.js
/* eslint-disable func-names */ import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import Fixture from '../helpers/fixture'; import * as setupPolly from '../helpers/setup_polly'; describe('Embeddable Service', function () { const getPolly = setupPolly.setupPollyTests(); let client; ...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/end_shipper.test.js
test/services/end_shipper.test.js
import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import EndShipper from '../../src/models/end_shipper'; import Fixture from '../helpers/fixture'; import * as setupPolly from '../helpers/setup_polly'; describe('EndShipper Service', function () { const getPolly = setupPolly.setupPollyTe...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/beta_rate.test.js
test/services/beta_rate.test.js
import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import FilteringError from '../../src/errors/general/filtering_error'; import Rate from '../../src/models/rate'; import Fixture from '../helpers/fixture'; import * as setupPolly from '../helpers/setup_polly'; /* eslint-disable func-names ...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/carrier_type.test.js
test/services/carrier_type.test.js
/* eslint-disable func-names */ import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import CarrierType from '../../src/models/carrier_type'; import * as setupPolly from '../helpers/setup_polly'; describe('CarrierType Service', function () { const getPolly = setupPolly.setupPollyTests(); ...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/carrier_metadata.test.js
test/services/carrier_metadata.test.js
import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import * as setupPolly from '../helpers/setup_polly'; /* eslint-disable func-names */ describe('CarrierMetadataService', function () { const getPolly = setupPolly.setupPollyTests(); let client; beforeAll(function () { client = ...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/parcel.test.js
test/services/parcel.test.js
/* eslint-disable func-names */ import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import Parcel from '../../src/models/parcel'; import Fixture from '../helpers/fixture'; import * as setupPolly from '../helpers/setup_polly'; import { withoutParams } from '../helpers/utils'; describe('Parc...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/insurance.test.js
test/services/insurance.test.js
/* eslint-disable func-names */ import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import EndOfPaginationError from '../../src/errors/general/end_of_pagination_error'; import Insurance from '../../src/models/insurance'; import Fixture from '../helpers/fixture'; import * as setupPolly from ...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/services/pickup.test.js
test/services/pickup.test.js
/* eslint-disable func-names */ import { expect } from 'chai'; import EasyPostClient from '../../src/easypost'; import Pickup from '../../src/models/pickup'; import Fixture from '../helpers/fixture'; import FilteringError from '../../src/errors/general/filtering_error'; import * as setupPolly from '../helpers/setup_po...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/node_compatibility/index.js
test/node_compatibility/index.js
const EasyPostClient = require('../..'); const test = async () => { const client = new EasyPostClient('apiKey'); if (!client.baseUrl.match(/^https:\/\/api\.easypost\.com/gm)) { process.exit(1); } }; test();
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/helpers/mocking.js
test/helpers/mocking.js
export class MockRequestMatchRule { constructor(method, urlRegexPattern) { this.method = method; this.urlRegexPattern = urlRegexPattern; } } export class MockRequestResponseInfo { constructor(statusCode, responseData) { this.statusCode = statusCode; this.body = responseData; } } export class M...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/helpers/common.js
test/helpers/common.js
import 'core-js/stable'; import chai from 'chai'; import chaiAsPromised from 'chai-as-promised'; /* eslint-disable no-console */ process.on('unhandledRejection', (err) => { console.error(err, err.stack); }); chai.should(); chai.use(chaiAsPromised); chai.config.truncateThreshold = 0; global.expect = chai.expect; g...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/helpers/cassette_encoding.js
test/helpers/cassette_encoding.js
import { gunzipSync, gzipSync } from 'zlib'; import { text } from 'superagent/lib/node/parsers'; const charset = 'utf8'; const encoding = 'base64'; const hasHeader = (headers) => ([key, value]) => headers.some((header) => header.name === key && typeof value === 'function' ? value(header.value) ...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/helpers/fixture.js
test/helpers/fixture.js
import fs from 'fs'; export default class Fixture { // Read fixture data from the fixtures JSON file static readFixtureData() { const currentDir = process.cwd(); const fixtures = JSON.parse( fs.readFileSync(`${currentDir}/examples/official/fixtures/client-library-fixtures.json`), ); return f...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/helpers/setup_polly.js
test/helpers/setup_polly.js
import NodeHttpAdapter from '@pollyjs/adapter-node-http'; import { Polly } from '@pollyjs/core'; import FSPersister from '@pollyjs/persister-fs'; import { resolve } from 'path'; import { decodeCassetteResponseBodies, encodeCassetteResponseBodies } from './cassette_encoding'; Polly.register(FSPersister); Polly.registe...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
EasyPost/easypost-node
https://github.com/EasyPost/easypost-node/blob/983c176154626f36e3b195e7c74e5a203bd7b364/test/helpers/utils.js
test/helpers/utils.js
/** * Utils to remove the _params key and all params keys from nested objects from * an EasyPostObject for sake of comparison in tests * @param {*} obj an EasyPostObject to remove the params from * @returns {*} obj without the _params key */ export const withoutParams = (obj) => Object.fromEntries( Object.en...
javascript
MIT
983c176154626f36e3b195e7c74e5a203bd7b364
2026-01-05T03:44:17.801104Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/bin/lean-spec.js
bin/lean-spec.js
#!/usr/bin/env node import '../packages/cli/bin/lean-spec-rust.js';
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/rust/npm-dist/mcp-wrapper.js
rust/npm-dist/mcp-wrapper.js
#!/usr/bin/env node /** * LeanSpec MCP Server Binary Wrapper * * This script detects the current platform and architecture, * then spawns the appropriate Rust MCP binary. * * The MCP server communicates via stdio using JSON-RPC. */ const { spawn } = require('child_process'); const path = require('path'); cons...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/rust/npm-dist/binary-wrapper.js
rust/npm-dist/binary-wrapper.js
#!/usr/bin/env node /** * LeanSpec CLI Binary Wrapper * * This script detects the current platform and architecture, * then spawns the appropriate Rust binary with the provided arguments. * * Usage patterns: * - npx lean-spec list * - npx lean-spec create my-feature * - lean-spec validate */ const { spawn ...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/http-server/bin/leanspec-http.js
packages/http-server/bin/leanspec-http.js
#!/usr/bin/env node /** * LeanSpec HTTP Server Binary Wrapper * * This script detects the current platform and architecture, * then spawns the appropriate Rust HTTP server binary. * * The wrapper looks for binaries in the following locations: * 1. Platform-specific npm package (@leanspec/http-darwin-x64, etc.)...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/entry-preview-uBAM0idJ.js
packages/ui-components/storybook-static/assets/entry-preview-uBAM0idJ.js
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./test-utils-BheZb06c.js","./index-DhY--VwN.js","./react-18-BbKkw0nw.js","./client-C_alsGCw.js","./index-BoxsY6nR.js"])))=>i.map(i=>d[i]); import{_ as pe}from"./iframe-BloE6YGl.js";import{_ as Ae,a as O,b as ge}from"./chunk-XP5HYGXS-BpfKkqn7.js";import{r as k,R ...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/index-DhY--VwN.js
packages/ui-components/storybook-static/assets/index-DhY--VwN.js
function V(p,T){for(var v=0;v<T.length;v++){const l=T[v];if(typeof l!="string"&&!Array.isArray(l)){for(const _ in l)if(_!=="default"&&!(_ in p)){const R=Object.getOwnPropertyDescriptor(l,_);R&&Object.defineProperty(p,_,R.get?R:{enumerable:!0,get:()=>l[_]})}}}return Object.freeze(Object.defineProperty(p,Symbol.toStringT...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/status-editor.stories-DGz-iavO.js
packages/ui-components/storybook-static/assets/status-editor.stories-DGz-iavO.js
import{j as e}from"./jsx-runtime-D_zvdyIk.js";import{r as o}from"./index-DhY--VwN.js";import{S as B,a as G,b as H,c as J,d as Q}from"./select-DprUpgnz.js";import{c as C}from"./utils-CDN07tui.js";import{A as X}from"./archive-ClFtL5lN.js";import{C as Y,a as Z,b as $}from"./clock-psjzWXVS.js";import{L as ee}from"./index-D...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/badge-BcO251Zn.js
packages/ui-components/storybook-static/assets/badge-BcO251Zn.js
import{j as t}from"./jsx-runtime-D_zvdyIk.js";import{c as n}from"./index-C2vczdB5.js";import{c as a}from"./utils-CDN07tui.js";const s=n("inline-flex items-center rounded-md border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",{variants:{varian...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/input-Dpr9yJAF.js
packages/ui-components/storybook-static/assets/input-Dpr9yJAF.js
import{c as i}from"./createLucideIcon-CmAQLPQa.js";import{j as n}from"./jsx-runtime-D_zvdyIk.js";import{r as a}from"./index-DhY--VwN.js";import{c as d}from"./utils-CDN07tui.js";/** * @license lucide-react v0.553.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root direc...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/SpecDependencyGraph.stories-CDhx0AZn.js
packages/ui-components/storybook-static/assets/SpecDependencyGraph.stories-CDhx0AZn.js
var kc=Object.defineProperty;var Cc=(e,t,n)=>t in e?kc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var oe=(e,t,n)=>Cc(e,typeof t!="symbol"?t+"":t,n);import{j as Q}from"./jsx-runtime-D_zvdyIk.js";import{g as ws,b as xs,R as P,r as q}from"./index-DhY--VwN.js";import{c as Et}from"./utils-CDN07tui.js";i...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
true
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/preview-zWUI87Hl.js
packages/ui-components/storybook-static/assets/preview-zWUI87Hl.js
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./DocsRenderer-CFRXHY34-DabMHy3m.js","./iframe-BloE6YGl.js","./index-DhY--VwN.js","./jsx-runtime-D_zvdyIk.js","./index-CE4oAmmT.js","./index-BoxsY6nR.js","./index-DgH-xKnr.js","./index-DrFu-skq.js","./client-C_alsGCw.js"])))=>i.map(i=>d[i]); import{_ as a}from"....
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/preview-DHQbi4pV.js
packages/ui-components/storybook-static/assets/preview-DHQbi4pV.js
const{makeDecorator:O,addons:_}=__STORYBOOK_MODULE_PREVIEW_API__,{STORY_CHANGED:l,SELECT_STORY:E}=__STORYBOOK_MODULE_CORE_EVENTS__,{global:L}=__STORYBOOK_MODULE_GLOBAL__;var c="links",{document:s,HTMLElement:v}=L,d=e=>_.getChannel().emit(E,e),i=e=>{let{target:t}=e;if(!(t instanceof v))return;let o=t,{sbKind:a,sbStory:r...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/FilterSelect.stories-CJySjKXl.js
packages/ui-components/storybook-static/assets/FilterSelect.stories-CJySjKXl.js
import{j as e}from"./jsx-runtime-D_zvdyIk.js";import{r as f}from"./index-DhY--VwN.js";import{B as z}from"./button-CSBTRrdr.js";import{c}from"./utils-CDN07tui.js";import{C as H,a as g}from"./chevron-down-DnSTBhOw.js";import{b as M,a as G,C as J}from"./clock-psjzWXVS.js";import{A as K}from"./archive-ClFtL5lN.js";import"....
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/tag-BlgyBuDl.js
packages/ui-components/storybook-static/assets/tag-BlgyBuDl.js
import{c}from"./createLucideIcon-CmAQLPQa.js";/** * @license lucide-react v0.553.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */const a=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/index-BJP845ST.js
packages/ui-components/storybook-static/assets/index-BJP845ST.js
var by=Object.defineProperty;var yy=(e,t,r)=>t in e?by(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var he=(e,t,r)=>yy(e,typeof t!="symbol"?t+"":t,r);const{once:gy}=__STORYBOOK_MODULE_CLIENT_LOGGER__,{FORCE_REMOUNT:xs,STORY_RENDER_PHASE_CHANGED:vy,SET_CURRENT_STORY:_y}=__STORYBOOK_MODULE_CORE_EVENTS_...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
true
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/entry-preview-docs-D2wfqDzT.js
packages/ui-components/storybook-static/assets/entry-preview-docs-D2wfqDzT.js
import{_ as nt,a as K,c as gi,d as Mr,b as yn}from"./chunk-XP5HYGXS-BpfKkqn7.js";import{c as Di,n as Ai,y as Ci,g as Vr,z as Ei,o as yi,j as qr,l as ee,B as Fi,a as Dt,Y as Ur}from"./index-DgH-xKnr.js";import{r as Ge,R as ft}from"./index-DhY--VwN.js";const{logger:vt}=__STORYBOOK_MODULE_CLIENT_LOGGER__,{defaultDecorateS...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
true
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/PriorityBadge.stories-HsTGJ7GD.js
packages/ui-components/storybook-static/assets/PriorityBadge.stories-HsTGJ7GD.js
import{j as r}from"./jsx-runtime-D_zvdyIk.js";import{P as o}from"./priority-badge-CCc6gs4r.js";import"./badge-BcO251Zn.js";import"./index-C2vczdB5.js";import"./utils-CDN07tui.js";import"./circle-alert-C6t9kq2b.js";import"./createLucideIcon-CmAQLPQa.js";import"./index-DhY--VwN.js";import"./minus-B91E08-W.js";import"./ar...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/arrow-up-CxjmGgh_.js
packages/ui-components/storybook-static/assets/arrow-up-CxjmGgh_.js
import{c as o}from"./createLucideIcon-CmAQLPQa.js";/** * @license lucide-react v0.553.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */const r=[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]],c=o("arr...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/preview-DGUiP6tS.js
packages/ui-components/storybook-static/assets/preview-DGUiP6tS.js
const{STORY_CHANGED:r}=__STORYBOOK_MODULE_CORE_EVENTS__,{addons:s}=__STORYBOOK_MODULE_PREVIEW_API__,{global:O}=__STORYBOOK_MODULE_GLOBAL__;var d="storybook/highlight",i="storybookHighlight",g=`${d}/add`,E=`${d}/reset`,{document:l}=O,H=(e="#FF4785",t="dashed")=>` outline: 2px ${t} ${e}; outline-offset: 2px; box-sh...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/spec-timeline.stories-hn2aq7ZD.js
packages/ui-components/storybook-static/assets/spec-timeline.stories-hn2aq7ZD.js
import{j as r}from"./jsx-runtime-D_zvdyIk.js";import{a as z,f as G}from"./date-utils-BGj35H3S.js";import{c as i}from"./utils-CDN07tui.js";import{b as H,a as J,C as K}from"./clock-psjzWXVS.js";import{c as M}from"./createLucideIcon-CmAQLPQa.js";import{A as X}from"./archive-ClFtL5lN.js";import"./index-DhY--VwN.js";/** * ...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/SearchResults.stories-BP50ysA1.js
packages/ui-components/storybook-static/assets/SearchResults.stories-BP50ysA1.js
import{j as s}from"./jsx-runtime-D_zvdyIk.js";import{C as w}from"./card-D9kVXokR.js";import{S as T}from"./spec-card--i0yRlvn.js";import{E}from"./empty-state-tDlJOqV2.js";import{S as v}from"./search-DgDFmbNv.js";import"./index-DhY--VwN.js";import"./utils-CDN07tui.js";import"./status-badge-COinvKLP.js";import"./badge-BcO...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/utils-CDN07tui.js
packages/ui-components/storybook-static/assets/utils-CDN07tui.js
function xe(e){var t,r,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(r=xe(e[t]))&&(o&&(o+=" "),o+=r)}else for(r in e)e[r]&&(o&&(o+=" "),o+=r);return o}function Ge(){for(var e,t,r=0,o="",i=arguments.length;r<i;r++)(e=arguments[r]...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/preview-DD_OYowb.js
packages/ui-components/storybook-static/assets/preview-DD_OYowb.js
let p;const S=new Uint8Array(16);function A(){if(!p&&(p=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!p))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return p(S)}const o=[];for(let e=0;e<256;++e)o.push((e+25...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/react-18-BbKkw0nw.js
packages/ui-components/storybook-static/assets/react-18-BbKkw0nw.js
import{r as s}from"./index-DhY--VwN.js";import{c as l}from"./client-C_alsGCw.js";import"./index-BoxsY6nR.js";var n=new Map;function m(){return globalThis.IS_REACT_ACT_ENVIRONMENT}var a=({callback:e,children:r})=>{let t=s.useRef();return s.useLayoutEffect(()=>{t.current!==e&&(t.current=e,e())},[e]),r};typeof Promise.wit...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/color-utils-Cz1Ld1cb.js
packages/ui-components/storybook-static/assets/color-utils-Cz1Ld1cb.js
import{j as l}from"./jsx-runtime-D_zvdyIk.js";import{r as n}from"./index-DhY--VwN.js";import{c as i}from"./utils-CDN07tui.js";const c={sm:"h-6 w-6 text-[10px]",md:"h-8 w-8 text-xs",lg:"h-10 w-10 text-sm",xl:"h-12 w-12 text-base"},o=n.forwardRef(({className:t,size:e="md",...a},r)=>l.jsx("div",{ref:r,role:"img",className...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/index-BnZ-dH4k.js
packages/ui-components/storybook-static/assets/index-BnZ-dH4k.js
import{r as l}from"./index-DhY--VwN.js";function s(n,o){if(typeof n=="function")return n(o);n!=null&&(n.current=o)}function f(...n){return o=>{let u=!1;const c=n.map(t=>{const e=s(t,o);return!u&&typeof e=="function"&&(u=!0),e});if(u)return()=>{for(let t=0;t<c.length;t++){const e=c[t];typeof e=="function"?e():s(n[t],nul...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/chunk-XP5HYGXS-BpfKkqn7.js
packages/ui-components/storybook-static/assets/chunk-XP5HYGXS-BpfKkqn7.js
var u=Object.create,a=Object.defineProperty,s=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,c=Object.getPrototypeOf,O=Object.prototype.hasOwnProperty,l=(e,r)=>function(){return e&&(r=(0,e[o(e)[0]])(e=0)),r},v=(e,r)=>function(){return r||(0,e[o(e)[0]])((r={exports:{}}).exports,r),r.exports},b=(e,r)=>{for(...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/index-CE4oAmmT.js
packages/ui-components/storybook-static/assets/index-CE4oAmmT.js
import{g as r}from"./index-DhY--VwN.js";import{r as o}from"./index-BoxsY6nR.js";var t=o();const m=r(t);export{m as I,t as r};
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/search-DgDFmbNv.js
packages/ui-components/storybook-static/assets/search-DgDFmbNv.js
import{c}from"./createLucideIcon-CmAQLPQa.js";/** * @license lucide-react v0.553.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */const e=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]]...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/SpecMetadata.stories-Bm_M7lbW.js
packages/ui-components/storybook-static/assets/SpecMetadata.stories-Bm_M7lbW.js
import{j as e}from"./jsx-runtime-D_zvdyIk.js";import{C as U,b as Z}from"./card-D9kVXokR.js";import{B}from"./badge-BcO251Zn.js";import{A as $,d as z,g as E}from"./color-utils-Cz1Ld1cb.js";import{S as F}from"./status-badge-COinvKLP.js";import{P}from"./priority-badge-CCc6gs4r.js";import{b as l,f as p}from"./date-utils-BGj...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/iframe-BloE6YGl.js
packages/ui-components/storybook-static/assets/iframe-BloE6YGl.js
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./BackToTop.stories-Dp658IQL.js","./jsx-runtime-D_zvdyIk.js","./index-DhY--VwN.js","./button-CSBTRrdr.js","./index-BnZ-dH4k.js","./index-C2vczdB5.js","./utils-CDN07tui.js","./arrow-up-CxjmGgh_.js","./createLucideIcon-CmAQLPQa.js","./EmptyState.stories-DYDl2RUa.j...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
true
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/index-DrFu-skq.js
packages/ui-components/storybook-static/assets/index-DrFu-skq.js
function l(o){for(var f=[],i=1;i<arguments.length;i++)f[i-1]=arguments[i];var n=Array.from(typeof o=="string"?[o]:o);n[n.length-1]=n[n.length-1].replace(/\r?\n([\t ]*)$/,"");var s=n.reduce(function(t,g){var a=g.match(/\n([\t ]+|(?!\s).)/g);return a?t.concat(a.map(function(u){var r,e;return(e=(r=u.match(/[\t ]/g))===nul...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/minus-B91E08-W.js
packages/ui-components/storybook-static/assets/minus-B91E08-W.js
import{c as o}from"./createLucideIcon-CmAQLPQa.js";/** * @license lucide-react v0.553.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */const c=[["path",{d:"M5 12h14",key:"1ays0h"}]],e=o("minus",c);export{e as M};
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/file-text-Di0opSds.js
packages/ui-components/storybook-static/assets/file-text-Di0opSds.js
import{c as e}from"./createLucideIcon-CmAQLPQa.js";/** * @license lucide-react v0.553.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */const a=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2....
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/priority-badge-CCc6gs4r.js
packages/ui-components/storybook-static/assets/priority-badge-CCc6gs4r.js
import{j as t}from"./jsx-runtime-D_zvdyIk.js";import{B as d}from"./badge-BcO251Zn.js";import{c}from"./utils-CDN07tui.js";import{A as g,C as m}from"./circle-alert-C6t9kq2b.js";import{M as b}from"./minus-B91E08-W.js";import{A as u}from"./arrow-up-CxjmGgh_.js";const p={critical:{icon:m,label:"Critical",className:"bg-red-1...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/DocsRenderer-CFRXHY34-DabMHy3m.js
packages/ui-components/storybook-static/assets/DocsRenderer-CFRXHY34-DabMHy3m.js
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./Color-YHDXOIA2-pKC41nKT.js","./index-DhY--VwN.js","./iframe-BloE6YGl.js","./jsx-runtime-D_zvdyIk.js","./index-CE4oAmmT.js","./index-BoxsY6nR.js","./index-DgH-xKnr.js","./index-DrFu-skq.js","./client-C_alsGCw.js","./index-vABTGKhX.js"])))=>i.map(i=>d[i]);
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
true
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/index-CO7ovZMe.js
packages/ui-components/storybook-static/assets/index-CO7ovZMe.js
import{r as i}from"./index-DhY--VwN.js";import{u as I,a as Y,c as Z,b as A,P as z,d as N,e as D,h as J,R as Q,f as X,g as ee,F as te,D as ne,i as oe}from"./index-BG3m2RIl.js";import{u as E}from"./index-BnZ-dH4k.js";import{j as s}from"./jsx-runtime-D_zvdyIk.js";function re(e,t){return i.useReducer((o,n)=>t[o][n]??o,e)}v...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/test-utils-BheZb06c.js
packages/ui-components/storybook-static/assets/test-utils-BheZb06c.js
import{b as l,g as p}from"./index-DhY--VwN.js";function d(t,e){for(var r=0;r<e.length;r++){const o=e[r];if(typeof o!="string"&&!Array.isArray(o)){for(const s in o)if(s!=="default"&&!(s in t)){const a=Object.getOwnPropertyDescriptor(o,s);a&&Object.defineProperty(t,s,a.get?a:{enumerable:!0,get:()=>o[s]})}}}return Object....
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/index-C2vczdB5.js
packages/ui-components/storybook-static/assets/index-C2vczdB5.js
import{a as O}from"./utils-CDN07tui.js";const m=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,y=O,j=(e,l)=>n=>{var u;if((l==null?void 0:l.variants)==null)return y(e,n==null?void 0:n.class,n==null?void 0:n.className);const{variants:r,defaultVariants:d}=l,V=Object.keys(r).map(t=>{const a=n==null?void 0:n[t],s=d==null?void 0:...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/preview-CixoBB6X.js
packages/ui-components/storybook-static/assets/preview-CixoBB6X.js
import{i as r}from"./index-BJP845ST.js";var n=r({step:(p,t,e)=>t(e)},{intercept:!0}).step,s={throwPlayFunctionExceptions:!1};export{s as parameters,n as runStep};
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/card-D9kVXokR.js
packages/ui-components/storybook-static/assets/card-D9kVXokR.js
import{j as r}from"./jsx-runtime-D_zvdyIk.js";import{r as o}from"./index-DhY--VwN.js";import{c as s}from"./utils-CDN07tui.js";const t=o.forwardRef(({className:e,...a},d)=>r.jsx("div",{ref:d,className:s("rounded-xl border border-gray-200 dark:border-gray-800 bg-card text-card-foreground shadow",e),...a}));t.displayName=...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/stats-card-DBFcdtGe.js
packages/ui-components/storybook-static/assets/stats-card-DBFcdtGe.js
import{j as e}from"./jsx-runtime-D_zvdyIk.js";import{C as p,a as x,d as f,b as g}from"./card-D9kVXokR.js";import{c as s}from"./utils-CDN07tui.js";import{c as i}from"./createLucideIcon-CmAQLPQa.js";import{M as h}from"./minus-B91E08-W.js";/** * @license lucide-react v0.553.0 - ISC * * This source code is licensed unde...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/ThemeToggle.stories-BWLom9VE.js
packages/ui-components/storybook-static/assets/ThemeToggle.stories-BWLom9VE.js
import{j as n}from"./jsx-runtime-D_zvdyIk.js";import{r as m}from"./index-DhY--VwN.js";import{B as M}from"./button-CSBTRrdr.js";import{c as d}from"./utils-CDN07tui.js";import{c as S}from"./createLucideIcon-CmAQLPQa.js";import"./index-BnZ-dH4k.js";import"./index-C2vczdB5.js";/** * @license lucide-react v0.553.0 - ISC *...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/ProjectCard.stories-cPhYsuYo.js
packages/ui-components/storybook-static/assets/ProjectCard.stories-cPhYsuYo.js
import{j as e}from"./jsx-runtime-D_zvdyIk.js";import{C as re,a as se,b as oe,c as ae}from"./card-D9kVXokR.js";import{B as x}from"./button-CSBTRrdr.js";import{B as h}from"./badge-BcO251Zn.js";import{P as te}from"./project-avatar-DrLaUvcG.js";import{c as y}from"./utils-CDN07tui.js";import{f as ne}from"./date-utils-BGj35H...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/skeleton-_T1otFf0.js
packages/ui-components/storybook-static/assets/skeleton-_T1otFf0.js
import{j as t}from"./jsx-runtime-D_zvdyIk.js";import{c as n}from"./utils-CDN07tui.js";function s({className:e,...o}){return t.jsx("div",{className:n("animate-pulse rounded-md bg-muted",e),...o})}s.__docgenInfo={description:"",methods:[],displayName:"Skeleton"};export{s as S};
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/archive-ClFtL5lN.js
packages/ui-components/storybook-static/assets/archive-ClFtL5lN.js
import{c as e}from"./createLucideIcon-CmAQLPQa.js";/** * @license lucide-react v0.553.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */const c=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/spec-card--i0yRlvn.js
packages/ui-components/storybook-static/assets/spec-card--i0yRlvn.js
import{j as e}from"./jsx-runtime-D_zvdyIk.js";import{C as f,a as x,b as g}from"./card-D9kVXokR.js";import{S as h}from"./status-badge-COinvKLP.js";import{P as y}from"./priority-badge-CCc6gs4r.js";import{B as m}from"./badge-BcO251Zn.js";import{c as N}from"./utils-CDN07tui.js";import{f as v}from"./date-utils-BGj35H3S.js";...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/priority-editor.stories-D32jKd3D.js
packages/ui-components/storybook-static/assets/priority-editor.stories-D32jKd3D.js
import{j as e}from"./jsx-runtime-D_zvdyIk.js";import{r as n}from"./index-DhY--VwN.js";import{S as z,a as B,b as G,c as J,d as Q}from"./select-DprUpgnz.js";import{c as S}from"./utils-CDN07tui.js";import{A as X,C as Y}from"./circle-alert-C6t9kq2b.js";import{M as Z}from"./minus-B91E08-W.js";import{A as $}from"./arrow-up-C...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/circle-alert-C6t9kq2b.js
packages/ui-components/storybook-static/assets/circle-alert-C6t9kq2b.js
import{c as e}from"./createLucideIcon-CmAQLPQa.js";/** * @license lucide-react v0.553.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */const c=[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]],n=e("ar...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/select-DprUpgnz.js
packages/ui-components/storybook-static/assets/select-DprUpgnz.js
import{j as r}from"./jsx-runtime-D_zvdyIk.js";import{R as ee,r as n}from"./index-DhY--VwN.js";import{r as Me}from"./index-CE4oAmmT.js";import{c as je,f as Se,d as j,a as Pe,b as Ne,u as G,e as _,P as Ct,j as It,h as Tt,g as Nt,R as bt,F as Rt,D as _t}from"./index-BG3m2RIl.js";import{u as O}from"./index-BnZ-dH4k.js";imp...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/clock-psjzWXVS.js
packages/ui-components/storybook-static/assets/clock-psjzWXVS.js
import{c}from"./createLucideIcon-CmAQLPQa.js";/** * @license lucide-react v0.553.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */const e=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],y...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/StatsOverview.stories-BE9dPn8S.js
packages/ui-components/storybook-static/assets/StatsOverview.stories-BE9dPn8S.js
import{j as s}from"./jsx-runtime-D_zvdyIk.js";import{S as a}from"./stats-card-DBFcdtGe.js";import{c as w}from"./utils-CDN07tui.js";import{F as T}from"./file-text-Di0opSds.js";import{C as N,a as F,b as L}from"./clock-psjzWXVS.js";import{A as O}from"./archive-ClFtL5lN.js";import"./card-D9kVXokR.js";import"./index-DhY--Vw...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/index-BG3m2RIl.js
packages/ui-components/storybook-static/assets/index-BG3m2RIl.js
import{r as c,a as he}from"./index-DhY--VwN.js";import{j as O}from"./jsx-runtime-D_zvdyIk.js";import{c as xe,u as ee}from"./index-BnZ-dH4k.js";import{r as Oe,I as Te}from"./index-CE4oAmmT.js";function K(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e==null||e(o),n===!1||!o.defaultPrevented)return t==nul...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/empty-state-tDlJOqV2.js
packages/ui-components/storybook-static/assets/empty-state-tDlJOqV2.js
import{j as t}from"./jsx-runtime-D_zvdyIk.js";import{B as d}from"./button-CSBTRrdr.js";import{c as a}from"./utils-CDN07tui.js";function l(r){if(r.startsWith("/")||r.startsWith("#")||r.startsWith("."))return!0;try{const s=new URL(r);return s.protocol==="http:"||s.protocol==="https:"}catch{return!1}}function c({icon:r,ti...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/index-D4jms2TP.js
packages/ui-components/storybook-static/assets/index-D4jms2TP.js
import{c as Ee}from"./createLucideIcon-CmAQLPQa.js";import{r as R}from"./index-DhY--VwN.js";import{r as Le}from"./index-CE4oAmmT.js";import{d as Ct,u as vt,c as De,j as Me}from"./index-BG3m2RIl.js";import{j as Y}from"./jsx-runtime-D_zvdyIk.js";import{u as Gt}from"./index-BnZ-dH4k.js";/** * @license lucide-react v0.553...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/jsx-runtime-D_zvdyIk.js
packages/ui-components/storybook-static/assets/jsx-runtime-D_zvdyIk.js
var s={exports:{}},e={};/** * @license React * react-jsx-runtime.production.js * * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */var o;function d(){if(o)return e;o=1;var R=Symbol....
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/folder-open-DFqx8qYq.js
packages/ui-components/storybook-static/assets/folder-open-DFqx8qYq.js
import{c as a}from"./createLucideIcon-CmAQLPQa.js";/** * @license lucide-react v0.553.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */const o=[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/status-badge-COinvKLP.js
packages/ui-components/storybook-static/assets/status-badge-COinvKLP.js
import{j as r}from"./jsx-runtime-D_zvdyIk.js";import{B as c}from"./badge-BcO251Zn.js";import{c as g}from"./utils-CDN07tui.js";import{A as d}from"./archive-ClFtL5lN.js";import{C as m,a as b,b as u}from"./clock-psjzWXVS.js";const p={planned:{icon:u,label:"Planned",className:"bg-blue-100 text-blue-800 dark:bg-blue-900/30 ...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/index-DgH-xKnr.js
packages/ui-components/storybook-static/assets/index-DgH-xKnr.js
var M={exports:{}},kn=M.exports,Be;function Sn(){return Be||(Be=1,(function(n,a){(function(o,i){i(a)})(kn,(function(o){function i(e){return e.text!==void 0&&e.text!==""?`'${e.type}' with value '${e.text}'`:`'${e.type}'`}class p extends Error{constructor(t){super(`No parslet found for token: ${i(t)}`),this.token=t,Objec...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
true
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/StatsCard.stories-DDvoZdKZ.js
packages/ui-components/storybook-static/assets/StatsCard.stories-DDvoZdKZ.js
import{j as e}from"./jsx-runtime-D_zvdyIk.js";import{S as t}from"./stats-card-DBFcdtGe.js";import{F as w}from"./file-text-Di0opSds.js";import{C as i,a as N,b as V}from"./clock-psjzWXVS.js";import"./card-D9kVXokR.js";import"./index-DhY--VwN.js";import"./utils-CDN07tui.js";import"./createLucideIcon-CmAQLPQa.js";import"./...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/preview-CADG5MYk.js
packages/ui-components/storybook-static/assets/preview-CADG5MYk.js
const e={parameters:{controls:{matchers:{color:/(background|color)$/i,date:/Date$/i}}}};export{e as default};
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/chevron-down-DnSTBhOw.js
packages/ui-components/storybook-static/assets/chevron-down-DnSTBhOw.js
import{c as o}from"./createLucideIcon-CmAQLPQa.js";/** * @license lucide-react v0.553.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */const c=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],t=o("check",c);/** * @license lucide-react...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/ProjectAvatar.stories-BwqaNIdH.js
packages/ui-components/storybook-static/assets/ProjectAvatar.stories-BwqaNIdH.js
import{j as e}from"./jsx-runtime-D_zvdyIk.js";import{P as r}from"./project-avatar-DrLaUvcG.js";import"./color-utils-Cz1Ld1cb.js";import"./index-DhY--VwN.js";import"./utils-CDN07tui.js";const O={title:"Project/ProjectAvatar",component:r,parameters:{layout:"centered"},tags:["autodocs"],argTypes:{size:{control:"select",op...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/preview-BWzBA1C2.js
packages/ui-components/storybook-static/assets/preview-BWzBA1C2.js
import{d as $}from"./index-DrFu-skq.js";const{useMemo:x,useEffect:f}=__STORYBOOK_MODULE_PREVIEW_API__,{global:p}=__STORYBOOK_MODULE_GLOBAL__;var m="outline",u=i=>{(Array.isArray(i)?i:[i]).forEach(r)},r=i=>{let t=typeof i=="string"?i:i.join(""),o=p.document.getElementById(t);o&&o.parentElement&&o.parentElement.removeChi...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/EmptyState.stories-DYDl2RUa.js
packages/ui-components/storybook-static/assets/EmptyState.stories-DYDl2RUa.js
import{E as f}from"./empty-state-tDlJOqV2.js";import{F as y}from"./file-text-Di0opSds.js";import{F as h}from"./folder-open-DFqx8qYq.js";import{c as S}from"./createLucideIcon-CmAQLPQa.js";import"./jsx-runtime-D_zvdyIk.js";import"./button-CSBTRrdr.js";import"./index-DhY--VwN.js";import"./index-BnZ-dH4k.js";import"./index...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/LoadingSkeletons.stories-t3zvU7dE.js
packages/ui-components/storybook-static/assets/LoadingSkeletons.stories-t3zvU7dE.js
import{j as e}from"./jsx-runtime-D_zvdyIk.js";import{S as s}from"./skeleton-_T1otFf0.js";import{C as r,a as H,b as l}from"./card-D9kVXokR.js";import"./utils-CDN07tui.js";import"./index-DhY--VwN.js";function M(){return e.jsx("div",{className:"space-y-4",children:[...Array(5)].map((c,a)=>e.jsxs(r,{children:[e.jsx(H,{chil...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/ProjectSwitcher.stories-BsFOadSQ.js
packages/ui-components/storybook-static/assets/ProjectSwitcher.stories-BsFOadSQ.js
import{j as i}from"./jsx-runtime-D_zvdyIk.js";import{r as o}from"./index-DhY--VwN.js";import{c as N}from"./utils-CDN07tui.js";import{c as St,B as kt}from"./button-CSBTRrdr.js";import{R as Rt,P as Nt,O as Et,C as At,b as tt}from"./index-CO7ovZMe.js";import"./index-CE4oAmmT.js";import{b as D,a as It,c as _t,d as rt,e as ...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false
codervisor/lean-spec
https://github.com/codervisor/lean-spec/blob/d82bfbc4503de65031d23eee7c49410b8ce9c522/packages/ui-components/storybook-static/assets/star-CZ-Ja2Kk.js
packages/ui-components/storybook-static/assets/star-CZ-Ja2Kk.js
import{c as a}from"./createLucideIcon-CmAQLPQa.js";/** * @license lucide-react v0.553.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */const o=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.1...
javascript
MIT
d82bfbc4503de65031d23eee7c49410b8ce9c522
2026-01-05T03:44:18.547090Z
false