mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
ae4e660a05
* feat: basic implements in antd * feat: use rc-segmented * feat: add some demos * feat: support dark theme * docs: add more demos * feat: support `icon` in segmented * docs: format content * test: add test cases * docs: update docs * chore: update * fix: lint issues * style: add border-radius for selected effect * style: change border-radius-base * chore: update gitignore * feat: segmented support block * chore: update gitignore * feat: support block * feat: add test case * feat: support size * docs: update demos * chore: update * chore: update * test: update * style: update colors * style: hover and focus styles * doc: add version mark in docs * fix: style lint issue * fix: some lint issues * doc: add version in demo mds * doc: add version mark before api details * Revert "doc: add version in demo mds" This reverts commit 2a9e86f6ffc2331f7d73eae6edac7c889358a838. * test: only test for thumb appear * style: update color vars * style: add transition * style: text vertial align * test: update snapshots * feat: add preview svg and support dark theme * fix: update test snapshot * docs: update docs * fix: remove useless z-index * build: add 1kb for bundlesize of antd.variable.min.css Co-authored-by: taian.lta <taian.lta@antgroup.com>
72 lines
1.2 KiB
Plaintext
72 lines
1.2 KiB
Plaintext
*.iml
|
|
.idea/
|
|
.ipr
|
|
.iws
|
|
*~
|
|
~*
|
|
*.diff
|
|
*.patch
|
|
*.bak
|
|
.DS_Store
|
|
Thumbs.db
|
|
.project
|
|
.*proj
|
|
.svn/
|
|
*.swp
|
|
*.swo
|
|
*.log
|
|
*.log.*
|
|
*.json.gzip
|
|
node_modules/
|
|
.buildpath
|
|
.settings
|
|
npm-debug.log
|
|
nohup.out
|
|
_site
|
|
_data
|
|
dist
|
|
report.html
|
|
/lib
|
|
/es
|
|
elasticsearch-*
|
|
config/base.yaml
|
|
/.vscode/
|
|
/coverage
|
|
yarn.lock
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
.pnpm-debug.log
|
|
components/**/*.js
|
|
components/**/*.jsx
|
|
!components/**/__tests__/**/*.js
|
|
!components/**/__tests__/**/*.js.snap
|
|
/.history
|
|
*.tmp
|
|
|
|
# Docs templates
|
|
site/theme/template/Color/ColorPicker.jsx
|
|
site/theme/template/IconDisplay/*.js
|
|
site/theme/template/IconDisplay/*.jsx
|
|
site/theme/template/IconDisplay/fields.js
|
|
site/theme/template/Home/**/*.jsx
|
|
site/theme/template/utils.jsx
|
|
site/theme/template/Layout/Footer.jsx
|
|
site/theme/template/Layout/Header/**/*.jsx
|
|
site/theme/template/Layout/SiteContext.jsx
|
|
site/theme/template/Content/Article.jsx
|
|
site/theme/template/Content/EditButton.jsx
|
|
site/theme/template/Resources/*.jsx
|
|
site/theme/template/Resources/**/*.jsx
|
|
site/theme/template/NotFound.jsx
|
|
scripts/previewEditor/index.html
|
|
components/version/version.tsx
|
|
|
|
# Image snapshot diff
|
|
__diff_output__/
|
|
__image_snapshots__/
|
|
/jest-stare
|
|
/imageSnapshots
|
|
/imageDiffSnapshots
|
|
|
|
.devcontainer*
|