├── CODE_OF_CONDUCT.md ├── LICENSE.md ├── docs └── style-guide.md ├── readme.md ├── rfcs ├── 0000-template.md └── readme.md └── telecon ├── 2025-01-21.md ├── 2025-02-25.md ├── 2025-04-02.md └── 2025-06-17.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openui/design-system/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openui/design-system/HEAD/LICENSE.md -------------------------------------------------------------------------------- /docs/style-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openui/design-system/HEAD/docs/style-guide.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openui/design-system/HEAD/readme.md -------------------------------------------------------------------------------- /rfcs/0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openui/design-system/HEAD/rfcs/0000-template.md -------------------------------------------------------------------------------- /rfcs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openui/design-system/HEAD/rfcs/readme.md -------------------------------------------------------------------------------- /telecon/2025-01-21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openui/design-system/HEAD/telecon/2025-01-21.md -------------------------------------------------------------------------------- /telecon/2025-02-25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openui/design-system/HEAD/telecon/2025-02-25.md -------------------------------------------------------------------------------- /telecon/2025-04-02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openui/design-system/HEAD/telecon/2025-04-02.md -------------------------------------------------------------------------------- /telecon/2025-06-17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openui/design-system/HEAD/telecon/2025-06-17.md --------------------------------------------------------------------------------