repo
stringclasses
65 values
file
stringlengths
48
153
content
stringlengths
4
919k
streamlit_public_repos
/content/streamlit_public_repos/streamlit/.pre-commit-config.yaml
# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by...
streamlit_public_repos
/content/streamlit_public_repos/streamlit/CODE_OF_CONDUCT.md
# Contributor Covenant Code of Conduct ## Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex ch...
streamlit_public_repos
/content/streamlit_public_repos/streamlit/mypy.ini
[mypy] python_version = 3.10 cache_dir = .mypy_cache incremental = true files = lib/streamlit/, lib/tests/streamlit/typing/, scripts/, e2e_playwright/ exclude = (?x)( # The compilation error test file cannot breaks mypy # because it the syntax error. ^e2e_playwright/compilation_error_dialog\.py$ ) # str...
streamlit_public_repos
/content/streamlit_public_repos/streamlit/NOTICES
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THE STREAMLIT PRODUCT. ----- The following software may be included in this product: @babel/code-frame, @babel/generator, @babel/helper-module-imports, @babel/helper-string-parser, @babel/helper-validator-identi...
streamlit_public_repos
/content/streamlit_public_repos/streamlit/README.md
<br> <img src="https://user-images.githubusercontent.com/7164864/217935870-c0bc60a3-6fc0-4047-b011-7b4c59488c91.png" alt="Streamlit logo" style="margin-top:50px"></img> # Welcome to Streamlit 👋 **A faster way to build and share data apps.** ## What is Streamlit? Streamlit lets you transform Python scripts into in...
streamlit_public_repos
/content/streamlit_public_repos/streamlit/.ruff.toml
# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by...
streamlit_public_repos
/content/streamlit_public_repos/streamlit/SECURITY.md
# Security Policy ## Supported Versions | Version | Supported | | --------- | --------- | | >= 1.11.1 | ✅ | </br> Please refer to the Snowflake [HackerOne program](https://hackerone.com/snowflake?type=team) for our security policies and for reporting any security vulnerabilities.
streamlit_public_repos
/content/streamlit_public_repos/streamlit/CLAUDE.md
@./AGENTS.md
streamlit_public_repos
/content/streamlit_public_repos/streamlit/.editorconfig
# https://editorconfig.org/ root = true [*] indent_style = space indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true end_of_line = lf charset = utf-8 max_line_length = 79 [*.py] indent_size = 4 max_line_length = 88 # The JSON files contain newlines inconsistently [*.json] insert_final_newlin...
streamlit_public_repos
/content/streamlit_public_repos/streamlit/.nvmrc
v24
streamlit_public_repos
/content/streamlit_public_repos/streamlit/ty.toml
# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by...
streamlit_public_repos
/content/streamlit_public_repos/streamlit/Makefile
# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by...
streamlit_public_repos
/content/streamlit_public_repos/streamlit/CONTRIBUTING.md
🎉 Thanks for your interest in helping improve Streamlit! 🎉 Before contributing, please read our guidelines here: https://github.com/streamlit/streamlit/wiki/Contributing
streamlit_public_repos
/content/streamlit_public_repos/streamlit/AGENTS.md
# Streamlit Repo Overview Streamlit is an open-source (Apache 2.0) Python library for creating interactive web applications and dashboards with focus on data apps and internal tools. ## Tech Stack - **Backend (Server):** Python, Tornado server, pytest - **Frontend (Web UI):** TypeScript, React, Emotion (CSS-in-JS), ...
streamlit_public_repos
/content/streamlit_public_repos/streamlit/LICENSE
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, ...
streamlit
/content/streamlit_public_repos/streamlit/.devcontainer/Dockerfile
# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by...
streamlit
/content/streamlit_public_repos/streamlit/.devcontainer/devcontainer.json
{ "name": "streamlit-dev", "build": { "dockerfile": "Dockerfile" }, "forwardPorts": [3000], "portsAttributes": { "3000": { "label": "Dev Server", "onAutoForward": "notify" } }, "customizations": { "vscode": { "extensions": [ "dbaeumer.vscode-eslint", "esbe...
streamlit
/content/streamlit_public_repos/streamlit/frontend/tsconfig.json
{ "files": [], "references": [ { "path": "./app" }, { "path": "./lib" }, { "path": "./connection" }, { "path": "./utils" } ], "compilerOptions": { "composite": true, "declaration": true, "declarationMap": false, "sourceMap": false, "noEmit": true } }
streamlit
/content/streamlit_public_repos/streamlit/frontend/.yarnrc.yml
# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by...
streamlit
/content/streamlit_public_repos/streamlit/frontend/README.md
# Streamlit Frontend ## What is Streamlit Frontend? Streamlit Frontend is a set of frontend packages tied to behaviors that make up a Streamlit App. Originally, Streamlit Frontend was a monolith, but we have since found unique ways to inject Streamlit behavior in multiple different products. ## Packages The followi...
streamlit
/content/streamlit_public_repos/streamlit/frontend/package.json
{ "name": "streamlit", "version": "1.51.0", "private": true, "workspaces": [ "app", "component-v2-lib", "connection", "eslint-plugin-streamlit-custom", "lib", "protobuf", "typescript-config", "utils" ], "scripts": { "start": "yarn workspace @streamlit/app start", "bui...
streamlit
/content/streamlit_public_repos/streamlit/frontend/CLAUDE.md
@./AGENTS.md
streamlit
/content/streamlit_public_repos/streamlit/frontend/yarn.lock
# This file is generated by running "yarn install" inside your project. # Manual changes might be lost - proceed with caution! __metadata: version: 8 cacheKey: 10c0 "@adobe/css-tools@npm:^4.4.0": version: 4.4.0 resolution: "@adobe/css-tools@npm:4.4.0" checksum: 10c0/d65ddc719389bf469097df80fb16a8af48a973dea...
streamlit
/content/streamlit_public_repos/streamlit/frontend/.prettierrc
{ "semi": false, "trailingComma": "es5", "arrowParens": "avoid" }
streamlit
/content/streamlit_public_repos/streamlit/frontend/vitest.config.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
streamlit
/content/streamlit_public_repos/streamlit/frontend/eslint.config.mjs
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
streamlit
/content/streamlit_public_repos/streamlit/frontend/AGENTS.md
# TypeScript Development Guide - TypeScript: v5 - Linter: eslint v9 - Formatter: prettier v3 - Framework: React v18 - Styling: @emotion/styled v11 - Build tool: vite v7 - Testing: vitest v3 & react testing library v16 - Package manager: yarn v4 with workspaces ## Key TypeScript Principles - Prefer functional, declar...
streamlit
/content/streamlit_public_repos/streamlit/frontend/vitest.setup.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
streamlit
/content/streamlit_public_repos/streamlit/frontend/.prettierignore
vendor lib/src/proto.d.ts lib/src/proto.js
.yarn
/content/streamlit_public_repos/streamlit/frontend/.yarn/patches/@protobufjs-inquire-npm-1.1.0-3c7759e9ce.patch
diff --git a/index.js b/index.js index 33778b5539b7fcd7a1e99474a4ecb1745fdfe508..eb0d85bc854ffc3e228520d9be85341192f44f82 100644 --- a/index.js +++ b/index.js @@ -8,6 +8,10 @@ module.exports = inquire; * @returns {?Object} Required module if available and not empty, otherwise `null` */ function inquire(moduleName)...
plugins
/content/streamlit_public_repos/streamlit/frontend/.yarn/plugins/@yarnpkg/plugin-licenses.cjs
/* eslint-disable */ //prettier-ignore module.exports = { name: "@yarnpkg/plugin-licenses", factory: function (require) { "use strict";var plugin=(()=>{var ct=Object.create;var re=Object.defineProperty;var lt=Object.getOwnPropertyDescriptor;var ht=Object.getOwnPropertyNames;var dt=Object.getPrototypeOf,ft=Object.protot...
frontend
/content/streamlit_public_repos/streamlit/frontend/utils/tsconfig.json
{ "root": true, "extends": "@streamlit/typescript-config/base.tsconfig.json", "include": ["src/**/*"] }
frontend
/content/streamlit_public_repos/streamlit/frontend/utils/package.json
{ "name": "@streamlit/utils", "version": "1.51.0", "license": "Apache-2.0", "private": true, "type": "module", "main": "./dist/streamlit-utils.cjs.js", "module": "./dist/streamlit-utils.es.js", "browser": "./dist/streamlit-utils.umd.js", "types": "./dist/index.d.ts", "exports": { ".": { "t...
frontend
/content/streamlit_public_repos/streamlit/frontend/utils/vite.config.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
utils
/content/streamlit_public_repos/streamlit/frontend/utils/src/index.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/utils/src/types/index.test.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/utils/src/types/index.ts
import { ICustomThemeConfig } from "@streamlit/protobuf" /** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
src
/content/streamlit_public_repos/streamlit/frontend/utils/src/uri/index.test.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/utils/src/uri/index.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/utils/src/browser/index.test.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/utils/src/browser/index.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/utils/src/polyfills/index.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
frontend
/content/streamlit_public_repos/streamlit/frontend/typescript-config/react.tsconfig.json
{ "$schema": "https://json.schemastore.org/tsconfig", "display": "React Library", "extends": "./base.tsconfig.json", "compilerOptions": { "jsx": "react-jsx" } }
frontend
/content/streamlit_public_repos/streamlit/frontend/typescript-config/package.json
{ "name": "@streamlit/typescript-config", "version": "1.51.0", "license": "Apache-2.0", "private": true, "files": [ "base.tsconfig.json", "react.tsconfig.json" ], "type": "module", "scripts": { "typecheck:all": "cd $INIT_CWD && tsc" }, "devDependencies": { "typescript": "^5.9.2" },...
frontend
/content/streamlit_public_repos/streamlit/frontend/typescript-config/base.tsconfig.json
{ "$schema": "https://json.schemastore.org/tsconfig", "display": "Default", "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, "baseUrl": ".", "esModuleInterop": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "isolatedModules": ...
frontend
/content/streamlit_public_repos/streamlit/frontend/lib/tsconfig.json
{ "extends": "@streamlit/typescript-config/react.tsconfig.json", "compilerOptions": { "checkJs": false, "baseUrl": ".", "noEmit": false, "emitDeclarationOnly": true, "declaration": true, "outDir": "dist", "paths": { "~lib/*": ["src/*"], "@streamlit/component-v2-lib": ["../com...
frontend
/content/streamlit_public_repos/streamlit/frontend/lib/package.json
{ "name": "@streamlit/lib", "version": "1.51.0", "private": true, "license": "Apache-2.0", "type": "module", "main": "./dist/streamlit-lib.cjs.js", "module": "./dist/streamlit-lib.es.js", "browser": "./dist/streamlit-lib.umd.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "...
frontend
/content/streamlit_public_repos/streamlit/frontend/lib/declarations.d.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
frontend
/content/streamlit_public_repos/streamlit/frontend/lib/emotion.d.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
frontend
/content/streamlit_public_repos/streamlit/frontend/lib/vite.config.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/WidgetStateManager.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/StreamlitEndpoints.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/test_util.tsx
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/testing.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/styled-components.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/SessionInfo.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/urls.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/react-app-env.d.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/AppNode.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/FileUploadClient.test.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/RootStyleProvider.tsx
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/index.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/FileUploadClient.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/ScriptRunState.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/SessionInfo.test.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/WidgetStateManager.test.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
lib
/content/streamlit_public_repos/streamlit/frontend/lib/src/baseconsts.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/lib/src/vendor/dom-helpers.ts
/* eslint-disable */ // We only need a single function from https://github.com/react-bootstrap/dom-helpers, // so we copy it here instead of adding a new dependency. const canUseDOM = !!( typeof window !== "undefined" && window.document && window.document.createElement ) let size: number // https://github.com...
src
/content/streamlit_public_repos/streamlit/frontend/lib/src/vendor/react-bootstrap-LICENSE.txt
The MIT License (MIT) Copyright (c) 2014-present Stephen J. Collings, Matthew Honnibal, Pieter Vanderwerff Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without l...
vendor
/content/streamlit_public_repos/streamlit/frontend/lib/src/vendor/fzy.js/fzyjs-LICENSE.txt
The MIT License (MIT) Copyright (c) 2014 John Hawthorn Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, pu...
vendor
/content/streamlit_public_repos/streamlit/frontend/lib/src/vendor/fzy.js/fuzzySearch.test.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
vendor
/content/streamlit_public_repos/streamlit/frontend/lib/src/vendor/fzy.js/fuzzySearch.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/getColors.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/createBaseUiTheme.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/globalStyles.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/themeConfigs.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/utils.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/baseui.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/types.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/utils.test.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/index.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/getColors.test.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/consts.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
theme
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/primitives/zIndices.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
theme
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/primitives/radii.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
theme
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/primitives/breakpoints.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
theme
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/primitives/iconSizes.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
theme
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/primitives/colors.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
theme
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/primitives/spacing.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
theme
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/primitives/index.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
theme
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/primitives/sizes.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
theme
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/primitives/typography.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
theme
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/emotionBaseTheme/themeColors.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
theme
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/emotionBaseTheme/index.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
theme
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/emotionDarkTheme/themeColors.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
theme
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/emotionDarkTheme/index.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
theme
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/emotionLightTheme/themeColors.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
theme
/content/streamlit_public_repos/streamlit/frontend/lib/src/theme/emotionLightTheme/index.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/lib/src/dataframes/Quiver.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src
/content/streamlit_public_repos/streamlit/frontend/lib/src/dataframes/arrowTypeUtils.test.ts
/** * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2025) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...