ranui 0.1.10-alpha.7 → 0.2.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +397 -0
- package/README.zh-CN.md +369 -0
- package/dist/assets/image/failImage.d.ts +2 -0
- package/dist/bin/generate-component-api.d.ts +1 -0
- package/dist/bin/generate-style-docs.d.ts +1 -0
- package/dist/build/config.bundle.d.ts +2 -0
- package/dist/build/config.d.ts +3 -0
- package/dist/build/config.es.d.ts +2 -0
- package/dist/build/config.umd.d.ts +1 -0
- package/dist/builder.d.ts +11 -0
- package/dist/builder.js +39 -0
- package/dist/button-DukaD6uL.js +117 -0
- package/dist/button.js +3 -5
- package/dist/card-DQUJoDUQ.js +60 -0
- package/dist/card.js +5 -0
- package/dist/checkbox-iHZQb-yQ.js +94 -0
- package/dist/checkbox.js +3 -5
- package/dist/colorpicker-Ch67dWa_.js +302 -0
- package/dist/colorpicker.js +3 -9
- package/dist/components/button/index.d.ts +44 -0
- package/dist/components/card/index.d.ts +21 -0
- package/dist/components/checkbox/index.d.ts +35 -0
- package/dist/components/colorpicker/index.d.ts +88 -0
- package/dist/components/dropdown/index.d.ts +32 -0
- package/dist/components/form/index.d.ts +15 -0
- package/dist/components/icon/index.d.ts +58 -0
- package/dist/components/image/index.d.ts +25 -0
- package/dist/components/input/index.d.ts +229 -0
- package/dist/components/link/index.d.ts +21 -0
- package/dist/components/loading/index.d.ts +76 -0
- package/dist/components/math/index.d.ts +16 -0
- package/dist/components/message/container.d.ts +8 -0
- package/dist/components/message/index.d.ts +32 -0
- package/dist/components/modal/index.d.ts +100 -0
- package/dist/components/player/core/constants.d.ts +5 -0
- package/dist/components/player/core/controller.d.ts +33 -0
- package/dist/components/player/core/events.d.ts +10 -0
- package/dist/components/player/core/fullscreen.d.ts +5 -0
- package/dist/components/player/core/levels.d.ts +20 -0
- package/dist/components/player/core/media.d.ts +50 -0
- package/dist/components/player/core/playback.d.ts +14 -0
- package/dist/components/player/core/progress.d.ts +2 -0
- package/dist/components/player/core/state.d.ts +27 -0
- package/dist/components/player/core/view.d.ts +39 -0
- package/dist/components/player/index.d.ts +277 -0
- package/dist/components/popover/content/index.d.ts +12 -0
- package/dist/components/popover/index.d.ts +95 -0
- package/dist/components/progress/index.d.ts +40 -0
- package/dist/components/radar/index.d.ts +52 -0
- package/dist/components/route/index.d.ts +26 -0
- package/dist/components/router/index.d.ts +24 -0
- package/dist/components/scratch/index.d.ts +19 -0
- package/dist/components/section/index.d.ts +23 -0
- package/dist/components/select/dropdown-item/index.d.ts +21 -0
- package/dist/components/select/index.d.ts +135 -0
- package/dist/components/select/option/index.d.ts +19 -0
- package/dist/components/skeleton/index.d.ts +13 -0
- package/dist/components/tab/index.d.ts +58 -0
- package/dist/components/tabpane/index.d.ts +33 -0
- package/dist/demo/i18n.d.ts +4 -0
- package/dist/demo/index.d.ts +3 -0
- package/dist/demo/register-icons.d.ts +1 -0
- package/dist/dropdown-C5362qTy.js +82 -0
- package/dist/dropdown.js +6 -0
- package/dist/events-C59wGdni.js +30 -0
- package/dist/factory-BdsO0dEW.js +165 -0
- package/dist/form-05Lxxl3D.js +44 -0
- package/dist/form.js +5 -0
- package/dist/icon-DmoEnao5.js +165 -0
- package/dist/icon.js +4 -4
- package/dist/{index-KS2nvVcO.js → image-6GayFDqX.js} +58 -71
- package/dist/image.js +3 -2
- package/dist/index.cjs +35 -0
- package/dist/index.d.ts +277 -116
- package/dist/index.iife.js +306 -0
- package/dist/index.js +78 -38
- package/dist/input-DoraIb3x.js +198 -0
- package/dist/input.js +2 -3
- package/dist/katex-es-Bpesphgp.js +23682 -0
- package/dist/katex-es-Cnq5Pk8K.cjs +261 -0
- package/dist/link-BW-gvrpN.js +77 -0
- package/dist/link.js +6 -0
- package/dist/loading-Mko22ncl.js +206 -0
- package/dist/loading.js +4 -6
- package/dist/math-B5PpSnFR.js +52 -0
- package/dist/math.js +2 -4
- package/dist/message-CQENvkoi.js +137 -0
- package/dist/message.js +3 -4
- package/dist/mocks-CMGoftIc.js +179 -0
- package/dist/modal-DruDj3AB.js +350 -0
- package/dist/modal.js +3 -2
- package/dist/player-CvfmwWUa.js +13536 -0
- package/dist/player.js +3 -6
- package/dist/playwright.config.d.ts +2 -0
- package/dist/plugins/load-svg.d.ts +9 -0
- package/dist/popover-BCvHwLZb.js +213 -0
- package/dist/popover.js +3 -5
- package/dist/progress-BWkNf2J5.js +123 -0
- package/dist/progress.js +3 -5
- package/dist/radar-CWsawt2g.js +181 -0
- package/dist/radar.js +3 -4
- package/dist/ranui.css +1 -0
- package/dist/route-BY_E6-2C.js +88 -0
- package/dist/route.js +6 -0
- package/dist/router-BDcv4F-2.js +79 -0
- package/dist/router.js +6 -0
- package/dist/scratch-Dbd9G6Q6.js +60 -0
- package/dist/scratch.js +4 -0
- package/dist/section-CNTvgdQ-.js +63 -0
- package/dist/section.js +5 -0
- package/dist/select-BmhCUTLb.js +433 -0
- package/dist/select.js +3 -8
- package/dist/signal-XHfNsQNW.js +57 -0
- package/dist/skeleton-DPv9nFhL.js +32 -0
- package/dist/skeleton.js +3 -2
- package/dist/ssg.js +21 -0
- package/dist/ssr-DSGwPtEd.js +34 -0
- package/dist/ssr-stream.d.ts +1 -0
- package/dist/ssr-stream.js +87 -0
- package/dist/ssr.d.ts +1 -0
- package/dist/ssr.js +7 -0
- package/dist/style.d.ts +1 -0
- package/dist/style.js +0 -0
- package/dist/tab-C9swK-hm.js +185 -0
- package/dist/tab.js +3 -4
- package/dist/tabpane-B_M-Jokw.js +87 -0
- package/dist/tabpane.js +3 -2
- package/dist/test/e2e/button.spec.d.ts +1 -0
- package/dist/test/e2e/checkbox.spec.d.ts +1 -0
- package/dist/test/e2e/helpers.d.ts +13 -0
- package/dist/test/e2e/icon.spec.d.ts +1 -0
- package/dist/test/e2e/image.spec.d.ts +1 -0
- package/dist/test/e2e/input.spec.d.ts +1 -0
- package/dist/test/e2e/loading.spec.d.ts +1 -0
- package/dist/test/e2e/message.spec.d.ts +1 -0
- package/dist/test/e2e/modal.spec.d.ts +1 -0
- package/dist/test/e2e/popover.spec.d.ts +1 -0
- package/dist/test/e2e/progress.spec.d.ts +1 -0
- package/dist/test/e2e/radar.spec.d.ts +1 -0
- package/dist/test/e2e/select.spec.d.ts +1 -0
- package/dist/test/e2e/skeleton.spec.d.ts +1 -0
- package/dist/test/e2e/tab.spec.d.ts +1 -0
- package/dist/test/e2e/visual/colorpicker.spec.d.ts +1 -0
- package/dist/test/e2e/visual/components.spec.d.ts +1 -0
- package/dist/test/e2e/visual/player.spec.d.ts +1 -0
- package/dist/test/integration/composition.test.d.ts +23 -0
- package/dist/test/setup.d.ts +0 -0
- package/dist/test/ssr/builder.core.ssr.test.d.ts +1 -0
- package/dist/test/ssr/builder.factory.ssr.test.d.ts +1 -0
- package/dist/test/ssr/builder.mocks.test.d.ts +1 -0
- package/dist/test/ssr/components/button.test.d.ts +1 -0
- package/dist/test/ssr/css-vars.test.d.ts +1 -0
- package/dist/test/ssr/registry.test.d.ts +1 -0
- package/dist/test/ssr/router.ssg.test.d.ts +2 -0
- package/dist/test/ssr/snapshots/button.test.d.ts +1 -0
- package/dist/test/ssr/stream.test.d.ts +2 -0
- package/dist/test/ssr/theme.tokens.ssr.test.d.ts +1 -0
- package/dist/test/unit/builder.core.browser.test.d.ts +1 -0
- package/dist/test/unit/builder.escape.test.d.ts +1 -0
- package/dist/test/unit/builder.selectors.test.d.ts +1 -0
- package/dist/test/unit/button.contract.test.d.ts +1 -0
- package/dist/test/unit/card.contract.test.d.ts +1 -0
- package/dist/test/unit/checkbox.contract.test.d.ts +1 -0
- package/dist/test/unit/colorpicker.color.utils.test.d.ts +1 -0
- package/dist/test/unit/colorpicker.contract.test.d.ts +1 -0
- package/dist/test/unit/colorpicker.methods.test.d.ts +1 -0
- package/dist/test/unit/component.helpers.test.d.ts +1 -0
- package/dist/test/unit/dropdown-item.contract.test.d.ts +1 -0
- package/dist/test/unit/dropdown.contract.test.d.ts +1 -0
- package/dist/test/unit/form.contract.test.d.ts +1 -0
- package/dist/test/unit/helpers/component.d.ts +3 -0
- package/dist/test/unit/helpers/dom.d.ts +2 -0
- package/dist/test/unit/icon.contract.test.d.ts +1 -0
- package/dist/test/unit/image.contract.test.d.ts +1 -0
- package/dist/test/unit/input.contract.test.d.ts +1 -0
- package/dist/test/unit/link.contract.test.d.ts +1 -0
- package/dist/test/unit/loading.contract.test.d.ts +1 -0
- package/dist/test/unit/math.contract.test.d.ts +1 -0
- package/dist/test/unit/message.component.test.d.ts +1 -0
- package/dist/test/unit/message.container.test.d.ts +1 -0
- package/dist/test/unit/modal.contract.test.d.ts +1 -0
- package/dist/test/unit/option.contract.test.d.ts +1 -0
- package/dist/test/unit/package-exports.source.test.d.ts +1 -0
- package/dist/test/unit/player-controls.test.d.ts +1 -0
- package/dist/test/unit/player-core.test.d.ts +1 -0
- package/dist/test/unit/player-event-handlers.test.d.ts +1 -0
- package/dist/test/unit/player-events.test.d.ts +1 -0
- package/dist/test/unit/player-fullscreen.test.d.ts +1 -0
- package/dist/test/unit/player-interactions.test.d.ts +1 -0
- package/dist/test/unit/player-levels.test.d.ts +1 -0
- package/dist/test/unit/player-media.test.d.ts +1 -0
- package/dist/test/unit/player-playback.test.d.ts +1 -0
- package/dist/test/unit/player.contract.test.d.ts +1 -0
- package/dist/test/unit/popover-accessibility.test.d.ts +1 -0
- package/dist/test/unit/popover.contract.test.d.ts +2 -0
- package/dist/test/unit/progress.contract.test.d.ts +1 -0
- package/dist/test/unit/radar.contract.test.d.ts +1 -0
- package/dist/test/unit/route.contract.test.d.ts +1 -0
- package/dist/test/unit/router.contract.test.d.ts +2 -0
- package/dist/test/unit/scratch.contract.test.d.ts +1 -0
- package/dist/test/unit/select-accessibility.test.d.ts +1 -0
- package/dist/test/unit/select-option.contract.test.d.ts +1 -0
- package/dist/test/unit/select.contract.test.d.ts +1 -0
- package/dist/test/unit/skeleton.contract.test.d.ts +1 -0
- package/dist/test/unit/ssr.test.d.ts +1 -0
- package/dist/test/unit/tab.contract.test.d.ts +2 -0
- package/dist/test/unit/theme.semantic-tokens.test.d.ts +1 -0
- package/dist/test/unit/theme.skin-tokens.test.d.ts +1 -0
- package/dist/test/unit/utils.dom.test.d.ts +1 -0
- package/dist/test/unit/utils.error.test.d.ts +1 -0
- package/dist/test/unit/utils.i18n.test.d.ts +1 -0
- package/dist/test/unit/utils.image.test.d.ts +1 -0
- package/dist/test/unit/utils.math.test.d.ts +1 -0
- package/dist/test/unit/utils.router.test.d.ts +1 -0
- package/dist/test/unit/utils.signal.test.d.ts +1 -0
- package/dist/test/unit/utils.ssr-stream.test.d.ts +1 -0
- package/dist/test/unit/utils.style.test.d.ts +1 -0
- package/dist/test/unit/utils.theme.test.d.ts +1 -0
- package/dist/test/unit/utils.tween.test.d.ts +1 -0
- package/dist/tsconfig.json +9 -9
- package/dist/typings.d.ts +163 -116
- package/dist/utils/builder/core.d.ts +70 -0
- package/dist/utils/builder/env.d.ts +1 -0
- package/dist/utils/builder/escape.d.ts +2 -0
- package/dist/utils/builder/events.d.ts +55 -0
- package/dist/utils/builder/factory.d.ts +18 -0
- package/dist/utils/builder/index.d.ts +9 -0
- package/dist/utils/builder/mocks.d.ts +62 -0
- package/dist/utils/builder/selectors.d.ts +4 -0
- package/dist/utils/builder/signal.d.ts +87 -0
- package/dist/utils/color.d.ts +52 -0
- package/dist/utils/component.d.ts +16 -0
- package/dist/utils/dom.d.ts +39 -0
- package/dist/utils/error.d.ts +6 -0
- package/dist/utils/i18n/index.d.ts +53 -0
- package/dist/utils/i18n.js +88 -0
- package/dist/utils/image.d.ts +39 -0
- package/dist/utils/index.d.ts +8 -0
- package/dist/utils/math.d.ts +26 -0
- package/dist/utils/router/index.d.ts +128 -0
- package/dist/utils/router.js +197 -0
- package/dist/utils/ssg.d.ts +49 -0
- package/dist/utils/ssr-registry.d.ts +8 -0
- package/dist/utils/ssr-stream.d.ts +23 -0
- package/dist/utils/ssr.d.ts +17 -0
- package/dist/utils/style.d.ts +12 -0
- package/dist/utils/theme.d.ts +9 -0
- package/dist/utils/tween.d.ts +21 -0
- package/dist/utils/video.d.ts +40 -0
- package/dist/utils-D4pPF77E.js +689 -0
- package/dist/vite.config.d.ts +6 -0
- package/dist/vitest.config.d.ts +2 -0
- package/dist/vitest.config.ssr.d.ts +2 -0
- package/docs/COMPONENTS.md +326 -0
- package/docs/DESIGN.md +182 -0
- package/docs/style-tokens-public.md +880 -0
- package/package.json +138 -74
- package/typings.d.ts +163 -116
- package/dist/_commonjs-dynamic-modules-DLbDWi6a.js +0 -12
- package/dist/add-user-BN1JlY7e.js +0 -4
- package/dist/arrow-down-Beig7FXI.js +0 -652
- package/dist/book-nTEFXU2x.js +0 -4
- package/dist/check-circle-fill-B_pd8ZSs.js +0 -4
- package/dist/check-circle-szyAJiap.js +0 -4
- package/dist/close-CFnkhudp.js +0 -4
- package/dist/close-circle-CwmuN2C6.js +0 -4
- package/dist/close-circle-fill-jSqPPw9i.js +0 -4
- package/dist/colz-DJZvo_8B.js +0 -232
- package/dist/docx-CHkPTdGU.js +0 -3665
- package/dist/drop-4j4abxje.js +0 -36
- package/dist/eye-D_mEt17f.js +0 -4
- package/dist/eye-close-BVr3NJtg.js +0 -4
- package/dist/home-BUQ4USMk.js +0 -4
- package/dist/iconShadowless.js +0 -6
- package/dist/index-BZR0HaP2.js +0 -40
- package/dist/index-Bl6-5Hp8.js +0 -63701
- package/dist/index-C0Xh8vJ3.js +0 -146
- package/dist/index-C4Sv0T51.js +0 -495
- package/dist/index-CGEx9VOA.js +0 -17106
- package/dist/index-CILRcFIV.js +0 -100
- package/dist/index-CQTJoWhb.js +0 -19
- package/dist/index-CWNtaUwu.js +0 -308
- package/dist/index-CjSKJE6S.js +0 -158
- package/dist/index-Ck9TOxFh.js +0 -279
- package/dist/index-CryFK9u4.js +0 -320
- package/dist/index-D4twPONc.js +0 -187
- package/dist/index-D83djTVa.js +0 -659
- package/dist/index-DAxs7Dd2.js +0 -119
- package/dist/index-DBecKjmY.js +0 -279
- package/dist/index-DC5EA657.js +0 -91
- package/dist/index-DHTzB_6b.js +0 -9575
- package/dist/index-DL-1C2RQ.js +0 -496
- package/dist/index-DN-kAx-A.js +0 -72
- package/dist/index-TlwIh-o2.js +0 -306
- package/dist/index-WfFw4LJT.js +0 -490
- package/dist/index-lLO-8KJ1.js +0 -204
- package/dist/index-oD-_YELB.js +0 -511
- package/dist/index-qvcQTV5_.js +0 -105
- package/dist/info-circle-COnL5bTJ.js +0 -4
- package/dist/info-circle-fill-CFeVMdci.js +0 -4
- package/dist/inputShadowless.js +0 -6
- package/dist/jszip.min-Dhs3nUkD.js +0 -2346
- package/dist/katex-es-B5r5vt3m.js +0 -14628
- package/dist/loading-Dcc5RApI.js +0 -4
- package/dist/loading-scene-BMc2wqKm.js +0 -4
- package/dist/lock-Cr7BnmWN.js +0 -4
- package/dist/message-D36_Zo2l.js +0 -4
- package/dist/pdf-Cx0VWKFo.js +0 -118
- package/dist/power-off-lQRbiBak.js +0 -4
- package/dist/preview-CJbz9GjO.js +0 -4
- package/dist/preview.js +0 -7
- package/dist/selectShadowless.js +0 -564
- package/dist/setting-DemlgzVC.js +0 -4
- package/dist/shadowless.js +0 -8
- package/dist/sprite-CH2zLtZy.js +0 -141
- package/dist/style.css +0 -1
- package/dist/team-tl4NJXPC.js +0 -4
- package/dist/umd/index.umd.cjs +0 -60
- package/dist/umd/shadowless/shadowless.umd.cjs +0 -1
- package/dist/umd/shadowless/style.css +0 -1
- package/dist/umd/style.css +0 -1
- package/dist/unlock-CeU74z9n.js +0 -4
- package/dist/user-B-eVXwuk.js +0 -4
- package/dist/warning-circle-DDUgEDIv.js +0 -4
- package/dist/warning-circle-fill-lODUKz0i.js +0 -4
- package/readme.md +0 -176
|
@@ -0,0 +1,880 @@
|
|
|
1
|
+
# ranui Public Style Tokens And Parts (Generated)
|
|
2
|
+
|
|
3
|
+
This file is auto-generated by `bin/generate-style-docs.ts`.
|
|
4
|
+
It is a filtered, public-facing style API view (structural/internal tokens excluded).
|
|
5
|
+
|
|
6
|
+
Generated at: 2026-06-28T10:37:36.381Z
|
|
7
|
+
|
|
8
|
+
## Components
|
|
9
|
+
|
|
10
|
+
### `button`
|
|
11
|
+
|
|
12
|
+
- Tokens: 47
|
|
13
|
+
- Parts: 2
|
|
14
|
+
|
|
15
|
+
#### Tokens
|
|
16
|
+
|
|
17
|
+
<!-- layers: semantic: 9 · skin: 2 · component: 36 -->
|
|
18
|
+
|
|
19
|
+
- `--ran-btn-after-background-image`
|
|
20
|
+
- `--ran-btn-after-opacity`
|
|
21
|
+
- `--ran-btn-after-transform`
|
|
22
|
+
- `--ran-btn-after-transition`
|
|
23
|
+
- `--ran-btn-background-image`
|
|
24
|
+
- `--ran-btn-box-shadow`
|
|
25
|
+
- `--ran-btn-contain-background`
|
|
26
|
+
- `--ran-btn-contain-background-image`
|
|
27
|
+
- `--ran-btn-contain-transition`
|
|
28
|
+
- `--ran-btn-contain-user-select`
|
|
29
|
+
- `--ran-btn-content-active-background-color`
|
|
30
|
+
- `--ran-btn-content-active-border-color`
|
|
31
|
+
- `--ran-btn-content-align-items`
|
|
32
|
+
- `--ran-btn-content-background-color`
|
|
33
|
+
- `--ran-btn-content-background-image`
|
|
34
|
+
- `--ran-btn-content-border`
|
|
35
|
+
- `--ran-btn-content-border-color`
|
|
36
|
+
- `--ran-btn-content-border-image-slice`
|
|
37
|
+
- `--ran-btn-content-border-image-source`
|
|
38
|
+
- `--ran-btn-content-border-radius`
|
|
39
|
+
- `--ran-btn-content-color`
|
|
40
|
+
- `--ran-btn-content-font-family`
|
|
41
|
+
- `--ran-btn-content-font-size`
|
|
42
|
+
- `--ran-btn-content-font-weight`
|
|
43
|
+
- `--ran-btn-content-hover-background-color`
|
|
44
|
+
- `--ran-btn-content-hover-border-color`
|
|
45
|
+
- `--ran-btn-content-hover-color`
|
|
46
|
+
- `--ran-btn-content-padding`
|
|
47
|
+
- `--ran-btn-content-text-align`
|
|
48
|
+
- `--ran-btn-content-text-border`
|
|
49
|
+
- `--ran-btn-content-warning-background-color`
|
|
50
|
+
- `--ran-btn-content-warning-border-color`
|
|
51
|
+
- `--ran-btn-content-warning-color`
|
|
52
|
+
- `--ran-btn-content-white-space`
|
|
53
|
+
- `--ran-btn-disabled-opacity`
|
|
54
|
+
- `--ran-btn-user-select`
|
|
55
|
+
- `--ran-color-bg-elevated`
|
|
56
|
+
- `--ran-color-border`
|
|
57
|
+
- `--ran-color-danger`
|
|
58
|
+
- `--ran-color-primary`
|
|
59
|
+
- `--ran-color-primary-active`
|
|
60
|
+
- `--ran-color-primary-hover`
|
|
61
|
+
- `--ran-color-text`
|
|
62
|
+
- `--ran-motion-duration-base`
|
|
63
|
+
- `--ran-radius-sm`
|
|
64
|
+
- `--ran-skin-font-family`
|
|
65
|
+
- `--ran-skin-raised-shadow`
|
|
66
|
+
|
|
67
|
+
#### Parts
|
|
68
|
+
|
|
69
|
+
- `button`
|
|
70
|
+
- `content`
|
|
71
|
+
|
|
72
|
+
### `card`
|
|
73
|
+
|
|
74
|
+
- Tokens: 15
|
|
75
|
+
- Parts: 7
|
|
76
|
+
|
|
77
|
+
#### Tokens
|
|
78
|
+
|
|
79
|
+
<!-- layers: semantic: 5 · skin: 1 · internal: 9 -->
|
|
80
|
+
|
|
81
|
+
- `--ran-card-background`
|
|
82
|
+
- `--ran-card-description-color`
|
|
83
|
+
- `--ran-card-description-font-size`
|
|
84
|
+
- `--ran-card-gap`
|
|
85
|
+
- `--ran-card-radius`
|
|
86
|
+
- `--ran-card-shadow`
|
|
87
|
+
- `--ran-card-title-color`
|
|
88
|
+
- `--ran-card-title-font-size`
|
|
89
|
+
- `--ran-card-title-font-weight`
|
|
90
|
+
- `--ran-color-bg-muted`
|
|
91
|
+
- `--ran-color-border`
|
|
92
|
+
- `--ran-color-text`
|
|
93
|
+
- `--ran-color-text-secondary`
|
|
94
|
+
- `--ran-radius-md`
|
|
95
|
+
- `--ran-skin-border-style`
|
|
96
|
+
|
|
97
|
+
#### Parts
|
|
98
|
+
|
|
99
|
+
- `body`
|
|
100
|
+
- `card`
|
|
101
|
+
- `description`
|
|
102
|
+
- `extra`
|
|
103
|
+
- `footer`
|
|
104
|
+
- `header`
|
|
105
|
+
- `title`
|
|
106
|
+
|
|
107
|
+
### `checkbox`
|
|
108
|
+
|
|
109
|
+
- Tokens: 37
|
|
110
|
+
- Parts: 5
|
|
111
|
+
|
|
112
|
+
#### Tokens
|
|
113
|
+
|
|
114
|
+
<!-- layers: semantic: 5 · skin: 1 · component: 30 · internal: 1 -->
|
|
115
|
+
|
|
116
|
+
- `--ran-blue-400`
|
|
117
|
+
- `--ran-checkbox-border-radius`
|
|
118
|
+
- `--ran-checkbox-checked-after-opacity`
|
|
119
|
+
- `--ran-checkbox-checked-background-color`
|
|
120
|
+
- `--ran-checkbox-checked-background-image`
|
|
121
|
+
- `--ran-checkbox-checked-border`
|
|
122
|
+
- `--ran-checkbox-color`
|
|
123
|
+
- `--ran-checkbox-disabled-opacity`
|
|
124
|
+
- `--ran-checkbox-focus-border-color`
|
|
125
|
+
- `--ran-checkbox-focus-box-shadow`
|
|
126
|
+
- `--ran-checkbox-font-family`
|
|
127
|
+
- `--ran-checkbox-font-size`
|
|
128
|
+
- `--ran-checkbox-inner-after-border`
|
|
129
|
+
- `--ran-checkbox-inner-after-border-inline-start`
|
|
130
|
+
- `--ran-checkbox-inner-after-content`
|
|
131
|
+
- `--ran-checkbox-inner-after-opacity`
|
|
132
|
+
- `--ran-checkbox-inner-after-transform`
|
|
133
|
+
- `--ran-checkbox-inner-after-transition`
|
|
134
|
+
- `--ran-checkbox-inner-background-color`
|
|
135
|
+
- `--ran-checkbox-inner-border`
|
|
136
|
+
- `--ran-checkbox-inner-border-collapse`
|
|
137
|
+
- `--ran-checkbox-inner-border-image-slice`
|
|
138
|
+
- `--ran-checkbox-inner-border-image-source`
|
|
139
|
+
- `--ran-checkbox-inner-border-radius`
|
|
140
|
+
- `--ran-checkbox-inner-direction`
|
|
141
|
+
- `--ran-checkbox-input-opacity`
|
|
142
|
+
- `--ran-checkbox-label-color`
|
|
143
|
+
- `--ran-checkbox-label-font-family`
|
|
144
|
+
- `--ran-checkbox-label-font-size`
|
|
145
|
+
- `--ran-checkbox-label-gap`
|
|
146
|
+
- `--ran-checkbox-white-space`
|
|
147
|
+
- `--ran-color-bg-elevated`
|
|
148
|
+
- `--ran-color-bg-muted`
|
|
149
|
+
- `--ran-color-border`
|
|
150
|
+
- `--ran-color-primary`
|
|
151
|
+
- `--ran-color-text`
|
|
152
|
+
- `--ran-skin-font-family`
|
|
153
|
+
|
|
154
|
+
#### Parts
|
|
155
|
+
|
|
156
|
+
- `checkbox`
|
|
157
|
+
- `inner`
|
|
158
|
+
- `input`
|
|
159
|
+
- `label`
|
|
160
|
+
- `wrapper`
|
|
161
|
+
|
|
162
|
+
### `colorpicker`
|
|
163
|
+
|
|
164
|
+
- Tokens: 14
|
|
165
|
+
- Parts: 2
|
|
166
|
+
|
|
167
|
+
#### Tokens
|
|
168
|
+
|
|
169
|
+
<!-- layers: semantic: 5 · component: 6 · internal: 3 -->
|
|
170
|
+
|
|
171
|
+
- `--ran-color-bg-elevated`
|
|
172
|
+
- `--ran-color-border`
|
|
173
|
+
- `--ran-color-border-hover`
|
|
174
|
+
- `--ran-colorpicker-background`
|
|
175
|
+
- `--ran-colorpicker-block-border-radius`
|
|
176
|
+
- `--ran-colorpicker-border`
|
|
177
|
+
- `--ran-colorpicker-border-hover`
|
|
178
|
+
- `--ran-colorpicker-border-radius`
|
|
179
|
+
- `--ran-colorpicker-transition`
|
|
180
|
+
- `--ran-gray-500`
|
|
181
|
+
- `--ran-gray-alpha-100`
|
|
182
|
+
- `--ran-gray-alpha-200`
|
|
183
|
+
- `--ran-radius-md`
|
|
184
|
+
- `--ran-radius-sm`
|
|
185
|
+
|
|
186
|
+
#### Parts
|
|
187
|
+
|
|
188
|
+
- `block`
|
|
189
|
+
- `swatch`
|
|
190
|
+
|
|
191
|
+
### `dropdown`
|
|
192
|
+
|
|
193
|
+
- Tokens: 22
|
|
194
|
+
- Parts: 1
|
|
195
|
+
|
|
196
|
+
#### Tokens
|
|
197
|
+
|
|
198
|
+
<!-- layers: semantic: 5 · skin: 1 · component: 15 · internal: 1 -->
|
|
199
|
+
|
|
200
|
+
- `--ran-color-bg-elevated`
|
|
201
|
+
- `--ran-color-text`
|
|
202
|
+
- `--ran-dropdown-arrow-after-background`
|
|
203
|
+
- `--ran-dropdown-arrow-after-border-radius`
|
|
204
|
+
- `--ran-dropdown-arrow-after-box-shadow`
|
|
205
|
+
- `--ran-dropdown-arrow-after-content`
|
|
206
|
+
- `--ran-dropdown-arrow-after-transform`
|
|
207
|
+
- `--ran-dropdown-arrow-before-background`
|
|
208
|
+
- `--ran-dropdown-arrow-before-content`
|
|
209
|
+
- `--ran-dropdown-arrow-overlap`
|
|
210
|
+
- `--ran-dropdown-background`
|
|
211
|
+
- `--ran-dropdown-border-radius`
|
|
212
|
+
- `--ran-dropdown-box-shadow`
|
|
213
|
+
- `--ran-dropdown-color`
|
|
214
|
+
- `--ran-dropdown-font-family`
|
|
215
|
+
- `--ran-dropdown-font-size`
|
|
216
|
+
- `--ran-dropdown-font-variant`
|
|
217
|
+
- `--ran-radius-md`
|
|
218
|
+
- `--ran-shadow-elevated`
|
|
219
|
+
- `--ran-shadow-menu`
|
|
220
|
+
- `--ran-skin-font-family`
|
|
221
|
+
- `--ran-z-dropdown`
|
|
222
|
+
|
|
223
|
+
#### Parts
|
|
224
|
+
|
|
225
|
+
- `dropdown`
|
|
226
|
+
|
|
227
|
+
### `form`
|
|
228
|
+
|
|
229
|
+
- Tokens: 0
|
|
230
|
+
- Parts: 0
|
|
231
|
+
|
|
232
|
+
#### Tokens
|
|
233
|
+
|
|
234
|
+
- (none)
|
|
235
|
+
|
|
236
|
+
#### Parts
|
|
237
|
+
|
|
238
|
+
- (none)
|
|
239
|
+
|
|
240
|
+
### `icon`
|
|
241
|
+
|
|
242
|
+
- Tokens: 7
|
|
243
|
+
- Parts: 1
|
|
244
|
+
|
|
245
|
+
#### Tokens
|
|
246
|
+
|
|
247
|
+
<!-- layers: component: 7 -->
|
|
248
|
+
|
|
249
|
+
- `--ran-icon-align-items`
|
|
250
|
+
- `--ran-icon-color`
|
|
251
|
+
- `--ran-icon-font-size`
|
|
252
|
+
- `--ran-icon-justify-content`
|
|
253
|
+
- `--ran-icon-keyframes-to-transform`
|
|
254
|
+
- `--ran-icon-svg-fill`
|
|
255
|
+
- `--ran-icon-svg-stroke`
|
|
256
|
+
|
|
257
|
+
#### Parts
|
|
258
|
+
|
|
259
|
+
- `ran-icon`
|
|
260
|
+
|
|
261
|
+
### `image`
|
|
262
|
+
|
|
263
|
+
- Tokens: 0
|
|
264
|
+
- Parts: 0
|
|
265
|
+
|
|
266
|
+
#### Tokens
|
|
267
|
+
|
|
268
|
+
- (none)
|
|
269
|
+
|
|
270
|
+
#### Parts
|
|
271
|
+
|
|
272
|
+
- (none)
|
|
273
|
+
|
|
274
|
+
### `input`
|
|
275
|
+
|
|
276
|
+
- Tokens: 84
|
|
277
|
+
- Parts: 4
|
|
278
|
+
|
|
279
|
+
#### Tokens
|
|
280
|
+
|
|
281
|
+
<!-- layers: semantic: 11 · skin: 1 · component: 71 · internal: 1 -->
|
|
282
|
+
|
|
283
|
+
- `--ran-blue-400`
|
|
284
|
+
- `--ran-color-bg-elevated`
|
|
285
|
+
- `--ran-color-bg-muted`
|
|
286
|
+
- `--ran-color-border`
|
|
287
|
+
- `--ran-color-danger`
|
|
288
|
+
- `--ran-color-primary`
|
|
289
|
+
- `--ran-color-text`
|
|
290
|
+
- `--ran-color-text-disabled`
|
|
291
|
+
- `--ran-color-text-secondary`
|
|
292
|
+
- `--ran-color-warning`
|
|
293
|
+
- `--ran-input-active-border-color`
|
|
294
|
+
- `--ran-input-active-box-shadow`
|
|
295
|
+
- `--ran-input-background-color`
|
|
296
|
+
- `--ran-input-background-image`
|
|
297
|
+
- `--ran-input-border`
|
|
298
|
+
- `--ran-input-border-image-slice`
|
|
299
|
+
- `--ran-input-border-image-source`
|
|
300
|
+
- `--ran-input-border-radius`
|
|
301
|
+
- `--ran-input-color`
|
|
302
|
+
- `--ran-input-content--webkit-appearance`
|
|
303
|
+
- `--ran-input-content-background-color`
|
|
304
|
+
- `--ran-input-content-background-image`
|
|
305
|
+
- `--ran-input-content-border`
|
|
306
|
+
- `--ran-input-content-border-radius`
|
|
307
|
+
- `--ran-input-content-color`
|
|
308
|
+
- `--ran-input-content-disabled-background-color`
|
|
309
|
+
- `--ran-input-content-disabled-border-color`
|
|
310
|
+
- `--ran-input-content-disabled-box-shadow`
|
|
311
|
+
- `--ran-input-content-disabled-color`
|
|
312
|
+
- `--ran-input-content-disabled-opacity`
|
|
313
|
+
- `--ran-input-content-focus-label-transform`
|
|
314
|
+
- `--ran-input-content-font-feature-settings`
|
|
315
|
+
- `--ran-input-content-font-size`
|
|
316
|
+
- `--ran-input-content-font-variant`
|
|
317
|
+
- `--ran-input-content-font-weight`
|
|
318
|
+
- `--ran-input-content-hover-border`
|
|
319
|
+
- `--ran-input-content-letter-spacing`
|
|
320
|
+
- `--ran-input-content-placeholder-color`
|
|
321
|
+
- `--ran-input-content-placeholder-label-transform`
|
|
322
|
+
- `--ran-input-content-text-align`
|
|
323
|
+
- `--ran-input-content-text-indent`
|
|
324
|
+
- `--ran-input-content-text-rendering`
|
|
325
|
+
- `--ran-input-content-text-shadow`
|
|
326
|
+
- `--ran-input-content-text-transform`
|
|
327
|
+
- `--ran-input-content-transition`
|
|
328
|
+
- `--ran-input-content-word-spacing`
|
|
329
|
+
- `--ran-input-content-writing-mode`
|
|
330
|
+
- `--ran-input-disabled-background-color`
|
|
331
|
+
- `--ran-input-disabled-border-color`
|
|
332
|
+
- `--ran-input-disabled-box-shadow`
|
|
333
|
+
- `--ran-input-disabled-color`
|
|
334
|
+
- `--ran-input-disabled-opacity`
|
|
335
|
+
- `--ran-input-font-family`
|
|
336
|
+
- `--ran-input-font-size`
|
|
337
|
+
- `--ran-input-hover-border-color`
|
|
338
|
+
- `--ran-input-icon-align-items`
|
|
339
|
+
- `--ran-input-icon-justify-content`
|
|
340
|
+
- `--ran-input-label-background`
|
|
341
|
+
- `--ran-input-label-color`
|
|
342
|
+
- `--ran-input-label-disabled-background-color`
|
|
343
|
+
- `--ran-input-label-disabled-border-color`
|
|
344
|
+
- `--ran-input-label-disabled-box-shadow`
|
|
345
|
+
- `--ran-input-label-disabled-color`
|
|
346
|
+
- `--ran-input-label-font-size`
|
|
347
|
+
- `--ran-input-label-hover-color`
|
|
348
|
+
- `--ran-input-label-opacity`
|
|
349
|
+
- `--ran-input-label-placeholder-transform`
|
|
350
|
+
- `--ran-input-label-status-error-color`
|
|
351
|
+
- `--ran-input-label-status-warning-color`
|
|
352
|
+
- `--ran-input-label-transform`
|
|
353
|
+
- `--ran-input-label-transform-origin`
|
|
354
|
+
- `--ran-input-label-transition`
|
|
355
|
+
- `--ran-input-label-value-color`
|
|
356
|
+
- `--ran-input-label-value-transform`
|
|
357
|
+
- `--ran-input-message-color`
|
|
358
|
+
- `--ran-input-message-error-color`
|
|
359
|
+
- `--ran-input-message-font-size`
|
|
360
|
+
- `--ran-input-message-warning-color`
|
|
361
|
+
- `--ran-input-status-error-border-color`
|
|
362
|
+
- `--ran-input-status-warning-border-color`
|
|
363
|
+
- `--ran-input-transition`
|
|
364
|
+
- `--ran-motion-duration-base`
|
|
365
|
+
- `--ran-radius-sm`
|
|
366
|
+
- `--ran-skin-font-family`
|
|
367
|
+
|
|
368
|
+
#### Parts
|
|
369
|
+
|
|
370
|
+
- `content`
|
|
371
|
+
- `input`
|
|
372
|
+
- `label`
|
|
373
|
+
- `message`
|
|
374
|
+
|
|
375
|
+
### `link`
|
|
376
|
+
|
|
377
|
+
- Tokens: 3
|
|
378
|
+
- Parts: 0
|
|
379
|
+
|
|
380
|
+
#### Tokens
|
|
381
|
+
|
|
382
|
+
<!-- layers: semantic: 3 -->
|
|
383
|
+
|
|
384
|
+
- `--ran-color-link`
|
|
385
|
+
- `--ran-color-primary`
|
|
386
|
+
- `--ran-radius-sm`
|
|
387
|
+
|
|
388
|
+
#### Parts
|
|
389
|
+
|
|
390
|
+
- (none)
|
|
391
|
+
|
|
392
|
+
### `loading`
|
|
393
|
+
|
|
394
|
+
- Tokens: 3
|
|
395
|
+
- Parts: 1
|
|
396
|
+
|
|
397
|
+
#### Tokens
|
|
398
|
+
|
|
399
|
+
<!-- layers: semantic: 3 -->
|
|
400
|
+
|
|
401
|
+
- `--ran-color-primary`
|
|
402
|
+
- `--ran-color-success`
|
|
403
|
+
- `--ran-color-text`
|
|
404
|
+
|
|
405
|
+
#### Parts
|
|
406
|
+
|
|
407
|
+
- `sun`
|
|
408
|
+
|
|
409
|
+
### `math`
|
|
410
|
+
|
|
411
|
+
- Tokens: 2
|
|
412
|
+
- Parts: 0
|
|
413
|
+
|
|
414
|
+
#### Tokens
|
|
415
|
+
|
|
416
|
+
<!-- layers: component: 2 -->
|
|
417
|
+
|
|
418
|
+
- `--ran-math-align-items`
|
|
419
|
+
- `--ran-math-justify-content`
|
|
420
|
+
|
|
421
|
+
#### Parts
|
|
422
|
+
|
|
423
|
+
- (none)
|
|
424
|
+
|
|
425
|
+
### `message`
|
|
426
|
+
|
|
427
|
+
- Tokens: 28
|
|
428
|
+
- Parts: 0
|
|
429
|
+
|
|
430
|
+
#### Tokens
|
|
431
|
+
|
|
432
|
+
<!-- layers: semantic: 4 · component: 23 · internal: 1 -->
|
|
433
|
+
|
|
434
|
+
- `--ran-color-bg-elevated`
|
|
435
|
+
- `--ran-color-text`
|
|
436
|
+
- `--ran-message-color`
|
|
437
|
+
- `--ran-message-font-feature-settings`
|
|
438
|
+
- `--ran-message-font-size`
|
|
439
|
+
- `--ran-message-font-variant`
|
|
440
|
+
- `--ran-message-in-animation-duration`
|
|
441
|
+
- `--ran-message-in-animation-name`
|
|
442
|
+
- `--ran-message-in-animation-timing-function`
|
|
443
|
+
- `--ran-message-ist-style`
|
|
444
|
+
- `--ran-message-leave-animation-duration`
|
|
445
|
+
- `--ran-message-leave-animation-name`
|
|
446
|
+
- `--ran-message-leave-animation-timing-function`
|
|
447
|
+
- `--ran-message-notice-content-background`
|
|
448
|
+
- `--ran-message-notice-content-border-image-slice`
|
|
449
|
+
- `--ran-message-notice-content-border-image-source`
|
|
450
|
+
- `--ran-message-notice-content-border-radius`
|
|
451
|
+
- `--ran-message-notice-content-box-shadow`
|
|
452
|
+
- `--ran-message-notice-content-info-align-items`
|
|
453
|
+
- `--ran-message-notice-content-info-span-color`
|
|
454
|
+
- `--ran-message-notice-content-info-span-font-feature-settings`
|
|
455
|
+
- `--ran-message-notice-content-info-span-font-size`
|
|
456
|
+
- `--ran-message-notice-content-info-span-font-variant`
|
|
457
|
+
- `--ran-message-notice-text-align`
|
|
458
|
+
- `--ran-message-notice-word-break`
|
|
459
|
+
- `--ran-radius-md`
|
|
460
|
+
- `--ran-shadow-menu`
|
|
461
|
+
- `--ran-z-message`
|
|
462
|
+
|
|
463
|
+
#### Parts
|
|
464
|
+
|
|
465
|
+
- (none)
|
|
466
|
+
|
|
467
|
+
### `modal`
|
|
468
|
+
|
|
469
|
+
- Tokens: 29
|
|
470
|
+
- Parts: 8
|
|
471
|
+
|
|
472
|
+
#### Tokens
|
|
473
|
+
|
|
474
|
+
<!-- layers: semantic: 10 · component: 18 · internal: 1 -->
|
|
475
|
+
|
|
476
|
+
- `--ran-color-bg-elevated`
|
|
477
|
+
- `--ran-color-border`
|
|
478
|
+
- `--ran-color-border-secondary`
|
|
479
|
+
- `--ran-color-primary`
|
|
480
|
+
- `--ran-color-text`
|
|
481
|
+
- `--ran-color-text-secondary`
|
|
482
|
+
- `--ran-modal-body-color`
|
|
483
|
+
- `--ran-modal-close-background`
|
|
484
|
+
- `--ran-modal-close-border`
|
|
485
|
+
- `--ran-modal-close-color`
|
|
486
|
+
- `--ran-modal-close-font-size`
|
|
487
|
+
- `--ran-modal-dialog-background`
|
|
488
|
+
- `--ran-modal-dialog-border-image-slice`
|
|
489
|
+
- `--ran-modal-dialog-border-image-source`
|
|
490
|
+
- `--ran-modal-dialog-border-radius`
|
|
491
|
+
- `--ran-modal-dialog-box-shadow`
|
|
492
|
+
- `--ran-modal-footer-align-items`
|
|
493
|
+
- `--ran-modal-footer-gap`
|
|
494
|
+
- `--ran-modal-footer-justify-content`
|
|
495
|
+
- `--ran-modal-header-align-items`
|
|
496
|
+
- `--ran-modal-header-justify-content`
|
|
497
|
+
- `--ran-modal-mask-background`
|
|
498
|
+
- `--ran-modal-title-color`
|
|
499
|
+
- `--ran-modal-title-font-size`
|
|
500
|
+
- `--ran-radius-md`
|
|
501
|
+
- `--ran-radius-sm`
|
|
502
|
+
- `--ran-shadow-elevated`
|
|
503
|
+
- `--ran-shadow-modal`
|
|
504
|
+
- `--ran-z-modal`
|
|
505
|
+
|
|
506
|
+
#### Parts
|
|
507
|
+
|
|
508
|
+
- `body`
|
|
509
|
+
- `close`
|
|
510
|
+
- `dialog`
|
|
511
|
+
- `footer`
|
|
512
|
+
- `header`
|
|
513
|
+
- `mask`
|
|
514
|
+
- `root`
|
|
515
|
+
- `title`
|
|
516
|
+
|
|
517
|
+
### `player`
|
|
518
|
+
|
|
519
|
+
- Tokens: 38
|
|
520
|
+
- Parts: 0
|
|
521
|
+
|
|
522
|
+
#### Tokens
|
|
523
|
+
|
|
524
|
+
<!-- layers: component: 38 -->
|
|
525
|
+
|
|
526
|
+
- `--ran-dropdown-background`
|
|
527
|
+
- `--ran-dropdown-box-shadow`
|
|
528
|
+
- `--ran-dropdown-option-active-background-color`
|
|
529
|
+
- `--ran-dropdown-option-active-hover-background-color`
|
|
530
|
+
- `--ran-dropdown-option-item-color`
|
|
531
|
+
- `--ran-dropdown-option-item-content-color`
|
|
532
|
+
- `--ran-dropdown-option-item-content-font-size`
|
|
533
|
+
- `--ran-dropdown-option-item-content-text-align`
|
|
534
|
+
- `--ran-dropdown-option-item-hover-background-color`
|
|
535
|
+
- `--ran-player-controller-background`
|
|
536
|
+
- `--ran-player-controller-opacity`
|
|
537
|
+
- `--ran-player-controller-progress-dot-background`
|
|
538
|
+
- `--ran-player-controller-progress-dot-border-radius`
|
|
539
|
+
- `--ran-player-controller-tip-background`
|
|
540
|
+
- `--ran-player-controller-tip-border-radius`
|
|
541
|
+
- `--ran-player-controller-tip-box-shadow`
|
|
542
|
+
- `--ran-player-controller-tip-color`
|
|
543
|
+
- `--ran-player-controller-tip-font-family`
|
|
544
|
+
- `--ran-player-controller-tip-font-size`
|
|
545
|
+
- `--ran-player-controller-tip-font-variant`
|
|
546
|
+
- `--ran-player-controller-tip-opacity`
|
|
547
|
+
- `--ran-player-controller-tip-text-align`
|
|
548
|
+
- `--ran-player-controller-tip-text-text-align`
|
|
549
|
+
- `--ran-player-controller-tip-text-white-space`
|
|
550
|
+
- `--ran-player-controller-tip-time-text-align`
|
|
551
|
+
- `--ran-player-controller-tip-time-white-space`
|
|
552
|
+
- `--ran-player-controller-tip-white-space`
|
|
553
|
+
- `--ran-player-controller-transition`
|
|
554
|
+
- `--ran-player-loading-animation`
|
|
555
|
+
- `--ran-player-loading-background-repeat`
|
|
556
|
+
- `--ran-player-loading-background-size`
|
|
557
|
+
- `--ran-player-loading-filter`
|
|
558
|
+
- `--ran-player-loading-mask-backdrop-filter`
|
|
559
|
+
- `--ran-player-loading-mask-background`
|
|
560
|
+
- `--ran-player-play-btn-background`
|
|
561
|
+
- `--ran-player-play-btn-background-size`
|
|
562
|
+
- `--ran-player-play-btn-transform`
|
|
563
|
+
- `--ran-progress-dot-background`
|
|
564
|
+
|
|
565
|
+
#### Parts
|
|
566
|
+
|
|
567
|
+
- (none)
|
|
568
|
+
|
|
569
|
+
### `popover`
|
|
570
|
+
|
|
571
|
+
- Tokens: 0
|
|
572
|
+
- Parts: 0
|
|
573
|
+
|
|
574
|
+
#### Tokens
|
|
575
|
+
|
|
576
|
+
- (none)
|
|
577
|
+
|
|
578
|
+
#### Parts
|
|
579
|
+
|
|
580
|
+
- (none)
|
|
581
|
+
|
|
582
|
+
### `popover/content`
|
|
583
|
+
|
|
584
|
+
- Tokens: 0
|
|
585
|
+
- Parts: 0
|
|
586
|
+
|
|
587
|
+
#### Tokens
|
|
588
|
+
|
|
589
|
+
- (none)
|
|
590
|
+
|
|
591
|
+
#### Parts
|
|
592
|
+
|
|
593
|
+
- (none)
|
|
594
|
+
|
|
595
|
+
### `progress`
|
|
596
|
+
|
|
597
|
+
- Tokens: 5
|
|
598
|
+
- Parts: 3
|
|
599
|
+
|
|
600
|
+
#### Tokens
|
|
601
|
+
|
|
602
|
+
<!-- layers: semantic: 2 · component: 2 · internal: 1 -->
|
|
603
|
+
|
|
604
|
+
- `--ran-color-primary`
|
|
605
|
+
- `--ran-gray-200`
|
|
606
|
+
- `--ran-progress-dot-background`
|
|
607
|
+
- `--ran-progress-dot-border-radius`
|
|
608
|
+
- `--ran-radius-full`
|
|
609
|
+
|
|
610
|
+
#### Parts
|
|
611
|
+
|
|
612
|
+
- `dot`
|
|
613
|
+
- `fill`
|
|
614
|
+
- `track`
|
|
615
|
+
|
|
616
|
+
### `radar`
|
|
617
|
+
|
|
618
|
+
- Tokens: 5
|
|
619
|
+
- Parts: 0
|
|
620
|
+
|
|
621
|
+
#### Tokens
|
|
622
|
+
|
|
623
|
+
<!-- layers: semantic: 1 · component: 4 -->
|
|
624
|
+
|
|
625
|
+
- `--ran-color-border`
|
|
626
|
+
- `--ran-radar-fill-color`
|
|
627
|
+
- `--ran-radar-line-color`
|
|
628
|
+
- `--ran-radar-polygon-color`
|
|
629
|
+
- `--ran-radar-stroke-color`
|
|
630
|
+
|
|
631
|
+
#### Parts
|
|
632
|
+
|
|
633
|
+
- (none)
|
|
634
|
+
|
|
635
|
+
### `route`
|
|
636
|
+
|
|
637
|
+
- Tokens: 0
|
|
638
|
+
- Parts: 0
|
|
639
|
+
|
|
640
|
+
#### Tokens
|
|
641
|
+
|
|
642
|
+
- (none)
|
|
643
|
+
|
|
644
|
+
#### Parts
|
|
645
|
+
|
|
646
|
+
- (none)
|
|
647
|
+
|
|
648
|
+
### `router`
|
|
649
|
+
|
|
650
|
+
- Tokens: 0
|
|
651
|
+
- Parts: 0
|
|
652
|
+
|
|
653
|
+
#### Tokens
|
|
654
|
+
|
|
655
|
+
- (none)
|
|
656
|
+
|
|
657
|
+
#### Parts
|
|
658
|
+
|
|
659
|
+
- (none)
|
|
660
|
+
|
|
661
|
+
### `scratch`
|
|
662
|
+
|
|
663
|
+
- Tokens: 0
|
|
664
|
+
- Parts: 0
|
|
665
|
+
|
|
666
|
+
#### Tokens
|
|
667
|
+
|
|
668
|
+
- (none)
|
|
669
|
+
|
|
670
|
+
#### Parts
|
|
671
|
+
|
|
672
|
+
- (none)
|
|
673
|
+
|
|
674
|
+
### `section`
|
|
675
|
+
|
|
676
|
+
- Tokens: 15
|
|
677
|
+
- Parts: 4
|
|
678
|
+
|
|
679
|
+
#### Tokens
|
|
680
|
+
|
|
681
|
+
<!-- layers: semantic: 6 · skin: 1 · internal: 8 -->
|
|
682
|
+
|
|
683
|
+
- `--ran-color-bg-elevated`
|
|
684
|
+
- `--ran-color-border`
|
|
685
|
+
- `--ran-color-text`
|
|
686
|
+
- `--ran-color-text-secondary`
|
|
687
|
+
- `--ran-radius-md`
|
|
688
|
+
- `--ran-section-background`
|
|
689
|
+
- `--ran-section-border-color`
|
|
690
|
+
- `--ran-section-heading-color`
|
|
691
|
+
- `--ran-section-heading-font-size`
|
|
692
|
+
- `--ran-section-heading-font-weight`
|
|
693
|
+
- `--ran-section-radius`
|
|
694
|
+
- `--ran-section-shadow`
|
|
695
|
+
- `--ran-section-subtitle-color`
|
|
696
|
+
- `--ran-shadow-elevated`
|
|
697
|
+
- `--ran-skin-border-style`
|
|
698
|
+
|
|
699
|
+
#### Parts
|
|
700
|
+
|
|
701
|
+
- `body`
|
|
702
|
+
- `header`
|
|
703
|
+
- `heading`
|
|
704
|
+
- `subtitle`
|
|
705
|
+
|
|
706
|
+
### `select`
|
|
707
|
+
|
|
708
|
+
- Tokens: 48
|
|
709
|
+
- Parts: 5
|
|
710
|
+
|
|
711
|
+
#### Tokens
|
|
712
|
+
|
|
713
|
+
<!-- layers: semantic: 6 · skin: 1 · component: 41 -->
|
|
714
|
+
|
|
715
|
+
- `--ran-color-bg-elevated`
|
|
716
|
+
- `--ran-color-border`
|
|
717
|
+
- `--ran-color-primary`
|
|
718
|
+
- `--ran-color-text`
|
|
719
|
+
- `--ran-color-text-disabled`
|
|
720
|
+
- `--ran-radius-sm`
|
|
721
|
+
- `--ran-select-selection-background-color`
|
|
722
|
+
- `--ran-select-selection-background-image`
|
|
723
|
+
- `--ran-select-selection-border`
|
|
724
|
+
- `--ran-select-selection-border-radius`
|
|
725
|
+
- `--ran-select-selection-color`
|
|
726
|
+
- `--ran-select-selection-focus-border`
|
|
727
|
+
- `--ran-select-selection-focus-item-color`
|
|
728
|
+
- `--ran-select-selection-font-family`
|
|
729
|
+
- `--ran-select-selection-font-size`
|
|
730
|
+
- `--ran-select-selection-hover-border`
|
|
731
|
+
- `--ran-select-selection-hover-item-color`
|
|
732
|
+
- `--ran-select-selection-icon-align-items`
|
|
733
|
+
- `--ran-select-selection-icon-color`
|
|
734
|
+
- `--ran-select-selection-icon-font-size`
|
|
735
|
+
- `--ran-select-selection-icon-font-style`
|
|
736
|
+
- `--ran-select-selection-icon-text-align`
|
|
737
|
+
- `--ran-select-selection-icon-text-rendering`
|
|
738
|
+
- `--ran-select-selection-icon-text-transform`
|
|
739
|
+
- `--ran-select-selection-icon-transform`
|
|
740
|
+
- `--ran-select-selection-item-align-items`
|
|
741
|
+
- `--ran-select-selection-item-appearance`
|
|
742
|
+
- `--ran-select-selection-item-background`
|
|
743
|
+
- `--ran-select-selection-item-border`
|
|
744
|
+
- `--ran-select-selection-item-font-family`
|
|
745
|
+
- `--ran-select-selection-item-user-select`
|
|
746
|
+
- `--ran-select-selection-item-white-space`
|
|
747
|
+
- `--ran-select-selection-search-appearance`
|
|
748
|
+
- `--ran-select-selection-search-background`
|
|
749
|
+
- `--ran-select-selection-search-border`
|
|
750
|
+
- `--ran-select-selection-search-cancel-appearance`
|
|
751
|
+
- `--ran-select-selection-search-font-family`
|
|
752
|
+
- `--ran-select-selection-search-input-active-border`
|
|
753
|
+
- `--ran-select-selection-search-input-active-border-color`
|
|
754
|
+
- `--ran-select-selection-search-input-active-box-shadow`
|
|
755
|
+
- `--ran-select-selection-search-input-border`
|
|
756
|
+
- `--ran-select-selection-search-opacity`
|
|
757
|
+
- `--ran-select-selection-search-visible-opacity`
|
|
758
|
+
- `--ran-select-selection-select-color`
|
|
759
|
+
- `--ran-select-selection-text-background`
|
|
760
|
+
- `--ran-select-selection-text-border`
|
|
761
|
+
- `--ran-select-selection-transition`
|
|
762
|
+
- `--ran-skin-font-family`
|
|
763
|
+
|
|
764
|
+
#### Parts
|
|
765
|
+
|
|
766
|
+
- `icon`
|
|
767
|
+
- `search`
|
|
768
|
+
- `select`
|
|
769
|
+
- `selection`
|
|
770
|
+
- `selection-item`
|
|
771
|
+
|
|
772
|
+
### `select/dropdown-item`
|
|
773
|
+
|
|
774
|
+
- Tokens: 20
|
|
775
|
+
- Parts: 2
|
|
776
|
+
|
|
777
|
+
#### Tokens
|
|
778
|
+
|
|
779
|
+
<!-- layers: semantic: 3 · component: 15 · internal: 2 -->
|
|
780
|
+
|
|
781
|
+
- `--ran-blue-100`
|
|
782
|
+
- `--ran-color-text`
|
|
783
|
+
- `--ran-dropdown-option-active-background-color`
|
|
784
|
+
- `--ran-dropdown-option-active-font-weight`
|
|
785
|
+
- `--ran-dropdown-option-active-hover-background-color`
|
|
786
|
+
- `--ran-dropdown-option-item-border-radius`
|
|
787
|
+
- `--ran-dropdown-option-item-color`
|
|
788
|
+
- `--ran-dropdown-option-item-content-color`
|
|
789
|
+
- `--ran-dropdown-option-item-content-font-family`
|
|
790
|
+
- `--ran-dropdown-option-item-content-font-size`
|
|
791
|
+
- `--ran-dropdown-option-item-content-font-variant`
|
|
792
|
+
- `--ran-dropdown-option-item-content-text-align`
|
|
793
|
+
- `--ran-dropdown-option-item-content-white-space`
|
|
794
|
+
- `--ran-dropdown-option-item-font-size`
|
|
795
|
+
- `--ran-dropdown-option-item-font-weight`
|
|
796
|
+
- `--ran-dropdown-option-item-hover-background-color`
|
|
797
|
+
- `--ran-dropdown-option-item-transition`
|
|
798
|
+
- `--ran-gray-alpha-100`
|
|
799
|
+
- `--ran-motion-duration-base`
|
|
800
|
+
- `--ran-radius-sm`
|
|
801
|
+
|
|
802
|
+
#### Parts
|
|
803
|
+
|
|
804
|
+
- `content`
|
|
805
|
+
- `item`
|
|
806
|
+
|
|
807
|
+
### `select/option`
|
|
808
|
+
|
|
809
|
+
- Tokens: 0
|
|
810
|
+
- Parts: 0
|
|
811
|
+
|
|
812
|
+
#### Tokens
|
|
813
|
+
|
|
814
|
+
- (none)
|
|
815
|
+
|
|
816
|
+
#### Parts
|
|
817
|
+
|
|
818
|
+
- (none)
|
|
819
|
+
|
|
820
|
+
### `skeleton`
|
|
821
|
+
|
|
822
|
+
- Tokens: 7
|
|
823
|
+
- Parts: 0
|
|
824
|
+
|
|
825
|
+
#### Tokens
|
|
826
|
+
|
|
827
|
+
<!-- layers: semantic: 1 · component: 4 · internal: 2 -->
|
|
828
|
+
|
|
829
|
+
- `--ran-gray-alpha-200`
|
|
830
|
+
- `--ran-gray-alpha-500`
|
|
831
|
+
- `--ran-radius-sm`
|
|
832
|
+
- `--ran-skeleton-animation-duration`
|
|
833
|
+
- `--ran-skeleton-background`
|
|
834
|
+
- `--ran-skeleton-border-radius`
|
|
835
|
+
- `--ran-skeleton-shimmer`
|
|
836
|
+
|
|
837
|
+
#### Parts
|
|
838
|
+
|
|
839
|
+
- (none)
|
|
840
|
+
|
|
841
|
+
### `tab`
|
|
842
|
+
|
|
843
|
+
- Tokens: 9
|
|
844
|
+
- Parts: 6
|
|
845
|
+
|
|
846
|
+
#### Tokens
|
|
847
|
+
|
|
848
|
+
<!-- layers: semantic: 3 · component: 6 -->
|
|
849
|
+
|
|
850
|
+
- `--ran-color-border`
|
|
851
|
+
- `--ran-color-primary`
|
|
852
|
+
- `--ran-radius-sm`
|
|
853
|
+
- `--ran-tab-active-color`
|
|
854
|
+
- `--ran-tab-border-color`
|
|
855
|
+
- `--ran-tab-border-radius`
|
|
856
|
+
- `--ran-tab-content-transition`
|
|
857
|
+
- `--ran-tab-line-color`
|
|
858
|
+
- `--ran-tab-line-transition`
|
|
859
|
+
|
|
860
|
+
#### Parts
|
|
861
|
+
|
|
862
|
+
- `content`
|
|
863
|
+
- `content-wrap`
|
|
864
|
+
- `header`
|
|
865
|
+
- `indicator`
|
|
866
|
+
- `nav`
|
|
867
|
+
- `tabs`
|
|
868
|
+
|
|
869
|
+
### `tabpane`
|
|
870
|
+
|
|
871
|
+
- Tokens: 0
|
|
872
|
+
- Parts: 1
|
|
873
|
+
|
|
874
|
+
#### Tokens
|
|
875
|
+
|
|
876
|
+
- (none)
|
|
877
|
+
|
|
878
|
+
#### Parts
|
|
879
|
+
|
|
880
|
+
- `content`
|