From a3f5a4fb6f6d965b3f3fc2fc644e581c83c70f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 26 Jul 2023 16:38:10 +0300 Subject: [PATCH] Chips, ColorPicker, Dropdown unstyled demo updates --- .../{StyleDoc.vue => theming/StyledDoc.vue} | 2 +- doc/chips/theming/UnstyledDoc.vue | 30 +++++++++++++ doc/chips/theming/index.vue | 33 ++++++++++++++ .../{StyleDoc.vue => theming/StyledDoc.vue} | 2 +- doc/colorpicker/theming/UnstyledDoc.vue | 30 +++++++++++++ doc/colorpicker/theming/index.vue | 33 ++++++++++++++ .../{StyleDoc.vue => theming/StyledDoc.vue} | 2 +- doc/dropdown/theming/UnstyledDoc.vue | 44 +++++++++++++++++++ doc/dropdown/theming/index.vue | 33 ++++++++++++++ pages/chips/index.vue | 12 ++--- pages/colorpicker/index.vue | 12 ++--- pages/dropdown/index.vue | 20 +++++---- 12 files changed, 226 insertions(+), 27 deletions(-) rename doc/chips/{StyleDoc.vue => theming/StyledDoc.vue} (94%) create mode 100644 doc/chips/theming/UnstyledDoc.vue create mode 100644 doc/chips/theming/index.vue rename doc/colorpicker/{StyleDoc.vue => theming/StyledDoc.vue} (96%) create mode 100644 doc/colorpicker/theming/UnstyledDoc.vue create mode 100644 doc/colorpicker/theming/index.vue rename doc/dropdown/{StyleDoc.vue => theming/StyledDoc.vue} (96%) create mode 100644 doc/dropdown/theming/UnstyledDoc.vue create mode 100644 doc/dropdown/theming/index.vue diff --git a/doc/chips/StyleDoc.vue b/doc/chips/theming/StyledDoc.vue similarity index 94% rename from doc/chips/StyleDoc.vue rename to doc/chips/theming/StyledDoc.vue index 58db73a16..d5f249936 100644 --- a/doc/chips/StyleDoc.vue +++ b/doc/chips/theming/StyledDoc.vue @@ -1,5 +1,5 @@