@aleleba/ro-ut-ui 2.2.10 → 2.2.11

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.
Files changed (2) hide show
  1. package/dist/index.css +1 -1
  2. package/package.json +3 -3
package/dist/index.css CHANGED
@@ -8,7 +8,7 @@
8
8
  * Bootstrap v5.3.0 (https://getbootstrap.com/)
9
9
  * Copyright 2011-2023 The Bootstrap Authors
10
10
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
11
- */.btn{border-radius:34px;min-width:120px;opacity:1;padding:5px 10px}.btn-border-hard{border-radius:50px!important}.btn-green-main,.btn-green-main:active,.btn-green-main:focus,.btn-green-main:hover,.btn-outline-green-main:active,.btn-outline-green-main:focus,.btn-outline-green-main:hover{color:#fff}.btn-gray-main,.btn-gray-main:active,.btn-gray-main:focus,.btn-gray-main:hover,.btn-outline-gray-main:active,.btn-outline-gray-main:focus,.btn-outline-gray-main:hover{color:#716f6f}.border-soft{border-radius:5px 5px 5px 5px}.border-hard{border-radius:29px 29px 29px 29px}
11
+ */.btn{border-radius:34px;min-width:120px;opacity:1;padding:5px 10px}.btn-border-hard{border-radius:50px!important}.btn-green-main,.btn-green-main:active,.btn-green-main:focus,.btn-green-main:hover,.btn-outline-green-main:active,.btn-outline-green-main:focus,.btn-outline-green-main:hover{color:#fff!important}.btn-gray-main,.btn-gray-main:active,.btn-gray-main:focus,.btn-gray-main:hover,.btn-outline-gray-main:active,.btn-outline-gray-main:focus,.btn-outline-gray-main:hover{color:#716f6f}.border-soft{border-radius:5px 5px 5px 5px}.border-hard{border-radius:29px 29px 29px 29px}
12
12
  /*!
13
13
  * Bootstrap v5.3.0 (https://getbootstrap.com/)
14
14
  * Copyright 2011-2023 The Bootstrap Authors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aleleba/ro-ut-ui",
3
- "version": "2.2.10",
3
+ "version": "2.2.11",
4
4
  "description": "UI Component for Ro-ut App",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -78,7 +78,7 @@
78
78
  "react": "^18.2.0",
79
79
  "react-dom": "^18.2.0",
80
80
  "resolve-ts-aliases": "^1.0.1",
81
- "sass": "^1.63.4",
81
+ "sass": "^1.63.6",
82
82
  "sass-loader": "^13.3.2",
83
83
  "storybook": "^7.0.22",
84
84
  "style-loader": "^3.3.3",
@@ -87,7 +87,7 @@
87
87
  "tsconfig-paths-webpack-plugin": "^4.0.1",
88
88
  "typescript": "^5.1.3",
89
89
  "url-loader": "^4.1.1",
90
- "webpack": "^5.87.0",
90
+ "webpack": "^5.88.0",
91
91
  "webpack-cli": "^5.1.4",
92
92
  "webpack-node-externals": "^3.0.0"
93
93
  },