bonuspluscomponents 0.0.69 → 0.0.71
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/dist/Pages/BusinessInfoPage/BusinessInfoPage.d.ts.map +1 -1
- package/dist/bonuspluscomponents.cjs.js +29 -29
- package/dist/bonuspluscomponents.es.js +654 -650
- package/dist/bonuspluscomponents.umd.js +21 -21
- package/dist/components/Router/Router.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Router.d.ts","sourceRoot":"","sources":["../../../src/components/Router/Router.tsx"],"names":[],"mappings":"AASA,OAAO,eAAe,CAAA;
|
|
1
|
+
{"version":3,"file":"Router.d.ts","sourceRoot":"","sources":["../../../src/components/Router/Router.tsx"],"names":[],"mappings":"AASA,OAAO,eAAe,CAAA;AAItB,QAAA,MAAM,MAAM,+CAsCX,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.page_view{display:flex;flex-direction:column}.page_view__page{height:90vh;padding:1em}.page_view__navigation{position:fixed;bottom:0;width:100%}.cloud{background-color:#cccccc80;padding:.4em;border-radius:15px;text-align:center}.purchase_element{background-color:#cccccc61;border-radius:5px;padding:.5em}.purchase_element__body{display:flex;justify-content:space-between}.purchase_element__body__right{display:flex;flex-direction:column;align-items:flex-end}.purchase_element>div{display:flex;flex-direction:column}.purchase_history_element{padding:.5em;border-radius:5px;background-color:#cccccc1c}.purchase_history_element__title{display:flex;justify-content:space-between}.purchase_history_element__title__info{position:relative}.purchase_history_element__title__info>div{position:absolute;top:-15px;left:-25px}.purchase_history_element__show_more{margin-top:.3em;border-radius:15px;background-color:#cccccc21;display:flex;justify-content:center}.purchase_history_element__show_more:hover{transition:background-color .2s ease;background-color:#cccccc40}.purchase_history_element__body{padding-top:.3em;display:flex;flex-wrap:wrap;gap:1em}.purchase_history_element__body__top{display:flex;justify-content:space-between;align-items:center}.purchase_history_element__body__top__amount{color:#da0d19}.purchase_history_element__body__top__amount.more{color:#49aa19}.purchase_history_element__purchases{margin-top:.7em}.desc_element{padding:.5em;border-radius:5px;background-color:#cccccc4d;display:flex;opacity:.8}.desc_element>div{flex:1}.desc_element>div>div:first-child{border-bottom:solid 1px #ccc}
|
|
1
|
+
.page_view{display:flex;flex-direction:column}.page_view__page{height:90vh;padding:1em}.page_view__navigation{position:fixed;bottom:0;width:100%}.cloud{background-color:#cccccc80;padding:.4em;border-radius:15px;text-align:center}.purchase_element{background-color:#cccccc61;border-radius:5px;padding:.5em}.purchase_element__body{display:flex;justify-content:space-between}.purchase_element__body__right{display:flex;flex-direction:column;align-items:flex-end}.purchase_element>div{display:flex;flex-direction:column}.purchase_history_element{padding:.5em;border-radius:5px;background-color:#cccccc1c}.purchase_history_element__title{display:flex;justify-content:space-between}.purchase_history_element__title__info{position:relative}.purchase_history_element__title__info>div{position:absolute;top:-15px;left:-25px}.purchase_history_element__show_more{margin-top:.3em;border-radius:15px;background-color:#cccccc21;display:flex;justify-content:center}.purchase_history_element__show_more:hover{transition:background-color .2s ease;background-color:#cccccc40}.purchase_history_element__body{padding-top:.3em;display:flex;flex-wrap:wrap;gap:1em}.purchase_history_element__body__top{display:flex;justify-content:space-between;align-items:center}.purchase_history_element__body__top__amount{color:#da0d19}.purchase_history_element__body__top__amount.more{color:#49aa19}.purchase_history_element__purchases{margin-top:.7em}.desc_element{padding:.5em;border-radius:5px;background-color:#cccccc4d;display:flex;opacity:.8}.desc_element>div{flex:1}.desc_element>div>div:first-child{border-bottom:solid 1px #ccc}.business_info a{color:#6c97a9}
|