diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92b3300..b7cb891 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -47,4 +47,9 @@ Tested in JS and React. Errors in work in React applications are revealed.
- Documentation navigation update.
- Added icon for example page and documentation.
-##### 00.02.2023 - update 0.2.34
+### 20.02.2023 - update 0.2.4
+
+- Added ability to create custom themes.
+- Added style builder on homepage.
+- Fixed documentation.
+- Added a block describing how to create your own themes.
diff --git a/README.md b/README.md
index c7bf625..7b9e6c0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# CG-SELECT
-## version ~ 0.2.34
+## version ~ 0.2.4
This component allows you to create a custom select. It offers more flexible customization and use of select.
Customization, multi-selection and live search by elements are available.
diff --git a/READMERU.md b/READMERU.md
index 09ded38..96a7874 100644
--- a/READMERU.md
+++ b/READMERU.md
@@ -1,6 +1,6 @@
# CG-SELECT
-## version ~ 0.2.34
+## version ~ 0.2.4
Этот компонент позволяет вам создать пользовательский Select. Он предлагает более гибкую настройку и использование select.
Доступна кастомизация, multi-selection, живой поиск по элементам и многое другое.
diff --git a/docs/index.html b/docs/index.html
index 9335686..5a8e523 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -62,7 +62,7 @@
- version ~ 0.2.34
+ version ~ 0.2.4
This component allows you to create a custom select. It offers more flexible diff --git a/example/example.scss b/example/example.scss index a6ac44a..a4e07c5 100644 --- a/example/example.scss +++ b/example/example.scss @@ -43,6 +43,7 @@ } .header { + position: relative; width: 100%; border-radius: 5px; display: flex; @@ -161,6 +162,7 @@ .description-theme { color: white; + .col { width: 54%; } @@ -258,3 +260,11 @@ pre { height: 40px; } } + +.version { + position: absolute; + color: white; + font-size: 10px; + right: 20px; + bottom: 0px; +} diff --git a/example/index.html b/example/index.html index a977315..8863a25 100644 --- a/example/index.html +++ b/example/index.html @@ -31,6 +31,7 @@
v. 0.2.4
@@ -193,7 +194,7 @@- This is a constructor for styling a select online without downloading. For it to work, - you need to: -
+ This is a constructor for styling a select online without downloading. For it to work, + you need to: +